body {
      background-color: #ffffff;
    }
h1, h2{
  font-family: "Rammetto One", sans-serif;
}
.fit-content-width {
  width: fit-content;
}
.container{
  max-width: 100%;
  padding: 0 20px;
}
section{
  padding: 50px 0;
}
p{
  font-size: 18px;
  line-height: 1.9;
  color: #000;
}
p.sub-head {
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
}
.bbr-100{
  border-radius: 0 0 100px 100px;
}
.bg-green{
   background: #0f3d3d;
}
.bg-brown{
   background: #453220;
}

.tile{
  padding: 100px 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50px;
  margin: 0 20px;
}

/* HOVER DROPDOWN */
.tab-dropdown:hover > .dropdown-menu {
    display: block;
}

.tab-dropdown .dropdown-menu {
    margin-top: 0;
}

/* Dropdown style consistent */
.dropdown-menu {
  border-radius: 12px;
  padding: 10px 0;
}

/* Sub-tab highlight */
.dropdown-item.active {
    background-color: #f47b20;
    color: #fff !important;
}


/****** Header *********/

    .main-header {
      padding: 12px 0;
      position: sticky;
      top: 0;
      z-index: 1050; /* above content */
      background-color: #fff;
      transition: box-shadow 0.3s ease;
    }
    .main-header.scrolled{
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
    .main-header .container-fluid{
      padding: 10px 60px;
    }
    .navbar-brand {
      font-size: 25px;
    letter-spacing: 0.5px;
    font-family: "Rammetto One", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    color: #0f3d3d;
    }

  
    /* Center menu */
    .navbar-nav {
      gap: 10px;
    }

    .nav-link {
      font-weight: 600;
      color: #0f3d3d;
      font-family: "Inter", sans-serif;
    }
  
    /* Custom Hamburger Toggle */
.custom-toggler {
  border: none;
  background: transparent;
  padding: 0;
  width: 32px;
  height: 24px;
  position: relative;
}

.custom-toggler span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #1f3d2b;
  border-radius: 3px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.custom-toggler span:nth-child(1) {
  top: 0;
}

.custom-toggler span:nth-child(2) {
  top: 10px;
}

.custom-toggler span:nth-child(3) {
  top: 20px;
}

/* Animate to X when open */
.custom-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.custom-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.custom-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}


    /* Desktop only mega menu */
    @media (min-width: 992px) {
      .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
      }
    }




.navbar-nav {
    border-bottom: unset;
}


    .icon-circle {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1px solid #14532d;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.85rem;
      color: #14532d;
    }
    /* Optional: make dropdown look a bit nicer */
    .dropdown-menu {
      border-radius: 0.75rem;
      border: 1px solid #e5e7eb;
    }
      

/****** Buttons  *********/
      .primary-btn {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      background: #0f3d3d;
      color: #fff;
      border: none;
      padding: 8px 15px;
      border-radius: 40px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      transition: 0.3s ease;
      gap: 18px;
    }
    .primary-btn .icon {
      width: 38px;
      height: 38px;
      /*background: #efff76;*/
      background: #efff76;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
      .primary-btn .arrow {
      display: inline-block;
      width: 14px;
      height: 14px;
      border-right: 3px solid #000;
      border-top: 3px solid #000;
      transform: rotate(45deg); /* top-right arrow */
      transition: 0.3s ease;
    }
    .primary-btn a{
  color: #0f3d3d;
  text-decoration: none;
}

        /* Hover: arrow rotates to point right (→) */
    .primary-btn:hover .arrow {
      transform: rotate(0deg);
    }

     .white-btn{
      background: #fff;
      color: #0f3d3d;
    }
    .white-btn .icon, .secondary-btn .icon{
      background: #0f3d3d;
    }
    .white-btn .icon .arrow, .secondary-btn .icon .arrow{
      border-right: 3px solid #efff76;
    border-top: 3px solid #efff76;
    }
      .secondary-btn {
    background: #efff76;
    color: #0f3d3d;
}
   
   
/****** Landing Page  *********/


/** Hero Section **/

 .hero-section {
      padding: 120px 0 50px;
      text-align: center;
    }

    .hero-heading {
    font-size: 55px;
    font-weight: 400;
    color: #0f3d3d;
    line-height: 1.4;
    /* letter-spacing: 0.05em; */
    margin: 0 auto 30px;
    text-transform: capitalize;
    }

    .subtitle {
      font-size: 22px;
    color: #000000;
    font-weight: 400;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 35px;
    }

    .hero-btn {
      padding: 12px 28px;
      border-radius: 10px;
      background: #fff;
      border: 2px solid #e2e2e2;
      font-weight: 500;
      letter-spacing: 0.5px;
      transition: 0.3s;
    }

    .hero-btn:hover {
      background: #0c3d2e;
      color: #fff;
      border-color: #0c3d2e;
    }

/** What we do Section **/


    .section-heading {
      border-left: 15px solid #D4A373;
    padding-left: 30px;
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1.4;
    }

    .feature-item {
      border-left: 1px solid #c288565c;
      padding-left: 40px;
      padding-right: 20px;
      margin-bottom: 40px;
      margin-top: 40px;
    }

    .feature-item:first-child {
      border-left: none;
      padding-left: 0;
    }

    .head-3 {
    font-size: 32px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }

    .feature-text {
    max-width: 320px;
    font-size: 20px;
    }

    /* Icon styles (simple shapes, close to reference) */
    .feature-icon {
      margin-bottom: 20px;
     display: flex;
     justify-content: space-between;
    }

    .icon-color {
      fill: #c18a53;
    }


    /* Add your own image URL here */
    .tile-hero-bg {
        background-image: linear-gradient(180deg, #0f3d3dcf 0%, #0f3d3ddb 100%), url(img/2148431344.jpg);
    }
    .tile-hero-bg2{
        background-image: linear-gradient(180deg, #efff76f0 0%, #efff76ed 100%), url(img/2149229001.jpg);
    }
  
    .tile-title {
        font-size: 50px;
        font-weight: 400;
        line-height: 1.5;
        color:#fff;
        text-align: center;
    }
    .tile-hero-bg2 .tile-title{
      color:#0f3d3d;
    }

     .difference-section {
      padding: 100px 0 0;
      margin-top: 100px;
      box-shadow: -20px 4px 20px 10px #efff763d;
    }
  
  
    .service-card {
      /*background-color: #ffffff4a;*/
      border-radius: 22px;
     border: 1px solid #c288567d;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: self-start;
    margin-bottom: 22px;
    }

    .service-card:hover{
      background: #f8fbe1;
    border: 1px solid transparent;
    }

    .service-card .feature-text{
      max-width: unset;
    }

    .service-icon {
      flex: 0 0 auto;
      width: 64px;
      height: 64px;
      border-radius: 18px;
      /*border: 1px solid #d5c9aa;*/
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      color: #245d33;
    }

    .service-title {
      font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color:#333333;
    text-transform: capitalize;
    }
  
  /*
    .service-text {
      margin: 0;
      font-size: 0.95rem;
      color: #4a5b4b;
    }*/

    .marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.marquee {
    display: flex;
    white-space: nowrap;
    animation: marquee 22s linear infinite;
}

.marquee span {
    font-size: 200px;
    font-weight: 300;
    opacity: 0.05;
    margin-right: 50px;
    line-height: 1;
    letter-spacing: 6px;
    font-family: "Rammetto One", sans-serif;
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

  .testimonial-section {
    border-radius: 150px;
    box-shadow: -11px 16px 20px 10px #efff763d;
    margin-bottom: 100px;
    }

    .testimonial-carousel {
      max-width: 1180px;
      margin: 0 auto;
      margin: 80px auto 0;
    }

    /* MAIN WHITE CARD */
    .testimonial-card {
      background-color: #ffffff;
      border-radius: 40px;
      padding: 100px;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
      height: auto;                     /* <-- fixed height, same for all slides */
      display: flex;
      align-items: stretch;
    }

    .testimonial-row {
      height: 100%;
    }

    .person-img-wrap {
      border-radius: 28px;
      overflow: hidden;
      height: 100%;
      width: 100%;
    }

    .person-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .text-col {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }


    .review-text {
      font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    color: #0f3d3d;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    }

    .review-text span {
      font-size: 2rem;
      line-height: 0;
    }

    .client-info {
      margin-top: 24px;
    }

    .client-name {
      font-weight: 600;
      font-size: 18px;
      color: #000;
      margin-bottom: 4px;
    }

    .client-role {
      font-size: 0.86rem;
      color: #7a8275;
    }

    /* SHOW REAL HALF OF NEXT SLIDE */
    .carousel-inner {
      overflow: visible; /* allows the next item to peek out */
    }

    .carousel-item {
      transition: transform 0.6s ease-in-out;
    }

    .slide-layout {
      display: flex;
      width: 100%;
    }

    /* this is the visible “half next slide” area */
    .next-peek {
      width: 220px;
      margin-left: 26px;
      flex-shrink: 0;
      border-radius: 28px;
      overflow: hidden;
      height: auto;
    }

    .next-peek img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* CONTROLS (ARROWS + DOTS) */
    .controls-row {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 14px;
      margin-bottom: 22px;
    }

    .arrow-btn {
      width: 60px;
      height: 60px;
      border-radius: 8px;
      border: unset;
      background-color: #0f3d3d;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 18px;
      line-height: 1;
      color: #efff76;
    }

    .arrow-btn:hover {
      background-color: #ece3b4;
    }

    .carousel-indicators {
      position: static;
      margin: 0;
      gap: 8px;
    }

    .carousel-indicators [data-bs-target] {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #dacfa8;
      opacity: 1;
      border: 0;
    }

    .carousel-indicators .active {
      width: 11px;
      height: 11px;
      background-color: #1e5a32;
    }

    /* hide default bootstrap arrows */
    .carousel-control-prev,
    .carousel-control-next {
      display: none;
    }
    .testimonial-carousel {
  overflow: hidden;      /* outer wrapper hides overflow */
}

.testimonial-carousel .carousel-inner {
  overflow: visible;     /* inner can still show the half card */
}


    .faq-image-col {
      min-height: 420px;
    }

    /*.faq-image {
      border-radius: 80px;
    border: 20px solid #fff;
    margin: auto;
    display: block;
    width:80%;
    }*/

    .faq-content {
      padding: 60px 60px;
    }


    /* Accordion styling */
    .accordion-button {
      font-size: 22px;
    font-weight: 500;
    padding: 20px;
    margin-bottom: 10px;
    background: transparent;
    line-height: 1.8;
    }

    .accordion-item {
      border: none;
     border-top: unset;
     background: transparent;
    }

  
    .accordion-button::after {
      /* remove default arrow + add plus icon */
      /*background-image: none;
      content: "+";
      font-size: 30px;
      font-weight: 800;
      transform: none !important;
      color: #333333;*/
    }

    .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 30px;
    font-weight: 800;
    /* transform: none !important; */
    color: #333333;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) !important;
    line-height: normal;
    width: auto;
    height: auto;
}

    .accordion-button:not(.collapsed){
      color: #fff;
    background-color: #0f3d3d;
    }

    .accordion-button:not(.collapsed)::after {
      content: "–";
      background-image: unset !important;
      color:#fff;
    }


    .accordion-button:focus {
      box-shadow: none;
    }

    .accordion-body {
      padding: 0 20px;
      font-size: 18px;
      color: #000;
      max-width: 480px;
      line-height: 1.8;
    }

    .footer {
    background: #0f3d3d;
    color: #fff;
    padding: 70px 40px;
    font-family: 'Inter', serif;
}

/* Top section */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-brand .navbar-brand {
    font-size: 50px;
    letter-spacing: 2px;
    opacity: 0.85;
    color:#efff76;
}

.footer-contact {
    text-align: right;
}

.footer-phone {
    font-size: 40px;
    margin: 0;
}

.footer-email {
    font-size: 28px;
    margin: 5px 0 20px;
}

.footer-contact .primary-btn{
  background: #efff76;
  color: #0f3d3d;
}
.footer-contact .primary-btn a{
  color: #0f3d3d;
}
.footer-contact .primary-btn .icon{
  background: #efff76;
}

/* Divider line */
.footer-divider {
    margin: 50px 0;
    border: none;
    border-top: 1px solid #5a5956;
}

/* Bottom grid */
.footer-bottom-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-about p {
    line-height: 1.7;
    margin-bottom: 20px;
    color: #fff;
}

/* Social icons */
.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #7b7a78;
    border-radius: 50%;
    margin-right: 10px;
    color: #e4e2dc;
    font-size: 18px;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col li {
    margin: 8px 0;
    font-size: 15px;
    opacity: 0.9;
}

/* Legal bottom */
.footer-legal {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-legal p{
    color:#fff;
} 

.footer-legal-links a {
    margin-left: 20px;
    color: #e4e2dc;
    text-decoration: underline;
    font-size: 14px;
}


    .programs-card {
      position: relative;
      border-radius: 6px;
      overflow: hidden;
      background-color: #eee;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      height: 100%;
    }

    .programs-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      min-height: 420px; /* similar to tall cards in screenshot */
    }

    .programs-overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 18px;
      margin: 0 24px;
      padding: 10px 18px;
      border-radius: 999px;
      background: radial-gradient(circle at top left, #0f3d3de3 0%, #0f3d3de8 90%);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .programs-avatar {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
      border: 2px solid rgba(255, 255, 255, 0.8);
    }

    .programs-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .programs-text {
      color: #ffffff;
      flex-grow: 1;
    }

    .programs-name {
      font-size: 20px;
    font-weight: 800;
    margin-bottom: 2px;
      /*white-space: nowrap;*/
    }


    .programs-chat {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, #efff76, #f2f5d7);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      position: relative;
    }

    .programs-chat::before {
      content: "";
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 2px solid #0f3d3d;
      border-top-color: transparent;
      border-right-color: transparent;
      transform: rotate(-35deg);
      display: block;
      background-color: transparent;
    }

    .contact-section {
      border-radius: 140px;
      box-shadow: -11px 16px 20px 10px #efff763d;
      margin-bottom: 50px;
      padding: 100px 0;
    }

    .contact-label {
      font-size: 11px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600;
      color: #b08a37;
      margin-bottom: 8px;
    }


    .form-control {
    border-radius: 0;
    border: unset;
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
    background-color: #efff76;
  }

    .form-control:focus {
     box-shadow: none;
    border-color: #b08a37;
    background-color: #0f3d3d;
    color: #fff !important;
    }

    .contact-btn {
      margin-top: 20px;
      padding: 0.9rem 2.6rem;
      border-radius: 0;
      border: none;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.9rem;
      letter-spacing: 0.06em;
      background-color: #0f5240;
      color: #ffffff;
    }

    .contact-btn:hover {
      background-color: #0b3d2f;
      color: #ffffff;
    }

    /* Map side */
    .map-wrapper {
     
      padding: 60px;
    }

    .map-card {
      border-radius: 20px;
      border: 1px solid #ddd2b4;
      overflow: hidden;
      box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
      height: 100%;
      min-height: 380px;
    }

    .map-card iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }


  /* For student part */
  
  img.w100 {
    max-width: 100%;
}
.headingWithText {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 100px 0 0;
}
.headingWithText p.subtitle {
    margin: 0;
    font-size: 22px;
}
/*
button.primary-btn.whiteButton {
    background: #fff;
    color: #0f3d3d;
}
button.primary-btn.whiteButton .icon {
    background: #0f3d3d;
}
button.primary-btn.whiteButton .icon i {
    border-color: #fff;
}*/
button.centerBtn {
    margin: 0 auto;
    display: flex;
}
section.hero-section.hero-sectionInner {
    padding-bottom: 0px;
    padding-top: 50px;
}
.stickyHeading {
    position: sticky;
    top: 20px;
}

/******** Programs Page**********/
.programs-p-card {
      background: #fff;
      border: 3px solid #efff76;
      border-radius: 30px;
      padding: 30px;
      height: 100%;
      /*display: flex;
      justify-content: space-between;
      align-items: flex-start;*/
      transition: all 0.3s ease;
    }

    .programs-p-card:hover {
      /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);*/
      transform: translateY(-5px);
      background-color: #efff76;
      border: 3px solid transparent;
    }

    .programs-p-content h4 {
      font-weight: 600;
      margin-bottom: 20px;
      color: #1f3d2b;
      font-size: 26px;
    }

    .programs-p-content p {
      /*font-size: 15px;*/
      color: #4b4b4b;
      margin-bottom: 0;
      margin-top: 20px;
    }

    .programs-p-icon {
      font-size: 60px;
      color: #1f3d2b;
      text-align: right;
      margin-bottom: 40px;
      /*flex-shrink: 0;*/
    }


/********* Contact Page *************/
 /* Section */
    .contact-page-section {
      background: linear-gradient(to top, #efff76 50%, #fff 28%, #fff 72%);
      padding: 80px 0 100px;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    }
    img.con-img {
    border-radius: 100%;
    border: 10px solid #e2ff0a;
}

    /* Contact Items */
    .contact-item {
      margin-bottom: 40px;
    }

    .contact-icon {
      width: 120px;
      height: 120px;
      background-color: #efff76;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      color: #0f3d3d;
      font-size: 48px;
    }

    .contact-item h5 {
      font-weight: 700;
    letter-spacing: 0.8px;
    font-size: 18px;
    font-family: 'Inter';
    line-height: 1.6;
    }

    /* Bottom Band */
    /*.contact-footer {
      background-color: #efff76;
      height: 80px;
      margin-top: 40px;
    }*/

    /* Hover animation for contact items */
.contact-icon {
  transition: all 0.35s ease;
  position: relative;
}

/* Icon hover effect */
.contact-item:hover .contact-icon {
  transform: translateY(-10px) scale(1.08);
  box-shadow: 0 20px 35px #dee2e6a3;
}

/* Icon rotate / pop */
.contact-item:hover .contact-icon i {
  transform: rotate(-8deg) scale(1.1);
}

/* Smooth icon transition */
.contact-icon i {
  transition: all 0.35s ease;
}

/* Optional text color change */
.contact-item:hover h5 {
  color: #e2ff0a;
}


    /* Responsive */
    @media (max-width: 768px) {
      .contact-title {
        font-size: 36px;
      }

      .contact-icon {
        width: 90px;
        height: 90px;
        font-size: 36px;
      }
    }

/****** RESPONSIVE CSS ******/

  @media(max-width: 1200px){
    .feature-item, .feature-item:first-child{
      padding-left: 20px;
    }
    
  }

  @media(max-width: 1100px){
    .programs-name{
      font-size: 16px;
    }
    .hero-heading{
      font-size: 50px;
    }
  }

    @media (max-width: 991.98px) {
      .faq-image{
        width: 100%;
      }
      .contact-wrapper,
      .map-wrapper {
        padding: 40px 24px;
      }
      .contact-heading {
        font-size: 2rem;
      }
      .map-card {
        min-height: 320px;
      }
    }

    @media (max-width: 991.98px) {
      .programs-img {
        min-height: 360px;
      }
      .programs-overlay {
        bottom: 14px;
        margin: 0 18px;
      }
    }

  

/* RESPONSIVE */
@media (max-width: 992px) {
    .footer-bottom-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-contact {
        text-align: left;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .footer-bottom-grid {
        grid-template-columns: 1fr;
    }

    .footer-top {
        text-align: center;
    }

    .footer-contact {
        text-align: center;
    }

    .footer-legal {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-legal-links a {
        margin: 0 10px;
    }
}





    @media (max-width: 991.98px) {
      .faq-content {
        padding: 40px 24px 50px;
      }

      .faq-title {
        font-size: 1.8rem;
      }
    }



    /* RESPONSIVE */
    @media (max-width: 992px) {
      .testimonial-card {
        height: auto;
        padding: 30px 24px;
        border-radius: 30px;
      }
      .next-peek {
        display: none; /* no half card on small screens */
      }
      
    }

    @media (max-width: 576px) {
      .review-text {
        font-size: 1.35rem;
      }
      .review-text span {
        font-size: 1.6rem;
      }
    }

    @media (max-width: 991.98px) {
      .difference-heading {
        font-size: 2.1rem;
      }
      .service-card {
        padding: 20px;
      }
    }


@media (max-width: 767.98px) {
      .feature-item {
        border-left: none;
        border-top: 1px solid #e1d6c5;
        padding-left: 0;
        padding-top: 24px;
        margin-top: 24px;
      }
      .feature-item:first-child {
        border-top: none;
        margin-top: 0;
      }
    }

  @media (max-width: 768px) {
        .tile-hero {
            height: 380px;
        }
        .tile-content {
            padding: 25px;
        }
    }

@media (min-width: 1260px) {
  .container {
    max-width: 1240px !important;
  }
}
