/*
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.6
Tested up to: 7.0
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 Colors */
  --primary-color: #01005c;
  --secondary-color: #f2821c;
  --accent-color: #000860;
}

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: 28px;
    color: #333232;
    font-family: sans-serif;
}
img.img-fluid.logo {
    width: 70%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background-color: transparent;
    color: #f2821c;
    font-weight: bold;
    text-decoration: none;
    border-color: white;
	font-family:sans-serif !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    font-family: sans-serif !important;
}
.view-all-btn {
   color: #fff;
    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-color) !important;
    letter-spacing: 0.6px;
    background: var(--secondary-color);
	font-family:sans-serif;
}
.view-all-btn:hover {
	background: var(--primary-color);
	border:2px solid var(--primary-color);
}
.view-all-btn .arrow-icon {
    background: var(--primary-color);
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-all-btn .arrow-icon:hover {
	 background: var(--secondary-color);
}

/* Topbar-section */

section.top-bar-section {
    padding: 8px 0;
    background: linear-gradient(90deg, #e76f07, #f2821c);
}
section.top-bar-section p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.top-bar {
    color: #fff;
}

/* Hero-section */

h2.main-text {
    font-size: 52px;
    line-height: 60px !important;
}
.hero-section {
    min-height: 100vh;
    background: linear-gradient(rgb(4 4 4 / 84%), rgb(0 0 0 / 74%)), url(./images/banner-stensa.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: var(--secondary-color);
    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: 7px 0 14px 12px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 150px;
	font-size: 15px;
    padding: 7px 0 6px 12px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    width: 100%;
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 15px 0;
    background: linear-gradient(90deg, #01005c, #002394);
}
.
.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 */

/* About Section */

section#about.stensa-about-section{
    padding: 50px 0 !important;
    position: relative;
}

/* About Image */

.stensa-about-thumb-img img{
    width: 100%;
    display: block;
    border-radius: 12px;
}

/* Section Top Text */

.section-head-text{
    color: var(--secondary-color) !important;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
}

/* Heading */

.about-heading {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.4 !important;
    color: var(--accent-color);
    font-family: sans-serif !important;
}

.stensa-about-checklist{
    padding: 0 !important;
    margin: 25px 0;
}
.stensa-about-checklist-item {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 9px;
    color: #3c3c3c;
    line-height: 28px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
}

.stensa-about-checklist-item i{
    color: var(--primary-color);
    font-size: 18px;
}

.stensa-about-btn{
    margin-top: 30px;
}


ul{
    padding: 0 !important;
}

/* Responsive */

@media (max-width: 991px){

    .stensa-about-content{
        padding-top: 30px;
    }

    .about-heading{
        font-size: 32px;
    }

}

@media (max-width: 767px){
section#about.stensa-about-section{
        padding: 50px 0 0 0;
    }

    .about-heading{
        font-size: 26px;
        line-height: 1.4;
    }

    .stensa-about-checklist-item{
        align-items: flex-start;
        font-size: 16px;
        line-height: 26px;
    }

}


/* Product Section */
p.section-head-text-1 {
    color: #000000;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.stensa-product-section {
    padding: 60px 0;
    background: #f2821c;
    position: relative;
}
.product-section-text{
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
}

.stensa-product-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
    margin: 6px;
    position: relative;
}
.stensa-product-card:hover{
    transform: translateY(-8px);
}

.stensa-product-img{
    position: relative;
    overflow: hidden;
}

.stensa-product-img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.5s;
}

.stensa-product-card:hover .stensa-product-img img{
    transform: scale(1.08);
}
.product-overlay {
    position: absolute;
    inset: 0;
    background:rgb(1 3 95 / 21%) !important ;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    color: #fff;
}
.stensa-product-card:hover .product-overlay{
    opacity: 1;
    visibility: visible;
}

.product-btn{
    background: var(--white-color);
    color: var(--primary-color);
    padding: 12px 24px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}

.product-btn:hover{
    background: var(--heading-color);
    color: var(--white-color);
}

.stensa-product-content{
    padding: 25px;
}

.stensa-product-content h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.stensa-product-content p{
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color);
    margin: 0;
}

.stensa-product-slider .owl-dots{
    text-align: center;
    margin-top: 25px;
}

.stensa-product-slider .owl-dot span{
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #cbd5e1 !important;
    display: block;
    border-radius: 50%;
    transition: 0.3s;
}

.stensa-product-slider .owl-dot.active span{
    width: 30px;
    border-radius: 30px;
    background: var(--primary-color) !important;
}

/* Responsive */

@media(max-width:991px){

    .product-main-title{
        font-size: 32px;
    }

}

@media(max-width:767px){

    .stensa-product-section{
        padding: 60px 0;
    }

    .product-main-title{
        font-size: 28px;
    }

    .stensa-product-content{
        padding: 20px;
    }

}


/* Product-section */
.product-section {
    padding: 60px 0;
    background: #f2821c;
}

/* Product Image Box */

.product-section-image-box {
    overflow: hidden;
    border-radius: 20px;
    margin: 22px 0 0 0px;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    background: #fff;
    border: 1px solid #01005c;
}

.product-section-image-box img{
    width: 100% !important;
    height: auto;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
}

/* Hover Effect */

.product-section-image-box:hover img{
    transform: scale(1.08);
}

/* Owl Dots */

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

.product-section-slider .owl-dot span{
    width: 12px;
    height: 12px;
    background: #cbd5e1 !important;
    margin: 5px;
    border-radius: 50%;
    display: block;
    transition: 0.3s;
}

.product-section-slider .owl-dot.active span{
    width: 30px;
    border-radius: 30px;
    background: var(--primary-color) !important;
}

/* Responsive */

@media(max-width:767px){

    .product-section{
        padding: 60px 0;
    }

    .product-section-title{
        font-size: 28px;
    }

    .product-section-image-box img{
        height: auto;
    }

}


/* Testimonial-section */

.testimonials-section {
    padding: 60px 0;
    background: #f7fbff;
    position: relative;
    overflow: hidden;
}

.testimonials-section .container-fluid {
    max-width: 1320px;
    margin: auto;
}

.small-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 123, 255, 0.08);
    color: #0b6bcb;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.small-badge span {
    width: 10px;
    height: 10px;
    background: #0b6bcb;
    border-radius: 50%;
    display: inline-block;
}

.testimonials-section .btn-primary {
    background: linear-gradient(135deg, #0b6bcb, #19a7ff);
    border: none;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(11, 107, 203, 0.2);
}

.testimonials-section .btn-primary:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #0957a5, #0b6bcb);
}

.testimonial-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 22px;
    height: 100%;
    box-shadow: 0 15px 45px rgba(15, 23, 42, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #01005c, #01005c);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.12);
}

.stars {
    margin-bottom: 20px;
}

.stars i {
    color: #ffb800;
    font-size: 18px;
    margin-right: 3px;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 28px;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-image img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e2e8f0;
}

.author-name {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.author-title {
    font-size: 14px;
    color: #64748b;
}

.testimonials-intro {
    margin-bottom: 20px;
}

/* Responsive CSS */

@media (max-width: 991px) {

    .section-title {
        font-size: 36px;
    }

    .testimonial-card {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {

    .testimonials-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 30px;
    }

    .testimonials-section p {
        font-size: 15px;
    }

    .testimonial-card {
        padding: 25px 20px;
    }

    .author-image img {
        width: 55px;
        height: 55px;
    }

    .author-name {
        font-size: 16px;
    }
}

/* why-choose */

section#franchise-growth-section{
    padding: 60px 0;
    background: linear-gradient(to right, #f5f9ff 50%, #ffffff 50%);
    overflow: hidden;
}

.franchise-growth-image{
    position: relative;
}

.franchise-growth-image img{
    width: 100%;
    border-radius: 25px;
    display: block;
}

.experience-badge{
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: var(--primary-color);
    padding: 25px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.experience-badge h3{
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 5px;
}

.experience-badge p{
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.franchise-growth-list{
    margin-bottom: 35px;
}

.franchise-growth-item{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    background: #fff;
    padding: 15px 18px;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.4s ease-in-out;
}

.franchise-growth-item:hover{
    transform: translateX(8px);
}

.franchise-growth-item i{
    color: var(--primary-color);
    font-size: 20px;
}

.franchise-growth-item span{
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
}

.franchise-growth-btn{
    margin-top: 15px;
}

/* Responsive */

@media(max-width:991px){

    .franchise-growth-section{
        background: #f5f9ff;
    }

    .franchise-growth-content{
        margin-top: 40px;
    }

    .franchise-growth-title{
        font-size: 34px;
    }

}

@media(max-width:767px){

    .franchise-growth-section{
        padding: 60px 0;
    }

    .franchise-growth-title{
        font-size: 28px;
    }

    .experience-badge{
        right: 10px;
        bottom: 10px;
        padding: 18px 20px;
    }

    .experience-badge h3{
        font-size: 28px;
    }

}


/* Services-section */

section#services-section{
    padding: 60px 0;
    background: #f5f9ff;
}

.services-box{
    background: #ffffff;
    padding: 35px 28px;
    border-radius: 22px;
    height: 100%;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.services-box:hover{
    transform: translateY(-10px);
}

.services-icon {
    width: 75px;
    height: 75px;
    background: rgb(242 130 28 / 16%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: all 0.4s ease;
}
.services-box:hover .services-icon{
    background: var(--primary-color);
}

.services-icon i{
    font-size: 32px;
    color: var(--primary-color);
    transition: 0.4s;
}

.services-box:hover .services-icon i{
    color: #fff;
}

.services-box h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--heading-color);
}

.services-box p{
    font-size: 15px;
    line-height: 27px;
    color: var(--text-color);
    margin: 0;
}

@media(max-width:991px){

    .services-section-title{
        font-size: 34px;
    }

}

@media(max-width:767px){

    .services-section{
        padding: 60px 0;
    }

    .services-section-title{
        font-size: 28px;
    }

    .services-box{
        padding: 28px 22px;
    }

    .services-box h3{
        font-size: 22px;
    }

}

/* contact-us */

section#contact-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f17d13, #fa7803);
    overflow: hidden;
}
.contact-content{
    padding-right: 30px;
}


.contact-info-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-item{
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    padding: 18px 22px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: all 0.4s ease-in-out;
}

.contact-info-item:hover{
    transform: translateX(8px);
}

.contact-info-icon{
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 18px;
    background: rgba(13, 110, 253, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-icon i{
    font-size: 26px;
    color: var(--primary-color);
}

.contact-info-text span{
    display: block;
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 5px;
}

.contact-info-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0;
    line-height: 26px;
}

.contact-form-box{
    background: #ffffff;
    padding: 45px;
    border-radius: 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    position: relative;
}

.contact-form-title{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--primary-color);
}

.contact-form-box input,
.contact-form-box textarea{
    width: 100%;
    border: 1px solid #dbe4ee;
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 15px;
    margin-bottom: 18px;
    outline: none;
    transition: all 0.3s ease;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus{
    border-color: var(--primary-color);
}

.contact-form-box textarea{
    height: 140px;
    resize: none;
}

.contact-form-box input[type="submit"]{
    background: var(--primary-color);
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 28px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

.contact-form-box input[type="submit"]:hover{
    background: var(--heading-color);
}

@media(max-width:991px){

    .contact-content{
        padding-right: 0;
        margin-bottom: 40px;
    }

    .contact-title{
        font-size: 38px;
    }

}

@media(max-width:767px){

    .contact-section{
        padding: 60px 0;
    }

    .contact-form-box{
        padding: 30px 22px;
    }

    .contact-form-title{
        font-size: 28px;
    }

    .contact-info-item{
        padding: 16px;
    }

    .contact-info-text h4{
        font-size: 17px;
    }

}
section#product-section {
    padding: 60px 0;
    background: #f2821c;
}

/* Quick-menu */
#sequence {
    width: 100%;
    float: left;
    background: linear-gradient(82deg, #eb7e1b 0%, rgb(246 121 7) 53%, #f2821c 100%);
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #ffffff !important;
    margin: 0 !important;
}
#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid #283595;
}

/* Footer-section */

.footer-section {
    background: #00075a;
    padding: 80px 0 25px;
    position: relative;
    overflow: hidden;
}

.footer-logo img {
    max-width: 190px;
    margin-bottom: 22px;
    border-radius: 10px;
}
.footer-about-text {
    color: rgb(255 255 255);
    margin-bottom: 28px;
}
.footer-social-links{
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f2821c !important;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.footer-social-links a:hover{
	border: 2px solid #f2821c;
    background:none;
    transform: translateY(-5px);
}

.footer-title{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
	font-family:sans-serif !important;
}

.footer-links ul{
    padding: 0;
    margin: 0;
}

.footer-links ul li{
    list-style: none;
    margin-bottom: 14px;
}

.footer-links ul li a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-family: sans-serif;
}

.footer-links ul li a:hover{
    color: var(--secondary-color);
    padding-left: 5px;
}

.footer-contact-item{
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}
.footer-contact-item span {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: rgb(242 130 28) !important;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
a {
    color: rgb(255 255 255);
    text-decoration: none;
}
.footer-contact-item span:hover{
	
	border: 2px solid #f2821c;
    background:none;
    transform: translateY(-5px);
} 

.footer-contact-item span
.footer-contact-item a,
.footer-contact-item p{
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    line-height: 26px;
    margin: 0;
    transition: all 0.3s ease;
}

.footer-contact-item a:hover{
    color: var(--primary-color);
}

.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 50px;
    padding-top: 25px;
    text-align: center;
}
.footer-contact-item span
.footer-contact-item a, .footer-contact-item p {
    color: rgb(255 255 255) !important;
    text-decoration: none;
    line-height: 26px;
    margin: 0;
    transition: all 0.3s ease;
}

.footer-bottom p{
    color: rgba(255,255,255,0.7);
    margin: 0;
    font-size: 15px;
}

@media(max-width:991px){

    .footer-section{
        padding: 70px 0 20px;
    }

}

@media(max-width:767px){

    .footer-section{
        padding: 60px 0 20px;
    }

    .footer-title{
        font-size: 22px;
        margin-bottom: 22px;
    }

    .footer-bottom{
        margin-top: 35px;
    }

}

/* REsponsive */

@media (max-width: 767px){
	section.top-bar-section {
    display: none;
}
	header.header-section a.view-all-btn {
    display: none;
}
	img.img-fluid.logo {
    width: 100%;
}
	h2.main-text {
    font-size: 30px;
    line-height: 44px !important;
}
	.appointment-card {
    padding: 10px 15px;
}
	.contact-info-text h4 {
    font-size: 14px;
}
	.testimonials-section {
    padding: 30px 0px;
}
}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-indicator, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge, #mega-menu-wrap-primary button.mega-close, #mega-menu-wrap-primary button.mega-toggle-standard {
    transition: none;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 15px !important;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    min-width: auto;
    max-width: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
    -webkit-tap-highlight-color: transparent;
}