 .joy7ventures-export-section {
     background-color: #f8f9fa;
     padding: 80px 0 60px 0;
     min-height: 100vh;
     display: flex;
     align-items: center;
 }

 .joy7ventures-curved-container {
     padding: 40px 50px;
 }

 .joy7ventures-export-title {
     font-size: 3.5rem;
     font-weight: 700;
     margin-bottom: 3rem;
     text-align: center;
     color: #2c5aa0;
 }

 .joy7ventures-export-title .joy7ventures-title-highlight {
     color: #7cb342;
 }

 .joy7ventures-description-text {
     color: #495057;
     font-size: 1.2rem;
     line-height: 1.8;
     text-align: center;
     font-weight: 400;
     margin-bottom: 2rem;
     max-width: 900px;
     margin-left: auto;
     margin-right: auto;
 }

 .joy7ventures-description-text:last-child {
     margin-bottom: 0;
 }

 @media (max-width: 768px) {
     .joy7ventures-export-title {
         font-size: 2.8rem;
     }

     .joy7ventures-curved-container {
         padding: 40px 30px;
         border-radius: 30px;
     }

     .joy7ventures-description-text {
         font-size: 1.1rem;
     }
 }

 @media (max-width: 576px) {
     .joy7ventures-export-title {
         font-size: 2.2rem;
     }

     .joy7ventures-curved-container {
         padding: 30px 20px;
         border-radius: 25px;
     }

     .joy7ventures-description-text {
         font-size: 1rem;
     }
 }

 .joy7venture-hero {
     background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
     min-height: 100vh;
     display: flex;
     align-items: center;
 }

 .content-text {
     color: #495057;
     line-height: 1.6;
     font-size: 1.1rem;
 }

 .main-title {
     font-weight: 300;
     color: #212529;
     font-size: 3.5rem;
     margin-bottom: 2rem;
     letter-spacing: -0.02em;
 }

 .worker-image {
     border-radius: 20px;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
     width: 100%;
     height: auto;
     object-fit: cover;
 }

 .image-container {
     position: relative;
     overflow: hidden;
     border-radius: 20px;
 }

 .content-paragraph {
     margin-bottom: 1.5rem;
 }

 @media (max-width: 768px) {
     .main-title {
         font-size: 2.5rem;
     }

     .content-text {
         font-size: 1rem;
     }
 }

 .joy7-ventures-vision-section {
     padding: 80px 0;
     min-height: 100vh;
     display: flex;
     align-items: center;
 }

 .joy7-ventures-vision-header {
     text-align: center;
     margin-bottom: 60px;
 }

 .joy7-ventures-vision-title {
     color: #6c757d;
     font-size: 2.5rem;
     font-weight: 300;
     margin-bottom: 30px;
     letter-spacing: 1px;
 }

 .joy7-ventures-vision-statement {
     color: #7cb342;
     font-size: 3rem;
     font-weight: 400;
     line-height: 1.3;
     max-width: 1200px;
     margin: 0 auto;
 }

 .joy7-ventures-content-wrapper {
     background: white;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
     margin-top: 40px;
 }

 .joy7-ventures-image-container {
     padding: 0;
     position: relative;
     overflow: hidden;
 }

 .joy7-ventures-team-image {
     width: 100%;
     height: 100%;
     object-fit: cover;
     min-height: 400px;
 }

 .joy7-ventures-esg-content {
     padding: 40px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     background: white;
     min-height: 400px;
 }

 .joy7-ventures-esg-title {
     font-size: 2.5rem;
     font-weight: 600;
     color: #212529;
     margin-bottom: 20px;
 }

 .joy7-ventures-esg-text {
     color: #6c757d;
     font-size: 1.1rem;
     line-height: 1.7;
 }

 @media (max-width: 992px) {
     .joy7-ventures-vision-statement {
         font-size: 2.2rem;
     }

     .joy7-ventures-vision-title {
         font-size: 2rem;
     }

     .joy7-ventures-esg-title {
         font-size: 2rem;
     }

     .joy7-ventures-esg-content {
         padding: 30px;
         min-height: auto;
     }
 }

 @media (max-width: 768px) {
     .joy7-ventures-vision-statement {
         font-size: 1.8rem;
     }

     .joy7-ventures-vision-title {
         font-size: 1.5rem;
     }

     .joy7-ventures-vision-section {
         padding: 50px 0;
     }

     .joy7-ventures-esg-content {
         padding: 25px;
     }
 }

 .hs-service-profile-section {
     background-color: #ffffff;
     padding: 60px 0;
     min-height: 60vh;
 }

 .hs-service-profile-container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
 }

 .hs-service-profile-title {
     font-size: 2.2rem;
     font-weight: 700;
     color: #000000;
     margin-bottom: 2rem;
     position: relative;
     padding-bottom: 15px;
 }

 .hs-service-title-underline {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 60px;
     height: 4px;
     background-color: #1e8a8a;
     border-radius: 2px;
 }

 .hs-service-profile-content {
     color: #333333;
     font-size: 1.1rem;
     line-height: 1.8;
     text-align: justify;
     margin-bottom: 2rem;
 }

 .hs-service-profile-content:last-child {
     margin-bottom: 0;
 }

 .hs-service-company-name {
     font-weight: 600;
     color: #2c5aa0;
 }

 .hs-service-highlight-text {
     font-weight: 600;
     color: #495057;
 }

 @media (max-width: 1200px) {
     .hs-service-profile-container {
         max-width: 100%;
         padding: 0 30px;
     }
 }

 @media (max-width: 768px) {
     .hs-service-profile-section {
         padding: 40px 0;
     }

     .hs-service-profile-container {
         padding: 0 20px;
     }

     .hs-service-profile-title {
         font-size: 1.8rem;
         margin-bottom: 1.5rem;
     }

     .hs-service-title-underline {
         width: 50px;
         height: 3px;
     }

     .hs-service-profile-content {
         font-size: 1rem;
         line-height: 1.7;
         text-align: left;
         margin-bottom: 1.5rem;
     }
 }

 @media (max-width: 576px) {
     .hs-service-profile-section {
         padding: 30px 0;
     }

     .hs-service-profile-container {
         padding: 0 15px;
     }

     .hs-service-profile-title {
         font-size: 1.6rem;
         margin-bottom: 1.2rem;
     }

     .hs-service-title-underline {
         width: 40px;
     }

     .hs-service-profile-content {
         font-size: 0.95rem;
         line-height: 1.6;
         margin-bottom: 1.2rem;
     }
 }

 @media (max-width: 480px) {
     .hs-service-profile-title {
         font-size: 1.4rem;
     }

     .hs-service-profile-content {
         font-size: 0.9rem;
     }
 }

 .heng-service-footprint-section {
     background: #ecf0f0;
     padding: 80px 0;
     min-height: 100vh;
     position: relative;
 }

 .heng-service-content-wrapper {
     display: flex;
     align-items: center;
     min-height: 60vh;
 }

 .heng-service-main-title {
     font-size: 3rem;
     font-weight: 300;
     color: #1e8a8a;
     margin-bottom: 2rem;
     line-height: 1.3;
 }

 .heng-service-description {
     font-size: 1.2rem;
     color: #424242;
     line-height: 1.7;
     margin-bottom: 3rem;
     font-weight: 400;
 }

 .heng-service-stats-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 2rem;
     margin-bottom: 2rem;
 }

 .heng-service-stat-item {
     background: rgba(255, 255, 255, 0.8);
     padding: 1.5rem;
     border-radius: 15px;
     border: 1px solid rgba(46, 125, 50, 0.1);
     transition: all 0.3s ease;
 }

 .heng-service-stat-item:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 25px rgba(46, 125, 50, 0.15);
     background: rgba(255, 255, 255, 0.95);
 }

 .heng-service-stat-number {
     font-size: 2.5rem;
     font-weight: 700;
     color: #1e8a8a;
     margin-bottom: 0.5rem;
     display: block;
 }

 .heng-service-stat-label {
     font-size: 0.9rem;
     color: #616161;
     font-weight: 500;
     line-height: 1.4;
 }

 .heng-service-map-container {
     position: relative;
     text-align: center;
 }

 .heng-service-india-map {
     max-width: 100%;
     height: auto;
     filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
 }

 .heng-service-map-point {
     position: absolute;
     width: 12px;
     height: 12px;
     background: #4caf50;
     border-radius: 50%;
     border: 3px solid #ffffff;
     box-shadow: 0 2px 8px rgba(76, 175, 80, 0.4);
     animation: heng-service-pulse 2s infinite;
 }

 @keyframes heng-service-pulse {
     0% {
         box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
     }

     70% {
         box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
     }

     100% {
         box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
     }
 }

 /* Map points positioning (approximate locations) */
 .heng-service-map-point:nth-child(1) {
     top: 20%;
     left: 25%;
 }

 .heng-service-map-point:nth-child(2) {
     top: 35%;
     left: 20%;
 }

 .heng-service-map-point:nth-child(3) {
     top: 45%;
     left: 35%;
 }

 .heng-service-map-point:nth-child(4) {
     top: 55%;
     left: 15%;
 }

 .heng-service-map-point:nth-child(5) {
     top: 60%;
     left: 40%;
 }

 .heng-service-map-point:nth-child(6) {
     top: 70%;
     left: 25%;
 }

 .heng-service-map-point:nth-child(7) {
     top: 75%;
     left: 35%;
 }

 .heng-service-map-point:nth-child(8) {
     top: 85%;
     left: 30%;
 }

 .heng-service-map-point:nth-child(9) {
     top: 90%;
     left: 40%;
 }

 .heng-service-map-point:nth-child(10) {
     top: 25%;
     left: 45%;
 }

 @media (max-width: 1200px) {
     .heng-service-main-title {
         font-size: 2.5rem;
     }
 }

 @media (max-width: 992px) {
     .heng-service-content-wrapper {
         flex-direction: column;
         text-align: center;
     }

     .heng-service-main-title {
         font-size: 2.2rem;
         margin-bottom: 1.5rem;
     }

     .heng-service-description {
         font-size: 1.1rem;
         margin-bottom: 2rem;
     }

     .heng-service-stats-grid {
         gap: 1.5rem;
         margin-bottom: 3rem;
     }
 }

 @media (max-width: 768px) {
     .heng-service-footprint-section {
         padding: 60px 0;
     }

     .heng-service-main-title {
         font-size: 1.8rem;
     }

     .heng-service-description {
         font-size: 1rem;
     }

     .heng-service-stats-grid {
         grid-template-columns: 1fr;
         gap: 1rem;
     }

     .heng-service-stat-number {
         font-size: 2rem;
     }

     .heng-service-map-point {
         width: 10px;
         height: 10px;
         border: 2px solid #ffffff;
     }
 }

 @media (max-width: 576px) {
     .heng-service-main-title {
         font-size: 1.6rem;
     }

     .heng-service-stat-item {
         padding: 1rem;
     }

     .heng-service-stat-number {
         font-size: 1.8rem;
     }

     .heng-service-stat-label {
         font-size: 0.8rem;
     }
 }

 .hend-ser-sports-section {
     background-color: #f8f9fa;
     padding: 80px 0;
     min-height: 100vh;
     display: flex;
     align-items: center;
 }

 .hend-ser-content-wrapper {
     align-items: center;
 }

 .hend-ser-subtitle {
     font-size: 0.9rem;
     font-weight: 500;
     color: #9e9e9e;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-bottom: 1.5rem;
 }

 .hend-ser-main-title {
     font-size: 3.2rem;
     font-weight: 300;
     color: #2e2e2e;
     line-height: 1.2;
     margin-bottom: 2.5rem;
 }

 .hend-ser-description {
     font-size: 1.1rem;
     color: #616161;
     line-height: 1.7;
     margin-bottom: 2rem;
     font-weight: 400;
 }

 .hend-ser-description:last-child {
     margin-bottom: 0;
 }

 .hend-ser-image-container {
     position: relative;
     border-radius: 25px;
     overflow: hidden;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
 }

 .hend-ser-facility-image {
     width: 100%;
     height: auto;
     border-radius: 25px;
     transition: transform 0.3s ease;
 }

 .hend-ser-facility-image:hover {
     transform: scale(1.02);
 }

 @media (max-width: 1200px) {
     .hend-ser-main-title {
         font-size: 2.8rem;
     }

     .hend-ser-content-wrapper {
         gap: 3rem;
     }
 }

 @media (max-width: 992px) {
     .hend-ser-sports-section {
         padding: 60px 0;
     }

     .hend-ser-main-title {
         font-size: 2.5rem;
         text-align: center;
     }

     .hend-ser-subtitle {
         text-align: center;
     }

     .hend-ser-description {
         font-size: 1rem;
         text-align: center;
     }
 }

 @media (max-width: 768px) {
     .hend-ser-sports-section {
         padding: 50px 0;
     }

     .hend-ser-main-title {
         font-size: 2rem;
         margin-bottom: 2rem;
     }

     .hend-ser-subtitle {
         font-size: 0.8rem;
         margin-bottom: 1rem;
     }

     .hend-ser-description {
         font-size: 0.95rem;
         margin-bottom: 1.5rem;
     }

     .hend-ser-content-wrapper {
         gap: 2rem;
     }
 }

 @media (max-width: 576px) {
     .hend-ser-main-title {
         font-size: 1.7rem;
     }

     .hend-ser-description {
         font-size: 0.9rem;
         text-align: left;
     }

     .hend-ser-image-container {
         border-radius: 20px;
     }

     .hend-ser-facility-image {
         border-radius: 20px;
     }
 }


 .js-portfolio-section {
     background-color: #ecf0f0;
     padding: 80px 0;
 }

 .js-portfolio-title {
     font-size: 3rem;
     font-weight: 700;
     color: #1e8a8a;
     margin-bottom: 3rem;
 }

 .js-portfolio-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
     max-width: 1200px;
     margin: 0 auto;
 }

 .js-portfolio-card {
     background-color: #ffffff;
     border-radius: 15px;
     padding: 40px 30px;
     text-align: center;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
     transition: all 0.3s ease;
     position: relative;
     min-height: 280px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .js-portfolio-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
 }

 .js-portfolio-acquired-badge {
     position: absolute;
     top: 0;
     right: 0;
     background-color: #1e8a8a;
     color: #ffffff;
     padding: 8px 16px;
     font-size: 0.8rem;
     font-weight: 500;
     border-radius: 0 15px 0 15px;
 }

 .js-portfolio-logo-container {
     flex: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 20px;
 }

 .js-portfolio-logo {
     font-size: 2.2rem;
     font-weight: 700;
     text-align: center;
     line-height: 1.2;
 }

 .js-portfolio-logo.arcee {
     color: #333333;
 }

 .js-portfolio-logo.altizon {
     color: #1976d2;
 }

 .js-portfolio-logo.avaamo {
     color: #00bcd4;
 }

 .js-portfolio-logo.cloudgenix {
     color: #ff5722;
 }

 .js-portfolio-logo.cloudknox {
     color: #4caf50;
 }

 .js-portfolio-logo.codoxo {
     color: #333333;
 }

 .js-portfolio-logo.cyCognito {
     color: #1565c0;
 }

 .js-portfolio-logo.demisto {
     color: #2e7d32;
 }

 .js-portfolio-category {
     font-size: 0.9rem;
     color: #666666;
     font-weight: 500;
     margin-top: auto;
 }

 /* Specific logo styling */
 .js-portfolio-logo.altizon::after {
     content: "";
     display: inline-block;
     width: 12px;
     height: 12px;
     background: linear-gradient(45deg, #ffa726, #ff7043);
     border-radius: 50%;
     margin-left: 8px;
     vertical-align: middle;
 }

 @media (max-width: 1200px) {
     .js-portfolio-grid {
         grid-template-columns: repeat(3, 1fr);
         gap: 18px;
     }
 }

 @media (max-width: 992px) {
     .js-portfolio-section {
         padding: 60px 0;
     }

     .js-portfolio-title {
         font-size: 2.5rem;
         margin-bottom: 2.5rem;
     }

     .js-portfolio-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 16px;
     }

     .js-portfolio-card {
         padding: 30px 20px;
         min-height: 240px;
     }

     .js-portfolio-logo {
         font-size: 1.8rem;
     }
 }

 @media (max-width: 768px) {
     .js-portfolio-title {
         font-size: 2rem;
         margin-bottom: 2rem;
     }

     .js-portfolio-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 14px;
     }

     .js-portfolio-card {
         padding: 25px 15px;
         min-height: 200px;
     }

     .js-portfolio-logo {
         font-size: 1.5rem;
     }

     .js-portfolio-acquired-badge {
         padding: 6px 12px;
         font-size: 0.7rem;
     }
 }

 @media (max-width: 576px) {
     .js-portfolio-section {
         padding: 40px 0;
     }

     .js-portfolio-title {
         font-size: 1.8rem;
         margin-bottom: 1.5rem;
     }

     .js-portfolio-grid {
         grid-template-columns: 1fr;
         gap: 12px;
     }

     .js-portfolio-card {
         padding: 20px 15px;
         min-height: 180px;
     }

     .js-portfolio-logo {
         font-size: 1.4rem;
     }
 }


 .ZORY .section-title {
     color: #1e8a8a;
     font-weight: 600;
     margin-bottom: 10px;
 }

 .ZORY .feature-icon {
     background-color: #1e8a8a;
     color: #fff;
     font-size: 28px;
     width: 60px;
     height: 60px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 12px;
     /* change to 50% if you want round icons */
     margin-bottom: 15px;
 }

 .ZORY .feature-title {
     font-weight: bold;
     margin-bottom: 8px;
 }

 .ZORY .feature-box {
     text-align: left;
     padding: 20px;
 }

 .zory-block .section-title {
     color: #1e8a8a;
     font-weight: 600;
     margin-bottom: 10px;
 }

 .zory-block h2 {
     font-weight: bold;
 }

 .zory-block .approach-img {
     border-radius: 15px;
     width: 100%;
     height: auto;
     object-fit: cover;
 }

 .zory-block .nav-pills .nav-link {
     border-radius: 25px;
     padding: 10px 20px;
     margin-right: 10px;
     font-weight: 500;
 }

 .zory-block .nav-link {
     color: #1e8a8a;
 }

 .zory-block .nav-pills .nav-link.active {
     background-color: #1e8a8a;
 }

 .zory-block .check-list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .zory-block .check-list li {
     margin-bottom: 10px;
     display: flex;
     align-items: center;
     font-weight: 500;

 }

 .zory-block .check-list li i {
     color: #1e8a8a;
     margin-right: 8px;
     font-size: 18px;
 }

 .joy7-ngo h2 {
     font-weight: 800;
     color: #1e8a8a;
     font-size: 2.5rem;
 }

 .joy7-ngo h5 {
     color: #6c757d;
     font-weight: 600;
     margin-bottom: 20px;
 }

 .joy7-ngo p {
     font-size: 1rem;
     line-height: 1.8;
     color: #333;
 }

 .joy7-ngo .ngo-img {
     border-radius: 10px;
     max-width: 30vh;
     height: auto;
 }

 /* Image stack container */
 .joy7-ngo .img-stack {
     position: relative;
     display: inline-block;
 }

 .joy7-ngo .img-stack img:first-child {
     position: relative;
     z-index: 2;
 }

 .joy7-ngo .img-stack img:last-child {
     position: absolute;
     top: 50px;
     /* vertical offset */
     left: 80px;
     /* horizontal offset */
     z-index: 1;
 }

 @media (max-width: 576px) {
     .joy7-ngo .img-stack img:last-child {
         top: 20px;
         left: 20px;
     }
 }

 .joy7-impact-ngo {
     background: #f8f9fa;
     padding: 60px 0;
     text-align: center;
 }

 .joy7-impact-ngo h2 {
     font-weight: 800;
     margin-bottom: 40px;
     text-transform: uppercase;
     color: #000;
 }

 .joy7-impact-ngo .impact-number {
     font-size: 3rem;
     font-weight: 800;
     color: #1e8a8a;
 }

 .joy7-impact-ngo .impact-title {
     font-size: 1.25rem;
     font-weight: 700;
     color: #1e8a8a;
     text-transform: uppercase;
 }

 .joy7-impact-ngo p {
     font-size: 0.95rem;
     color: #333;
     margin-top: 5px;
 }

 .j7-ngo-service {
     padding: 60px 0;
     padding-bottom: 0;
 }

 .j7-ngo-service .service-block {
     margin-bottom: 50px;
 }

 .j7-ngo-service img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 10px;
 }

 .j7-ngo-service h3 {
     font-weight: 700;
     margin-bottom: 15px;
     color: #1e8a8a;
 }

 .j7-ngo-service p {
     color: #333;
     font-size: 1rem;
 }

 .j7-ngo-service .btn-custom {
     background: #1e8a8a;
     color: #fff;
     padding: 8px 18px;
     border-radius: 4px;
     text-decoration: none;
     display: inline-block;
     margin-top: 15px;
 }

 .j7-ngo-service .btn-custom:hover {
     background: #166e6e;
 }


 .main-heading {
     font-size: 3rem;
     font-weight: 700;
     color: #2c3e50;
     text-align: center;
     margin-bottom: 50px;
     line-height: 1.2;
 }

 .highlight-you {
     color: #166e6e;
     text-decoration: underline;
     text-decoration-color: #ffc107;
     text-decoration-thickness: 4px;
 }

 .donation-card {
     background: white;
     border-radius: 15px;
     overflow: hidden;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     margin-bottom: 30px;
 }

 .donation-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
 }

 .card-image {
     width: 100%;
     height: 280px;
     object-fit: cover;
 }

 .card-content {
     background: #166e6e;
     color: white;
     padding: 30px;
 }

 .card-title {
     font-size: 2rem;
     font-weight: 700;
     color: #ffc107;
     margin-bottom: 20px;
 }

 .card-description {
     font-size: 1rem;
     line-height: 1.6;
     margin-bottom: 25px;
 }

 .btn-donate {
     background-color: #dc3545;
     border: none;
     color: white;
     padding: 12px 30px;
     border-radius: 25px;
     font-weight: 600;
     transition: all 0.3s ease;
     display: block;
     width: 100%;
     max-width: 200px;
     margin: 0 auto;
 }

 .btn-donate:hover {
     background-color: #c82333;
     color: white;
     transform: translateY(-2px);
 }

 @media (max-width: 768px) {
     .main-heading {
         font-size: 2.2rem;
     }

     .donation-grid {
         padding: 40px 0;
     }

     .card-content {
         padding: 25px;
     }

     .card-title {
         font-size: 1.5rem;
     }
 }

 @media (max-width: 576px) {
     .main-heading {
         font-size: 1.8rem;
     }

     .btn-donate {
         max-width: 100%;
     }
 }

 /* Donation form */

 .j7-donate-form {
     min-height: 100vh;
     margin-bottom: 10vh;
     ;
     background-color: #166e6e;
 }

 .content-wrapper {
     min-height: 100vh;
 }

 .left-section {
     background-color: #166e6e;
     color: white;
     padding: 60px 40px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .right-section {
     background: linear-gradient(45deg, rgba(255, 193, 7, 0.3), rgba(255, 235, 59, 0.2));
     padding: 0;
     position: relative;
 }

 .banner-image {
     width: 100%;
     height: 100%;
     object-fit: cover;
     min-height: 100vh;
 }

 .main-title {
     font-size: 2.5rem;
     font-weight: 700;
     color: #ffc107;
     margin-bottom: 30px;
     line-height: 1.2;
 }

 .description-text {
     font-size: 1rem;
     line-height: 1.6;
     margin-bottom: 20px;
 }

 .donation-form {
     background: white;
     border-radius: 15px;
     padding: 30px;
     margin-top: 30px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
 }

 .form-title {
     font-size: 1.5rem;
     font-weight: 700;
     color: #333;
     text-align: center;
 }



 .amount-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 15px;
     margin-bottom: 20px;
 }

 .amount-btn {
     background: #f8f9fa;
     border: 2px solid #e9ecef;
     padding: 15px;
     border-radius: 8px;
     font-weight: 600;
     color: #333;
     transition: all 0.3s ease;
     cursor: pointer;
 }

 .amount-btn:hover,
 .amount-btn.selected {
     background: #166e6e;
     color: white;
     border-color: #166e6e;
 }

 .custom-amount {
     display: flex;
     align-items: center;
     background: #f8f9fa;
     border: 2px solid #e9ecef;
     border-radius: 8px;
     padding: 5px;
     margin-bottom: 25px;
 }

 .currency-label {
     background: #166e6e;
     color: white;
     padding: 10px 15px;
     border-radius: 5px;
     font-weight: 600;
     margin-right: 10px;
 }

 .amount-input {
     border: none;
     background: transparent;
     flex: 1;
     padding: 10px;
     font-size: 1.1rem;
     font-weight: 600;
 }

 .amount-input:focus {
     outline: none;
 }

 .donate-btn {
     background: #000;
     color: white;
     border: none;
     padding: 15px;
     border-radius: 8px;
     width: 100%;
     font-size: 1.1rem;
     font-weight: 600;
     transition: all 0.3s ease;
 }

 .donate-btn:hover {
     background: #333;
     transform: translateY(-2px);
 }

 @media (max-width: 991px) {
     .left-section {
         padding: 40px 20px;
     }

     .right-section {
         min-height: 50vh;
     }

     .banner-image {
         min-height: 50vh;
     }

     .main-title {
         font-size: 2rem;
     }
 }

 @media (max-width: 576px) {
     .main-title {
         font-size: 1.7rem;
     }

     .donation-form {
         padding: 20px;
         margin-top: 20px;
     }

     .amount-grid {
         grid-template-columns: 1fr;
     }
 }

 /* Himalayan service start */
 .himalayan-feature-banner {
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
     height: 400px;
     position: relative;
     background-image: url('../images/misc/feature-banner.jpg');
     background-size: cover;
     background-position: center;
 }

 .himalayan-feature-banner::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.3);
 }

 .himalayan-feature-cards-container {
     margin-top: -150px;
     position: relative;
     z-index: 10;
 }

 .himalayan-feature-card {
     background: white;
     border-radius: 15px;
     padding: 40px 30px;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     height: 100%;
 }

 .himalayan-feature-row {
     margin-bottom: 30px;
 }

 .himalayan-feature-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
 }

 .himalayan-feature-icon-circle {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     background: #1e8a8a;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 0 25px;
 }

 .himalayan-feature-icon-circle i {
     font-size: 32px;
     color: white;
 }

 .himalayan-feature-card-subtitle {
     color: #999;
     font-size: 12px;
     text-transform: uppercase;
     letter-spacing: 1.5px;
     margin-bottom: 15px;
     font-weight: 600;
 }

 .himalayan-feature-card-title {
     color: #2c3e50;
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .himalayan-feature-card-description {
     color: #666;
     font-size: 15px;
     line-height: 1.8;
 }

 .himalayan-feature-col {
     padding-left: 15px;
     padding-right: 15px;
     margin-bottom: 30px;
 }

 .feature-section {
     background-color: #fff;
 }

 @media (max-width: 768px) {
     .himalayan-feature-banner {
         height: 300px;
     }

     .himalayan-feature-cards-container {
         margin-top: -100px;
     }

     .himalayan-feature-card {
         margin-bottom: 20px;
     }

     .himalayan-feature-card-title {
         font-size: 24px;
     }
 }

 /* Himalayan service end */

 .tick-box {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 20px;
     height: 20px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     font-size: 8px;
     line-height: 1;
     margin-top: 3px;
     color: var(--tj-color-common-white);
     background: var(--tj-color-theme-primary);
     border-radius: 50%;
 }

 .zoey-corp-hero-section {
     padding: 80px 20px;
     min-height: 300px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .zoey-corp-hero-content {
     text-align: center;
     max-width: 1200px;
 }

 .zoey-corp-hero-title {
     font-size: 3.5rem;
     font-weight: 700;
     color: #000;
     line-height: 1.2;
     margin-bottom: 30px;
 }

 .zoey-corp-highlight {
     position: relative;
     display: inline;
     background: linear-gradient(180deg, transparent 65%, #FFD700 65%, #FFD700 85%, transparent 85%);
 }

 .zoey-corp-hero-subtitle {
     font-size: 1.1rem;
     color: #333;
     margin-top: 30px;
 }

 @media (max-width: 768px) {
     .zoey-corp-hero-title {
         font-size: 2rem;
     }

     .zoey-corp-hero-subtitle {
         font-size: 1rem;
     }
 }

 /* joy 7 ventures */
 .joy-7-ven-service-section {
     background: linear-gradient(135deg, #f0f9f46b 0%, #e8f4f540 100%);
     padding: 80px 0;
 }

 .joy-7-ven-service-header {
     margin-bottom: 60px;
 }

 .joy-7-ven-service-subtitle {
     font-size: 0.9rem;
     color: #7cb342;
     letter-spacing: 3px;
     font-weight: 600;
     margin-bottom: 10px;
     text-align: left;
 }

 .joy-7-ven-service-subtitle i {
     margin-right: 8px;
     font-size: 0.6rem;
 }

 .joy-7-ven-service-title {
     font-size: 3rem;
     font-weight: 700;
     line-height: 1.2;
     margin-bottom: 0;
 }

 .joy-7-ven-service-title-constant {
     color: #7cb342;
 }

 .joy-7-ven-service-title-main {
     color: #2c2c2c;
 }

 .joy-7-ven-service-description {
     color: #5a5a5a;
     font-size: 1rem;
     line-height: 1.8;
     text-align: left;
 }

 .joy-7-ven-service-card {
     background: rgba(255, 255, 255, 0.05);
     border: 1px solid rgba(139, 195, 74, 0.3);
     border-radius: 15px;
     padding: 40px 30px;
     margin-bottom: 30px;
     transition: all 0.3s ease;
     height: calc(100% - 30px);
 }

 .joy-7-ven-service-card:hover {
     background: rgba(255, 255, 255, 0.08);
     border-color: rgba(139, 195, 74, 0.5);
     transform: translateY(-5px);
 }

 .joy-7-ven-service-card-icon {
     font-size: 3rem;
     color: #3a3a3a;
     margin-bottom: 25px;
 }

 .joy-7-ven-service-card-title {
     color: #7cb342;
     font-size: 1.5rem;
     font-weight: 700;
     margin-bottom: 15px;
     text-align: left;
 }

 .joy-7-ven-service-card-text {
     color: #5a5a5a;
     font-size: 0.95rem;
     line-height: 1.7;
     margin-bottom: 25px;
     text-align: left;
 }

 .joy-7-ven-service-card-link {
     color: #2c2c2c;
     text-decoration: none;
     font-weight: 500;
     display: inline-flex;
     align-items: center;
     transition: all 0.3s ease;
 }

 .joy-7-ven-service-card-link:hover {
     color: #7cb342;
 }

 .joy-7-ven-service-card-link i {
     margin-left: 8px;
     transition: transform 0.3s ease;
 }

 .joy-7-ven-service-card-link:hover i {
     transform: translateX(5px);
 }

 @media (max-width: 768px) {
     .joy-7-ven-service-section {
         padding: 50px 0;
     }

     .joy-7-ven-service-subtitle,
     .joy-7-ven-service-description {
         text-align: center;
     }

     .joy-7-ven-service-title {
         font-size: 2rem;
         text-align: center;
     }

     .joy-7-ven-service-card {
         padding: 30px 20px;
     }
 }

 .text-green {
     color: #1e8a8a;
 }


 .donate-now-section-greener-section {
     background-color: #f5f5f5;
     padding: 80px 0;
 }

 .donate-now-section-greener-title {
     font-size: 3.5rem;
     font-weight: 700;
     color: #1a1a1a;
     line-height: 1.2;
     margin-bottom: 20px;
 }

 .zoey-donate-now-section-greener-subtitle {
     font-size: 1.1rem;
     color: #7a7a7a;
     margin-bottom: 0;
     line-height: 1.6;
 }

 .donate-now-section-greener-description {
     font-size: 1rem;
     color: #7a7a7a;
     line-height: 1.8;
     margin-bottom: 30px;
 }

 .donate-now-section-greener-btn {
     display: inline-flex;
     align-items: center;
     padding: 15px 35px;
     background-color: transparent;
     color: #1a1a1a;
     border: 2px solid #1a1a1a;
     border-radius: 50px;
     text-decoration: none;
     font-weight: 600;
     font-size: 1rem;
     transition: all 0.3s ease;
 }

 .donate-now-section-greener-btn:hover {
     background-color: #1a1a1a;
     color: #fff;
     transform: translateX(5px);
 }

 .donate-now-section-greener-btn i {
     margin-left: 10px;
     transition: transform 0.3s ease;
 }

 .donate-now-section-greener-btn:hover i {
     transform: translateX(5px);
 }

 @media (max-width: 991px) {
     .donate-now-section-greener-section {
         padding: 60px 0;
     }

     .donate-now-section-greener-title {
         font-size: 2.5rem;
         text-align: center;
     }

     .donate-now-section-greener-subtitle {
         text-align: center;
         margin-bottom: 40px;
     }

     .donate-now-section-greener-description {
         text-align: center;
     }

     .donate-now-section-greener-btn-wrapper {
         text-align: center;
     }
 }

 @media (max-width: 576px) {
     .donate-now-section-greener-title {
         font-size: 2rem;
     }

     .donate-now-section-greener-subtitle,
     .donate-now-section-greener-description {
         font-size: 0.95rem;
     }

     .donate-now-section-greener-btn {
         padding: 12px 28px;
         font-size: 0.95rem;
     }
 }

 /* joy7 donation */
 .joy7-foundation-history-container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 40px 20px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 .joy7-foundation-history-title {
     font-size: 28px;
     font-weight: 600;
     color: #2c3e50;
     margin-bottom: 25px;
 }

 .joy7-foundation-history-description {
     font-size: 16px;
     line-height: 1.7;
     color: #555;
     margin-bottom: 40px;
 }

 .joy7-foundation-history-goals-section {
     background-color: #f8f9fa;
     border-radius: 12px;
     padding: 35px;
     margin-bottom: 35px;
 }

 .joy7-foundation-history-section-title {
     font-size: 20px;
     font-weight: 600;
     color: #2c3e50;
     margin-bottom: 20px;
 }

 .joy7-foundation-history-list-item {
     display: flex;
     align-items: start;
     margin-bottom: 15px;
     font-size: 15px;
     color: #444;
 }

 .joy7-foundation-history-icon-yellow {
     color: #ffc107;
     margin-right: 12px;
     font-size: 18px;
     margin-top: 2px;
 }

 .joy7-foundation-history-icon-red {
     color: #dc3545;
     margin-right: 12px;
     font-size: 18px;
     margin-top: 2px;
 }

 .joy7-foundation-history-bottom-text {
     font-size: 16px;
     line-height: 1.7;
     color: #555;
     margin-bottom: 35px;
 }

 .joy7-foundation-history-image-gallery {
     display: flex;
     gap: 20px;
     flex-wrap: wrap;
     margin-bottom: 30px;
 }

 .joy7-foundation-history-image-wrapper {
     flex: 1;
     min-width: 280px;
     border-radius: 16px;
     overflow: hidden;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 }

 .joy7-foundation-history-image {
     width: 100%;
     height: 420px;
     object-fit: cover;
     display: block;
 }

 .joy7-foundation-history-dots {
     display: flex;
     justify-content: center;
     gap: 8px;
     margin-top: 20px;
 }

 .joy7-foundation-history-dot {
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background-color: #ddd;
 }

 .joy7-foundation-history-dot.active {
     background-color: #ffc107;
 }

 /* Mobile Responsive - Show only one image at a time */
 @media (max-width: 768px) {
     .joy7-foundation-history-container {
         padding: 20px 15px;
     }

     .joy7-foundation-history-image-gallery {
         flex-direction: column;
         gap: 0;
         position: relative;
         overflow: hidden;
     }

     .joy7-foundation-history-image-wrapper {
         min-width: 100%;
         display: none;
     }

     .joy7-foundation-history-image-wrapper:first-child {
         display: block;
     }

     .joy7-foundation-history-image {
         height: 300px;
     }
 }