/********** Template CSS **********/
.img{
margin-right: 130px !important;
margin-bottom: 20px !important;
background-color: red;
}
.product-img{
    width: 10px;
    height: 350px;
    object-fit: cover;
}
.beanut-flower{
object-fit: cover;
}
:root {
    --primary:#AC0807;
    --secondary: #AC0807;
    --light: #F5F8F2;
    --dark: #252C30;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}


/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

/* .navbar .navbar-brand {
    position: absolute;
    padding: 0;
    width: 170px;
    height: 135px;
    top: 0;
    left: 0;
} */

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:#AC0807;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand {
        width: 126px;
        height: 100px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 75px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(228, 230, 226, 0.7), rgba(67, 66, 66, 0.479));
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: #AC0807;
    border: 15px solid #AC0807;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background:linear-gradient(rgba(228, 230, 226, 0.288), rgba(253, 255, 139, 0.123)), url(../img/banner-3.webp) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background:#AC0807 ;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(25% - 13px);
    background: var(--dark);
    border: 10px solid #FFFFFF;
    border-radius: 28px;
}

.section-title.text-center::before {
    left: 25%;
}

.section-title.text-center::after {
    left: calc(50% - 13px);
}


/*** Products ***/
.product {
    background: linear-gradient(rgba(136, 180, 78, .1), rgba(238, 173, 54, 0.1)), url(../img/product-bg.png) left bottom no-repeat;
    background-size: auto;
}

.product-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: #FFFFFF;
    color: var(--primary);
}


/*** About ***/
.video {
    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 65px;
    height: 75px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 28px 30px 30px 38px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 13px;
    border-left: 40px solid var(--primary);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Store ***/
.store-item .store-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(138, 180, 78, .3);
    opacity: 0;
    transition: .5s;
}

.store-item:hover .store-overlay {
    opacity: 1;
}


/*** Contact ***/
.contact .btn-square {
    width: 100px;
    height: 100px;
    border: 20px solid var(--light);
    background: var(--primary);
    border-radius: 50px;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-item {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    background: #FFFFFF;
    border: 30px solid var(--primary);
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--dark);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #252525;
}

.copyright a:hover {
    color: #FFFFFF !important;
}
/*  */
.service-card {
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }
  .service-card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 200px;
    object-fit: cover;
  }

  /*  */
   .course-section {
      padding: 60px 0;
    }

    .course-title {
      text-align: center;
      color: #ffe600;
      font-weight: 700;
      font-size: 2.2rem;
      margin-bottom: 50px;
    }

    .course-box {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      margin-bottom: 40px;
      transition: all 0.3s ease;
    }

    .course-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .course-box h5 {
      color: #0d6efd;
      font-weight: 600;
    }

    .course-box ul {
      list-style: none;
      padding-left: 0;
    }

    .course-box ul li::before {
      content: "🔹";
      color: #0d6efd;
      margin-right: 8px;
    }

    .course-img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      /* border-radius: 0 15px 15px 0; */
    }

    @media (max-width: 768px) {
      .course-img {
        /* border-radius: 0 0 15px 15px; */
        height: 220px;
      }
    }

    /*  */
    /* .course-box {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            height: 250px;
            width: 260px;
        } */
        
        .course-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        }
        
        .course-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .overlay-text {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.7);
            color: white;
            padding: 10px;
            text-align: center;
            font-weight: 500;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .course-box:hover .overlay-text {
            opacity: 1;
        }
        
        .course-title {
            margin-top: 15px;
            font-weight: 600;
            text-align: center;
            color: #333;
        }
        
        .modal-content {
            border-radius: 15px;
            border: none;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .modal-header {
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            color: white;
            border-radius: 15px 15px 0 0;
        }
        
        .modal-body {
            padding: 25px;
            max-height: 60vh;
            overflow-y: auto;
        }
        
        .course-modules {
            list-style-type: none;
            padding-left: 0;
        }
        
        .course-modules li {
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 25px;
        }
        
        .course-modules li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }
        
        .btn-close-white {
            filter: invert(1);
        }
        
        h2 {
            color: #333;
            font-weight: 700;
            position: relative;
            padding-bottom: 15px;
        }
        
        /* h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            border-radius: 2px;
        } */
        /*  */

        .fab-whatsapp {
    position: fixed;
    bottom: 100px;
    right: 35px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-whatsapp img {
    width: 45px;
    height: 45px;
}

.fab-whatsapp:hover {
    background-color: #2dab9c;
    
    transform: scale(1.28);  
}
/*  */

        @media (max-width: 768px) {
            .page-header {
                padding: 2rem 0;
                margin-bottom: 1.5rem;
            }
            
            .course-img-container {
                height: 160px;
            }
            
            .modal-body {
                padding: 1.5rem;
            }
            
            .modal-title {
                font-size: 1.2rem;
            }
        }
        
        @media (max-width: 576px) {
           
            .course-img-container {
                height: 140px;
            }
            
            .course-content {
                padding: 1rem;
            }
            
            .modal-body {
                padding: 1rem;
            }
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .modal.fade .modal-dialog {
            animation: fadeIn 0.3s ease-out;
        }

        /*  */


        .services-section {
      padding: 48px 0;
      background: #f8f9fa;
    }

    .services-header {
      text-align: center;
      margin-bottom: 32px;
    }

    .service-card {
      background: #ffffff;
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      text-align: center;
      width: 250px;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .service-img {
      width: 100%;
      height: 180px;
      object-fit: contain;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
    }

  .service-title {
  font-weight: 1200;
  margin: 16px 0 8px;
  color: #343333;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
}

    .service-sub {
      font-size: 0.9rem;
      color: #6c757d;
    }

    @media (max-width: 767px) {
      .service-wrapper {
        justify-content: center !important;
        text-align: center;
      }
    }

    /*  */

.ban-cont{
    background-color: #847652;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 25px;
    font-weight: 500;
}

/*  */
.gallery img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 0.3s ease;
  background-color: #bab9b5;
}

.gallery img:hover {
  transform: scale(1.05);
}
.services-headers{
    text-align: center;
    margin: 20px;
    
}
/*  */
.bg-gold {
  background-color: #fff8dc; 
}

.safety-list li {
  padding: 12px 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; 
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.safety-list li:nth-child(1) { animation-delay: 0.2s; }
.safety-list li:nth-child(2) { animation-delay: 0.4s; }
.safety-list li:nth-child(3) { animation-delay: 0.6s; }
.safety-list li:nth-child(4) { animation-delay: 0.8s; }
.safety-list li:nth-child(5) { animation-delay: 1.0s; }
.safety-list li:nth-child(6) { animation-delay: 1.2s; }
.safety-list li:nth-child(7) { animation-delay: 1.4s; }
.safety-list li:nth-child(8) { animation-delay: 1.6s; }
.safety-list li:nth-child(9) { animation-delay: 1.8s; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}
/*  */

.imgcolor {
      color: white; 
      
      text-align: center;
      text-shadow: 
        -2px -2px 0 #000,  
         2px -2px 0 #000,
        -2px  2px 0 #000,  
         2px  2px 0 #000; 
    
      padding: 20px;
      border-radius: 10px;
      display: inline-block;
    }

    .ban-conts{
    background-color: #fadca1;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 25px;
    font-weight: 500;

      text-shadow: 
        -2px -2px 0 #000,  
         2px -2px 0 #000,
        -2px  2px 0 #000,  
         1px  1px 0 #000; 
    
      padding: 20px;
      /* border-radius: 10px; */
     
}

/*  */

.company-name {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        
        .tagline {
            font-size: 1.2rem;
            font-weight: 300;
            opacity: 0.9;
        }
        
        .service-card {
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 2rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background-color: white;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .service-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: var(--secondary);
        }
        
        .service-header {
            padding: 1.5rem;
            color: white;
        }
        
        .service-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .service-body {
            padding: 1.5rem;
        }
        
        .service-quote {
            font-style: italic;
            color: var(--primary);
            border-left: 3px solid var(--secondary);
            padding-left: 1rem;
            margin: 1rem 0;
        }
        
        /* Service-specific colors */
        .tourism {
            background: linear-gradient(135deg, #3498db, #2c3e50);
        }
        
        .jobs {
            background: linear-gradient(135deg, #e74c3c, #c0392b);
        }
        
        .trade {
            background: linear-gradient(135deg, #27ae60, #16a085);
        }
        
        .other-services {
            background: linear-gradient(135deg, #9b59b6, #8e44ad);
        }
        
        .other-services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 1rem;
            margin-top: 1rem;
        }
        
        .other-service-item {
            background-color: var(--light);
            padding: 1rem;
            border-radius: 8px;
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .other-service-item:hover {
            background-color: #e9ecef;
            transform: scale(1.03);
        }
        
        .other-service-icon {
            color: var(--primary);
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }
        
        .membership-section {
            background: linear-gradient(135deg, var(--primary), var(--dark));
            color: white;
            padding: 3rem 0;
            text-align: center;
            margin-top: 3rem;
            border-radius: 10px;
        }
        
        .membership-title {
            font-size: 2rem;
            margin-bottom: 1rem;
        }
        
        .membership-benefits {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-top: 2rem;
        }
        
        .benefit-item {
            background-color: rgba(255,255,255,0.1);
            padding: 1rem;
            border-radius: 8px;
            width: 200px;
        }
        
        .benefit-icon {
            font-size: 2rem;
            color: var(--secondary);
            margin-bottom: 0.5rem;
        }
      /*  */
     
       
    
        /*  */

        
     /* Section Styling */
    .testimonial-section {
      padding: 50px 0;
      background-color: #eff9f8;
      text-align: center;
    }

    .testimonial-section h2 {
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 10px;
      color: #111;
    }

    .testimonial-section p.subtitle {
      color: #666;
      margin-bottom: 40px;
      font-size: 15px;
    }

    /* Testimonial Card */
    .testimonial-card {
      border: none;
      background: linear-gradient(to right, #eb292927, #cef0ec);
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }

    /* Stars */
    .stars {
      color: #ffc107;
      margin-bottom: 8px;
      font-size: 18px;
    }

    /* Review Text */
    .testimonial-card p.review {
      font-size: 14px;
      color: #555;
      font-style: italic;
      min-height: 110px;
    }

    /* Profile */
    .profile {
      display: flex;
      align-items: center;
      margin-top: 15px;
      text-align: left;
    }

    .profile h4 {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 12px;
      background-color: #16a34a;
    
     text-align: center;
     place-items: center;
    }

    .profile-info h6 {
      margin: 0;
      font-size: 15px;
      font-weight: 600;
    }

    .profile-info small {
      color: #888;
      font-size: 13px;
    }

    /* Rating Box */
    .rating-box {
      background-color: #e8f8ef;
      padding: 15px 20px;
      border-radius: 10px;
      display: inline-block;
      margin-top: 25px;
    }

    .rating-box h3 {
      color: #14a44d;
      font-weight: 700;
      font-size: 28px;
      margin: 0;
    }

    .rating-box p {
      margin: 0;
      font-size: 14px;
      color: #555;
    }

    @media (max-width: 768px) {
      .testimonial-card {
        margin-bottom: 20px;
      }
    }

    /*  */

     .services-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .services-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .service-box {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
        .service-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .service-header {
            padding: 20px;
            color: white;
        }
        
        .service-icon {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }
        
        .service-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .service-subtitle {
            font-size: 1rem;
            opacity: 0.9;
        }
        
        .service-body {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .service-description {
            margin-bottom: 15px;
        }
        
        .service-quote {
            font-style: italic;
            color: var(--primary);
            border-left: 3px solid var(--secondary);
            padding-left: 15px;
            margin-top: auto;
        }
        
        /* Service-specific colors */
        .tourism {
            background: linear-gradient(135deg, #3498db, #2c3e50);
        }
        
        .jobs {
            background: linear-gradient(135deg, #e74c3c, #c0392b);
        }
        
        .trade {
            background: linear-gradient(135deg, #27ae60, #16a085);
        }
        
        .other-services-full {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }
        
        .other-services-header {
            background: linear-gradient(135deg, #9b59b6, #8e44ad);
            padding: 20px;
            color: white;
        }
        
        .other-services-body {
            padding: 25px;
        }
        
        .other-services-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 15px;
        }
        
        .other-service-item {
            background-color: var(--light);
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .other-service-item:hover {
            background-color: #e9ecef;
            transform: scale(1.03);
        }
        
        .other-service-icon {
            color: var(--primary);
            font-size: 1.8rem;
            margin-bottom: 10px;
        }
        
        .other-service-title {
            font-size: 0.9rem;
            font-weight: 600;
            margin: 0;
        }
        
        /* Membership Section */
        .membership-section {
            background: linear-gradient(135deg, #c9dad6, #576166);
            color: white;
            padding: 30px;
            text-align: center;
            border-radius: 10px;
            margin-bottom: 30px;
        }
        
        .membership-title {
            font-size: 2rem;
            margin-bottom: 15px;
        }
        
        .membership-benefits {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 25px;
        }
        
        .benefit-item {
            background-color: rgba(255,255,255,0.1);
            padding: 15px;
            border-radius: 8px;
            width: 180px;
        }
        
        .benefit-icon {
            font-size: 2rem;
            color: var(--secondary);
            margin-bottom: 10px;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .services-row {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .other-services-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .services-row {
                grid-template-columns: 1fr;
            }
            
            .other-services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .membership-benefits {
                flex-direction: column;
                align-items: center;
            }
            
            .benefit-item {
                width: 100%;
                max-width: 300px;
            }
        }
        
        @media (max-width: 576px) {
            .other-services-grid {
                grid-template-columns: 1fr;
            }
            
            .service-title {
                font-size: 1.3rem;
            }
        }

        /*  */

         .spirit-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        
        .srjn-header {
            text-align: center;
            margin-bottom: 50px;
            padding: 30px;
            background: linear-gradient(135deg, var(--primary), var(--dark));
            color: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .srjn-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.8rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .srjn-subtitle {
            font-size: 1.3rem;
            font-weight: 300;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.9;
        }
        
        .reminder-box {
            background-color: white;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 40px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border-left: 5px solid var(--accent);
        }
        
        .reminder-title {
            font-family: 'Playfair Display', serif;
            color: var(--primary);
            font-size: 1.5rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .reminder-title i {
            margin-right: 12px;
            color: var(--secondary);
        }
        
        .reminder-text {
            font-size: 1.1rem;
            color: #555;
        }
        
        .teachings-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-bottom: 50px;
        }
        
        .teaching-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .teaching-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.12);
        }
        
        .teaching-icon {
            height: 120px;
            background: linear-gradient(135deg, var(--secondary), var(--accent));
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 3rem;
        }
        
        .teaching-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .teaching-text {
            font-family: 'Playfair Display', serif;
            font-size: 1.4rem;
            color: var(--dark);
            margin-bottom: 20px;
            line-height: 1.4;
            flex-grow: 1;
        }
        
        .teaching-source {
            font-style: italic;
            color: var(--secondary);
            text-align: right;
            font-size: 0.95rem;
            margin-top: auto;
        }
        
        .blessing {
            text-align: center;
            padding: 40px 20px;
            background: linear-gradient(135deg, var(--accent), var(--secondary));
            color: white;
            border-radius: 15px;
            margin-top: 30px;
        }
        
        .blessing-text {
            font-size: 1.4rem;
            font-family: 'Playfair Display', serif;
            margin-bottom: 0;
        }
        
        .floral-divider {
            text-align: center;
            margin: 40px 0;
            color: var(--secondary);
            font-size: 2rem;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .srjn-title {
                font-size: 2.2rem;
            }
            
            .srjn-subtitle {
                font-size: 1.1rem;
            }
            
            .teaching-text {
                font-size: 1.2rem;
            }
            
            .teachings-container {
                grid-template-columns: 1fr;
            }
            
            .blessing-text {
                font-size: 1.2rem;
            }
        }
        
        @media (max-width: 576px) {
            .spirit-section {
                padding: 20px 15px;
            }
            
            .srjn-header {
                padding: 20px;
            }
            
            .srjn-title {
                font-size: 1.8rem;
            }
            
            .reminder-box {
                padding: 20px;
            }
            
            .teaching-content {
                padding: 20px;
            }
        }