/********** Template CSS **********/
:root {
    --primary: #e017de;;
    --secondary:  #e017de;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
    /* color: #e017de; */
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
    /* color: #e017de; */
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
    /* color: #e017de; */
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
    /* color: #bc6ff9 ; */
    /* color: #e017de; */
   
}
.btn:hover{
    /* background-color: #bc6ff9 ; */
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}
.btn-primary {
    color: #fff;
    background-color: #fa4c4c;
    border-color: #fa4c4c;
}
.btn-primary:hover {
    background-color: #bc6ff9 ;
    background: var(--secondary);
    border-color: var(--secondary);
    /* color: #bc6ff9; */
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
    /* color: #bc6ff9 ; */
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 20px;
    z-index: 99;
}
/* .btn-primary:focus{
    color: #fff;
    background-color: rgb(222, 128, 222);
    border-color: rgb(222, 128, 222);
    box-shadow: 0 0 0 .2rem rgb(222, 128, 222);
} */

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #fa4c4c;
    transform: skew(40deg);
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-weight: bold;
    color: #fa4c4c;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link:hover, .nav-link:focus {
    color: rgb(222, 128, 222);
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    /* color: var(--dark); */
    color: #fa4c4c;
    outline: none;
    /* transition: .5s; */
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /* color: var(--primary); */
    color: rgb(222, 128, 222);
}


@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}
@media (max-width: 768px) {
    .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}
@media (max-width: 990px) {
    .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}
@media (min-width: 992px) {
    .py-lg-0 {
         padding-bottom: 0 !important;
         padding-top: 0 !important;
         display: none;
     }
    }
/* @media (min-width: 992px) {
   .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        overflow: hidden;
    }
}
@media (min-width: 576px) {
    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
} */

.text-primary {
    color: #fa4c4c  !important;
    /* text-align: center; */
}
.bg-primary {
    background-color: #fa4c4c  !important;
}
/* .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bc6ff9;
    border-color: #bc6ff9;
} */
.pb-0, .py-0 {
    padding-bottom: 0 !important;
    color: #bc6ff9;
}
option {
    font-weight: normal;
    display: block;
    padding-block-start: 0px;
    padding-block-end: 1px;
    min-block-size: 1.2em;
    padding-inline: 2px;
    white-space: nowrap;
    /* color: #e017de; */
}
/* select:hover{
    background-color: #e017de;
} */
.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
    display: none;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    /* color: white;
    font-size: 13px;
    letter-spacing: 0.1em; */
    display: none;
}
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
    /* display: none; */
}
.owl-carousel.owl-loaded {
    display: block;
    background: rgba(245, 128, 237, 0.85);

}
/* .text-primary mb-0{
  text-align: center;
} */
.mb-4{
  text-align: justify;
}
.mb-2{
    display: flex;
}
/* .mb-0{
    text-align: justify;
} */




    .vision {
        font-size: 1.1rem;
        line-height: 1.7;
        color: #333;
        /* margin-right: 250px; */
        text-align: justify;
        text-justify: inter-word;  /* Ensures words are spaced evenly */
         /* margin: 50px;
    padding: 20px;
    text-align: justify;
    font-size: 20px; */
    
    }
    @media (max-width: 463px) {
        .image-column, .text-column {
            padding: 10px;
          }
          
          .image-column img {
            width: 100%;
          }
          .my-custom-container{
              margin-bottom: 630px;
          }
         
        }
      @media (max-width: 576px) {
        .image-column, .text-column {
          padding: 10px;
        }
        
        .image-column img {
          width: 100%;
        }
        .my-custom-container{
            margin-bottom: 350px;
        }
       
      }
  
      /* Tablets or small screens (portrait) */
      @media (max-width: 768px) {
        .image-column, .text-column {
          padding: 20px;
        }
        
        .image-column img {
          width: 80%;
        }
        .my-custom-container{
            margin-bottom:130px;
            margin-top:130px;;
        }
      }
  
      /* Desktop or larger screens */
      @media (min-width: 992px) {
        .image-column, .text-column {
          padding: 30px;
        }
  
        .image-column img {
          width: 70%;
        }
      }
    
    @media (max-width: 768px) {
        .vision {
            font-size: 1rem;
            text-align: left;
        }
    }
    
   
    .mission {
        font-size: 1.1rem;
        line-height: 1.7;
        color: #333;
        text-align: justify;
        text-justify: inter-word;  /* Ensures words are spaced evenly */
         /* margin: 50px;
    padding: 20px;
    text-align: justify;
    font-size: 20px; */
    
    }
    
    @media (max-width: 768px) {
        .mission {
            font-size: 1rem;
            text-align: left;
        }
    }
    .history {
        font-size: 1.1rem;
        line-height: 1.7;
        color: #333;
        text-align: justify;
        text-justify: inter-word;  /* Ensures words are spaced evenly */
         /* margin: 50px;
    padding: 20px;
    text-align: justify;
    font-size: 20px; */
    
    }
    @media (max-width: 768px) {
        .history{
            font-size: 1rem;
            text-align: left;
        }
    }
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(9 30 62 / 0%);
    z-index: 1;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    .carousel-inner {
        width: 100%;
        overflow: hidden; 
        height: inherit;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    display: none;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

/* .hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
} */
.hero-header {
    background: linear-gradient(rgb(9 30 62 / 0%), rgb(85 10 103 / 53%)), url(../images/full_page.webp) center center no-repeat;
    background-size: cover;
    height: 170px;
}
.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, 0%), rgba(9, 30, 62, .85)), url(../images/all_banner.webp) center center no-repeat;
    background-size: cover;
}
.appointment-form {
    background: rgba(245, 128, 237, 0.85);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}
@media (max-width:991px){
    .mb2{
        font-size: 20px;
    }
}
.img-fluid {
  /* max-width: 100%; */
  height: 250px;
  /* width: 250px; */
}
.w-100 {
    width: 100% !important;
}
/* @media (max-width: 768px) {
    .w-100 {
        height: 50px;
    }
} */
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.bg-offer {
    background:url(../images/banner.webp) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(245, 128, 237, 0.85);
}
.container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mb-70{
    margin-bottom: 30px;
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}
/* .col-lg-6{
    background-color: #bc6ff9;
} */
 

/* testimonal */
.bg-testimonial {
    background: url(../images/testimonal.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(218, 6, 218, 0.85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
/*  */
@media (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -38px;
    }
}


/* whatsapp icon */
.icon {
    position: sticky;
    z-index: 1;
    position: fixed;
    bottom: 48px;
    right : 18px;
  }
  
  #whatsapp {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 15px;
    /* background-color: #25D366; WhatsApp green */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  /* Media query for tablets and smaller screens (max-width: 768px) */
@media (max-width: 768px) {
    .icon img {
        width: 60px; /* Adjust size for tablets */
        position: relative;
        right: 6px;
    }
}

/* Media query for mobile devices (max-width: 480px) */
@media (max-width: 480px) {
    .icon img {
        width: 60px; /* Smaller size for mobile */
    }
}
/* end whatsapp */
  
/* Dropdown submenu positioning */
.text-center {
    text-align: center !important;
    
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

/* Optional: Add arrow indicator for dropdown items with submenus */
.dropdown-item.dropdown-toggle::after {
    content: ''; /* FontAwesome arrow (optional) */
    /* float: right; */
    font-family: FontAwesome;
    display: none !important;
} 

/* Styling for the dropdown menu list */
.dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #6B6A75;
    text-align: left;
    list-style: none;
    background-color: #d7c1e9  ;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px;
    /* padding: .25rem 1rem; */
    clear: both;
    font-weight: 400;
    color: #343434;
    text-align: center;
    /* text-align: justify; */
    white-space: nowrap;
    background-color: #d7b9f0  ;
    border: 0;
    border-radius: 1px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dropdown-submenu .dropdown-menu {
        position: static; /* Reset position for mobile */
        left: auto; /* Reset left positioning */
        width: 100%; /* Ensure full width for mobile */
        display: none; /* Hide by default */
    }

    .dropdown-submenu:hover .dropdown-menu {
        display: block; /* Show on hover for mobile */
    }
   
        .dropdown-menu ul {
            display: none; /* Keep submenus hidden initially */
            position: relative; /* Reset position for mobile */
            width: 100%; /* Full width for dropdown on mobile */
            background: #fff; /* Set a background color for better contrast */
        }
        .dropdown-item {
            padding: 10px 15px; /* Add padding for better touch targets */
        }
        .dropdown-menu {
            position: relative; /* Ensure dropdowns behave properly */
     }
}


/* ** gallery */

.gallery-container {
    position: relative;
    width: 80%; /* Or any value you prefer */
    max-width: 1000px;
    margin: 50px auto;
    overflow: hidden;
}

.gallery {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.gallery-item {
    min-width: 33.3333%; /* Each item takes up 1/3 of the container */
    padding: 5px; /* Space between images */
    box-sizing: border-box;
    display: none; /* Initially hide all items */
}

.gallery-item img {
    width: 100%;
    height: 350px;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Navigation buttons */
/* button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
} */

.prev1 {
    left: 10px;
}

.next1 {
    right: 10px;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .gallery-container {
        width: 90%;
    }
    .gallery-item {
        min-width: 50%; /* On smaller screens, show 2 images at once */
    }
}

@media (max-width: 480px) {
    .gallery-item {
        min-width: 100%; /* On very small screens, show 1 image at once */
    }
}

/* Base styling for the image (default behavior) */
/* logo */
/* img {
    vertical-align: middle;
    border-style: none;
} */
/*  
.responsive-img {
    max-width: 50px; 
    height: auto; 
} */

/* Media Queries for specific screen sizes */

/* For small screens (mobile devices) */
@media (max-width: 992px) {
    .responsive-img {
        width: 313px; 
    }
}
/* For medium screens (tablets, etc.) */
@media (min-width: 992px) and (max-width: 1200px)  {
    .responsive-img {
        width:200px;
    }
    .navbar-light .navbar-nav .nav-link{
        padding: 20px 10px;
    }
        .button-text {
            display: none !important; 
        }
        .button-icon {
            display: inline !important; 
        }
}
/* For larger screens (larger desktop screens) */
@media (min-width: 1200px) {
    .responsive-img {
        width: 200px;
    }
}

/* trainings */
/* Section Styles */
.ftco-section {
    padding: 60px 0;
  }
  
  /* Heading Styles */
  .heading-section {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .heading-section h3.subheading {
    font-size: 18px;
    font-weight: 400;
    color: #faffff;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .heading-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #f0f4f7;
    margin-bottom: 20px;
  }
  
  /* Container for Yoga Classes */
  .package-program {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /* border-radius: 10px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
  }
  
  .package-program:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  
  .package-program .img {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 450px;
    /* border-radius: 10px; */
  }
  
  .package-program .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    padding: 30px;
    transition: all 0.2s ease;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .package-program h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(221, 13, 13);
    display: none;
  }
  
  .package-program p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
  } 
  .package-program:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d291bc;
    z-index: 0;
    content: '';
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.package-program:hover:after, .package-program:focus:after {
    opacity: .5; 
    /* display: block; */
}
  .package-program:hover .text h3, .package-program:focus .text h3 {
    opacity: 1; 
    display: block;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.ftco-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* @keyframes fadeInUp{
    100%{
        transform: translateY(20%);
    }

} */
  /* Responsive Media Queries */
  @media (max-width: 1200px) {
    .container {
      padding-left: 15px;
      padding-right: 15px;
    }
    
    .ftco-section {
      padding: 40px 0;
    }
  
    .heading-section h2 {
      font-size: 32px;
    }
  
    .heading-section h3 {
      font-size: 16px;
    }
  }
  
  @media (max-width: 992px) {
    .col-md-6 {
      margin-bottom: 30px;
    }
  
    .package-program .text {
      padding: 20px;
    }
  
    .package-program h3 {
      font-size: 20px;
    }
  
    .package-program p {
      font-size: 14px;
    }
  }
  
  @media (max-width: 768px) {
    .col-md-6.col-lg-4 {
      width: 100%;
    }
  
    .package-program .img {
      height: 450px;
    }
  
    .package-program h3 {
      font-size: 18px;
    }
  
    .package-program p {
      font-size: 12px;
    }
  }
  
  @media (max-width: 576px) {
    .heading-section h2 {
      font-size: 28px;
    }
  
    .package-program .img {
      height: 450px;
    }
  
    .package-program h3 {
      font-size: 16px;
    }
  
    .package-program p {
      font-size: 12px;
    }
  }

 
  /*services*/
  .service-tab-section {
    position: relative;
    /* width: 100%; */
  }
  
  .service-tab-section .outer-box {
    position: relative;
    z-index: 1;
  }
  .service-tab-section .outer-box h1{
    color: red;
    align-items: center;
    padding-bottom : 80px;
    padding-top: 30px;
    text-align: center;
    font-size: 50px;
  }
  .nav {
    /* padding-left: 0;
    margin-bottom: 0; */
    list-style: none;
    /* flex-wrap: wrap; */
}
@media (max-width: 575.98px) {
    .nav-tabs {
        display: block;
    }
    .nav-tabs li {
        display: block;
        margin-bottom: 10px; /* Add some space between the tabs */
    }
}
@media (max-width: 576px) {
    /* Ensure each tab content container stacks vertically */
    .tab-content .row > div {
        margin-bottom: 20px;
    }
    
    /* Make sure images are responsive */
    .tab-content .img-fluid {
        max-width: 100%;
        height: auto;
    }
    /* Reduce font size and padding if needed */
    .tabs .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 10px;
    }
    /* Optional: Center-align text for smaller screens */
    .section-title h3,
    .contents p {
        text-align: center;
    }
}

  .tabs .nav-tabs > li, .tabs .nav-pills > li {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .tabs .nav-tabs {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 20px;
    margin-top: 100px;
    /* gap: 25px; */
    /* row-gap: 40px; */
    /* column-gap: 10px; */
  }
  
  .tabs .nav-tabs li:not(:last-child) {
    margin-right: 10px;
  }
  
  .tabs .nav-tabs li a {
    text-transform: capitalize;
    font-size: 18px;
    padding: 10px 25px;
    font-weight: 600;
    color: #4d4d4d;
    font-family: "Source Sans Pro", sans-serif;
    border: 2px solid violet;
    border-radius: 0;
    transition: all .3s ease;
    padding: 20px;
  }
  
  .tabs .nav-tabs li a:hover {
    background: rgb(221, 71, 221);
    color: #fff;
    border: 2px solid violet;
    text-decoration: none;
  }
  
  .tabs .nav-tabs li.active a {
    color: #fff;
    background: violet;
    border: 2px solid rgb(235, 49, 235);
  }
  
  .tab-content {
    position: relative;
    float: left;
    width: 100%;
    z-index: 99;
    margin-top: 40px;
  }
  .tab-content>.active {
    display: block;
}
/* .tab-content>.tab-pane {
    display: none;
} */
.tab-content .tab-pane.active {
    display: block; /* Show active tab */
}

/* Optional: Smooth transition for content */
.tab-pane {
    transition: opacity 0.3s ease-in-out; 
}
@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    }
    @media (min-width: 768px) {
        .col-md-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
  .service-box {
    position: relative;
    width: 100%;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  }
  
  .service-box img {
    border-radius: 14px;
    width: 100%;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
  }
  img {
    vertical-align: middle;
    border: 0;
    overflow-clip-margin: content-box;
    overflow: clip;
}
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
  .service-box .contents {
    margin-left: 30px;
  }
  
  .fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
  @media (max-width: 991px) {
    .service-box .contents {
      margin-left: 0;
      margin-top: 50px;
    }
  }
  /* @media (max-width: 768px) {
    .service-box {
        display: block;
        text-align: center;
    }

    .service-box .contents {
        padding-left: 0;
    }

    .service-box img {
        margin-bottom: 20px;
    }
} */
  .service-box .contents .btn-style-one {
    margin-top: 20px;
  }
  
  .service-box .section-title h3 {
    position: relative;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 45px;
    color: #000;
    text-transform: uppercase;
   
  }
  .service-box .section-title h3:before {
    position: absolute;
    left: 0px;
    content: '';
    bottom: 0px;
    background: #333333;
    height: 1px;
    width: 55px;
  }
  
  .service-box .text {
    position: relative;
    margin-bottom: 15px;
  }
  /* .service-box .text .hidden{
    display: none; Hide the additional content by default
  } */
  
  /* #toggleButton {
      background-color: #f92e2e;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 5px;
      cursor: pointer;
      margin-top: 10px;
      font-size: 16px;
  }
  
  #toggleButton:hover {
      background-color: #4ad7de;
  } */
  .service-box .text p {
    font-size: 17px;
    line-height: 26px;
    /* font-weight: 500; */
    padding-top: 5px;
    color: black;
  }
  
  
  .service-box .icon-box {
    position: absolute;
    top: 0px;
    left: -5px;
  }
  
  .service-box .content-list {
    padding-left: 0;
  }
  
  .service-box .content-list li {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding: 7px 0px;
    list-style: none;
  }
  
  .service-box .content-list li i:before {
    margin-right: 15px;
  }


  