/*
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.99
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
 * ----------------------------------------------------------------------------
 */


:root{
    --primary:#005b6d;
    --secondary:#a52a56;
    --heading:#096467;
    --text:#7b798c;
    --white:#fff;
    --bg:#faf7f7;
   --section-padding: 70px 0;
    --heading-font:'Cormorant Garamond',serif;
     --body-font:'DM Sans', sans-serif;
  --gradient-primary: linear-gradient(135deg, #59d0c8, #096467);
  --gradient-secondary: linear-gradient(135deg, #096467, #59d0c8);
}


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: var(--primary) !important;
    letter-spacing: 0.5px;
    line-height: 50px !important;
    font-weight: 700;
	font-size: 39px;	
}
.main-desc{
	color:var(--secondary);
}
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;
}
img.img-fluid.logo {
    width: 45%;
}
.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 var(--primary) !important; */
    letter-spacing: 0.6px;
    background: linear-gradient(90deg, #b81750, #b81750) !important;
}
.view-all-btn .arrow-icon {
    background: var(--primary);
    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, #008d9b, #005b6d) !important;
}
section.top-bar-section p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.top-bar {
    color: #fff;
}
header.header-section {
    padding: 3px 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: var(--primary);
}
.service-btn{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: var(--primary);
  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: var(--primary);
}

.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: var(--secondary);
    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: var(--primary);
  font-size: 28px;
  font-weight: 600;
  transition: 0.3s;
}

.appointment-btn:hover{
  background: var(--secondary);
  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: var(--secondary);
}

/* Product-crousel */

.arrow-btn i{
	position:absolute;
	bottom:60px;
}
.overlay {
    background: var(--secondary);
    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;
}


/* Product-section */

#featured-products {
    background: #9d8245;
}
.product-card{
    border-radius:18px;
    overflow:hidden;
    transition:0.4s ease;
}

.product-card:hover{
    transform:translateY(-8px);
}

.product-card img{
    height:250px;
    object-fit:cover;
}
.product-card .badge {
    background: #e51011 !important;
    color: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
}

.product-card h5{
    color:#111;
}

.product-card p{
    color:#666;
    font-size:15px;
    line-height:1.7;
}

.about-heading {
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
}

.owl-dots{
    margin-top:30px;
    text-align:center;
}

.owl-theme .owl-dots .owl-dot span{
    width:12px;
    height:12px;
}


