@import url("variables.d1e778e79b5e.css");

.small-swal {
    width: 500px;
    font-size: 14px;
}

.small-swal .swal2-title {
    font-size: 18px;
}

/* reCAPTCHA alert */
.swal-captcha-popup {
    border-radius: 20px !important;
    padding: 0 !important;
    width: 360px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18) !important;
}

.swal-captcha-popup .swal2-html-container {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.swal-captcha-popup .swal2-actions {
    margin-top: 0 !important;
    padding: 0 32px 28px !important;
}

.swa-close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.85);
    color: #555;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: background 0.2s ease, color 0.2s ease;
    z-index: 10;
}

.swa-close-btn:hover {
    background: #fff;
    color: var(--primary-orange);
}

.swal2-timer-progress-bar {
    background: var(--primary-orange) !important;
}

/* Inner layout */
.swa-body {
    text-align: center;
    padding: 0 32px 20px;
}

.swa-accent-bar {
    height: 5px;
    background: linear-gradient(90deg, #f37423, #f5a623);
    margin-bottom: 32px;
}

.swa-icon-ring {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(243,116,35,0.10);
    border: 2px solid rgba(243,116,35,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    animation: swaRingPulse 2s ease-in-out infinite;
}

@keyframes swaRingPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(243,116,35,0.25); }
    50%       { box-shadow: 0 0 0 10px rgba(243,116,35,0); }
}

.swa-robot-icon {
    font-size: 2rem;
    color: var(--primary-orange);
}

.swa-title {
    font-family: var(--font-poppins);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--Secondry-blue);
    margin-bottom: 10px;
}

.swa-text {
    font-family: var(--font-poppins);
    font-size: 0.9rem;
    color: #666;
    line-height: 1.75;
    margin-bottom: 20px;
}

.swa-text strong {
    color: var(--Secondry-blue);
}

.swa-hint {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f8f9fb;
    border: 1px solid #e8e8e8;
    border-radius: 50px;
    padding: 7px 18px;
    font-family: var(--font-poppins);
    font-size: 0.78rem;
    font-weight: 500;
    color: #888;
    margin-bottom: 24px;
}

.swa-bounce {
    animation: swaBounce 1.2s ease-in-out infinite;
    color: var(--primary-orange);
}

@keyframes swaBounce {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(4px); }
}

.swal-captcha-btn {
    background-color: var(--primary-orange) !important;
    border-radius: 50px !important;
    padding: 11px 36px !important;
    font-family: var(--font-poppins) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 14px rgba(243,116,35,0.35) !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}

.swal-captcha-btn:hover {
    background-color: #d9631a !important;
    box-shadow: 0 6px 18px rgba(243,116,35,0.45) !important;
}

.page-heading {
    font-size: clamp(1.75rem, 4vw + 1rem, 5rem);
    text-align: center;
    margin-top: 50px;
}

.cursive {
    font-family: var(--font-free-hand);
    color: var(--Secondry-blue);
}

.name-sec-1, .name-sec-2, .name-sec-3 {
    font-family: var(--font-inter);
}

.page-intro {
    font-size: clamp(1rem, 0.5rem + 1vw, 1.3125rem);
    text-align: justify;
    font-family: var(--font-poppins);
    padding: 0 10px;
    font-weight: 400;
    color: var(--Secondry-blue);
    margin: 20px 0 60px;
}

.banner-block {
    border: 1px solid white;
    background-image: url("../images/banner1.9e78a2c657e9.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* -----------Form Section Start------------- */

.form-section {
    margin-top: 30px;
}

.form-section h5 {
    font-size: clamp(1.5625rem, 1.2rem + 2vw, 2.8125rem);
    text-align: center;
    color: var(--Secondry-blue);
    font-weight: 500;
    font-family: var(--font-poppins);
    margin-bottom: 12px;
}

.form-subtitle {
    text-align: center;
    font-family: var(--font-poppins);
    font-size: clamp(0.9rem, 0.75rem + 0.5vw, 1.1rem);
    color: var(--Secondry-blue);
    font-weight: 400;
    opacity: 0.7;
    margin-bottom: 50px;
}

.form-section h5 span {
    font-weight: 700;
    color: var(--primary-orange);
}

.form-box {
    max-width: 100%;
    /* border: 1px solid red; */
    margin: 0 auto;
    padding: 0 10px;
}

.form-data-box {
    margin-bottom: 30px;
}

.required-mark {
    color: var(--primary-orange);
}

.form-data-box label {
    display: block;
    font-family: var(--font-poppins);
    font-size: 1.1rem;
    /* font-size: clamp(1rem, 1rem + 5vw, 1.2rem); */
    font-weight: 500;
    color: var(--Secondry-blue);
}

.form-data-box input {
    border: none;
    height: 30px;
    border-bottom: 1px solid lightgray;
    width: 100%;
    outline: none;
}

.form-data-box textarea {
    border: 1px solid lightgray;
    height: 200px;
    width: 100%;
    outline: none;
    border-radius: 9px;
    text-indent: 10px;
    margin-top: 7px;
}

.file-upload-box {
    margin-top: 8px;
    border: 2px dashed lightgray;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    background-color: #fafafa;
    cursor: pointer;
}

.file-upload-box:hover,
.file-upload-box.drag-over {
    border-color: var(--primary-orange);
    background-color: #fff6f0;
}

.file-input-hidden {
    display: none;
}

.file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.upload-icon {
    font-size: 2.5rem;
    color: var(--primary-orange);
    margin-bottom: 4px;
}

.drag-text {
    font-family: var(--font-poppins);
    font-size: 1rem;
    font-weight: 500;
    color: var(--Secondry-blue);
    margin-bottom: 0;
}

.drag-or {
    font-family: var(--font-poppins);
    font-size: 0.85rem;
    color: gray;
    margin-bottom: 0;
}

.browse-btn {
    margin-top: 4px;
    padding: 8px 24px;
    border-radius: 50px;
    border: 2px solid var(--primary-orange);
    background-color: transparent;
    color: var(--primary-orange);
    font-family: var(--font-poppins);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.browse-btn:hover {
    background-color: var(--primary-orange);
    color: white;
}

.file-hint {
    font-family: var(--font-poppins);
    font-size: 0.78rem;
    color: gray;
    margin-bottom: 0;
    margin-top: 6px;
}

.file-selected-name {
    margin-bottom: 0;
}

/* File preview card */
.file-preview-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f0faf4;
    border: 1px solid #b8e6cb;
    border-radius: 10px;
    padding: 12px 14px;
    margin-top: 14px;
    text-align: left;
    animation: fadeSlideIn 0.25s ease;
}

@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.fpc-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: var(--primary-orange);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
}

.fpc-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.fpc-name {
    font-family: var(--font-poppins);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--Secondry-blue);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fpc-size {
    font-family: var(--font-poppins);
    font-size: 0.75rem;
    color: #1AB24B;
    font-weight: 500;
}

.fpc-remove {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(217, 83, 79, 0.1);
    color: #d9534f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.fpc-remove:hover {
    background: #d9534f;
    color: #fff;
}

/* Progress bar */
.form-progress-bar {
    height: 3px;
    background: rgba(243, 116, 35, 0.15);
    border-radius: 3px;
    margin-bottom: 16px;
    overflow: hidden;
}

.form-progress-fill {
    height: 100%;
    width: 35%;
    background: var(--primary-orange);
    border-radius: 3px;
    animation: progressSlide 1.4s ease-in-out infinite;
}

@keyframes progressSlide {
    0%   { transform: translateX(-150%); }
    100% { transform: translateX(450%); }
}

/* Button disabled state */
.form-btn:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.form-btn:disabled:hover {
    background-color: var(--primary-orange);
    color: var(--white);
}

.tick-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.tick-box input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: var(--primary-orange);
}

.tick-box label {
    font-size: 0.9rem;
    cursor: pointer;
    line-height: 1.5;
}

.terms-error-msg {
    margin-top: 6px;
    margin-bottom: 0;
    font-family: var(--font-poppins);
    font-size: 0.82rem;
    color: #d9534f;
}

.form-btn {
    margin: 0 0 30px;
    height: 40px;
    border-radius: 9px;
    width: 100%;
    border: 2px solid var(--primary-orange);
    background-color: var(--primary-orange);
    color: var(--white);
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.form-btn:hover {
    background-color: transparent;
    color: var(--primary-orange);
}

/* Rate limit box */
.rate-limit-box {
    text-align: center;
    padding: 0 20px 30px;
    max-width: 600px;
    margin: 0 auto;
}

/* Animated visual */
.rate-limit-visual {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rl-icon-core {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--primary-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 6px 20px rgba(243, 116, 35, 0.35);
}

.rl-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid var(--primary-orange);
    opacity: 0;
    animation: rlPulse 2.4s ease-out infinite;
}

.rl-ring--1 { width: 64px;  height: 64px;  animation-delay: 0s; }
.rl-ring--2 { width: 64px;  height: 64px;  animation-delay: 0.8s; }
.rl-ring--3 { width: 64px;  height: 64px;  animation-delay: 1.6s; }

@keyframes rlPulse {
    0%   { width: 64px;  height: 64px;  opacity: 0.6; }
    100% { width: 130px; height: 130px; opacity: 0;   }
}

.rate-limit-title {
    font-family: var(--font-poppins);
    font-size: clamp(1.4rem, 2vw + 0.5rem, 1.9rem);
    font-weight: 700;
    color: var(--Secondry-blue);
    margin-bottom: 12px;
}

.rate-limit-text {
    font-family: var(--font-poppins);
    font-size: 0.97rem;
    color: var(--Secondry-blue);
    opacity: 0.68;
    line-height: 1.8;
    max-width: 440px;
    margin: 0 auto 36px;
}

/* Suggestion cards */
.rl-suggestions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.rl-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 18px 22px;
    background: #f9f9fb;
    border: 1px solid var(--border-gray);
    border-radius: 14px;
    text-decoration: none;
    color: var(--Secondry-blue);
    font-family: var(--font-poppins);
    font-size: 0.82rem;
    font-weight: 500;
    width: 130px;
    transition: all 0.25s ease;
}

.rl-card i {
    font-size: 1.4rem;
    color: var(--primary-orange);
}

.rl-card:hover {
    border-color: var(--primary-orange);
    background: #fff6f0;
    color: var(--primary-orange);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(243, 116, 35, 0.12);
}

.rate-limit-btn {
    display: inline-block;
    padding: 10px 36px;
    background: var(--primary-orange);
    color: #fff;
    border-radius: 50px;
    font-family: var(--font-poppins);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid var(--primary-orange);
    transition: all 0.3s ease;
}

.rate-limit-btn:hover {
    background: transparent;
    color: var(--primary-orange);
}

/* --------------- Find Us Section --------------- */

.find-us-section {
    margin: 60px 0 50px;
}

.find-us-heading {
    font-size: clamp(1.5rem, 1.2rem + 2vw, 2.5rem);
    text-align: center;
    font-family: var(--font-poppins);
    font-weight: 500;
    color: var(--Secondry-blue);
    margin-bottom: 35px;
}

.find-us-heading span {
    font-weight: 700;
    color: var(--primary-orange);
}

.find-us-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.contact-details-card {
    background-color: #fafafa;
    border-radius: 12px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.contact-detail-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background-color: var(--primary-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
}

.contact-detail-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-detail-label {
    font-family: var(--font-poppins);
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: gray;
    margin-bottom: 0;
}

.contact-detail-text a,
.contact-detail-text p:not(.contact-detail-label) {
    font-family: var(--font-poppins);
    font-size: 0.95rem;
    color: var(--Secondry-blue);
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.contact-detail-text a:hover {
    color: var(--primary-orange);
}

.map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    min-height: 300px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: block;
    margin-bottom: 0;
}

input[type="checkbox"]:checked {
    accent-color: var(--primary-blue);
}

/* Media Query */

@media screen and (min-width:425px) {
    .page-intro {
        text-align: center;
    }
}

@media screen and (min-width:768px) {

    .page-heading {
        margin-top: 160px;
    }

    .page-intro {
        margin-top: 30px;
    }
    
    .form-section {
        margin-top: 100px;
    }

    .form-section h5 {
        margin-bottom: 12px;
    }

    .form-subtitle {
        margin-bottom: 70px;
    }

    .form-btn {
        width: 30%;
    }
}

@media screen and (min-width:992px) {

    .page-starter {
        height: 55vh;
    }

    .form-box {
        max-width: 80%;
    }

    .find-us-grid {
        grid-template-columns: 1fr 1.6fr;
        align-items: stretch;
    }

    .map-wrapper {
        min-height: 400px;
    }

    .map-wrapper iframe {
        min-height: 400px;
    }

}

@media screen and (min-width:1200px) {
    .form-box {
        max-width: 60%;
    }
}

@media screen and (min-width:1600px) {

    .page-starter {
        margin-top: 250px;
    }
}