@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body { font-family:var(--primary-font-family); background-color: var(--white-color); color:var(--text-color);  font-weight:var(--font-weight-400); letter-spacing:var(--letter-spacing-05); font-size:14px; line-height:20px; margin:0;  padding:0; white-space:normal; visibility:inherit; text-align:inherit; border:0px; font-stretch:inherit; overflow-x: hidden !important; transition: background 0.2s linear; }

html{height:100%; margin-bottom:0px;}

* { margin: 0; padding: 0; outline: 0; }

body, div, section, a, p, aside, span, ul, li, dl, header, footer, h1, h2, h3, h4, h5, h6 {text-decoration: none; outline: none; border: none; padding: 0; margin: 0; list-style: none;}

/*custom scrollbar*/
/* width */
::-webkit-scrollbar {width:5px;}
/* Track */
::-webkit-scrollbar-track {background:var(--primary-color); }
/* Handle */
::-webkit-scrollbar-thumb {background:var(--secondary-color); }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background:var(--third-color); }
/*custom scrollbar*/

/*LOADER*/
.no-js #loader { display: none;}
.js #loader {display: block; position: absolute; left: 100px; top: 0;}
.se-pre-con {position: fixed; left: 0px; top:0px; width: 100%; height: 100%; z-index: 99999; background: url(../images/Preloader.gif) center no-repeat var(--white-color);}
/*LOADER*/

/*TEXT SELECTION*/
::-moz-selection {/* Code for Firefox */ color:var(--primary-color); background:var(--secondary-color);}
::selection {color:var(--primary-color); background:var(--secondary-color);}
/*TEXT SELECTION*/

h1, h2, h3, h4, h5 { font-family:var(--primary-font-family); font-weight:var(--font-weight-700); letter-spacing: var(--letter-spacing-1); text-transform: capitalize;}

.heading {margin-bottom:15px; margin-top:15px; padding:0; }
.heading h1 {font-size:45px; line-height:50px; color:var(--primary-color); margin:0; padding:0;}
.heading h2 {font-size:30px; line-height:35px; color:var(--primary-color); margin:0; padding:0;}
.heading h2 span {color:var(--secondary-color); }
.heading h3 {font-size:18px; color:var(--primary-color); line-height:25px; margin:0; padding:0; }
.heading h4 { font-size:18px; color:var(--secondary-color); line-height:25px; margin:0; padding:0;}
.heading h5 {font-size:20px; line-height:25px; color:var(--primary-color); margin:0; padding:0;}
.heading h6 {font-size:16px; line-height:24px; color: #243064; margin-bottom:0; margin-top:15px; padding:0;  text-transform: capitalize; font-weight:var(--font-weight-500); letter-spacing: var(--letter-spacing-05); }

p { color:var(--black-color); font-size:18px; line-height:30px; margin-bottom:15px; margin-top:15px; padding:0; font-weight:var(--font-weight-400); letter-spacing: var(--letter-spacing-05);}
p a {color:var(--secondary-color); font-weight:var(--font-weight-500); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
p a:hover {color:var(--primary-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
p span {color:var(--secondary-color); font-weight:var(--font-weight-600);}
p strong {color:var(--primary-color); font-weight:var(--font-weight-600);}


/*HEADER*/
#header-1 { }

/*HEADER-FIX*/
.bg3{}
#menucont{padding: 0; margin:0 auto !important; }
#menucont p{margin: 0;}
.container1{width:100%;padding: 0; margin:0 ;}
.container1 .bodycontainer{margin: 0 !important;width: 100%; }
.stickydiv{position: relative; z-index:999 !important; width: 100%; background-color: rgba(255, 255, 255, 0.90); box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075); transition: .5s;}
.stickydiv.stuck{position: fixed; top: 0; width: 100%; z-index: 8;}
/*HEADER-FIX*/

/*LOGO*/
.logo { float:left; margin:6px 0; padding:0; display:block;}
/*LOGO*/


/* Inner Page Banner */
.inner-banner {
  position: relative;
  height: 350px;
  background-image: url('../images/inner.png'); /* Use your real image path */
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.banner-overlay {
  background-color: rgba(0, 0, 0, 0.55);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-heading {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* Breadcrumb */
.breadcrumb-row {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(75 13 13 / 56%);
  padding: 12px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  backdrop-filter: blur(5px);
}

.breadcrumb-left a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s ease;
  font-family: jost;
}

.breadcrumb-left a:hover {
  color: #e63900;
}

.breadcrumb-left span {
  color: #ccc;
  margin: 0 6px;
}

.breadcrumb-active {
  color: #ffffff;
}

.about-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    background:#eeeeee;
    padding: 80px;
    font-family: 'jost';
    margin-top: 32px;
}

.about-content {
    width: 55%;
}

.about-content h4 {
    font-size: 24px;
    color: #7a180d;
    font-family: 'jost';
}

.about-content h4 span {
    font-weight: bold;
}

.about-content h2 {
    font-size: 32px;
    color: #4D0B04;
    margin-top: 5px;
    font-family: 'jost';
}

.about-content p {
    font-size: 15px;
    color: #181818;
    margin-top: 15px;
}

.read-more {
    display: inline-block;
    margin-top: 20px;
    background: #E73D12;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.read-more:hover{
  background-color: #4d0d0d;
  color: #fff;
}

.about-image {
    width: 40%;
    position: relative;
}

.about-image img {
    width: 115%;
    border-radius: 10px;
    display: block;
}

.experience-badge {
    position: absolute;
    bottom: -88px;
    color: white;
    padding: 20px;
    border-radius: 50%;
    background-image: url('../images/Ellipse.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 184px;
    height: 184px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'jost';
}

.experience-badge h3 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.experience-badge p {
    font-size: 21px;
    font-family: 'jost';
}


.team-section {
    text-align: center;
}

.team-header h2 {
    font-size: 28px;
    color: #4D0B04;
    font-family: 'jost';
}

.team-header h2 span {
    color: #E73D12;
    font-weight: bold;
}

.team-header p {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.underline {
    width: 50px;
    height: 3px;
    background-color: #4D0B04;
    margin: 10px auto;
}

.team-container {
    background-image: url('../images/team.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    width: 100vw;  /* Full width */
}

.team-container {
    display: flex;
    gap: 100px;
    justify-content: center;
    flex-wrap: wrap;
}

.team-card {
    width: 300px;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.team-header{
   padding: 36px;
}

/* Class to make the cards visible when they scroll into view */
.team-card.show {
    opacity: 1;
    transform: translateY(0);
}


.team-card {
    background: white;
    text-align: center;
    padding: 20px;
    width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.team-img {
    background: #400E0A;
}

.team-img img {
    width: 74%;
}

.team-card h3 {
    margin-top: 13px;
    font-size: 18px;
    color: #E73D12;
    font-family: 'jost';
}

.team-card p {
    font-size: 15px;
    color: #400601;
    margin-top: 5px;
    font-family: 'jost';
}


.services-section {
    background-image: url('../images/services.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
    color: #000;
}


/* Left slide animation */
.service-card.left {
    transform: translateX(-30px);
}

/* Right slide animation */
.service-card.right {
    transform: translateX(30px);
}

/* When visible, move to normal position */
.service-card.show {
    opacity: 1;
    transform: translateX(0);
}


.underline2 {
    width: 135px;
    height: 3px;
    background-color: #4D0B04;
    margin: 10px auto;
    margin-top: -21px;
}

.services-section h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #400E0A;
    font-family: 'jost';
}

.services-section h2 span {
    color: #E64B27; /* Red color for "OUR" */
}

.services-section p {
    max-width: 800px;
    margin: 10px auto 40px;
    color: #000;
}

/* Service Cards */
.services-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.service-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 345px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    text-align: center;
}

.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.service-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -30px auto 10px;
}

.service-card .icon img {
    width: 60px;
    height: 60px;
}

.service-card h3 {
    font-size: 18px;
    color: #400E0A;
    font-weight: bold;
    font-family: 'jost';
}

.service-card p {
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    font-family: 'jost';
}

.service-card a {
    display: block;
    color: #E64B27;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    font-family: 'jost';
    margin-top: -25px;
}

/* Hover Effect */
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Dots Navigation */
.dots {
    margin-top: 20px;
}

.dot {
    height: 10px;
    width: 10px;
    background: #ccc;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}

.dot.active {
    background: #E64B27;
}


/* counter */

.stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background: url('../images/counter.png') no-repeat center center/cover;
    padding: 50px 20px;
}

.container {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  border-radius: 10px;
  background-image: url('../images/counter.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
}

.stat-box {
  text-align: center;
 }

.stat-box1 {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  border: 10px solid #e74c3c;
  border-top-color: #341f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #341f1f;
  position: relative;
 }

.label {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #341f1f;
  font-family: 'jost';
}

/* testimonial-section */

.testimonial-section {
 text-align: center;
 padding: 50px;
 overflow: hidden;
}
.testimonial-section h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #400E0A;
    font-family: 'jost';
}

.testimonial-section p {
    max-width: 800px;
    margin: 10px auto 40px;
    color: #000;
}

.testimonial-section h2 span {
    color: #E64B27;
}

.testimonial-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: relative;
  margin-top: 84px;
}
 .testimonial-card {
  flex: 0 0 350px;
  max-width: 350px;
  height: 436px;
  transition: all 0.5s ease;
  border-radius: 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.testimonial-card.active {
   transform: scale(1.2);
   opacity: 1;
   z-index: 2;
}

.testimonial-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.testimonial-card.left, .testimonial-card.right {
  transform: scale(0.9);
  opacity: 0.8;
}
.carousel-navigation {
  margin-top: 20px;
}
.carousel-navigation span {
 display: inline-block;
 width: 12px;
 height: 12px;
 margin: 5px;
 background-color: #ccc;
 border-radius: 50%;
 cursor: pointer;
 margin-top: 67px;
}
.carousel-navigation span.active {
 background-color: #333;
}

.testimonial-text h4{
 color: #000;
 font-size: 14px;
 margin-top: -10px;
}

.testimonial-text span{
 color: #302b2b;
}

 @media (max-width: 768px) {
        .testimonial-card {
            width: 90%;
            margin: 10px 0;
        }
        .testimonial-carousel {
           margin-top: 31px;
        }
    }

/* cilent logo */

.logo-box {
  width: 120px;
  height: 120px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.logo-box img {
  max-width: 80%;
  max-height: 80%;
}


/* enquiry form */
.enquiry-container {
    display: flex;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 45px;
}

.enquiry-form {
    width: 60%;
    padding: 20px;
    border: 1px solid #efe5e5;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.enquiry-container {
    min-height: 400px; /* Aap yaha apni required height set kar sakte ho */
}

.enquiry-form {
    padding: 30px 20px; /* Upar aur neeche zyada space ke liye */
}

.enquiry-form form {
    min-height: 300px;
}


.form-heading {
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
    padding: 10px;
}

.form-heading span {
    color: #e63900;
}

.form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.form-group input,
.form-group select {
    width: 48%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    height: 80px;
    margin-bottom: 10px;
}

.form-submit-btn {
    background: #e63900;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    transition: background 0.3s ease;
}

.form-submit-btn:hover {
    background: #c72f00; /* Slightly darker on hover */
}

.contact-info {
    width: 40%;
    background: #e63900;
    color: white;
    padding: 20px;
}

.contact-info h2 {
    font-size: 30px;
    margin-bottom: 33px;
    font-weight: 600;
}

.contact-info span {
    color: #fff;
    font-weight: 300;
}

.contact-info p {
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-info p b {
    display: block;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .enquiry-container {
        flex-direction: column;
    }

    .enquiry-form,
    .contact-info {
        width: 100%;
    }
}


.contact-detail {
    display: flex;  /* ✅ Align image and text in one line */
    align-items: center;  /* ✅ Keep text vertically centered */
    gap: 10px;  /* ✅ Add space between image & text */
    font-size: 14px;  /* ✅ Adjust font size */
    color: #333;  /* ✅ Adjust text color */
    max-width: 500px; /* ✅ Control text width */
}

.contact-detail img {
    width: 45px; /* ✅ Image size */
    height: auto;
}

.contact-detail span {
    flex: 1; /* ✅ Ensures text takes available space */
}



/* responshiv */

/* Responsive Design */
@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        text-align: center;
        gap: 5px;
        padding: 10px;
    }

    .top-left,
    .top-right {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .top-left span {
        font-size: 12px;
    }

    .top-right a {
        font-size: 14px;
    }
}

/* Responsive Carousel */
@media (max-width: 768px) {
    .text-box {
        max-width: 90%;
        padding: 10px;
    }

    .text-box h1 {
        font-size: 1.8rem;
    }

    .text-box p {
        font-size: 1rem;
        display: none;
    }

    .btn-default {
        font-size: 0.9rem;
    }
}



/* Responsive Design */
@media (max-width: 1024px) {
    .features {
        flex-wrap: wrap;
    }

    .feature-box {
        max-width: 45%;
    }
}

@media (max-width: 480px) {
    .feature-box {
        padding: 15px;
    }

    .feature-box h3 {
        font-size: 1.2rem;
    }

    .feature-box p {
        font-size: 0.9rem;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .about-content{
      width: 100%;
      text-align: left;
    }
    .about-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 5%;
    }

    .about-content, .about-image {
        max-width: 100%;
    }

    .about-content h2 {
        font-size: 2rem;
    }

    .about-content p {
        font-size: 1rem;
    }

    .experience-badge {
        position: static;
        display: inline-block;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .about-content h4 {
        font-size: 1.2rem;
    }

    .about-content h2 {
        font-size: 1.8rem;
    }

    .about-content p {
        font-size: 0.9rem;
    }

    .read-more {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .experience-badge {
        padding: 10px 15px;
        display: none;
    }
    .about-image img{
         width: 273%;
        margin-left: -130px;
        text-align: center;
    }

    .experience-badge h3 {
        font-size: 1.5rem;
    }
}

/* Stats Section */
.container {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

/* Mobile: Center align fully */
@media (max-width: 768px) {
    .stat-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}


/* Responsive styles for mobile */
@media (max-width: 768px) {
    .testimonial-container {
        flex-direction: column;
    }

    .testimonial-card {
        flex-direction: column;
    }

    .testimonial-text p {
        font-size: 14px;
    }
}


/* Logo Section */
.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 30px 20px;
}



/* Hover Effect */
.logo-box:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .logo-box {
        width: 120px;
        height: 90px;
    }
}

@media (max-width: 768px) {
    .logo-section {
        gap: 15px;
    }
    .logo-box {
        width: 100px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .logo-section {
        flex-direction: column;
        gap: 10px;
    }
    .logo-box {
        width: 80%;
        height: 70px;
    }
    .logo-section{
         padding: 10px 100px;
    }

}



.logo-section {
    text-align: center;
}

.logos-container {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.logo-box img {
    max-width: 100px;
    height: auto;
}

.dots {
    margin-top: 15px;
}

.dot {
    height: 8px;
    width: 8px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
}

.dot.active {
    background-color: #007bff;
}

.logo-section {
    width: 100%;
    overflow: hidden;
    background: #400E0A; /* Change background if needed */
    padding: 30px 150px;
}

.logos-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.logos-container {
    display: flex;
    gap: 30px; /* Space between logos */
    animation: scrollLogos 10s linear infinite;
    min-width: max-content; /* Ensures the scrolling effect works */
}

.logo-box {
    flex: 0 0 auto;
    width: 115px;
    height: 89px;
    display: flex;
    align-items: center;
}

.logo-box img {
    max-width: 100%;
    height: auto;
}

/* Keyframe Animation for Infinite Scrolling */
@keyframes scrollLogos {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-20%);
    }
}

/* Ensure responsiveness */
@media (max-width: 768px) {
    .logo-section {
        padding: 37px 20px; /* Adjust padding for mobile */
    }

    .logos-container {
        gap: 20px; /* Reduce gap between logos */
    }

    .logo-box {
        width: 80px; /* Smaller logos for mobile */
    }

    .logo-box img {
        max-width: 80px; /* Scale logo size */
    }
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .enquiry-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 20px;
    }

    .enquiry-form, .contact-info {
        width: 100%;
        padding: 15px;
    }

    .form-group {
        flex-direction: column;
    }

    .form-group input, .form-group select {
        width: 100%;
        margin-bottom: 10px;
    }

    textarea {
        height: 120px;
    }

}


@keyframes fadeInZoom {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.team-card {
    animation: fadeInZoom 0.5s ease forwards;
    opacity: 0;
}

.team-card.visible {
    opacity: 1;
}


/* about */

.vm-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.vm-title {
  font-size: 36px;
  color: #e63900;
  margin-bottom: 40px;
  font-weight: 700;
  font-family: 'Jost', sans-serif;
}

.vm-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.vm-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.vm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.vm-content {
  padding: 30px 25px;
}

.vm-heading {
  font-size: 24px;
  color: #4d0d0d;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.vm-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.vm-strip {
  height: 6px;
  background: linear-gradient(to right, #e63900, #4d0d0d);
  width: 100%;
}

.doctor-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}

.doctor-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.doctor-profile:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.doctor-profile.reverse {
  flex-direction: row-reverse;
}

.doctor-img-box {
  flex: 0 0 250px;
  max-width: 250px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.doctor-img-box img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.doctor-content {
  flex: 1;
  min-width: 280px;
}

.doctor-content h3 {
  font-size: 26px;
  margin-bottom: 12px;
  color: #e63900;
  font-weight: 600;
  text-align: left;
  font-family: jost;
}

.doctor-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.doctor-content ul li {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.7;
  color: #000;
}

.doctor-content ul li span {
  font-weight: bold;
  color: #2c3e50;
}

.doctor-content i{
 font-size: 10px;
 color: #4d0d0d;
}

/* Responsive */
@media (max-width: 768px) {
  .doctor-profile,
  .doctor-profile.reverse {
    flex-direction: column;
    text-align: center;
  }

  .doctor-img-box {
    max-width: 200px;
    margin-bottom: 15px;
  }

  .doctor-content {
    margin-top: 15px;
  }

  .doctor-content h3 {
    font-size: 22px;
  }

  .doctor-content ul li {
    font-size: 15px;
  }
}


/* facilities */

.facility-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.facility-card {
  background: white;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(173, 216, 230, 0.3);
  transition: transform 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 25px rgba(77, 13, 13, 0.35); /* maroon glow */
  border-color: #4d0d0d;
}

.facility-card .icon {
  width: 60px;
  height: 60px;
  background: white;
  color: #4d0d0d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: background 0.3s, color 0.3s;
}

.facility-card:hover .icon {
  background: #4d0d0d;
  color: white;
}

.facility-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #e63900;
  font-family: jost;
}

.facility-card p {
  font-size: 14px;
  color: #000;
}

.facility-wrapper {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.facility-header {
  text-align: center;
  margin-bottom: 30px;
}

.facility-header h2 {
  font-size: 31px;
  color: #e63900;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: jost;
}

.facility-header p {
  font-size: 15px;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.treat-section {
  padding: 50px 20px;
  background: #f9f9f9;
  font-family: 'Jost', sans-serif;
}

.treat-title {
  text-align: center;
  color: #e63900;
  font-size: 35px;
  margin-bottom: 40px;
  font-family: jost;
}

.treat-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.treat-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center cards in last row */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.treat-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  width: calc(25% - 20px); /* 4 cards per row */
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.3s;
}

.treat-card:hover {
  transform: translateY(-5px);
}

/* Tablets: 2 per row */
@media (max-width: 992px) {
  .treat-card {
    width: calc(50% - 20px);
  }
}

/* Mobile: 1 per row */
@media (max-width: 576px) {
  .treat-card {
    width: 100%;
  }
}


.treat-card {
  background: white;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.treat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.treat-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  object-fit: contain;
}

.treat-card i, .treat-icon {
  font-size: 27px;
  color: #e63900; /* Icon color */
  margin-bottom: 15px;
}

.treat-heading {
  font-size: 20px;
  color: #222;
  margin: 0 0 8px;
  font-family: jost;
}

.treat-text {
  font-size: 16px;
  color: #555;
  margin: 0;
}

/* treatment */

/* success-stories */
.success-stories {
  padding: 50px;
  background-color: #f9f9f9;
}

.section-intro {
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.success-stories h2 {
  font-size: 36px;
  color: #e63900;
  font-family: jost;
}

.success-stories p {
  font-size: 17px;
  color: #000;
}

/* Grid Center and 3 Columns */
.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(354px, 1fr));
    gap: 30px;
}


.story-card {
  width: calc(25% - 23px); /* 4 cards per row */
}


.story-card img {
  max-width: 100%;
  height: auto;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 20px;
}

.story-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #e63900;
  margin-bottom: 15px;
  font-family: jost;
}

.story-card p {
  color: #000;
  font-size: 14px;
}

.read-more {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-color: #e63900;
  padding: 8px 16px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 4px;
}

.read-more:hover {
  background-color: #d02d00;
  text-decoration: underline;
}

/* CTA Section */
.cta {
  text-align: center;
  margin-top: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cta h3 {
  font-size: 28px;
  color: #333;
}

.cta p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.btn-primary {
  padding: 12px 30px;
  background-color: #e63900;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

.btn-primary:hover {
  background-color: #d02d00;
}



/* success-stories */


/* contact */

.contact-section {
  padding: 40px 20px;
  background-color: #fff;
  font-family: 'Jost', sans-serif;
}

.contact-heading {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 2px solid #000;
  display: inline-block;
  margin-bottom: 30px;
  color: #e63900;
}

.container9 {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.appointment-form, .quick-contact {
  background: #f9f9f9;
  padding: 30px;
  border: 1px solid #eee;
  flex: 1 1 48%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.appointment-form h3, .quick-contact h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #4d0d0d;
}

.form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

input, textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  font-size: 15px;
  border-radius: 2px;
}

textarea {
  resize: none;
  margin-bottom: 20px;
}

.submit-btn {
  background-color: #e63900;
  color: #fff;
  padding: 15px 30px;
  border: none;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

.submit-btn:hover {
  background-color: #4d0d0d;
}

.quick-contact p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

.quick-contact strong{
  color: #e63900;
}

.social-icons {
  margin-top: 20px;
}

.social-icons {
  display: flex;
  gap: 10px; /* space between icons */
}

.social-icons i {
  background-color: #e63900;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icons i:hover {
  background-color: #4d0d0d;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }
}

/* contact */

/* from */

  .appointment-section {
    background: #f0f4f8;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .appointment-card {
    background: #fff;
    max-width: 600px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
  }

  .step-header h2 {
    font-size: 1.8rem;
    text-align: center;
    color: #c00;
    margin-bottom: 10px;
  }

  .steps-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .steps-progress .step {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-bottom: 3px solid #ccc;
    color: #888;
    font-weight: 500;
    position: relative;
  }

  .steps-progress .step.active {
    border-color: #003366;
    color: #003366;
    font-weight: 600;
  }

  .form-step {
    display: none;
    flex-direction: column;
    gap: 15px;
  }

  .form-step.active {
    display: flex;
  }

  label {
    font-weight: 600;
    margin-top: 10px;
  }

  input, select {
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 10px;
  }

  .form-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  .btn-prev, .btn-next {
    background:  #c00;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 600;
  }

  .btn-prev[disabled] {
    background: #ccc;
    cursor: not-allowed;
  }


/* form */


 .gallery-title {
      text-align: center;
      padding: 20px 0;
      color: #c82424;
      font-size: 28px;
      font-weight: bold;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 15px;
      padding: 20px;
      max-width: 1200px;
      margin: auto;
    }

    .gallery-item {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      transition: transform 0.3s;
    }

    .gallery-item:hover {
      transform: scale(1.03);
    }

    /* Modal styles */
    .gallery-modal {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      z-index: 99999;
    }

    .modal-img {
      display: block;
      margin: auto;
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
      margin-top: 5%;
    }

    .modal-close,
    .modal-prev,
    .modal-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      user-select: none;
    }

    .modal-close {
      top: 20px;
      right: 30px;
      transform: none;
    }

    .modal-prev {
      left: 20px;
    }

    .modal-next {
      right: 20px;
    }

    .modal-close:hover,
    .modal-prev:hover,
    .modal-next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }

    @media (max-width: 600px) {
      .modal-img {
        width: 95%;
      }
    }
