.contact-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 180px;
    padding-bottom: 60px;
}

.contact-hero-wrapper {
    width: 80% !important;
}

.contact-hero-section .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-hero-section .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}

.contact-hero-section .hero-content-wrapper {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.contact-hero-left {
    padding-right: 60px;
}

.online-badge {
    background: linear-gradient(91.99deg, #FD933D -42.77%, #F79146 -8.96%, #E68A5D 28.8%, #D0827B 64.33%, #B076A7 105.67%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(253, 147, 61, 0.1);
}

.contact-hero-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    margin-bottom: 15px;
}

.contact-hero-title span {
    /* background: linear-gradient(90deg, #FD933D 0%, #BA7FFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--primary-orange);
}

.contact-hero-desc {
    font-size: 18px;
    margin-bottom: 0;
    max-width: 480px;
    line-height: 1.4;
}


.contact-illustration img {
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.05));
}

.contact-form-card {
    background: #FFFFFF;
    border-radius: 32px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(253, 147, 61, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.contact-form-card label {
    font-weight: 600;
    color: #4A4A4A;
    margin-bottom: 10px;
    font-size: 15px;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border: 1px solid #FFE5D4;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 14px;
    color: #FD933D;
    transition: all 0.3s ease;
    background-color: #FAFAFA;
}

.contact-form-card .form-control::placeholder {
    color: #FD933D;
    opacity: 0.7;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #FD933D;
    color: #FD933D;
    background-color: #FFF;
    box-shadow: 0 0 0 4px rgba(253, 147, 61, 0.05);
    outline: none;
}

.custom-select-wrapper {
    position: relative;
}

.form-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FD933D' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 14px !important;
    padding-right: 45px !important;
}

.form-select option {
    color: #FD933D;
    background-color: #fff;
}

.form-select option:first-child {
    color: #FD933D;
}

.phone-input-group {
    display: block;
    width: 100%;
}

.iti {
    width: 100%;
}

.iti__flag-container {
    padding: 2px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 15px;
    font-weight: 500;
    /* color: #FD933D; */
    margin-left: 8px;
}

.iti__country-list {
    border-radius: 12px;
    border: 1px solid #FFE5D4;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.iti__country {
    padding: 10px 15px;
    font-size: 14px;
}

.iti__country.iti__highlight {
    background-color: #FFF5EF;
}

.thank-you-container {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background: #FFF;
    border-radius: 24px;
    animation: fadeIn 0.5s ease;
}

.thank-you-content {
    max-width: 350px;
}

.success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FD933D 0%, #FF7F32 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 10px 20px rgba(253, 147, 61, 0.2);
}

.success-icon img {
    width: 35px;
}

.thank-you-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.thank-you-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.timer-bar {
    width: 100%;
    height: 4px;
    background: #FFE5D4;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.timer-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FD933D;
    animation: timer 5s linear forwards;
}

@keyframes timer {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.country-selector {
    display: none;
}

.country-selector span {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.btn-send-message {
    width: 100%;
    /* background: linear-gradient(135deg, #FD933D 0%, #FF7F32 100%); */
    background: var(--main-color);
    color: #FFF;
    border: none;
    border-radius: 16px;
    padding: 18px;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    transition: all 0.3s ease;
    /* box-shadow: 0 10px 25px rgba(253, 147, 61, 0.3); */
}

.btn-send-message:hover {
    transform: translateY(-3px);
    /* box-shadow: 0 15px 35px rgba(253, 147, 61, 0.4); */
}

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

.card-text-s a{
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .contact-illustration {
        display: none;
    }

     .contact-hero-left{
        text-align: center;
    }
    .contact-hero-section {
        padding-top: 140px;
        text-align: left;
    }

    .contact-hero-left {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .contact-hero-title {
        font-size: 42px;
        line-height: 47px;
    }

    .contact-hero-desc {
        max-width: 100%;
    }

    .contact-form-card {
        padding: 40px 25px;
    }
}
.locate-us-section-s {
    padding: 30px 0 50px;
    position: relative;
    background-image: url('/images/contact-locate-us-bg.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.locate-us-title-s {
    text-align: center;
    margin-bottom: 90px;
}

.locate-us-title-s span {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 42px;
    /* background: linear-gradient(90deg, #FD933D 0%, #BC70FE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--primary-orange);
}

.location-grid-s {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    width: 90%;
    margin: 40px auto 80px;
    align-items: flex-start;
}

@media (min-width: 991px) {
    .location-card-s {
        width: auto;
    }

    .location-grid-s {
        grid-template-columns: repeat(4, 1fr);
        width: 80%;
    }
}

.location-card-s:nth-child(even) {
    transform: translateY(-40px);
}

.location-card-s:nth-child(even):hover {
    transform: translateY(-50px);
}

.location-card-s {
    background: #FD933D;
    border-radius: 30px;
    padding: 50px 25px 30px;
    position: relative;
    clip-path: polygon(45px 0%, 100% 0, 100% 100%, 0 100%, 0 45px);
    color: #fff;
    box-shadow: 0 20px 40px rgba(253, 147, 61, 0.15);
    transition: transform 0.3s ease;
    min-width: 0;
}

.location-card-s:hover {
    transform: translateY(-10px);
}

.location-card-s::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: #FDEEE3;
    border-bottom-right-radius: 15px;
}

.card-block-s {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 25px;
}

.card-block-s:last-child {
    margin-bottom: 0;
}

.card-icon-s {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    flex-shrink: 0;
}

.card-icon-s img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-text-s h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px 0;
    font-family: 'Outfit', sans-serif;
}

.card-text-s p {
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
}

.footer-contact-bar-s {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.email-pill-s {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #FD933D;
    padding: 8px 20px;
    border-radius: 50px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.email-icon-s {
    width: 36px;
    height: 36px;
    background: #FD933D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-icon-s img {
    width: 18px;
}

.social-follow-s {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-follow-s span {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.social-icon-s {
    width: 45px;
    height: 45px;
    border: 1px solid #FD933D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon-s img {
    width: 24px;
}

.mobile-only-s {
    display: none;
}

@media (max-width: 768px) {
    .card-icon-s {
        padding: 4px;
    }

    .desktop-only-s {
        display: none;
    }

    .mobile-only-s {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin-top: 20px !important;
        padding: 0 5px !important;
    }

    .mobile-only-s .email-pill-s {
        background: #fff !important;
        border: none !important;
        border-radius: 50px !important;
        padding: 6px 20px 6px 6px !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
        font-size: 14px !important;
        color: #333 !important;
        text-decoration: none !important;
    }

    .mobile-only-s .email-icon-s {
        background: #FD933D !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .mobile-only-s .email-icon-s img {
        width: 16px !important;
        filter: brightness(0) invert(1) !important;
    }

    .mobile-only-s .social-follow-s {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .mobile-only-s .social-follow-s span {
        font-size: 14px !important;
        color: #555 !important;
        font-weight: 500 !important;
    }

    .mobile-only-s .social-icon-s {
        width: 32px !important;
        height: 32px !important;
        border: 1px solid #FD933D !important;
        border-radius: 50% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        transition: all 0.3s ease !important;
    }

    .mobile-only-s .social-icon-s img {
        width: 14px !important;
        filter: none !important;
    }

    .contact-hero-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-hero-title {
        font-size: 25px;
        line-height: 30px;
    }

    .contact-form-card {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .btn-send-message {
        font-size: 16px;
        padding: 15px;
    }

    .locate-us-section-s {
        padding: 0 0;
    }

    .footer-contact-bar-s {
        justify-content: center;
        text-align: center;
        /* margin-bottom: 40px; */
    }

    .social-follow-s {
        flex-direction: row;
        gap: 15px;
        align-items: center;
    }

    .social-follow-s span {
        font-size: 16px;
    }

    .social-icon-s {
        width: 30px;
        height: 30px;
    }

    .social-icon-s img {
        width: 14px;
    }

    .locate-us-title-s {
        margin-bottom: 40px;
    }

    .locate-us-title-s span {
        font-size: 32px;
    }

    .location-grid-s {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding: 0 20px 20px !important;
        gap: 20px !important;
        width: 100% !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .location-grid-s::-webkit-scrollbar {
        display: none;
    }

    .location-card-s {
        flex: 0 0 85% !important;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        transform: none !important;
        padding: 50px 25px 30px !important;
    }

    .contact-hero-section {
        padding-top: 120px;
        text-align: center;
    }

    .contact-hero-left {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .online-badge {
        padding: 10px 15px;
        font-size: 12px;
    }

    .contact-hero-desc {
        margin: 0 auto;
    }

    .contact-illustration {
        display: none;
    }

    .contact-hero-wrapper {
        width: 95% !important;
    }

    .mobile-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .mobile-col .custom-select-wrapper,
    .mobile-col .form-select,
    .mobile-col .form-control {
        width: 100% !important;
    }

    .contact-form-card .form-control,
    .contact-form-card .form-select {
        padding: 10px 10px;
    }

    .thank-you-container {
        height: 320px !important;
        padding: 30px 20px !important;
    }

    .success-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 20px !important;
    }

    .success-icon img {
        width: 25px !important;
    }

    .thank-you-content h3 {
        font-size: 24px !important;
        margin-bottom: 12px !important;
    }

    .thank-you-content p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }
}

@media (min-width: 769px) and (max-width:990px) {
   
    .location-grid-s {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .footer-contact-bar-s {
        margin: auto auto;
    }

    .email-pill-s {
        padding: 5px 10px;
    }

    .footer-contact-bar-s {
        width: 90%;
    }

    .locate-us-section-s {
        padding: 0 0 100px 0;
    }

    .contact-illustration {
        display: none;
    }
}

@media (min-width: 991px) and (max-width:1400px) {
    .location-card-s {
        padding: 50px 13px 30px;
    }

    .card-text-s h3 {
        font-size: 18px;
    }

    .social-icon-s {
        width: 42px;
        height: 42px;
    }

    .email-pill-s {
        padding: 8px 20px;
    }

    .locate-us-section-s {
        padding: 30px 0 50px;
    }
}