/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.5
Tested up to: 6.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */


body, p, span {
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Playfair Display'; */
    font-family: 'Outfit', sans-serif !important;
}
h2{
color: #00387c;
    letter-spacing: 0.5px;
    line-height: 50px !important;
    font-weight: 700;
	font-size: 39px;	
}
.main-desc{
	color:#ed174d;
}
section {
    overflow: hidden;
}
.container, .container-fluid {
    width: 90%;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}
.view-all-btn {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 1px solid #ed174d !important;
    letter-spacing: 0.6px;
    background: linear-gradient(90deg, #2e3192, #0052a5);
}
.view-all-btn .arrow-icon {
    background: #ed174d;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Topbar-section */

section.top-bar-section {
    padding: 8px 0;
    background: linear-gradient(90deg, #2e3192, #0052a5);
}
section.top-bar-section p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.top-bar {
    color: #fff;
}
header.header-section {
    padding: 15px 0;
}

/* Hero-section */

h2.main-text {
    font-size: 54px;
    line-height: 57px !important;
}
.hero-section {
    min-height: 100vh;
    background: linear-gradient(rgb(5 15 70 / 44%), rgb(5 15 70 / 42%)), url(./images/nbs-image.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 60px 0;
}
.hero-content h1{
  font-size: 78px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
}

.appointment-card h5 {
    font-size: 25px;
    margin: 0 0 25px 0;
    color: #094ca1;
}
.service-btn{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #08114d;
  width: 320px;
  height: 78px;
  padding: 0 12px 0 35px;
  border-radius: 60px;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.service-btn:hover{
  transform: translateY(-3px);
  color: #08114d;
}

.service-btn span{
  width: 60px;
  height: 60px;
  background: #06c0df;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.appointment-card {
    background: #ed174d;
    border-radius: 30px;
    padding: 1px 20px;
    color: #fff;
}

.appointment-icon{
  font-size: 70px;
  margin-bottom: 25px;
}

.appointment-card h2{
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.appointment-card p{
  font-size: 22px;
  margin-bottom: 35px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    font-size: 15px;
    padding: 2px 0 6px 7px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 150px;
	font-size: 15px;
    padding: 2px 0 6px 7px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    width: 100%;
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 6px 0;
    background: linear-gradient(90deg, #2e3192, #0052a5);
}

.
.appointment-btn{
  width: 100%;
  height: 80px;
  border: none;
  border-radius: 50px;
  background: #fff;
  color: #08114d;
  font-size: 28px;
  font-weight: 600;
  transition: 0.3s;
}

.appointment-btn:hover{
  background: #08114d;
  color: #fff;
}

@media(max-width:991px){

  .hero-content{
    text-align: center;
    margin-bottom: 50px;
  }

  .hero-content h1{
    font-size: 52px;
  }

  .hero-content p{
    margin: auto auto 40px;
  }

  .service-btn{
    margin: auto;
  }

}

@media(max-width:768px){

  .hero-content h1{
    font-size: 42px;
  }

  .hero-content p{
    font-size: 18px;
  }

  .appointment-card{
    padding: 40px 25px;
  }

  .appointment-card h2{
    font-size: 32px;
  }

  .appointment-card p{
    font-size: 18px;
  }

  .service-btn{
    width: 260px;
    height: 65px;
    font-size: 22px;
  }

  .appointment-btn{
    font-size: 22px;
  }

}

/* ABout-us */

.experience-card {
    background: #ffffff;
    position: absolute;
    bottom: 113px;
    left: 292px;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.07);
    align-items: center;
    justify-content: center;
    padding: 9px 28px;
    border-radius: 5px;
}
.experience-number {
    font-size: 70px;
    font-weight: bold;
}
.experience-text {
    font-weight: 600;
    line-height: 20px;
}
i.about-head-text {
    font-size: 21px;
    font-weight: 500;
    color: #333333;
}
.mission {
    background: #eeeeee;
    border-radius: 4px;
    padding: 15px 0 14px 19px;
    border: 1px solid #ed174d7a;
}
p.about-text i {
    color: #ed174d;
}

/* Product-crousel */

.arrow-btn i{
	position:absolute;
	bottom:60px;
}
.overlay {
    background: #ed174d;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.product-card {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}


/* Services-section */

:root {
  --primary-color: #0a58ca; /* Adjust to Stenzer's brand blue */
  --accent-color: #00d2ff;
  --text-dark: #1a1a1a;
  --text-muted: #666;
  --bg-light: #f8fbff;
}

.sub-title-styled {
    color: #ed174d;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.main-title-styled {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
}

.text-highlight {
  color: var(--primary-color);
  position: relative;
}


.service-card-modern {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  z-index: 1;
}

.service-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgb(237 23 77 / 18%);
    color: #293494;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 2rem;
    margin-bottom: 25px;
    transition: 0.3s;
}
.service-card-modern:hover .icon-wrapper {
  background: #ed174d;
  color: white;
}

.service-card-modern h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-card-modern p {
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 25px;
}

.link-styled {
  text-decoration: none;
  font-weight: 600;
  color: #293494;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.3s;
}

.link-styled:hover {
  gap: 10px;
}

/* Button Styling */
.btn-main {
  background: var(--primary-color);
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
}

.btn-main:hover {
  background: #0849aa;
  box-shadow: 0 5px 15px rgba(10, 88, 202, 0.3);
  color: white;
}