.support-item {
    background: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.support-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.icon-box {
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    min-width: 60px;
    text-align: center;
    transition: transform 0.3s ease;
}

.icon-box1 {
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    min-width: 60px;
    text-align: center;
    transition: transform 0.3s ease;
}


.support-item:hover .icon-box {
    transform: scale(1.1) rotate(5deg);
}

.support-item:hover .icon-box1 {
    transform: scale(1.1) rotate(5deg);
}

.icon-box i {
    font-size: 24px;
    color: #000000;
}

.icon-box1 i {
    font-size: 24px;
    color: #ffffff;
}

.achievement-box {
    background: #fff;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.achievement-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.achievement-box h3 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}

.achievement-box p {
    margin: 0;
    font-size: 16px;
    color: #555;
}



.service-circle-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.service-circle-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.circle-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #919c23, #919c23);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    transition: transform 0.3s ease;
}

.service-circle-card:hover .circle-icon {
    transform: scale(1.1) rotate(8deg);
}

.service-circle-card h5 {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.service-circle-card p {
    font-size: 15px;
    color: #555;
}

.ournal_publication {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 244, 255, 0.95)),
        url('https://www.toptal.com/designers/subtlepatterns/patterns/geometry2.png');
    background-size: cover;
    background-attachment: fixed;
}


.journal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.journal-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.journal-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(120deg, rgba(255, 102, 0, 0.1), rgba(255, 169, 77, 0.15)); */
    transition: 0.5s;
}

.journal-card:hover::before {
    left: 0;
}

.icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #444445, #444445);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #abd12e;
    font-size: 26px;
    box-shadow: 0 4px 12px rgba(152, 153, 150, 0.3);


    transition: transform 0.4s ease;
}

.journal-card:hover .icon-circle {
    transform: scale(1.1);
}

.journal-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.journal-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.journal-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .icon-circle {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
}

.tech-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tech-card {
    display: flex;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 20px 25px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.tech-card:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.tech-icon {
    background: linear-gradient(135deg, #9db73c, #9db73c);
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-right: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.tech-card:hover .tech-icon {
    transform: scale(1.1) rotate(8deg);
}

.tech-details h5 {
    margin-bottom: 8px;
    font-weight: 600;
}

.tech-details p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

@media (max-width: 767px) {
    .tech-card {
        flex-direction: column;
        text-align: center;
    }

    .tech-icon {
        margin-bottom: 15px;
    }
}

/* Patent Services Grid */
.patent-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

/* Card Design */
.patent-card {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.patent-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Icon Circle */
.patent-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #919c23, #919c23);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 6px 14px rgba(0, 74, 173, 0.4);
    transition: transform 0.3s ease;
}

.patent-card:hover .patent-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Titles */
.patent-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Description */
.patent-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 576px) {
    .patent-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}






.faq-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* max-width: 1200px; */
    margin: auto;
    gap: 30px;
}

.faq-column {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: #919c23;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    padding: 0 20px;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .faq-wrapper {
        flex-direction: column;
    }

    .faq-column {
        flex: 1 1 100%;
    }
}




.about-phd-support {
    padding: 60px 0;
    background: linear-gradient(135deg, #ffffff, #f9fafb);
}

.section-header .subtitle {
    color: #ff6b35;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.section-header .title {
    font-size: 36px;
    font-weight: 700;
}

.section-header .title .light {
    font-weight: 300;
}

.section-header .description {
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.image-box img {
    width: 100%;
    border-radius: 12px;
}

.domain-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.domain-item {
    display: flex;
    align-items: flex-start;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.domain-item:hover {
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.domain-item .icon {
    font-size: 28px;
    color: #ff6b35;
    margin-right: 15px;
    min-width: 35px;
}

.domain-item .content h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.domain-item .content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #444;
}




:root {

    --accent-color: #919c23;
}

.call-to-action {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(170deg, var(--background-color) 0%, color-mix(in srgb, var(--background-color), var(--accent-color) 5%) 100%);
}

.call-to-action .cta-wrapper {
    position: relative;
    border-radius: 20px;
    background-color: var(--surface-color);
    box-shadow: 0 20px 60px color-mix(in srgb, var(--accent-color), transparent 92%);
    overflow: hidden;
}

.call-to-action .cta-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.call-to-action .cta-shapes .shape {
    position: absolute;
    border-radius: 50%;
}

.call-to-action .cta-shapes .shape.shape-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 85%) 0%, color-mix(in srgb, var(--accent-color), transparent 95%) 100%);
    top: -150px;
    right: -100px;
}

.call-to-action .cta-shapes .shape.shape-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(225deg, color-mix(in srgb, var(--heading-color), transparent 85%) 0%, color-mix(in srgb, var(--heading-color), transparent 95%) 100%);
    bottom: -100px;
    left: 20%;
}

.call-to-action .cta-shapes .shape.shape-3 {
    width: 150px;
    height: 150px;
    background: linear-gradient(45deg, color-mix(in srgb, var(--accent-color), transparent 92%) 0%, color-mix(in srgb, var(--heading-color), transparent 92%) 100%);
    top: 30%;
    left: -75px;
}

.call-to-action .cta-content {
    position: relative;
    z-index: 2;
}

.call-to-action .cta-content .badge-custom {
    display: inline-block;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.call-to-action .cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1.2;
}

.call-to-action .cta-content p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 1.05rem;
    line-height: 1.6;
}

.call-to-action .benefits-row {
    margin-top: 2rem;
}

.call-to-action .benefits-row .benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.call-to-action .benefits-row .benefit-item .icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), transparent 20%) 100%);
    color: var(--contrast-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.call-to-action .benefits-row .benefit-item .benefit-content h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--heading-color);
}

.call-to-action .benefits-row .benefit-item .benefit-content p {
    margin: 0;
    font-size: 0.9rem;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    line-height: 1.5;
}

.call-to-action .action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.call-to-action .action-buttons .btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
    box-shadow: none;
}

.call-to-action .action-buttons .btn.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
}

.call-to-action .action-buttons .btn.btn-primary:hover {
    background-color: color-mix(in srgb, var(--accent-color), black 10%);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px color-mix(in srgb, var(--accent-color), transparent 80%);
}

.call-to-action .action-buttons .btn.btn-outline {
    background-color: transparent;
    border: 2px solid color-mix(in srgb, var(--accent-color), transparent 30%);
    color: var(--accent-color);
}

.call-to-action .action-buttons .btn.btn-outline:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    transform: translateY(-3px);
}

.call-to-action .action-buttons .guarantee-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 1rem;
    color: var(--heading-color);
    font-size: 0.9rem;
    font-weight: 500;
}

.call-to-action .action-buttons .guarantee-badge i {
    color: var(--accent-color);
    font-size: 1.25rem;
}

.call-to-action .cta-image-container {
    position: relative;
    height: 100%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    z-index: 2;
}

.call-to-action .cta-image-container .main-image {
    position: relative;
    z-index: 2;
    max-height: 400px;
    object-fit: contain;
}

.call-to-action .cta-image-container .floating-element {
    position: absolute;
    background-color: var(--surface-color);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    z-index: 3;
}

.call-to-action .cta-image-container .floating-element i {
    color: var(--accent-color);
    font-size: 1.1rem;
}

.call-to-action .cta-image-container .floating-element span {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--heading-color);
}

.call-to-action .cta-image-container .floating-element.element-1 {
    top: 20%;
    left: 0;
    animation: float1 4s ease-in-out infinite;
}

.call-to-action .cta-image-container .floating-element.element-2 {
    bottom: 25%;
    right: 0;
    animation: float2 5s ease-in-out infinite;
}

.call-to-action .cta-image-container .pattern-dots {
    position: absolute;
    width: 170px;
    height: 170px;
    background-image: radial-gradient(color-mix(in srgb, var(--accent-color), transparent 40%) 2px, transparent 2px);
    background-size: 15px 15px;
    bottom: 10%;
    left: 10%;
    z-index: 1;
    border-radius: 20px;
    opacity: 0.6;
}





@keyframes float1 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes float2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

@media (max-width: 991.98px) {
    .call-to-action {
        padding: 70px 0;
    }

    .call-to-action .row {
        flex-direction: column-reverse;
    }

    .call-to-action .cta-image-container {
        padding: 2rem;
        min-height: 350px;
    }

    .call-to-action .cta-image-container .floating-element.element-1 {
        top: 15%;
        left: 10%;
    }

    .call-to-action .cta-image-container .floating-element.element-2 {
        bottom: 15%;
        right: 10%;
    }

    .call-to-action .cta-content {
        padding: 2rem !important;
    }

    .call-to-action .cta-content h2 {
        font-size: 2rem;
    }

    .call-to-action .action-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .call-to-action .action-buttons .btn {
        width: 100%;
    }

    .call-to-action .action-buttons .guarantee-badge {
        margin-left: 0;
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .call-to-action {
        padding: 50px 0;
    }

    .call-to-action .cta-content {
        padding: 1.5rem !important;
    }

    .call-to-action .cta-content h2 {
        font-size: 1.75rem;
    }

    .call-to-action .benefits-row .col-md-6 {
        margin-bottom: 1rem;
    }

    .call-to-action .cta-image-container {
        min-height: 300px;
    }

    .call-to-action .cta-image-container .floating-element {
        padding: 0.5rem 0.75rem;
    }

    .call-to-action .cta-image-container .floating-element span {
        font-size: 0.8rem;
    }

    .call-to-action .shape {
        transform: scale(0.7);
    }
}

section,
.section {
    color: var(--default-color);
    background-color: var(--background-color);
    /* padding: 60px 0; */
    scroll-margin-top: 72px;
    overflow: clip;
}

.light-background {
    --background-color: #f4f9f7;
    --surface-color: #ffffff;
}



.book-chapter-section-alt {
    padding: 80px 0;
    background: #f9fafb;
    font-family: 'Segoe UI', sans-serif;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-title .thin {
    font-weight: 300;
    color: #ff6b35;
}

.section-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.step-item i {
    font-size: 28px;
    color: #9db73c;
    margin-top: 4px;
    flex-shrink: 0;
}

.step-item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.step-item p {
    font-size: 14px;
    color: #444;
    margin: 0;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
    }

    .steps-list {
        gap: 20px;
    }
}



.overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

/* Popup box */
.popup {
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

/* Close button */
.close-btn {
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 8px 15px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}

/* Form styles */
.popup form {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.popup input,
.popup select {
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup button.submit-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.testimonials-section {
    position: relative;
    overflow: hidden;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-avatar {
    position: relative;
}

.testimonial-avatar::after {
    content: '"';
    position: absolute;
    top: -10px;
    right: 50%;
    transform: translateX(50%);
    font-size: 60px;
    color: #9db73c;
    font-family: serif;
    opacity: 0.3;
}

.testimonial-text {
    position: relative;
    z-index: 2;
}

.testimonial-author {
    font-size: 20px;
    margin-bottom: 5px;
}

.testimonial-position {
    font-size: 14px;
    opacity: 0.8;
}

/* Carousel Controls Styling */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: #9db73c;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #7a9a2e;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}

/* Carousel Indicators */
.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.carousel-indicators li.active {
    background: #9db73c;
    transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-card {
        margin: 10px;
        padding: 30px 20px !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .carousel-control-prev {
        left: -20px;
    }

    .carousel-control-next {
        right: -20px;
    }
}

/* Smooth transitions for carousel */
.carousel-item {
    transition: all 0.6s ease-in-out;
}

.carousel-item.transitioning {
    opacity: 0.8;
    transform: scale(0.98);
}

/* Enhanced testimonial card animations */
.testimonial-card {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Popup Form Styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
    -webkit-overflow-scrolling: touch;
    /* iOS smooth scrolling */
}

.popup {
    background: white;
    border-radius: 15px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: popupSlideIn 0.3s ease-out;
    -webkit-overflow-scrolling: touch;
    /* iOS smooth scrolling */
    overscroll-behavior: contain;
    /* Prevent scroll chaining */
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.popup-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.popup-header h2 {
    color: #333;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.popup-header p {
    color: #666;
    margin: 0;
    font-size: 14px;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: #f0f0f0;
    color: #333;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
    -webkit-appearance: none;
    /* Remove default iOS styling */
    -moz-appearance: none;
    appearance: none;
}

/* Custom select arrow for mobile */
.form-group select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #9db73c;
    box-shadow: 0 0 0 3px rgba(157, 183, 60, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    justify-content: flex-end;
}

.btn-primary,
.btn-secondary {
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.btn-primary {
    background: #9db73c;
    color: white;
}

.btn-primary:hover {
    background: #7a9a2e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(157, 183, 60, 0.3);
}

.btn-secondary {
    background: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

.btn-secondary:hover {
    background: #e9ecef;
    color: #495057;
}

/* WhatsApp Contact Button */
.whatsapp-contact-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

/* WhatsApp Button - Circular Design */
.whatsapp-btn {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {

    /* Welcome Slider Mobile Responsive */
    .welcome-slider {
        height: 300px !important;
        background-position: center center !important;
        background-attachment: scroll !important;
        background-size: cover !important;
    }

    .welcome-slider .overlay-bg-65 {
        height: 300px !important;
    }

    .welcome-content {
        padding: 0 15px !important;
    }

    .welcome-slider h1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        padding: 0 !important;
        margin: 0 !important;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
    }

    .overlay {
        padding: 10px;
    }

    .popup {
        padding: 20px;
        width: 95%;
        max-width: none;
        margin: 0;
        max-height: 85vh;
        border-radius: 10px;
    }

    .popup-header h2 {
        font-size: 20px;
    }

    .popup-header p {
        font-size: 13px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 14px;
    }

    .form-actions {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        min-width: auto;
        padding: 12px 20px;
        font-size: 14px;
    }

    .whatsapp-contact-container {
        bottom: 20px;
        right: 20px;
    }

    .close-btn {
        top: 10px;
        right: 15px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {

    /* Welcome Slider Small Mobile Responsive */
    .welcome-slider {
        height: 250px !important;
        background-position: center center !important;
        background-attachment: scroll !important;
        background-size: cover !important;
    }

    .welcome-slider .overlay-bg-65 {
        height: 250px !important;
    }

    .welcome-content {
        padding: 0 10px !important;
    }

    .welcome-slider h1 {
        font-size: 20px !important;
        line-height: 1.2 !important;
        padding: 0 !important;
        margin: 0 !important;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
    }




    .overlay {
        padding: 5px;
    }

    .popup {
        padding: 15px;
        width: 98%;
        max-height: 90vh;
        border-radius: 8px;
    }

    .popup-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .popup-header h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .popup-header p {
        font-size: 12px;
    }

    .form-group {
        margin-bottom: 12px;
    }

    .form-group label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 8px 10px;
        font-size: 13px;
        border-width: 1px;
    }

    .form-group textarea {
        min-height: 60px;
    }

    .form-actions {
        margin-top: 15px;
        gap: 8px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 10px 15px;
        font-size: 13px;
        border-radius: 6px;
    }

    .whatsapp-contact-container {
        bottom: 15px;
        right: 15px;
    }

    .close-btn {
        top: 8px;
        right: 12px;
        width: 28px;
        height: 28px;
        font-size: 18px;
    }
}