.blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfolio-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content .attachment__caption {
    display: none;
}

.blog-content img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-shape-3 {
    top: -4rem;
    left: -0rem;
    width: 500px;
    height: 500px;
}

/* Launch ROCKET CSS */
@keyframes diagonal-launch {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
}

.header-shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.rocket {
    font-size: 1em;
    display: inline-block;
    animation: diagonal-launch 2s ease-in-out infinite;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
}

/* .btn-gradient {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: visible !important;
} */

/* footer css */

.footer-holder p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

.footer-holder {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

.footer-holder ul,
.footer-holder li {
    justify-content: end; 
    list-style: none;
}

.footer-copyright-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--in-footer-divide);
    padding: 28px 0;
}

.footer-social-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-social-links .social-link {
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tc-neutral-700);
    color: #fff;
    border-radius: 9999px;
}

.footer-content {
    width: 100%;
    padding-top: 36px;
}

.footer-company-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* gap: 24px; */
}

.footer-company-links .footer-company-link {
    padding: 14px 8px;
    /* border-top: 1px solid var(--in-footer-divide); */
    color: #dfdfdf;
    display: flex;
    justify-content: space-between;
    justify-content: start;
}

.footer-company-links .footer-company-link p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-company-links .footer-company-link span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* line-clamp: 1; */
    /* -webkit-line-clamp: 1; */
}

.footer-company-links .footer-company-link:hover,
.footer-company-links .footer-company-link:focus {
    color: #fff;
    text-decoration: underline;
    background: none !important;
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    .footer-company-links .footer-company-link {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        background: none !important;
        box-shadow: none !important;
        text-align: left !important;
    }

    .footer-company-links .footer-company-link svg {
        margin-right: 8px !important;
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
    }

    .footer-company-links .footer-company-link span {
        display: inline-block !important;
        white-space: normal !important;
        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
    }
}

.footer-company-info {
    grid-column: span 2 / span 2;
    padding-left: 52px;
    border-left: 1px solid var(--in-footer-divide);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding: 32px 20px;
    border-top: 1px solid var(--in-footer-divide);
}

.footer-link-group {
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
}

.footer-link-group-title {
    font-size: 18px;
    font-weight: 500;
    color: #efefef;
}

.footer-link-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-tagline-holder {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 94px;
    padding-bottom: 12px;
    padding-right: 52px;
}

.footer-link-group .footer-link {
    font-size: 14px;
    font-weight: 400;
    color: #d1d1d1;
    display: block;
    width: 100%;
    padding: 2px;
}

.footer-link-group .footer-link:hover,
.footer-link-group .footer-link:focus {
    color: #fff;
    text-decoration: underline;
}

/* Remove green underline and left padding on .footer-link hover */
.footer-link:hover {
    color: #fff !important;
    padding-left: 0 !important;
}
.footer-link::before,
.footer-link:hover::before {
    width: 0 !important;
    background: none !important;
}

.footer-tagline-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-tagline-avatar-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.footer-tagline-avatar-group .avatar {
    min-width: 46px;
    min-height: 46px;
    max-width: 46px;
    max-height: 46px;
    border-radius: 9999px;
    position: relative;
}

.footer-tagline-avatar-group .avatar img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-tagline-avatar-group .footer-tagline-name {
    font-size: 14px;
}

.footer-tagline-avatar-group .footer-tagline-position {
    font-size: 12px;
    margin-top: 2px;
}

.footer-tagline {
    font-size: 22px;
    font-weight: 600;
    color: #dfdfdf;
}

.footer-tagline span {
    color: var(--tc-theme-primary);
    font-style: italic;
}

.footer-ellipse {
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 0;
}

@media (max-width: 767px) {
    .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-company-links { 
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .footer-holder ul {
    justify-content: center;
    }
}

/* contact page */

.contact-section {
  position: relative;
  padding: 100px 0 80px 0;
  background: none; /* remove the main background */
  overflow: hidden;
}

/* background layer only */
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%; /* controls how tall the grey/green area is */
  background: #f0fbf9;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 90%);
  z-index: 0;
}

/* ensure content stays above */
.contact-section > * {
  position: relative;
  z-index: 1;
}


.arrow-svg {
  position: absolute;
  top: 17%;
  left: 21%;
  transform: translateY(-50%) rotate(0deg);
  opacity: 0.9;
}

.contact-section .text-center {
  /* margin-bottom: 50px; */
  padding-bottom: 8px;

}

.contact-form {
  max-width: 500px;
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.info-section {
  background: #ffffff;
}

.info-wrapper {
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  background: #fff;
}

.info-item {
  padding: 20px 15px;
  border-right: 1px solid #e0e0e0;
}

.info-item:last-child {
  border-right: none;
}

/* --- Icon styling --- */
.icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 10%;
  font-size: 28px;
  background-color: #f0fbf9; 
  transition: all 0.3s ease;
}


/* Hover effect */
.info-item:hover .icon {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Responsive borders */
@media (max-width: 768px) {
  .info-item {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .info-item:last-child {
    border-bottom: none;
  }
}


/* Small screen adjustments */
@media (max-width: 768px) {
  .info-item {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .info-item:last-child {
    border-bottom: none;
  }
}


/* Buttons */
.btn-success {
  background-color: #00cd7c;
  border: none;
  font-weight: 500;
}

.btn-success:hover {
  background-color: #00b86d;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .arrow-svg {
    left: 5%;
    width: 45px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 80px 0;
  }
  .arrow-svg {
    display: none;
  }
  .info-section {
    margin-top: 0;
    padding-top: 80px;
  }
}

@media (max-width: 1024px) {
    .arrow-svg {
        left: 15%;
        width: 45px;
        height: auto;
    }
}

/* =================== Case Study Page CSS =================== */

/* Container */
.container {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0px 10px; */
}

/* ---------- Header Section ---------- */
.head1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin: 80px 0;
}

.head1-content h1 {
    font-size: 38px !important;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.project-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.detail-item {
    display: flex;
    gap: 12px;
}

.detail-label {
    font-weight: 600;
    color: #1a1a1a;
    min-width: 160px;
}

.detail-value {
    color: #666;
}

.mockup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mockup-container img {
    max-width: 100%;
    border-radius: 12px;
}

/* ---------- Background Section ---------- */
.s1 {
    margin-bottom: 60px;
}

/* .s1-badge {
    display: inline-block;
    background: #E0F7F4;
    color: #00B894;
    padding: 8px 16px;
    border-radius: 20px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
} */

.s1 h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align:start;
    color: #1a1a1a;
}

.s1 p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom:2px;
    margin-top: 5px;
}

.objectives-list {
    list-style: none;
    margin: 24px 0;
    padding-left: 0;
}

.objectives-list li {
    padding-left: 24px;
    margin-bottom: 12px;
    position: relative;
    color: #555;
}

.objectives-list li:before {
    content: "−";
    position: absolute;
    left: 0;
    color: #00B894;
    font-weight: 600;
}

/* ---------- Business-Challenges ---------- */

/* Reset default margin/padding */


/* Section containing all the challenges */
.business-challenges {
    padding: 60px 0;
}

.challenges-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
    gap: 30px; /* space between cards */
    max-width: 1100px;
    margin: 40px auto 0;
    position: relative;
    z-index: 1;
}

.challenge-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.challenge-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(241, 238, 238);
}

.challenge-icon img {
    width: 40px;
    height: 40px;
}

.challenge-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #222;
    font-weight: 600;
}

.challenge-content p {
    font-size: 15px;
    color: #555;
    margin: 0;
}


.value-container {
    padding: 60px;
}

/* Make it responsive */
@media (max-width: 768px) {
    .challenges-container {
        grid-template-columns: 1fr; /* 1 card per row on small screens */
        padding: 50px;
    }
    .s1{
     margin-bottom: 50px;
    }

    .value-container {
        padding: 30px 0;
    }
}


.value-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-bottom: 50px;
        }

        .value-item {
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            align-items: flex-start;
            min-height: 140px;
        }

        .value-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .value-icon {
            width: 20px;
            height:20px;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .value-text h3 {
            color: #00CD7C;
            font-size: 1.2rem;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .value-text p {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
            margin: 0;
        }


/* ---------- Image Border ---------- */
    /* Header styling */
    h2 {
        /* text-align: center; */
        margin-bottom: 40px;
        font-size: 2rem;
        color: #333;
    }

    /* Flex layout for value delivered section */
    .value-delivered {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 40px; 
    }

    /* Text content styling */
    .text-content {
        flex: 1;
        margin-right: 20px;
    }

    text-content ul {
        list-style: none;
    }
    .image-container {
        position: relative;              
        /* border: 15px solid #00CD7C; */
        border-top-width: 10px;          
        border-radius: 15px;
        overflow: hidden;
        width: 46vw;
        height: 80vh;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        /* background-color: #00CD7C; */
    }

    /* Image Styling */
    .image-container img {
        width: 100%;
        height: calc(100% - 25px); /* subtract space under thick border */
        object-fit: contain;
        display: block;
        margin-top: 25px; /* push image below the top border */
    }

    /* Three dots */
    /* .image-container::before {
        content: "● ● ●";
        position: absolute;
        top: 2px;           
        left: 20px;         
        font-size: 12px;
        color: white;
        letter-spacing: 4px;
        font-weight: bold;
        z-index: 2;        
    } */



    /* Responsive design for smaller screens */
    @media (max-width: 768px) {
    .image-container {
        border: none !important;
        background-color: transparent !important;
        width: 100% !important;
        height: auto !important;
    }

    .image-container::before {
        display: none;
    }

    .image-container img {
        margin-top: 0 !important;
        height: auto !important;
        border-radius: 12px;
    }
}

    /* ---------- Alternating Sections (Image + Description) ---------- */
    .section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        margin-bottom: 50px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }
    .section:nth-child(odd) {
        flex-direction: row; /* Image first, text second */
    }

    /* Even rows (text first, image second) */
    .section:nth-child(even) {
        flex-direction: row-reverse; /* Text first, image second */
    } 

    .section .image,
    .section .content {
        flex: 1 1 50%;
        padding: 40px;
        position: relative;
    }

    .section .image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }

    /* Add numbers behind description */
    .section .content::before {
        content: attr(data-number);
        position: absolute;
        top: -50px;
        left: 20px;
        font-size: 120px;
        font-weight: 900;
        color: rgba(0,0,0,0.05);
        z-index: 0;
    }

    .section .content * {
        position: relative;
        z-index: 1; /* keep text above number */
    }



    /* ---------- Responsive ---------- */
    @media (max-width: 968px) {
        .head1 {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .head1-content h1 {
            font-size: 36px;
            align-items: center;
        }

        .section h2 {
            font-size: 32px;
        }
        

        .mockup-container img {
            width: 80%;
        }
    }

    @media (max-width: 640px) {
        .container {
            /* padding: 20px; */
        }

        .head1-content h1 {
            font-size: 28px;
        }

        .detail-item {
            flex-direction: column;
            gap: 4px;
        }

        .detail-label {
            min-width: auto;
        }

        .section {
            flex-direction: column !important;
        }

        .section .content::before {
            font-size: 80px;
            top: 0;
            left: 10px;
        }

        .section .image,
        .section .content {
            padding: 20px;
        }
    }

        /* Review content */
        .review-section {
            padding: 2px 2px; /* top/bottom: 6rem, left/right: 20px */
            /* background-color: #f9f9f9; optional, for visual separation */
            box-sizing: border-box;
        }

        .review-container {
            /* max-width: 900px; limits the width of the review card */
            margin: 0 190px; /* centers horizontally */
            background: #fff; /* optional: card background */
            border-radius: 15px;
            padding: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .review-content {
            position: relative;
             margin: 20px auto 15px auto; 
            z-index: 2;
        }

        .review-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #444;
            margin-bottom: 30px;
            /* font-style: italic; */
        }

        .review-text .highlight {
            color: #00CD7C;
            font-weight: 600;
        }

        /* Reviewer info */
        .reviewer-info {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        .reviewer-details {
            display: flex;
            align-items: center;
        }

        .reviewer-avatar {
            width: 60px;
            height: 60px;
            border-radius: 20%;
            margin-right: 20px;
            object-fit: cover;
            border: 3px solid #00CD7C;
        }

        .reviewer-name h4 {
            margin: 0;
            font-size: 1.2rem;
            color: #333;
            font-weight: 600;
        }

        .reviewer-name .handle {
            color: #00CD7C;
            font-size: 0.9rem;
            margin-top: 5px;
           padding-left: -10px;
        }

        .reviewer-name .handle i {
            margin-right: 5px;
        }

        /* Rating stars */
        .rating {
            display: flex;
            color: #FFD700;
        }

        .rating i {
            margin-left: 3px;
            font-size: 1.2rem;
        }

         /* Video container with transparency */
        .video-container {
            position: relative;
            width: 838px; /* fixed width */
            height: 595px; /* fixed height */
            margin: 20px auto 15px auto; 
            border-radius: 15px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.3);
            margin-bottom: 15px;
            margin-top: 20px;
        }

        .video-player {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.9;
            transition: opacity 0.3s ease;
        }

        .video-container:hover .video-player {
            opacity: 1;
        }

        /* White transparent overlay */
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            cursor: pointer;
        }

        .video-container:hover .video-overlay {
            opacity: 1;
        }

      .play-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
        }

        .play-btn:hover {
            transform: translate(-50%, -50%) scale(1.1);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .play-btn i {
            font-size: 24px;
            color: #00CD7C; /* green color to match the Figma UI */
            margin-left: 2px; /* fine-tune play triangle position */
        }

        /*Form on Case Study*/
        /* Main container */
        .contact-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        /* Section header */
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h1 {
            font-size: 3rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .section-header h1::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #00CD7C;
            border-radius: 2px;
        }

        .section-header p {
            font-size: 1.2rem;
            color: #666;
            max-width: 600px;
            margin: 20px auto 0;
        }

        /* Main content wrapper */
        .content-wrapper {
            display: flex;
            gap: 40px;
            align-items: stretch;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        /* Form section */
        
        .form-section {
            flex: 1;
            padding: 50px;
            background: white;
        }

        .form-title {
            font-size: 2rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 30px;
        }

        .form-subtitle {
            color: #666;
            margin-bottom: 40px;
            font-size: 1rem;
        }

        /* Form styling */
        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .form-group {
            position: relative;
        }

        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
            font-size: 0.95rem;
        }

        .form-control {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .form-control:focus {
            outline: none;
            border-color: #00CD7C;
            background: white;
            box-shadow: 0 0 0 4px rgba(0, 205, 124, 0.1);
        }

        .form-control::placeholder {
            color: #adb5bd;
        }

        textarea.form-control {
            resize: vertical;
            min-height: 120px;
        }

        /* Select styling */
        .select-wrapper {
            position: relative;
        }

        .select-wrapper::after {
            content: '\f078';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #00CD7C;
            pointer-events: none;
        }

        select.form-control {
            appearance: none;
            cursor: pointer;
            padding-right: 40px;
        }

        /* Submit button */
        .submit-btn {
            background: linear-gradient(135deg, #00CD7C, #00A865);
            color: white;
            border: none;
            padding: 15px 40px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0, 205, 124, 0.3);
            margin-top: 10px;
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 205, 124, 0.4);
        }

        .submit-btn:active {
            transform: translateY(-1px);
        }

        /* Right content section */
        .content-section {
            flex: 1;
            background: white;
            padding: 50px;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .content-title {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 30px;
            line-height: 1.3;
        }

        .content-image {
            width: 80%;
            height: 50%;
            object-fit: cover;
            border-radius: 15px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        /* Service items */
        .service-list {
            list-style: none;
            padding: 0;
        }

        .service-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .service-item:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateX(5px);
        }

        .service-icon {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .service-icon i {
            font-size: 1.3rem;
            color: white;
        }

        .service-text h4 {
            font-size: 1.2rem;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .service-text p {
            font-size: 0.95rem;
            opacity: 0.9;
            line-height: 1.5;
            margin: 0;
        }

        /* Contact info */
        .contact-info {
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        .contact-info h3 {
            font-size: 5px;
            margin-bottom: 20px;
        }

        .info-item {
            /* display: flex; */
            align-items: center;
            margin-bottom: 15px;
        }

        .info-item i {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            /* margin-right: 15px; */
        }

        .info-item span {
            font-size: 0.95rem;
        }

        /* Success message */
        .success-message {
            display: none;
            background: #d4edda;
            color: #155724;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px;
            border: 1px solid #c3e6cb;
        }

        .success-message.show {
            display: block;
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive design */
        @media (max-width: 992px) {
            .content-wrapper {
                flex-direction: column;
            }
            

            .form-section,
            .content-section {
                padding: 40px 30px;
            }

            .content-title {
                font-size: 2rem;
            }

            .content-image {
                height: 200px;
            }

            .review-container{
                margin: 0px 20px;
            }
        }

        @media (max-width: 768px) {
            .section-header h1 {
                font-size: 2rem;
            }

            .form-section,
            .content-section {
                padding: 30px 20px;
            }

            .form-title {
                font-size: 1.5rem;
            }

            .content-title {
                font-size: 1.8rem;
            }

            .service-item {
                padding: 15px;
            }

            .service-icon {
                width: 40px;
                height: 40px;
                margin-right: 15px;
            }

            .review-container{
                margin: 0px 20px;
            }
        }

        @media (max-width: 480px) {
            .content-wrapper {
                margin: 0 10px;
            }

            .form-section,
            .content-section {
                padding: 25px 15px;
            }

            .submit-btn {
                width: 100%;
            }

            .review-container{
                margin: 0px 20px;
            }
        .review-section {
          padding: 50px 10px;
        }
            .section-padding-top {
                padding-top: 20px; 
            }
          }

/* =================== Career Study Page CSS =================== */


p {
    /* text-align: center; */
    font-size: 1.2em;
    /* margin-bottom: 30px; */
    color: #333;
}

.job-listings {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.job-card {
    background-color: #e9f7f2; /* Light green background */
    border: 2px solid #00CD7C1A; /* Light green border */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 20px;
}

.job-card h2 {
    font-size: 1.8em;
    color: #2e2e2e;
}

.job-card p {
    font-size: 1.1em;
    margin: 15px 0;
}

.job-card h3 {
    font-size: 1.3em;
    margin-top: 20px;
    color: #1e7e34;
    position: relative;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 1.1em;
}

.tags {
    margin: 15px 0;
}

.tags span {
    display: inline-block;
    background-color: #e4f0e4;
    color: #1e7e34;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 15px;
    font-size: 1em;
}

/* TOP-RIGHT CONTENT */
.job-top-right {
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.job-type,
.experience {
    font-size: 1.1em;
    color: #333;
}


.apply-button:hover {
    background-color: #155d27;
}

@media screen and (max-width: 768px) {
    .job-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .apply-button {
        margin-top: 10px;
    }
}


.job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.job-title h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.job-title p {
  color: #666;
  font-size: 0.95rem;
}

.job-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.job-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.95rem;
  color: #555;
}

.job-meta i {
  color: #8bc34a;
  margin-right: 5px;
}

.apply-button {
  background-color: #00c26f;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.apply-button:hover {
  background-color: #00b361;
}

.tags {
  margin-top: 15px;
}

.tags span {
  display: inline-block;
  background: #e6f7ef;
  color: #00b361;
  border: 2px solid #00CD7C1A; 
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 0.85rem;
  margin: 5px 5px 0 0;
}
/* POP UP*/
.apply-section {
  display: flex;
  justify-content: center;   /* centers horizontally */
  align-items: center;       /* centers vertically */
        /* full page height */
  background-color: #f9f9f9; /* optional */
}

.job-form {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 40px 30px;
  text-align: center;
}
.job-form h2 {
  margin-bottom: 24px;
  font-size: 1.5rem;
}
.form-group {
  margin-bottom: 24px;
  text-align: left;
}
.form-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.form-row .form-group {
  flex: 1;
}
input[type="text"], input[type="email"], input[type="file"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 6px;
}
.file-upload {
  border: 2px dashed #b6b6d7;
  padding: 24px;
  text-align: center;
  position: relative;
}
.left-title {
  display: block;
  text-align: left;
  font-weight: 600; /* optional for emphasis */
  margin-bottom: 8px; /* give a little space below */
}
.file-upload input[type="file"] {
  border: none;
  background: none;
   display: none;
  padding: 0;
  margin-top: 0;
}

.upload-info {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
}
.upload-info a {
  color: #04aa6d;
  text-decoration: underline;
}
.apply-btn {
  background: #04aa6d;
  color: #fff;
  padding: 14px 40px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 700px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}
.input-icon {
    position: relative;
    width: 100%;
}
.input-icon i {
    position: absolute;
    left: 12px;
    top: 50%;
    font-weight: bolder;
    transform: translateY(-50%);
    color: black;
    font-size: 18px;
    pointer-events: none;
}
.input-icon input {
    padding-left: 40px; /* to make space for the icon */
    width: 100%;
    height: 40px;
    color:black;
    border: 1px solid #ccc;
    border-radius: 8px;
}


/*Photo slider*/
.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px 0;
}

.slider {
   
    width: 150%;
    
    overflow: hidden;
   
   
  }

  .slides {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.8s ease-in-out;
     gap: 10px;
  }

  .photo {
    width: 380px;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 20px;
    transition: all 0.6s ease;
    box-shadow:
      inset 2px 2px 6px rgba(255, 255, 255, 0.7),
      inset -2px -2px 6px rgba(0, 0, 0, 0.25),
      0 6px 15px rgba(0, 0, 0, 0.25);
  }

  /* Center active image */
  .photo.active {
    width: 441px;
    height: 317px;
    transform: scale(1.1);
    z-index: 2;
    border-radius: 12px;
    box-shadow:
      inset 3px 3px 8px rgba(255, 255, 255, 0.9),
      inset -3px -3px 8px rgba(0, 0, 0, 0.4),
      0 10px 25px rgba(0, 0, 0, 0.35);
  }

  /* Left image tilt */
  .photo.left {
    transform: rotate(-5deg) scale(0.9);
    opacity: 0.9;
    width: 375px;
    height: 283px;
  }

  /* Right image tilt */
  .photo.right {
    transform: rotate(5deg) scale(0.9);
    opacity: 0.9;
    width: 375px;
    height: 283px;
  }

  .nav-btn {
    position: absolute;
    top: 50%;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #28a745;
    padding: 10px;

}

.nav-btn:hover {
    color: #28a745;
}

 
.prev {
    left: 0;
  }

  .next {
    right: 0;
  }



/*  CTA  */  
/* CTA section wrapper */
.cta-section {
  display: flex;
  
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background-color: #f9f9f9;
}

/* CTA main box */
.cta-container {
  width: 80%;
  height: 300px;
  background-color: #00CD7C;
  border-radius: 20px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 40px;
  position: relative;
  overflow: hidden;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Left content */
.cta-left {
  z-index: 2;
  max-width: 400px;
  padding-left: 50px;
}

.cta-left h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
  white-space: normal; /* Allow wrapping */
  word-break: break-word; /* Break long words if needed */
}

.cta-left p {
  font-size: 13px;
  margin-bottom: 20px;
  /* padding-left: 50px; */
  opacity: 0.9;
}

.cta-left button {
  padding: 8px 16px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-size: 13px;
}

/* Right side layered circles */
.cta-right {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40%;
  display: flex;
  justify-content: flex-end; /* align circles to the right edge */
  align-items: center;
  z-index: 1;
  overflow: visible; /* allow circles to go outside */
}

/* Circle base style */
.circle1, .circle2, .circle3, .circle4, .circle5 {
  position: absolute;
  top: 50%;
  border-radius: 100%;
  transform: translateY(-50%);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Sizes + z-index + half outside right */
.circle5 {
  width: 360px;
  height: 390px;
  background-color: #22D995;
  z-index: 1;
  right: -140px; /* half outside */
}

.circle4 {
  width: 310px;
  height: 320px;
  background-color: #4BE2AB;
  z-index: 2;
  right: -130px;
}

.circle3 {
  width: 250px;
  height: 260px;
  background-color: #8BF5CA;
  z-index: 3;
  right: -110px;
}

.circle2 {
  width: 190px;
  height: 200px;
  background-color: #C9FFEA;
  z-index: 4;
  right: -90px;
}

.circle1 {
  width: 130px;
  height: 140px;
  background-color: #FFFFFF;
  z-index: 5;
  right: -70px; /* front circle half outside */
}
/* Tablets */
@media (max-width: 992px) {
  .cta-container {
    flex-direction: column;
    height: auto;
    padding: 30px 20px 120px 20px;
    text-align: center;
  }

  .cta-left {
    padding-left: 0;
    max-width: 100%;
  }

  .cta-left h3 {
    font-size: 30px;
  }

  .cta-left p {
    font-size: 14px;
  }

  .cta-right {
    width: 100%;
    top: auto;
    bottom: -80px;
    justify-content: center;
  }

 
}

/* Mobile */
@media (max-width: 600px) {
  .cta-container {
    width: 95%;
    flex-direction: column;
    padding: 25px 15px 100px 15px;
    text-align: center;
  }
.cta-left{
    padding-top: 20%;
}
  .cta-left h3 {
    font-size: 24px;
  }

  .cta-left p {
    font-size: 12px;
    padding-left: 12%;
  }

  .cta-left button {
    font-size: 12px;
    padding: 6px 12px;
  }

  .cta-right {
    width: 100%;
    bottom: -60px;
  }

  
}

/* 5/11/25 --- Update CSS */


/* Mobile Responsiveness */ 
/*======arrow responsive code =====*/

@media (max-width: 430px) {
  .row-flex-header {
    display: block;          /* remove flex completely */
  }

  .header-left {
    width: 100%;
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
  }
    .intro-text{
        font-size: 24px;
        max-width: 80%;
        width: 80vw;
        height: 23%;
    }
    
  .header-right {
    width: 100%;
    display: block;          /* normal block layout */
    transform: none;         /* remove shift */
    text-align: center;      /* center the inner content */
    margin-top: 10px;
    transform: translate(28px, -69px);
  }

  .arrow-note-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-height: 15px;
  }

  .arrow {
    transform: translate(-1px, -38px) rotate(31deg);

  }

  .special-note {
    font-size: 13px;
    text-align: center;
   transform: translate(100px, -153px);
    max-width: 115px;  
  }

  .my-small-img {
    width: 35px;
  }
}


/* ============= REVIEWS SECTION ============= */
.reviews-section {
  width: 100%;
  background: #fafafa;
  padding: 60px 0;
}

.reviews-wrapper {
  column-count: 3;
  column-gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.review-card {
  display: inline-block;
  width: 100%;
  margin-bottom: 28px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  padding: 20px;
  box-sizing: border-box;
  break-inside: avoid;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
 
.reviews-wrapper.flex-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;  
  gap: 24px;
}

.reviews-wrapper.flex-layout .review-card {
  flex: 1 1 calc(25% - 24px);
  max-width: 280px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  height: auto;             
  display: flex;
  flex-direction: column;   
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}



.review-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 12px;
}

.video-box {
  width: 100%;
  height: 200px;
  background-color: #e5e8ed;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}

.video-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: white;
  background: rgba(177, 170, 170, 0.55);
  border-radius: 50%;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.video-box i:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1.1);
}

.user-info {
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-info img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.user-meta {
  flex-grow: 1;
  margin-left: 10px;
}

.user-name {
  font-weight: 600;
  font-size: 15px;
  color: #222;
}

.user-role {
  font-size: 13px;
  color: #777;
}

.rating {
  display: inline-flex;     
  align-items: center;       
  gap: 4px;                
  font-size: 14px;
  color: #f5a623;
  font-weight: 600;
  line-height: 1;            
}

.rating i {
  margin: 0;               
}

.rating .number,
.rating p.number {
  display: inline;          
  margin: 0;                 
  color: #4F46E5;          
  font-weight: 600;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {
  .reviews-wrapper {
    column-count: 2;
  }

  .reviews-wrapper.flex-layout .review-card {
    flex: 1 1 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}

@media (max-width: 600px) {
  .reviews-wrapper {
    column-count: 1;
  }

    .reviews-wrapper.flex-layout .review-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* ========= CTA REVIEW ========= */

 .cta-section2 {
      width: 80%;
      max-width: 1230px;
      height: 238px;
      margin: 80px auto;
      background: radial-gradient(circle at left, #1CA56F 0%, #00CD7C 100%);
      /* background: linear-gradient(90deg, #1CA56F 0%, #00CD7C 100%); */
      border-radius: 24px;
      padding: 60px;
      color: #ffffff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 8px 25px rgba(0, 205, 124, 0.25);
    }

    .cta-content {
      max-width: 70%;
    }

    .cta-content h2 {
      font-size: 38px;
      color: white;
      font-weight: 550;
      margin: 0 0 10px;
    }

      .cta-content p {
      font-size: 15px;
      line-height: 1.8;
      color: white;
      margin: 0 auto;
      opacity: 0.95;
      max-width: 550px;
      text-align: left;
      word-wrap: break-word;
    }

    .cta-button {
      background-color: rgba(255, 255, 255, 0.25);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 8px;
      padding: 12px 28px;
      font-size: 15px;
      font-weight: 500;
      cursor: pointer;
      backdrop-filter: blur(4px);
      transition: all 0.3s ease;
    }

    .cta-button:hover {
      background-color: rgba(255, 255, 255, 0.35);
      transform: translateY(-2px);
    }

    @media (max-width: 992px) {
  .cta-section2 {
    flex-direction: column;
    height: auto;
    padding: 40px 30px;
    text-align: center;
  }

  .cta-content {
    max-width: 100%;
  }

  .cta-content h2 {
    font-size: 32px;
  }

  .cta-content p {
    text-align: center;
    max-width: 90%;
    margin-top: 12px;
  }

  .cta-button {
    margin-top: 24px;
    padding: 12px 32px;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  .cta-section2 {
    width: 90%;
    padding: 30px 20px;
    margin-top: -65px;
  }

  .cta-content h2 {
    font-size: 26px;
  }

  .cta-content p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }

  .cta-button {
    width: 50%;
    padding: 14px;
    font-size: 14px;
  }
} 
    /* === PRICING SECTION === */
.pricing-section {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 60px 20px;
  margin-top: 20px;
}

/* --- Toggle Area --- */
.pricing-toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  width: 100%;
}

.pricing-toggle {
  position: relative;
  display: inline-block;
}

/* Save Badge */
.save-badge {
    position: absolute;
    top: -60px;
    left: 130px;
    background: #eafff4;
    color: #00c46a;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Decorative Arrow */
.pricing-toggle svg {
  position: absolute;
  top: -45px;
  left: 80px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}

/* Toggle Buttons (Separate Style) */
.toggle-btns {
  display: flex;
  justify-content: center;
  gap: 12px; /* keeps buttons separate */
  margin-top: 40px;

}

.toggle-btns button {
  border: none;
  outline: none;
  background: #f5f5f5;
  color: #7d7d7d;
  font-weight: 600;
  padding: 12px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 12px;
  font-size: 16px;
}

.toggle-btns button.active {
  background: #00c46a;
  color: #fff;
}

/* --- Pricing Cards --- */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  width: 100%;
  margin-top: 40px;
}

.card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 384px;
  width: 100%;
  margin-top: 10%;
  margin-bottom: 8%;
  height: 477px; /* Figma 'hug' height for normal cards */
  transition: all 0.3s ease;
}

/* Active Card (Advanced) */

.card.active {
    background: #e9fef2;
    border-color: #00c46a;
    height: 518px;
    margin-top: 5px;
    box-shadow: 0 6px 16px rgba(0, 196, 106, 0.2);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card.featured {
  background: #f2fff8;
  border: 1px solid #00c46a;
}

.card h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #222;
}


.price {
  font-size: 2.5rem;
  color: black;
  font-weight: 600;
}
.card.active .price {
  color: #00c46a;
}
.month {
  font-size: 0.9rem;
  color: #777;
}

.features {
  list-style: none;
  text-align: left;
  margin: 25px 0;
}

.features li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
  font-size: 0.95rem;
}

/* .btn {
  background: #00c46a;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 500;
} */

/* .btn:hover {
  background: #009e54;
} */

/* --- Responsive --- */
@media (max-width: 768px) {
  .toggle-btns button {
    padding: 10px 30px;
    font-size: 14px;
  }

  .save-badge {
    top: -65px;
    left: 65%;
  }

  .pricing-toggle svg {
        width: 60px;
        height: 60px;
        top: -20px;
        left: 15px;
  }
}

@media (max-width: 480px) {
  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .price {
    font-size: 2rem;
  }

  .toggle-btns {
    flex-direction: column;
    gap: 10px;
  }

  .toggle-btns button {
    padding: 10px 25px;
    font-size: 13px;
  }

  .save-badge {
    top: -35px;
    left: 20px;
  }
}

/* ========= PRICING PART 2 ========= */


.trial-section {
  background: linear-gradient(135deg, #f3fbf7 0%, #ffffff 100%);
  /* padding: 20px 80px; */
  padding: 20px;
}

.trial-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 159px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.text-content {
  flex: 1 1 500px;
}

.why-choose {
  color: #27ae60;
  font-weight: 600;
  margin-bottom: 10px;
}

.text-content h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

.text-content h2 span {
  color: #000;
}

.description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 600px;
}

.benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits li {
  display: flex;
  align-items: center;   
  gap: 12px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #222;
  line-height: 1.6;
}

.benefits li img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.text1 {
  flex: 1;           
  line-height: 1.5;
}

.text1 strong {
  font-weight: 700;
  line-height: inherit;
  margin-right: 2px;
}

.image-box {
  /* flex: 1 1 100px; */
  height:524px;
  width: 487px;
  background-color: #e6e8f0;
  border-radius: 8px;
  /* min-width: 100px; */
}

/* Responsive Styles */
@media (max-width: 992px) {
  .trial-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px;
   
  }

  .image-box {
    width: 100%;
    height: 250px;
    margin-top: 30px;
  }

  .text-content h2 {
    font-size: 2rem;
  }
  
}

@media (max-width: 600px) {
  .text-content h2 {
    font-size: 1.7rem;
  }

  .description {
    font-size: 0.95rem;
  }

  .benefits li {
    font-size: 0.95rem;
  }
}
/* ========= OPEN SOURCE ========= */

.projects-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  margin-bottom:10%;
}

.filters {
  margin-bottom: 20px;
  margin-top: 10%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.filters button {
  background: white;
  border: none;
  padding: 6px 14px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.filters button.active {
  border-bottom: 2px solid #27ae60;
  font-weight: 700;
  color: #27ae60;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.project-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  padding: 16px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

.project-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.project-image {
  width: 75px;
  height: 75px;
  margin-bottom: 12px;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 6px 0;
}

.project-desc {
  font-size: 0.9rem;
  color: #777;
  flex-grow: 1;
  margin-bottom: 10px;
}

.read-more {
  font-size: 0.85rem;
  color: #5a4adb;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.read-more:hover {
  text-decoration: underline;
}

.read-more svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .project-title {
    font-size: 1rem;
  }

  .project-desc {
    font-size: 0.85rem;
  }

  .read-more {
    font-size: 0.8rem;
  }
}
/* === Source Detail Section === */
.source-detail-section {
    background: #fff;
    padding: 80px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.source-detail-c1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    gap: 40px;
}

.source-detail-text {
    flex: 1 1 150px;
}

.source-detail-text .source-tag {
    background: #eafff4;
    color: #00c46a;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 20px;
}

.source-detail-text h2 {
    font-size: 48px;
    font-weight: 600;
    color: #111827;
    font-family: 'Inter', Arial, sans-serif;
    margin-bottom: 16px;
    padding-top: 20px;
}

.source-detail-text p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 20px;
}

.source-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.source-features li {
    display: flex;
    align-items: center;
    color: #374151;
    font-size: 16px;
    margin-bottom: 10px;
}

.source-detail-image {
    flex: 1 1 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.source-detail-image img {
    max-width: 575px;
    height: auto;
    border-radius: 12px;
}

/* === Business Challenges === */
.business-challenges1 {
    padding: 60px 110px;
    background-color: #f8f9fb;
    text-align: left;
}

.source-tag1 {
    background: #eafff4;
    color: #00c46a;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

/* === Code Blocks === */
.space1 {
    padding-top: 10%;
    padding-bottom: 10%;
}

.code-text {
    padding-top: 10px;
}

.code-block {
    text-align: left;
    background: #f7f8fa;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 15px;
    font-family: 'Fira Code', monospace;
    font-size: 0.9rem;
    overflow-x: auto;
    /* margin-top: 1em; */
    /* white-space: pre-wrap;  */
    word-break: break-word;
}
   
.code-block p {
 margin-top: 2px;
}


/* === Tag Label === */
.tag {
    background: #d1fae5;
    color: #047857;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

/*  Responsive Design */

/* Tablets (≤ 992px) */
@media (max-width: 992px) {
    .source-detail-section {
        padding: 60px 40px;
    }

    .source-detail-c1 {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .source-detail-text {
        order: 2;
        width: 100%;
    }

    .source-detail-image {
        order: 1;
        justify-content: center;
        width: 100%;
    }

    .source-detail-text h2 {
        font-size: 30px;
         text-align: left;
    }

    .source-detail-text p {
        text-align: left;
        font-size: 17px;
    }

    .business-challenges1 {
        padding: 50px 30px;
    }

    .space1 {
        padding: 80px 30px;
    }
}

/* Mobiles (≤ 600px) */
@media (max-width: 600px) {
    .source-detail-section {
        padding: 40px 20px;
    }

    .source-detail-text h2 {
        font-size: 26px;
         text-align: left;
    }

    .source-detail-text p {
        text-align: left;
        font-size: 15px;
    }

    .source-features li {
        font-size: 15px;
        text-align: left;
    }

    .source-detail-image img {
        max-width: 100%;
        height: auto;
    }

    .business-challenges1 {
        padding: 40px 20px;
    }

    .space1 {
        padding: 60px 20px;
    }

    .code-block {
        font-size: 0.8rem;
        padding: 12px;
    }
 
}


/* ---------- TIMELINE LAYOUT ---------- */
    .timeline {
      display: flex;
      flex-wrap: wrap;
      gap: 80px;
      padding-top: 20px;
    }

    .timeline-left {
      flex: 1;
      min-width: 250px;
    }

    .timeline-right {
      flex: 2;
      min-width: 300px;
    }

    .year {
      background: #f8f8f8;
      border-radius: 10px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .year input {
      display: none;
    }

    .year label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 14px 18px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
    }

    .year label:hover {
      background: #f0f0f0;
    }

    .year-content {
      display: none;
      padding: 16px 18px;
      background: #E9FFF6;
      border-top: 1px solid #eee;
    }

    .year input:checked + label {
      background: #e8fff3;
      color: #00b871;
    }

    .year input:checked ~ .year-content {
      display: block;
    }

    .item {
      margin-bottom: 15px;
    }

    .item h4 {
      font-size: 1rem;
      font-weight: 600;
      margin: 0;
    }

    .item small {
      color: #999;
    }

    .tag {
      background: #e8fff3;
      color: #00b871;
      font-size: 0.75rem;
      padding: 3px 10px;
      border-radius: 12px;
      margin-left: 10px;
    }

    /* ---------- RIGHT SIDE PROJECT ---------- */
    .project {
      background: #fff;
    }

    .project h3 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .project-tag {
      background: #e8fff3;
      color: #00b871;
      font-size: 0.8rem;
      padding: 5px 12px;
      border-radius: 14px;
      display: inline-block;
      margin-bottom: 10px;
    }

    .project ul {
      list-style: none;
      padding: 0;
      margin: 15px 0;
    }

    .project ul li {
      margin-bottom: 8px;
      color: #333;
    }




    .project a {
      color: #00b871;
      text-decoration: none;
      font-weight: 600;
    }

    .project a:hover {
      text-decoration: underline;
    }

    /* ---------- IMAGE MOCKUP ---------- */
    .project-images {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .project-images img {
      width: 460px;
      min-width: 450px;
      max-width: 850px;
      border-radius: 20px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /* ---------- RESPONSIVE DESIGN ---------- */

     @media (max-width: 1200px) {
      /* .timeline {
        flex-direction: column;
      } */
      /* .timeline-right {
        order: -1;
        padding-left: 29px;
        width: 200px;
        max-width: 100px;
      } */
      .project-images img {
        width: 150px;
        padding-left: 70px;
      }
    }

    @media (max-width: 900px) {
      /* .timeline {
        flex-direction: column;
      } */
      .timeline-right {
        order: -1;
        padding-left: 29px;
        width: 200px;
        max-width: 100px;
      }
      .project-images img {
        width: 150px;
        padding-left: 70px;
      }
    }

    @media (max-width: 600px) {
      h2 {
        font-size: 1.5rem;
      }
      .project-images{
        width: 120px;
        padding-left: 140px;
      }
    }
/* HISTORY CHART*/

     .chart-container {
        width: 100%;
        max-width: 600px;
        margin: auto;
        background: #fff;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        text-align: center;
      }

      .percentage-display {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 36px;
        color: #111827;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
      }

      .percentage-change {
        font-size: 14px;
        font-weight: 600;
      }

      .percentage-change.positive {
        color: #00cd7c;
      }

      .percentage-change.negative {
        color: #ff4444;
      }

      .chart-wrapper {
        width: 100%;
        margin: 20px auto;
        position: relative;
      }
/* 
      svg {
        width: 100%;
        height: 220px;
      } */

      .vertical-line {
        stroke: #00cd7c;
        stroke-width: 2;
        stroke-dasharray: 4;
      }

      .data-point {
        fill: #fff;
        stroke: #00cd7c;
        stroke-width: 3;
      }

      .year-labels {
        display: flex;
        justify-content: space-around;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        color: #6b7280;
        margin-top: 10px;
        cursor: pointer;
      }

      .year-label.active {
        color: white;
        background: #00cd7c;
        padding: 5px 14px;
        border-radius: 20px;
        font-weight: 600;
      }
/*======= SECTION PADDING FIXES =======*/
.custom-section {
  padding: 100px 0; /* Default desktop */
}

@media (max-width: 992px) {
  .custom-section {
    padding: 50px 0; /* Tablet */
  }
}

@media (max-width: 576px) {
  .custom-section {
    padding: 50px 0; /* Mobile */
  }
}

 /* ==================== DESKTOP (Default) ==================== */
    .banner-buttons-wrapper {
        display: block;
    }
    
    .banner-btn-primary,
    .banner-btn-secondary {
        display: inline-block;
    }
    
    .banner-btn-secondary {
        margin-left: 1rem;
        margin-top: 0;
    }
    
    /* ==================== TABLET (768px - 991px) ==================== */
    @media (max-width: 991px) and (min-width: 768px) {
        .banner-buttons-wrapper {
            display: block;
        }
        
        .banner-btn-primary,
        .banner-btn-secondary {
            display: inline-block;
        }
        
        .banner-btn-secondary {
            margin-left: 0.75rem;
            margin-top: 0;
        }
    }
    
    /* ==================== MOBILE (< 768px) ==================== */
    @media (max-width: 767px) {
        /* Title adjustments */
        .banner-title-mobile {
            font-size: 1.75rem !important;
            line-height: 1.3;
            margin-bottom: 1rem !important;
        }
        
        .banner-title-mobile .ds-5 {
            font-size: 1.75rem !important;
        }
        
        /* Mobile image styling */
        .mobile-banner-img {
            max-height: 300px;
        }
        
        /* Buttons layout - side by side with percentage width */
        .banner-buttons-wrapper {
            display: flex;
            flex-direction: row;
            gap: 0.5rem;
            width: 100%;
        }
        
        .banner-btn-primary,
        .banner-btn-secondary {
            display: block;
            text-align: center;
            padding: 0.6rem 0.5rem !important;
            font-size: 0.75rem !important;
            line-height: 1.3;
            white-space: normal;
            margin: 0 !important;
        }

        .banner-btn-primary{
            width: 30%;
        }

        .banner-btn-secondary {
            width: 45%; 
        }


    }
    
    /* ==================== SMALL MOBILE (< 576px) ==================== */
    @media (max-width: 575px) {
        .banner-title-mobile {
            font-size: 1.5rem !important;
        }
        
        .banner-title-mobile .ds-5 {
            font-size: 1.5rem !important;
        }
        
        .banner-btn-primary,
        .banner-btn-secondary {
            padding: 0.55rem 0.4rem !important;
            font-size: 0.7rem !important;
        }
    }
    
    /* ==================== EXTRA SMALL MOBILE (< 400px) ==================== */
    @media (max-width: 399px) {
        .banner-title-mobile {
            font-size: 1.35rem !important;
        }
        
        .banner-title-mobile .ds-5 {
            font-size: 1.35rem !important;
        }
        
        .banner-btn-primary,
        .banner-btn-secondary {
            padding: 0.5rem 0.35rem !important;
            font-size: 0.65rem !important;
        }
    }


/*======= INDUSTRY SECTION FIXES =======*/
      .industries {
        text-align: center;
        padding: 60px 20px;
        background: linear-gradient(120deg, #f0fdf4 0%, #f8faff 100%);
      }

      .section-header {
        margin-bottom: 40px;
      }

      .section-header h2 {
        font-size: 48px;
        font-weight: 600;
        margin: 10px 0;
      }

      .section-header p {
        font-size: 15px;
        color: #555;
      }

      .industries-list {
        display: flex;
        justify-content: center;
        gap: 74px;
        /* overflow-x: auto; */
        /* scroll-behavior: smooth; */
        padding-bottom: 10px;
      }

      /* .industries-list::-webkit-scrollbar {
        height: 6px;
      }

      .industries-list::-webkit-scrollbar-thumb {
        background: #c4c4c4;
        border-radius: 10px;
      } */

      .industry-item {
        min-width: 150px;
        flex-shrink: 0;
        border-radius: 12px;
        padding: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .industry-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.12);
      }

      .industry-item img {
        width: 96px;
        height: 96px;
        object-fit: contain;
        margin-bottom: 10px;
        filter: brightness(0) saturate(100%) invert(64%) sepia(99%) saturate(413%) hue-rotate(115deg) brightness(91%) contrast(92%);
      }

      .industry-item h3 {
        font-size: 16px;
        color: #1e1e1e;
        margin: 0;
      }
@media (max-width: 1100px) {
        .industries-list {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
          max-height: 480px;
          padding-right: 10px;
        }
        .industry-item {
          width: 100%;
          background: #fff;
          border-radius: 12px;
          padding: 20px;
          box-shadow: 0 3px 8px rgba(0,0,0,0.08);
        }

        .section-header h2 {
          font-size: 28px;
        }
      }

      @media (max-width: 768px) {
        .industries-list {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 30px;
          max-height: 480px;
          padding-right: 10px;
        }

        .industry-item {
          width: 100%;
          background: #fff;
          border-radius: 12px;
          padding: 20px;
          box-shadow: 0 3px 8px rgba(0,0,0,0.08);
        }

        .section-header h2 {
          font-size: 28px;
        }
      }
/*======= ABOUT FIRST SECTION FIXES =======*/

    .innovation {
      padding: 60px 10%;
    }

    .innovation-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 80px;
    }

    /* Left Image */
    .image-placeholder {
      width: 484px;
      height: 533px;
      background: #ddd;
      border-radius: 10px;
    }

    /* Right Content */
    .innovation-content {
      flex: 1;
      min-width: 280px;
    }

    .innovation-content h2 {
      font-size: 36px;
      margin: 15px 0;
      color: #111;
      font-weight: 700;
      line-height: 1.3;
    }

    .innovation-content h2 span {
      color: #1c1e21;
    }

    .innovation-content p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
      max-width: 400px;
      padding-top: 20px;
    }
    .inline-icon-text {
      display: inline-flex;
      align-items: center;
      gap: 6px; /* space between icon and text */
    }

    .icon1 {
      width: 40px;
      height: 40px;
      transform: translate(6px, 10px);
      vertical-align: middle;
      margin-right: 6px;
    }
    /* Responsive Design */
    @media (max-width: 900px) {
      .innovation-container {
        flex-direction: column;
        text-align: center;
      }

      .innovation-content {
        text-align: left;
      }
      .image-placeholder {
        width: 300px;
        height: 400px;
      }
      
    }

/*======= TECHNOLOGY SECTION FIXES =======*/
.tech-stack-section {
  background: #fff;
  padding: 100px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.tech-stack-container {
  width: 90%;
  max-width: 1120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* Left text side */
.text-section {
  flex: 1 1 300px;
}

.source-tag1 {
  display: inline-block;
  background: #e8fff3;
  color: #00a56f;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.text-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.text-section p {
  font-size: 16px;
  color: #6b7280;
  margin-top: 20px;
  max-width: 400px;
}

/* Right logo grid */
.logo-section {
  flex: 1 1 300px;
}

/* Wrap both rows inside scrollable area */
.logo-scroll-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden; /* default desktop */
}

/* Each row of logos */
.logo-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: nowrap;
}

.logo-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  text-align: center;
  padding: 15px;
  width: 110px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.logo-card:hover {
  transform: translateY(-5px);
}

.logo-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

.logo-card p {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .tech-stack-container {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 20px;
  }

  .text-section h2 {
    font-size: 32px;
  }

  .logo-section {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .text-section h2 {
    font-size: 26px;
  }

  .logo-card {
    width: 100px;
    padding: 12px;
  }

  /* Make wrapper visible and relative for animation */
  .logo-scroll-wrapper {
    overflow: hidden;
    position: relative;
  }

  /* Duplicate both rows for seamless loop effect */
  .logo-row {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: nowrap;
    animation: scrollRow 8s linear infinite;
  }

  /* Create continuous scrolling effect */
  @keyframes scrollRow {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
}

