
    .account-form {
      background: #ffffff none repeat scroll 0 0;
      border-radius: 4px;
      position: relative;
      z-index: 9;
    }

    .register-title {
      background: #f5b120 none repeat scroll 0 0;
      border-radius: 3px 3px 0 0;
      padding-bottom: 7px;
      padding-top: 11px;
    }

    .register-title>h4 {
      color: #ffffff;
      display: inline-block;
      font-size: 18px;
      font-weight: 400;
      position: relative;
      top: -2px;
    }

    .fade,
    .slide {
      color: #FFFFFF;
      font-size: 13px;
    }

    .marquee {
      top: 6em;
      position: relative;
      box-sizing: border-box;
      animation: marquee 15s linear infinite;
    }

    .marquee:hover {
      animation-play-state: paused;
    }

    /* Make it move! */
    @keyframes marquee {
      0% {
        top: 8em
      }

      100% {
        top: -11em
      }
    }

    /* Style the links */
    .vanity {
      color: #333;
      text-align: center;
      font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    }

    .vanity a,
    .microsoft a {
      color: #1570A6;
      transition: color .5s;
      text-decoration: none;
    }

    .vanity a:hover,
    .microsoft a:hover {
      color: #F65314;
    }

    /* Style toggle button */
    .toggle {
      display: block;
      margin: 2em auto;
    }

    .section-padding {
      padding: 5px 0;
    }

    .apply .apply-cont {
      height: 280px;
    }

	.swiper {
    width: 100%;
    height: 500px; /* important */
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
	

    /* Load custom font */
    @font-face {
      font-family: 'EngraversOldEnglish';
      src: url('../fonts/EngraversOldEnglishNormal.ttf') format('truetype');
    }

    /* Swiper Container */
    .swiper {
      width: 100%;
      height: 450px;
      position: relative;
      overflow: hidden;
    }

    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Image Dark Overlay */
    .slide-overlay {
      position: relative;
      width: 100%;
      height: 600px;
      overflow: hidden;
    }

    .slide-overlay img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .overlay-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
      z-index: 1;
    }

    /* Main Title Overlay */
    .carousel-title-overlay {
      font-family: 'EngraversOldEnglish', serif;
      font-size: 110px;
      text-align: center;
      color: #fff;
      letter-spacing: 2px;
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
      z-index: 2;
      opacity: 0;
      white-space: nowrap;
      animation: slideDownFade 1s ease-out forwards;
    }

    @keyframes slideDownFade {
      0% {
        transform: translate(-50%, -80%);
        opacity: 0;
      }

      100% {
        transform: translate(-50%, -50%);
        opacity: 1;
      }
    }

    /* Slide Caption Below Title */
    .slide-caption {
      position: absolute;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      color: white;
      font-size: 42px;
      font-weight: bold;
      text-align: center;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
      opacity: 0;
      transition: all 0.9s ease-out;
      z-index: 10;
      white-space: nowrap;
    }

    .swiper-slide-active .slide-caption {
      opacity: 1;
      transform: translate(-50%, 0);
    }

    /* Arrows Styling */
    .swiper-button-next,
    .swiper-button-prev {
    background: rgb(16 62 26)!important;
      width: 45px!important;
      height: 45px!important;
      border-radius: 50%!important;
      top: 50%!important;
      transform: translateY(-50%);
      color: #fff!important;
      transition: all 0.3s ease;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      background: #fff;
      color: #000;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 20px!important;
      font-weight: bold;
    }

    /* Dots Styling */
    .swiper-pagination-bullets {
      bottom: 20px !important;
    }

    .swiper-pagination-bullet {
      background: #fff;
      opacity: 0.7;
      width: 12px;
      height: 12px;
      margin: 0 6px;
      transition: transform 0.3s, background-color 0.3s;
    }

    .swiper-pagination-bullet-active {
      background: #20633c;
      transform: scale(1.3);
      opacity: 1;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .swiper {
        height: 400px;
      }

      .carousel-title-overlay {
        font-size: 38px;
        top: 25%;
      }

      .slide-caption {
        font-size: 24px;
        bottom: 60px;
      }

      .swiper-slide img,
      .slide-overlay,
      .slide-overlay img {
        height: 400px;
      }
    }

    @keyframes wordFadeIn {
      0% {
        opacity: 0;
        transform: translateY(30px);
      }

      30% {
        opacity: 1;
        transform: translateY(0);
      }

      60% {
        opacity: 1;
        transform: translateY(0);
      }

      100% {
        opacity: 0;
        transform: translateY(-30px);
      }
    }

    @font-face {
      font-family: 'EngraversOldEnglish';
      src:
        url('fonts/EngraversOldEnglishNormal.woff2') format('woff2'),
        url('fonts/EngraversOldEnglishNormal.woff') format('woff'),
        url('fonts/EngraversOldEnglishNormal.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }

    .carousel-title-overlay {
      font-family: 'EngraversOldEnglish', serif;
      font-size: 50px;
      /* default for mobile/tablet */
      color: #fff;
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      white-space: nowrap;
      z-index: 10;
      text-align: center;
    }

    /* Large screen desktop font size */
    @media screen and (min-width: 992px) {
      .carousel-title-overlay {
        font-size: 110px;
      }
    }

    /* Letter animation */
    .letter {
      opacity: 0;
      display: inline-block;
      animation: typingFade 4s infinite;
    }

    /* Animation effect */
    @keyframes typingFade {
      0% {
        opacity: 0;
        transform: translateY(-20px);
      }

      10% {
        opacity: 1;
        transform: translateY(0);
      }

      90% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        transform: translateY(20px);
      }
    }

    /* Animation delay for each letter */
    .letter:nth-child(1) {
      animation-delay: 0.1s;
    }

    .letter:nth-child(2) {
      animation-delay: 0.2s;
    }

    .letter:nth-child(3) {
      animation-delay: 0.3s;
    }

    .letter:nth-child(4) {
      animation-delay: 0.4s;
    }

    .letter:nth-child(5) {
      animation-delay: 0.5s;
    }

    .letter:nth-child(6) {
      animation-delay: 0.6s;
    }

    .letter:nth-child(7) {
      animation-delay: 0.7s;
    }

    .letter:nth-child(8) {
      animation-delay: 0.8s;
    }

    .letter:nth-child(9) {
      animation-delay: 0.9s;
    }

    .letter:nth-child(10) {
      animation-delay: 1.0s;
    }

    .letter:nth-child(11) {
      animation-delay: 1.1s;
    }

    .letter:nth-child(12) {
      animation-delay: 1.2s;
    }

    .letter:nth-child(13) {
      animation-delay: 1.3s;
    }

    .letter:nth-child(14) {
      animation-delay: 1.4s;
    }

    .letter:nth-child(15) {
      animation-delay: 1.5s;
    }

    .letter:nth-child(16) {
      animation-delay: 1.6s;
    }

    .letter:nth-child(17) {
      animation-delay: 1.7s;
    }

    .letter:nth-child(18) {
      animation-delay: 1.8s;
    }

    .letter:nth-child(19) {
      animation-delay: 1.9s;
    }

    /* Optional: Special style for fancy letters */
    .fancy {
      color: #20633c;
      /* golden color fill */
      text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
      /* dark shadow for depth */
      -webkit-text-stroke: 1.5px #ffffff;
      /* white border */
      text-stroke: 1.5px #ffffff;
      /* fallback for other browsers */
    }

    /* Prevent space span from animating */
    .letter.space {
      width: 16px;
      opacity: 1 !important;
      animation: none !important;
    }
 

 
    .modal-close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 28px;
      font-weight: bold;
      color: #333;
      background: rgba(255, 255, 255, 0.8);
      border: none;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      line-height: 28px;
      text-align: center;
      cursor: pointer;
      z-index: 1050;
      transition: 0.2s;
    }

    .modal-close-btn:hover {
      background: rgba(255, 255, 255, 1);
      color: #000;
    }

    .btn-white-3d {
      margin-top: 10px;
      background: #20633c;
      color: #ffffff;
      padding: 12px 26px;
      border-radius: 10px;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: .5px;
      text-decoration: none;
      border: 1px solid rgba(31, 100, 59, 0.25);
      box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 -3px 0 rgba(0, 0, 0, 0.08);
      transition: all .3s ease;
      display: inline-block;
    }

    /* Hover */
    .btn-white-3d:hover {
      background: #ffffff;
      color: #20633c;
      transform: translateY(-2px);
      box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.25),
        inset 0 3px 0 rgba(255, 255, 255, 0.2);
    }


    /* Click */
    .btn-white-3d:active {
      transform: translateY(1px);
      box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.2),
        inset 0 3px 6px rgba(0, 0, 0, 0.25);
    }


/* Mobile View */
@media (max-width:768px){
    #slider-part .swiper,
    #slider-part .swiper-slide,
    #slider-part .slide-overlay img{
        height:250px;
    }
    .notice-card{
      margin-top: 20px;
    }
        #about-part {
        padding-bottom: 22px!important;
        
    }

    card-front {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 48px 9px 12px!important;
    border-radius: 22px;
    min-height: 227px!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card-back{
display: none;
}
    .feature {
        padding: 14px 0px!important;
    }

        .feature ul li .single-feature .cont {
       
      margin-top: 30px!important;
    }
    .feature ul li .single-feature{
           padding-top:0px;
    }
    .single-feature {
   
    display: block!important;
}

.single-feature .icon {
    min-width: 77px;
    height: 74px;
    border-radius: 0%!important;
    background: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
  box-shadow: none!important;
      margin-top: 25px;
}
    .feature ul li .single-feature .cont {
        margin-top: 0px !important;
    }
    body{
          overflow-x: hidden;
    }
}

.feature ul li .single-feature {
    padding-top: 25px!important;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.9), 0 0 35px rgba(42, 255, 158, 0.4);
}
 

 
    /* === NOTICE CARD === */
    .notice-card {
      border: 2px solid #317953;
      border-radius: 14px;
      background: #ffffff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: 0.3s ease;
    }

    .notice-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

    /* === HEADER === */
    .notice-header {
      background: linear-gradient(135deg, #20633c, #20633c);
      color: #ffffff;
      padding: 14px 18px;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      letter-spacing: 0.5px;
    }

    .notice-body {
      height: 320px;
      overflow: hidden;
      position: relative;
    }
.scroll-wrapper {
    height: 100%;
    overflow: hidden;
    place-self: center;
}

    .scroll-content {
      display: inline-block;
      animation: scrollUp 85s linear infinite;
    }

    .notice-item {
      background: #fff;
      border: 1px solid #2f7d4a;
      border-radius: 10px;
      padding: 10px;
      margin: 10px;
      text-align: center;
      font-size: 14px;
    }

    .notice-item .title {
      font-weight: bold;
    }

    .notice-item a {
      color: red;
      font-weight: bold;
    }

    .new-badge {
      background: red;
      color: #fff;
      font-size: 11px;
      padding: 2px 6px;
      border-radius: 20px;
    }

    /* 🔁 Infinite scroll animation */
    @keyframes scrollUp {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(-50%);
      }
    }
    #about-part {
    position: relative;
    padding-bottom: 40px;
}
 

  
   .split-cards {
    background: #20633c;
    padding: 56px 0px 55px 0px;
}
    /* Card wrapper */
    .split-card {
      position: relative;
    }

  .card-back {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #20633c, #000000);
    border-radius: 26px;
    transform: translate(31px, 30px);
    z-index: 0;
    opacity: 0.85;
    filter: blur(0.3px);
    transition: transform 0.55s cubic-bezier(.22, .61, .36, 1), opacity 0.4s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .card-front {
      position: relative;
      z-index: 1;
      background: #ffffff;
      padding: 57px 23px 17px;
      border-radius: 22px;
      min-height: 267px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .icon-wrap {
      width: 80px;
      height: 80px;
      border-radius: 20px;
      background: linear-gradient(135deg,#20633c, #20633c);
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      /* 👈 MOST IMPORTANT */
      top: -40px;
      /* 👈 card se bahar */
      left: 32px;
      box-shadow: 0 18px 35px rgba(31, 100, 59, 0.45);
      overflow: hidden;
    }

    /* subtle shine */
    .icon-wrap::after {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle, #20633c, transparent 60%);
      opacity: 0;
      transition: 0.5s;
    }

    .split-card:hover .icon-wrap::after {
      opacity: 1;
    }

    .icon-wrap i {
      font-size: 28px;
      color: #fff;
    }

    /* Typography */
    .card-front h3 {
      font-size: 22px;
      font-weight: 600;
      color: #20633c;
      margin-bottom: 14px;
    }

    .card-front p {
      color: #333;
      line-height: 1.75;
    }

    .split-card:hover .card-front {
      transform: translate(-12px, -12px);
    }

    .split-card:hover .card-back {
      transform: translate(30px, 30px);
      opacity: 0.85;
    }


    .split-card {
      transition: transform 0.4s ease;
    }

    .split-card:hover {
      transform: translateY(-6px);
    }

    .split-card:hover .icon-wrap {
      transform: translateY(-6px);
      box-shadow: 0 14px 30px rgba(31, 100, 59, 0.45);
    }

    /* Mobile */
    @media (max-width: 768px) {
      .split-card {
        margin-bottom: 35px;
      }
    }

    .split-cards .col-lg-4 {
      padding: 15px;
    }
 
 
    /* ===== ROOT COLORS ===== */
    :root {
      --dark-green: #20633c;
      --neon-green: #ffffff;
      --pure-black: #050505;
    }

    /* ===== CARD BODY ===== */
    .single-course {
      position: relative;
      border-radius: 22px;
      overflow: hidden;
      transform-style: preserve-3d;
      transition: all 0.7s ease;
    }

    /* ===== NEON GRADIENT BORDER ===== */
    .single-course::before {
      content: "";
      position: absolute;
      inset: -2px;
      border-radius: 22px;
      background: linear-gradient(120deg,
          #20633c,
          #1c5b36,
      
          #20633c);
      z-index: 0;
      filter: blur(12px);
      opacity: 0;
      transition: 0.6s;
    }

    .single-course:hover::before {
      opacity: 1;
    }

    /* ===== HOVER 3D LIFT ===== */
    .single-course:hover {
      transform: translateY(-22px) rotateX(6deg) rotateY(-6deg);
    }

    /* ===== IMAGE CINEMATIC EFFECT ===== */
    .single-course .image img {
      transition: 0.8s ease;
      filter: brightness(0.85) contrast(1.1);
    }

    .single-course:hover .image img {
      transform: scale(1.12);
      filter: brightness(1.05) contrast(1.2);
    }

    /* ===== GLASS CONTENT ===== */
    .single-course .cont {
      position: relative;
      z-index: 2;
      background: #fff;
      backdrop-filter: blur(12px);
      border-top: 1px solid rgba(42, 255, 158, 0.15);
      color: #e8fff5;
    }

    /* ===== TITLE GLOW ===== */
    .single-course .name h6 {
      color: #20633c;
      font-weight: 700;
      letter-spacing: 0.5px;
      transition: 0.5s;
    }

    .single-course:hover .name h6 {
      color: var(--neon-green);
    }

    /* ===== TEXT DEPTH ===== */
    .single-course p {
      color: #000000;
      line-height: 1.6;
      transition: 0.5s;
    }

    .single-course:hover p {
      transform: translateY(-6px);
    }

    .main-btn {
      background: #20633c;
      border: 1px solid #20633c;
      border-radius: 35px;
      color: #ffffff;
      padding: 0px 32px;
      font-weight: 600;
      transition: 0.5s;
      box-shadow: inset 0 0 0 rgba(42, 255, 158, 0);
          line-height: 34px;
    }

    .main-btn:hover {
      background: linear-gradient(135deg, #20633c, #20633c);
      color: #fff;
     
    }

    /* ===== LIGHT SWEEP EFFECT ===== */
    .single-course::after {
      content: "";
      position: absolute;
      top: -120%;
      left: -60%;
      width: 50%;
      height: 300%;
      background: linear-gradient(120deg,
          transparent,
          rgba(42, 255, 158, 0.15),
          transparent);
      transform: rotate(25deg);
      transition: 0.8s;
      overflow: hidden;
    }

    .single-course:hover::after {
      top: -40%;
      left: 120%;
    }

    /* ===== MOBILE SAFE ===== */
    @media(max-width:768px) {
      .single-course:hover {
        transform: translateY(-10px);
      }
    }

    .single-course .cont {
      padding-top: 11px;
      padding-bottom: 21px;
      padding-left: 15px;
      padding-right: 15px;
    }

    /* ===== SECTION TITLE WRAPPER ===== */
    .section-title.fancy-title {
      position: relative;
      padding: 20px 0;
    }

    /* ===== HEADING TEXT ===== */
    .section-title.fancy-title h2 {
      font-size: 42px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      background: linear-gradient(120deg,
          #20633c,
          #20633c,
          #000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      text-shadow:
        0 0 20px rgba(42, 255, 158, 0.35);
      animation: titleGlow 4s infinite alternate;
    }

    /* ===== GLOW ANIMATION ===== */
    @keyframes titleGlow {
      0% {
        text-shadow: 0 0 10px rgba(42, 255, 158, 0.2);
      }

      100% {
        text-shadow: 0 0 30px rgba(59, 105, 84, 0.7);
      }
    }

    /* ===== LINE UNDER TITLE ===== */
    .section-title.fancy-title .title-line {
      display: block;
      width: 90px;
      height: 4px;
      margin: 14px auto 0;
      background: linear-gradient(90deg,
          transparent,
          #2b6d4f,
          #20633c,
          #000,
          transparent);
      border-radius: 10px;
      position: relative;
      overflow: hidden;
    }

    /* ===== MOVING SHINE ON LINE ===== */
    .section-title.fancy-title .title-line::after {
      content: "";
      position: absolute;
      top: 0;
      left: -40%;
      width: 40%;
      height: 100%;
      background: linear-gradient(120deg,
          transparent,
          rgba(255, 255, 255, 0.8),
          transparent);
      animation: lineSweep 3s infinite;
    }

    @keyframes lineSweep {
      0% {
        left: -40%;
      }

      100% {
        left: 120%;
      }
    }

    /* ===== RESPONSIVE ===== */
    @media(max-width:768px) {
      .section-title.fancy-title h2 {
        font-size: 30px;
      }
    }

    /* ===== SECTION BASE ===== */
    #video-feature {
      position: relative;
      background-size: cover;
      background-position: center;
      overflow: hidden;
    }

    /* Dark overlay */
    #video-feature::before {
      content: "";
      position: absolute;
      inset: 0;

      z-index: 0;
    }

    /* ===== CONTAINER LAYER ===== */
    #video-feature .container {
      position: relative;
      z-index: 2;
    }

    /* ===== FEATURE BOX (RIGHT SIDE) ===== */
    .feature {}

    .feature .feature-title h3 {

      color: white !important;
    }

    /* ===== SECTION TITLE ===== */
    .feature-title h3 {
      font-size: 36px;
      font-weight: 800;
      margin-bottom: 30px;
      background: linear-gradient(120deg, #fff, #fff, #fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-transform: uppercase;
      letter-spacing: 1px;

      text-align: Center;
    }

    /* ===== FEATURE LIST ===== */
    .feature ul {
      padding: 0;
      margin: 0;
    }

    .feature ul li {
      list-style: none;
      margin-bottom: 25px;
    }

    /* ===== SINGLE FEATURE CARD ===== */
   .single-feature {
    display: flex;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
    background: white;
    transition: all 0.6s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgb(255 255 255);
}
    /* Hover lift */
    .single-feature:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.9),
        0 0 35px rgba(42, 255, 158, 0.4);
    }

    /* ===== ICON STYLE ===== */
    .single-feature .icon {
      min-width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #20633c;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 25px rgba(42, 255, 158, 0.5);
    }

    .single-feature .icon img {
      width: 38px;
      filter: brightness(1.2);
    }

    /* ===== TEXT ===== */
    .single-feature .cont h4 {
      color: #2aff9e;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .single-feature .cont p {
      color: #d6f5ea;
      font-size: 15px;
      line-height: 1.6;
    }

    /* ===== LIGHT SWEEP ===== */
    .single-feature::after {
      content: "";
      position: absolute;
      top: -100%;
      left: -50%;
      width: 50%;
      height: 300%;
      background: linear-gradient(120deg,
          transparent,
          rgba(42, 255, 158, 0.18),
          transparent);
      transform: rotate(25deg);
      transition: 0.8s;
    }

    .single-feature:hover::after {
      left: 120%;
    }

    /* ===== LEFT EMPTY VIDEO SIDE (VISUAL BALANCE) ===== */
    #video-feature .col-lg-6 {
      position: relative;
    }

    #video-feature .col-lg-6::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle,
          rgba(42, 255, 158, 0.15),
          transparent 70%);
    }

    #video-feature {
      background-position: left center;
    }

   

    /* ===== RESPONSIVE ===== */
    @media(max-width:768px) {
      .feature {
        padding: 30px 25px;
      }

      .feature-title h3 {
        font-size: 28px;
      }
    }
 

  

    #patnar-logo {
    padding: 60px 0;
    background: #f9f9f9;
}

.single-patnar {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
    background: #fff;
}

.single-patnar img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
    border-radius: 15px;
}

/* Hover effect */
.single-patnar:hover img {
    transform: scale(1.1);
}

.single-patnar:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 43px;
    height: 57px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff00;
    border: none;
    outline: none;
    background: transparent;
}

/* icon size bada */
.slick-prev:before, .slick-next:before {
    color: #fff;
    font-size: 26px;
    opacity: 1;
}

/* hover effect 🔥 */
.slick-prev:hover, .slick-next:hover {
    background: #218838;
    transform: scale(1.1);
}

/* position adjust */
.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #20633c;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

/* underline design */
.section-title h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #28a745;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
}

/* subtitle */
.section-title p {
    color: #666;
    font-size: 15px;
}

/* spacing */
.mb-40 {
    margin-bottom: 40px;
}
 