/********** Template CSS **********/
:root {
    --primary: navy;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}
*{
  box-sizing: border-box;
}
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}
h1 {
  font-family: Cambria, Helvetica !important;
  color: navy !important;
}
.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.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: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    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);
}
/* Custom styling for submenus */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Dropdown styles */
.navbar-nav .dropdown-menu {
  padding-left: 0;
}
.navbar{
  padding-right:5% !important;
}
/* Style for Submenu */
.dropdown-menu .dropdown-menu {
  margin-left:-1px;
  margin-top: -5px;
}

/* Hover Effect for Dropdown Items */
.navbar-nav .dropdown-menu a:hover {
  background-color: #1ca2bd;
  color: white !important;
}



/* Submenu Alignment for Mobile View */
@media (max-width: 768px) {
  .dropdown-menu .dropdown-menu {
      margin-left: 0; /* Remove horizontal offset */
      margin-top: 5px; /* Add vertical spacing */
      position: relative; /* Keep submenus within the viewport */
  }
  .navbar{
    padding-right:1px !important;
  }
  /* Ensure submenu items are aligned properly */
  .dropdown-submenu > .dropdown-menu {
      left: 10px; /* Slight left indent to make hierarchy clear */
      right: auto; /* Prevent overflow */
  }

  /* Avoid submenu overflow by setting full width for mobile */
  .dropdown-menu {
      width: 90%; /* Full width for dropdowns */
  }
}



@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
}

@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-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -20px;
        z-index: 1;
    }
}



/* new */
.tm-section-1-l {
    width: 57.85%;
    margin-right: 1.65%;
  }
  
  .tm-section-1-r {
    padding: 50px 40px;
    width: 40.5%;
  }
  
  .tm-row { display: flex; }
  
  .tm-btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.1rem;
    border: none;
    background-color: #CC9999;
    color: white;
  }
  
  .tm-btn:hover {
    color: white;
    background-color: #875959;
  }
  
  .tm-social-row { padding: 70px; }
  .tm-icon { width: 33.3334%; }

  @media (max-width: 992px) {
    .tm-section-1-l,
    .tm-section-1-r,
    .tm-section-2-l,
    .tm-section-2-r {
      width: 100%;
    }
  
    .tm-section-1-l {
      margin-bottom: 20px;
      margin-right: 0;
      text-align: center;
    }
  
    
  
    .tm-section-1-r,
    .tm-section-2-l {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .tm-about-row,
    .tm-services-row {
      flex-direction: column;
    }
  
    .tm-social-row { padding: 70px 30px; }
  }
  
  @media (max-width: 800px) {
    .tm-social-row { flex-direction: column; }
    .tm-icon { width: 100%; }
    .tm-icon-inner { padding: 30px; }
    
    .tm-section-1-l img{
        width:300px;
    }
  }
 
  @media (min-width: 1240px) {
    .tm-section-1-r { max-height: 700px; }
  }
  
  @media (max-width: 1145px) {
    .map-outer,
    .contact-form-outer,
    .contact-info-outer {
      width: 100%;  
      padding: 0;  
    }
  
    .map-outer,
    .contact-form-outer { margin-bottom: 20px; }
  
    .tm-contact-main { flex-direction: column; }
  }
  
  /* https://codepen.io/matthewcain/pen/ZepbeR */
  #button {
    padding-top: 1px;
    display: inline-block;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active { background-color: #555; }
  #button.show {
    opacity: 1;
    visibility: visible;
  }




.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:  url(../img/ro/hero.jpeg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    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;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.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;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.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);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .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;
}


article {
    --img-scale: 1.001;
    --title-color: black;
    --link-icon-translate: -20px;
    --link-icon-opacity: 0;
    position: relative;
    border-radius: 16px;
    box-shadow: none;
    background: #fff;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
  }
  
  article a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
    content: "";
  }
  
  /* basic article elements styling */
  article h2 {
    margin: 0 0 18px 0;
    font-family: "Bebas Neue", cursive;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    color: var(--title-color);
    transition: color 0.3s ease-out;
  }
  
  figure {
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  
  article img {
    max-width: 100%;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s ease-in-out;
  }
  
  .article-body {
    padding: 24px;
  }
  
  article a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #28666e;
  }
  
  article a:focus {
    outline: 1px dotted #28666e;
  }
  
  article a .icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    transform: translateX(var(--link-icon-translate));
    opacity: var(--link-icon-opacity);
    transition: all 0.3s;
  }
  
  /* using the has() relational pseudo selector to update our custom properties */
  article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #28666e;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  
  
  /************************ 
  Generic layout (demo looks)
  **************************/
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    padding: 48px 0;
    font-family: "Figtree", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    min-height: 100vh;
  }
  
  .articles {
    
    display: grid;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 24px;
    background-image: linear-gradient(45deg, #7c9885, #b5b682);

    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 960px) {
    article {
      container: card/inline-size;
    }
    .article-body p {
      display: none;
    }
  }
  
  @container card (min-width: 380px) {
    .article-wrapper {
      display: grid;
      grid-template-columns: 100px 1fr;
      gap: 16px;
    }
    .article-body {
      padding-left: 0;
    }
    figure {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    figure img {
      height: 100%;
      aspect-ratio: 1;
      object-fit: cover;
    }
  }
  
  .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
  }


 
/* Gallery Section */
.gallery {
    background: var(--white-color);
    padding: 60px 20px 100px;
}

.gallery .gallery_container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}

.gallery_container .gallery_items {
    width: calc(100% / 3 - 32px);
    overflow: hidden;
    border-radius: 8px;
}

.gallery .gallery_container img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.gallery_container .gallery_items:hover img {
    transform: scale(1.3);
}
.map{
  width: 600px;
}
 /* Responsive Media Query code for max-width: 576px */
@media screen and (max-width: 576px) {


    .gallery_container .gallery_items {
        flex-direction: column;
        width: 100%;
    }
    .map{
      width: 300px;
    }
}


ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px auto;
  gap: 2rem;
}

ol li {
  position: relative;
  width: 280px;
  height: 320px;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.icon {
  font-size: 4rem;
  color: var(--accent-color, #007bff);
  margin-bottom: 20px;
}

.title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.descr {
  font-size: 1rem;
  color: #666;
  padding: 0 15px;
  line-height: 1.6;
}

/* Dynamic Accent Colors */
ol li:nth-child(1) { --accent-color: #ff5733; animation: slideInLeft 1s ease-in-out 0.3s forwards; }
ol li:nth-child(2) { --accent-color: #33c4ff; animation: slideInRight 1s ease-in-out 0.5s forwards; }
ol li:nth-child(3) { --accent-color: #ffc300; animation: slideInLeft 1s ease-in-out 0.7s forwards; }
ol li:nth-child(4) { --accent-color: #28a745; animation: slideInRight 1s ease-in-out 0.9s forwards; }
ol li:nth-child(5) { --accent-color: #6f42c1; animation: slideInLeft 1s ease-in-out 1.1s forwards; }
ol li:nth-child(6) { --accent-color: #fd7e14; animation: slideInRight 1s ease-in-out 1.3s forwards; }

/* Animations */
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

ol li:hover {
  background: linear-gradient(135deg, #dc3545, #00c6ff); /* New gradient on hover */
  transform: scale(1.05); /* Slight zoom effect */
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
  transition: all 0.3s ease-in-out;
}

ol li:hover .icon {
  color: #ffffff; /* Change icon color on hover */
}

ol li:hover .title, 
ol li:hover .descr {
  color: #ffffff; /* Change text color on hover */
}


/* Responsive Design */
@media (max-width: 768px) {
  ol {
    flex-direction: column;
    align-items: center;
  }
  ol li {
    width: 90%;
  }
}









/* why choose us */

.why-choose-us-section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  font-family: 'Arial', sans-serif;
  position: relative;
}

.why-choose-us-section h1 {
  font-size: 2.8rem;
  color: #4cbccb;
  margin-bottom: 40px;
  font-weight: bold;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.reason {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-in-out;
  text-align: left;
  border-top: 5px solid #4cbccb;
}

.reason .icon {
  font-size: 3rem;
  color: #4cbccb;
  margin-bottom: 15px;
}

.reason h2 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 10px;
}

.reason p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.reason:hover {
  background: linear-gradient(135deg, #091E3E, #2a9d8f);
  color: #fff;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}

.reason:hover .icon {
  color: #fff;
}

.reason:hover h2, 
.reason:hover p {
  color: #fff;
}

/* mission */ 
.mission-section {
  text-align: center;
  padding: 4rem 1rem;
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom, #f9f9f9, #eaf7f9);
}

.mission-section h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #00796b;
  margin-bottom: 1rem;
}

.mission-section .mission-intro {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.mission-points {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.mission-points li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 3rem;
  animation: fadeIn 0.8s ease-in-out forwards;
  opacity: 0;
  transition: color 0.3s;
}

.mission-points li:nth-child(odd) {
  animation-delay: 0.3s;
}

.mission-points li:nth-child(even) {
  animation-delay: 0.6s;
}

.mission-points li i {
  font-size: 1.8rem;
  color: #00796b;
  position: absolute;
  left: 0;
  transition: color 0.3s, transform 0.3s;
}

.mission-points li:hover {
  color: #00796b;
}

.mission-points li:hover i {
  color: #26c6da;
  
  transform: scale(1.2);
}

.mission-points li span {
  margin-left: 0.5rem;
  line-height: 1.5;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .mission-section h1 {
      font-size: 2.2rem;
  }
  .mission-section .mission-intro {
      font-size: 1rem;
  }
  .mission-points li {
      font-size: 1rem;
  }
}

/* sections */

.section-heading {
  text-align: center;
  margin-bottom: 30px;
  color: navy;
  animation: fadeInLeft 1s ease-in-out;
}
.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  animation: fadeInLeft 2.5s ease-in-out;
}
.card-body {
  padding: 20px;
}
.icon-box {
  font-size: 50px;
  color: #dc3545;
  margin-bottom: 20px;
  transition: transform 0.5s ease, color 0.3s ease;
}
.icon-box:hover {
  transform: scale(1.2);
  color: #0056b3;
}
@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translateX(-50px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}


.custom-list {
  list-style-type: none; /* Remove default bullets */
  padding: 0;
}

.custom-list li {
  position: relative;
  padding-left: 30px; /* Space for custom icon */
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.custom-list li::before {
  content: '\f00c'; /* Font Awesome check icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #dc3545;
  font-size: 1.2em;
  transition: color 0.3s ease;
}

.custom-list li:hover {
  transform: translateX(10px); /* Slight move to the right on hover */
  background-color: #f0f8ff; /* Light background on hover */
}

.custom-list li:hover::before {
  color: #0056b3; /* Darker icon color on hover */
}

.services-section {
  padding: 50px;
  text-align: center;
}

.section-description {
  color: #041E42;
  padding: 10px;
  font-size: 18px;
}

.services-section h1 {
  color: #F3525A;
  margin-bottom: 50px;
  background-color: white;
  display: inline;
  border-radius: 20px;
  padding: 10px 40px;
  border: 5px solid #041E42;
}

.services-section h3 {
  background-color: #041E42;
  color: white;
  display: inline-block;
  border-radius: 10px;
  padding: 10px 40px;
}

.service-box {
  display: inline-block;
  width: 250px;
  margin: 20px;
 
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}

.service-box:hover {
  transform: translateY(-5px);
}

.service-box img {
  width: 100%;
  height: 200px;
  transition: opacity 0.3s;
}

.service-title {
  font-size: 23px;
  background-color: #F3525A;
  margin: 10px 0;
  color: white;
  padding: 10px;

}
.service-box i{
  padding: 20px;
}

.service-description {
  display: none;
  font-size: 18px;
  color: #041E42;
  padding: 15px;
}

.service-box:hover .service-description {
  display: block;
}

.navbar-brand img {
  width: 380px;
  height: 120px;
}

/* Medium Devices (Tablets) */
@media (max-width: 991.98px) {
  .navbar-brand img {
    width: 280px;
    height: 90px;
  }
}

/* Small Devices (Phones) */
@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 200px;
    height: 70px;
  }
}

/* Extra Small Devices */
@media (max-width: 575.98px) {
  .navbar-brand img {
    width: 160px;
    height: 60px;
  }
}



.segment-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  cursor: pointer;
  border-bottom: 1px solid #F3525A;
}

.segment-item:last-child {
  border-bottom: none;
}

.head {
  padding: 10px;
  color: #F3525A;
  font-size: 25px;
}

.segment-content {
  display: none;
  padding: 10px;
  font-size: 18px;
  color: #666;
}

.segment-content img {
  width: 100%;
  max-width: 500px;
  /* Set maximum width for images */
  border-radius: 8px;
  margin-bottom: 10px;
  margin-left: 15%;
  /* Space between image and text */
}

.icon {
  font-weight: bold;
  font-size: 25px;
  cursor: pointer;
  transition: transform 0.3s;
}

/* Rotate the icon when expanded */
.segment-item.open .icon {
  transform: rotate(45deg);
}
.business-segment {
  max-width: 800px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  border: 5px solid #F3525A;
  padding: 40px;
  border-radius: 8px;
}
.section-h2 {
  background-color: #F3525A;
  display: inline-block;
  color: black;
  border-radius: 10px;
  padding: 15px;
  margin: 40px !important;
  margin-left: 25% !important;

}
/* Media query for mobile view */
@media (max-width: 768px) {
  .business-segment {
      width: 100%;
      padding: 15px;
  }
  .section-h2 {
    margin-left: 20px !important;
}

  .segment-content img {
      margin-left: 2px !important;
  }
}




.advantage-section {
  background: #ccd6e2;
  color: white;
  padding: 40px 20px;
  border-radius: 10px;
  margin: 30px 0;
}

.advantage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantage-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.advantage-list li i {
  margin-right: 10px;
  color: #ffd700;
  font-size: 1.2rem;
}


.tagline {
  text-align: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  animation: fadeIn 2s ease-in-out;
}

.tagline h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}

.tagline span {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 8px;
  background: #ffffff30;
  padding: 5px 15px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(-20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Media query for small screens */
@media (max-width: 768px) {
  .tagline h1 {
    font-size: 2rem; /* Reduce the font size for the main heading */
  }

  .tagline span {
    font-size: 1rem; /* Reduce the font size for the subheading */
    padding: 3px 10px; /* Adjust padding for smaller screens */
  }
}

/* Media query for very small screens */
@media (max-width: 480px) {
  .tagline h1 {
    font-size: 1.8rem; /* Further reduce the font size */
  }

  .tagline span {
    font-size: 1.3rem; /* Smaller subheading */
    padding: 2px 8px; /* Adjust padding for compact layout */
  }
}


/* Career Opportunity Section Styling */
.career-opportunity {
  padding: 60px 20px;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: white;
  text-align: center;
}

.career-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.career-heading span {
  color: #ffd700;
}

.career-description {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.opportunity-item {
  background: #ffffff10;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.opportunity-item:hover {
  transform: translateY(-10px);
}

.opportunity-item h3 {
  font-size: 1.5rem;
  color: #ffd700;
  margin-bottom: 10px;
}

.opportunity-item ul {
  text-align: left;
  margin: 15px 0;
  padding-left: 20px;
}

.opportunity-item ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.apply-link {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
  background: #ffd700;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}

.apply-link:hover {
  background: #ffc107;
}

/* Responsive Design */
@media (max-width: 768px) {
  .career-heading {
    font-size: 2rem;
  }
  
  .opportunity-grid {
    grid-template-columns: 1fr;
  }
}


.benefits-section {
  background-color: #f8f9fa;
  padding: 30px 15px;
}
.benefit {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.benefit i {
  font-size: 1.5rem;
  color: #007bff;
  margin-right: 10px;
}
.benefit h4 {
  font-size: 1.25rem;
  color: #333;
}




body { font-family: Arial, sans-serif; background-color: #f8f9fa; }
        .job-title { font-size: 1.5rem; font-weight: bold; color: #007bff; }
        .highlight { font-weight: bold; color: #28a745; }
        .icon { color: #ff9800; margin-right: 10px; }
        .accordion-button { font-weight: bold; }
        .accordion-button i { margin-right: 10px; }
        .accordion-body { background-color: #ffffff; border-left: 4px solid #007bff; padding: 20px; }