.contact-hero {
    padding: 140px 8% 100px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(1, 119, 191, 0.12)
    ); }
.contact-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(
        circle,
        rgba(1, 119, 191, 0.10) 0%,
        transparent 70%
    );
    pointer-events: none;
    z-index: 0; }
.contact-hero .container { position: relative; z-index: 1; }
.contact-tag { display: inline-block; margin-bottom: 30px; letter-spacing: 1px; color: #2B7CFF; font-size: 18px;font-weight: 700; }
.contact-title { font-size: 62px; line-height: 1; font-weight: 950; margin-bottom: 30px; }
.contact-content-heading {
    opacity: 0;
    transform: translate3d(-80px, 20px, 0) scale(0.96);
    filter: blur(10px);
    transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        filter 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity, filter; }
.contact-content-heading.active { opacity: 1; transform: translate3d(0, 0, 0) scale(1);  filter: blur(0); }
.outline-text { color: transparent; -webkit-text-stroke: 2px #000; }
.filled-black { color: #1a1a1a; }
.outline-orange { color: transparent; -webkit-text-stroke: 2px #ED1B24; }
.filled-orange { color: #2B7CFF; }
.hero-content-heading {
    opacity: 0;
    transform: translate3d(0, 70px, 0) scale(0.95);
    filter: blur(10px);
    transition:
        opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        filter 1.2s cubic-bezier(0.16, 1, 0.3, 1); }
.hero-content-heading.active { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
.hero-desc { font-size: 18px; line-height: 1.6; color: #666; max-width: 800px; margin: 0 auto 45px; }
@media(max-width:1200px) { 
    .outline-text { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 1024px) {
    .contact-hero { padding: 120px 6% 90px;}
    .contact-hero::before { width: 420px; height: 420px; top: -70px; right: -70px; }
    .contact-tag { font-size: 17px; margin-bottom: 25px; }
    .contact-title { font-size: 52px; line-height: 1.05; margin-bottom: 25px; }
    .outline-text { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .hero-desc { font-size: 17px; max-width: 700px; margin-bottom: 40px; } }
@media (max-width: 992px) { 
    .outline-text { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 768px) {
    .contact-hero { padding: 100px 5% 75px; }
    .contact-hero::before { width: 350px; height: 350px; top: -60px; right: -80px; }
    .contact-tag { font-size: 16px; margin-bottom: 22px; letter-spacing: 0.8px; }
    .contact-title { font-size: 2.2rem; line-height: 1.3; margin-bottom: 22px; }
    .outline-text { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .hero-desc { font-size: 16px; line-height: 1.6; max-width: 600px; margin-bottom: 35px; }
    .hero-content-heading { transform: translate3d(0, 50px, 0) scale(0.96); }
    .hero-content-heading.active {  transform: translate3d(0, 0, 0) scale(1); } }
@media (max-width: 576px) {
    .contact-hero {  padding: 85px 6% 65px; }
    .contact-hero::before { width: 280px; height: 280px;  top: -50px; right: -90px; }
    .contact-tag { font-size: 15px; margin-bottom: 18px; letter-spacing: 0.6px; }
    .contact-title { font-size: 2rem; line-height: 1.3;  margin-bottom: 20px; }
    .outline-text { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange {  color: #ffffff;  -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .hero-desc { font-size: 15px; line-height: 1.55; max-width: 100%; margin-bottom: 30px; }
    .hero-content-heading {  transform: translate3d(0, 40px, 0) scale(0.97); filter: blur(7px); }
    .hero-content-heading.active { transform: translate3d(0, 0, 0) scale(1); filter: blur(0); } }
@media (max-width: 400px) {
    .contact-hero { padding: 70px 5% 55px; }
    .contact-hero::before { width: 230px; height: 230px; top: -40px; right: -80px; }
    .contact-tag {  font-size: 14px; margin-bottom: 16px; }
    .contact-title { font-size: 1.8rem; line-height: 1.3; margin-bottom: 18px; }
    .outline-text { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .hero-desc { font-size: 14px; line-height: 1.5; margin-bottom: 25px; } }
@media (max-width: 360px) {
    .contact-hero { padding: 60px 5% 50px; }
    .contact-title { font-size: 1.65rem; line-height: 1.3; }
    .outline-text { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .contact-tag { font-size: 13px; }
    .hero-desc { font-size: 13.5px; }
    .contact-hero::before { width: 200px; height: 200px; right: -70px; } }
@media (max-width: 320px) {
    .contact-hero { padding: 55px 5% 45px; }
    .contact-title { font-size: 1.5rem; line-height: 1.3; margin-bottom: 16px; }
    .outline-text { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .contact-tag { font-size: 12px; margin-bottom: 14px; }
    .hero-desc { font-size: 13px; line-height: 1.5; }
    .contact-hero::before { width: 180px; height: 180px; right: -65px; } }
@media (prefers-reduced-motion: reduce) {
    .hero-content-heading { transition: none; transform: none; filter: none; }
    .hero-content-heading.active { transform: none; filter: none; } 
}
.contact-section { padding: 80px 0 90px; background: #FAFAFA ; }
.contact-info-wrapper { display: flex; flex-direction: column; gap: 15px; }
.section-badge {  display: inline-block; margin-bottom: 5px; letter-spacing: 1px; color: #2B7CFF; font-size: 18px; font-weight: 700; }
.info-heading { margin-bottom: 4px; line-height: 0.95; font-size: 60px; line-height: 1; font-weight: 950; }
.info-filled-black { color: #1a1a1a;}
.info-outline-orange { color: transparent ; -webkit-text-stroke: 2px #ED1B24; }
.info-filled-orange { color: #2B7CFF; }
.info-subtext { color: #666; line-height: 1.4; font-size: 17px; margin-bottom: 4px; }
.info-card { display: flex; align-items: flex-start; gap: 16px; background: #fff; border: 1px solid #eeeeee; border-radius: 14px; padding: 20px 22px;
    transition: all 0.3s ease; }
.info-card:hover { border-color: #2B7CFF; transform: translateX(6px); box-shadow: 0 8px 24px rgba(1, 119, 191, 0.08); background: #fff; }
.info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(1, 119, 191, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #2B7CFF;
    transition: 0.3s; }
.info-card:hover .info-icon { background: #2B7CFF; color: #fff; }
.info-details strong { font-size: 0.95rem; font-weight: 700; color: #1a1a1a; margin-bottom: 2px; }
.info-details p { font-size: 0.82rem; color: #999; margin-bottom: 4px; }
.info-details a { font-size: 0.92rem; color: #2B7CFF; font-weight: 600; text-decoration: none; transition: 0.3s; }
.info-details a:hover { color: var(--red); }
.form-wrapper { background: #fff; border: 1px solid #eeeeee; border-radius: 20px; padding: 44px 40px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 0.92rem; font-weight: 600; color: #666; }
.form-group label span { color: #c5141b; }
.form-control {
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.93rem;
    color: #333;
    background: #fff;
    transition: 0.3s;
    outline: none;
    width: 100%; }
.form-control:focus { border-color: #2B7CFF; box-shadow: 0 0 0 4px rgba(1, 119, 191, 0.08); }
select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230177BF' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-color: #fff;
    padding-right: 40px; }
textarea.form-control { resize: vertical; min-height: 150px; }
.form-alert {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f5f9fc 100%);
    color: #374151;
    border: 1px solid rgba(1, 119, 191, 0.12);
    border-left: 4px solid #0177BF;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(1, 119, 191, 0.08);
    position: relative;
    overflow: hidden;
    animation: slideInFade 0.4s cubic-bezier(0.22, 1, 0.36, 1); }
.form-alert::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    animation: alertShine 2.5s ease-out 0.5s; }
.form-alert::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #0177BF, #005b94);
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    box-shadow:
        0 4px 10px rgba(1, 119, 191, 0.25); }
@keyframes slideInFade {
    from {
        opacity: 0;
        transform: translateY(-12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes alertShine {
    from {
        left: -100%;
    }
    to {
        left: 150%;
    }
}
.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg,
            #1b6fff,
            #3b89ff);
    box-shadow:
        0 0 20px rgba(59, 137, 255, .55);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 40px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease; }
.btn-submit:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(59, 137, 255, 0.7); filter: brightness(1.1); }
.btn-submit i { font-size: 1rem; transition: 0.3s; }
.btn-submit:hover i { transform: translateX(4px); }
.iti { width: 100%; }
.iti-phone-input {
    padding-left: 95px !important;
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.93rem;
    color: #333;
    background: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
    width: 100%; }
.iti-phone-input:focus { border-color: #2B7CFF; box-shadow: 0 0 0 4px rgba(1, 119, 191, 0.08); }
.iti__flag-container { border-right: 1.5px solid #e5e5e5; transition: border-color 0.3s; }
.iti:focus-within .iti__flag-container {  border-right-color: #2B7CFF; }
.iti__selected-flag { background: transparent; border-radius: 10px 0 0 10px; padding: 0 10px 0 12px; gap: 6px; }
.iti__selected-flag:hover,
.iti__selected-flag[aria-expanded="true"] {
    background: rgba(43, 124, 255, 0.06); }
.iti__selected-dial-code { font-size: 0.88rem; font-weight: 600; color: #333;  }
.iti__country-list {
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(1, 119, 191, 0.12);
    border: 1px solid #e5e5e5;
    max-height: 260px;
    overflow-y: auto;
    z-index: 9999;
    scrollbar-width: thin;
    scrollbar-color: #2B7CFF #f0f0f0; }
.iti__country-list::-webkit-scrollbar { width: 4px; }
.iti__country-list::-webkit-scrollbar-thumb { background: #2B7CFF; border-radius: 4px; }
.iti__country { padding: 9px 14px; font-size: 0.88rem; color: #333; transition: background 0.15s; }
.iti__country:hover { background: rgba(43, 124, 255, 0.07) !important; color: #2B7CFF; }
.iti__highlight { background: rgba(43, 124, 255, 0.10) !important; color: #2B7CFF; }
.iti__dial-code { color: #2B7CFF;  font-weight: 600;  font-size: 0.82rem; }
.iti__divider { border-top: 1px solid #eeeeee; margin: 4px 0; }
.iti__search-input {
    border: none;
    border-bottom: 1.5px solid #e5e5e5;
    border-radius: 0;
    padding: 10px 14px;
    font-size: 0.88rem;
    color: #333;
    width: 100%;
    outline: none;
    transition: border-color 0.2s; }
.iti__search-input:focus {  border-bottom-color: #2B7CFF; }
.iti-phone-input.is-valid { border-color: #22c55e !important; box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08); }
.iti-phone-input.is-invalid { border-color: #ef4444 !important; box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.08); }
.phone-error-msg { display: block; font-size: 0.78rem; color: #ef4444; font-weight: 500; margin-top: 2px; min-height: 16px; }
@media (max-width: 1200px) {
    .contact-section { padding: 75px 0 85px; }
    .info-heading { font-size: 54px; line-height: 1.05; }
     .info-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .section-badge { font-size: 17px; }
    .info-subtext { font-size: 16px;  line-height: 1.5; }
    .info-card { padding: 18px 20px; }
    .form-wrapper { padding: 40px 34px; } }
@media (max-width: 1024px) {
    .contact-section { padding: 70px 0 80px; }
    .info-heading { font-size: 50px; }
    .info-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .info-card { gap: 14px;  padding: 18px; }
    .info-icon { width: 46px; height: 46px; min-width: 46px; }
    .form-wrapper {  padding: 36px 30px; } }
@media (max-width: 991px) {
    .contact-section { padding: 65px 0 75px; }
    .contact-info-wrapper { gap: 14px; }
    .section-badge { font-size: 16px; letter-spacing: 0.8px; margin-bottom: 4px; }
    .info-heading { font-size: 46px; line-height: 1.06; margin-bottom: 5px; }
    .info-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .info-subtext { font-size: 15.5px; line-height: 1.55; }
    .info-card { padding: 18px; gap: 14px; border-radius: 13px; }
    .info-card:hover { transform: translateY(-4px); }
    .info-icon { width: 45px; height: 45px; min-width: 45px; border-radius: 11px; font-size: 1.05rem; }
    .info-details { min-width: 0; }
    .info-details strong { font-size: 0.92rem; }
    .info-details p { font-size: 0.79rem; line-height: 1.45; }
    .info-details a { font-size: 0.88rem; overflow-wrap: anywhere; word-break: break-word; }
    .form-wrapper { padding: 34px 28px; border-radius: 18px; }
    .form-group { gap: 7px; }
    .form-group label { font-size: 0.89rem; }
    .form-control { padding: 12px 14px; font-size: 0.91rem; }
    textarea.form-control { min-height: 145px; } }
@media (max-width: 768px) {
    .contact-section { padding: 58px 0 68px; }
    .contact-info-wrapper { gap: 12px; }
    .section-badge { font-size: 15px; letter-spacing: 0.7px; }
    .info-heading { font-size: 41px; line-height: 1.08; }
    .info-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .info-subtext { font-size: 15px; line-height: 1.55; }
    .info-card { padding: 16px; gap: 12px; border-radius: 12px; }
    .info-icon { width: 43px; height: 43px;  min-width: 43px; border-radius: 10px; font-size: 1rem; }
    .info-details strong { font-size: 0.89rem; }
    .info-details p { font-size: 0.76rem; line-height: 1.4; }
    .info-details a { font-size: 0.85rem; line-height: 1.45; }
    .form-wrapper { padding: 28px 22px; border-radius: 16px; }
    .contact-form .row { --bs-gutter-x: 1rem; --bs-gutter-y: 1.2rem; }
    .form-group { gap: 6px; }
    .form-group label { font-size: 0.87rem; }
    .form-control { padding: 11px 13px; border-radius: 9px; font-size: 0.89rem; }
    select.form-control { padding-right: 38px; background-position: right 13px center; }
    textarea.form-control { min-height: 135px; }
    .iti-phone-input { padding-left: 90px !important; padding-top: 11px; padding-bottom: 11px; font-size: 0.89rem; }
    .iti__selected-flag { padding-left: 10px; padding-right: 9px; gap: 5px; }
    .iti__selected-dial-code { font-size: 0.83rem; }
    .iti__country-list {  max-height: 250px; }
    .iti__country { padding: 8px 12px;font-size: 0.84rem; }
    .iti__dial-code { font-size: 0.79rem; }
    .form-alert { padding: 13px 15px; font-size: 14px; }
    .btn-submit { padding: 13px 30px; font-size: 0.94rem; } }
@media (max-width: 576px) {
    .contact-section { padding: 50px 0 58px; }
    .contact-info-wrapper { gap: 11px; }
    .section-badge { font-size: 13.5px; letter-spacing: 0.6px; margin-bottom: 2px; }
    .info-heading { font-size: 34px; line-height: 1.1; margin-bottom: 4px; }
    .info-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .info-subtext { font-size: 14px; line-height: 1.55; margin-bottom: 7px; }
    .info-card { padding: 15px; gap: 11px; border-radius: 11px; }
    .info-card:hover { transform: translateY(-2px); }
    .info-icon { width: 40px; height: 40px; min-width: 40px; border-radius: 9px; font-size: 0.95rem; }
    .info-details { min-width: 0; }
    .info-details strong { font-size: 0.85rem; }
    .info-details p { font-size: 0.74rem; line-height: 1.4; margin-bottom: 3px; }
    .info-details a { font-size: 0.81rem; line-height: 1.4; overflow-wrap: anywhere;  word-break: break-word; }
    .form-wrapper { padding: 24px 17px; border-radius: 14px; }
    .contact-form .row { --bs-gutter-x: 0.8rem; --bs-gutter-y: 1rem; }
    .form-group { gap: 6px; }
    .form-group label { font-size: 0.84rem; }
    .form-control { padding: 10px 12px; border-radius: 8px; font-size: 0.87rem; }
    select.form-control { padding-right: 35px; background-position: right 12px center; }
    textarea.form-control {  min-height: 125px; }
    .iti-phone-input { padding-left: 87px !important; padding-top: 10px; padding-bottom: 10px; font-size: 0.87rem; }
    .iti__selected-flag { padding-left: 9px; padding-right: 8px; gap: 4px; }
    .iti__selected-dial-code { font-size: 0.79rem; }
    .iti__country-list {  max-width: calc(100vw - 34px); max-height: 230px; }
    .iti__country { padding: 8px 10px; font-size: 0.81rem; }
    .iti__dial-code { font-size: 0.76rem; }
    .phone-error-msg { font-size: 0.73rem; }
    .form-alert { padding: 11px 13px; margin-bottom: 16px; font-size: 13px; border-radius: 8px; }
    .btn-submit { width: 100%; justify-content: center; padding: 12px 18px; font-size: 0.9rem; } }
@media (max-width: 480px) {
    .contact-section { padding: 45px 0 52px; }
    .section-badge { font-size: 13px; }
    .info-heading { font-size: 31px; }
    .info-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .info-subtext { font-size: 13.7px; }
    .info-card { padding: 14px; }
    .info-icon { width: 39px; height: 39px; min-width: 39px; }
    .info-details strong {  font-size: 0.83rem; }
    .info-details p {  font-size: 0.72rem; }
    .info-details a {  font-size: 0.79rem; }
    .form-wrapper { padding: 22px 15px; }
    .form-control { font-size: 0.85rem; }
    .iti-phone-input { padding-left: 85px !important; font-size: 0.85rem; } }
@media (max-width: 400px) {
    .contact-section {  padding: 40px 0 48px; }
    .section-badge { font-size: 12px;  letter-spacing: 0.5px; }
    .info-heading { font-size: 28px; line-height: 1.1; }
    .info-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .info-subtext { font-size: 13.2px; line-height: 1.5; }
    .info-card { padding: 12px; gap: 9px; border-radius: 10px; }
    .info-icon { width: 36px;  height: 36px; min-width: 36px; border-radius: 8px; font-size: 0.82rem; }
    .info-details strong { font-size: 0.8rem; }
    .info-details p { font-size: 0.68rem; line-height: 1.4; }
    .info-details a { font-size: 0.74rem; line-height: 1.4; }
    .form-wrapper {  padding: 20px 12px; border-radius: 12px; }
    .form-group label { font-size: 0.79rem; }
    .form-control { padding: 9px 10px; font-size: 0.82rem; }
    textarea.form-control {  min-height: 115px; }
    .iti-phone-input { padding-left: 82px !important;  padding-top: 9px;  padding-bottom: 9px;  font-size: 0.82rem; }
    .iti__selected-flag { padding-left: 8px; padding-right: 7px; }
    .iti__selected-dial-code { font-size: 0.75rem; }
    .iti__country-list { max-width: calc(100vw - 24px); }
    .iti__country { padding: 7px 9px; font-size: 0.78rem; }
    .iti__dial-code { font-size: 0.73rem; }
    .phone-error-msg { font-size: 0.7rem; }
    .form-alert { padding: 10px 11px; font-size: 12px; }
    .btn-submit { padding: 11px 15px; font-size: 0.84rem; } }
@media (max-width: 375px) {
    .contact-section { padding: 36px 0 44px; }
    .info-heading { font-size: 26px; }
    .info-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .info-subtext { font-size: 12.8px; }
    .info-card { padding: 11px; gap: 8px; }
    .info-icon {  width: 35px;  height: 35px;  min-width: 35px;  font-size: 0.78rem; }
    .info-details strong { font-size: 0.77rem; }
    .info-details p { font-size: 0.65rem; }
    .info-details a { font-size: 0.71rem; }
    .form-wrapper { padding: 18px 10px; }
    .form-control { font-size: 0.8rem; }
    .iti-phone-input { padding-left: 79px !important; font-size: 0.8rem; }
    .iti__selected-dial-code { font-size: 0.72rem; }
    .btn-submit {  font-size: 0.82rem; padding: 10px 14px; } }
@media (max-width: 360px) {
    .contact-section { padding: 32px 0 40px; }
    .section-badge { font-size: 11px; }
    .info-heading { font-size: 24px; }
    .info-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .info-subtext { font-size: 12.5px; }
    .info-card { padding: 10px; gap: 7px; }
    .info-icon {  width: 33px;  height: 33px;  min-width: 33px;  font-size: 0.74rem; }
    .info-details strong { font-size: 0.74rem; }
    .info-details p { font-size: 0.62rem; }
    .info-details a { font-size: 0.68rem; }
    .form-wrapper { padding: 17px 9px; }
    .form-group label { font-size: 0.75rem; }
    .form-control { padding: 8px 9px; font-size: 0.78rem; }
    .iti-phone-input { padding-left: 76px !important; font-size: 0.78rem; }
    .iti__selected-flag { padding-left: 7px; padding-right: 6px; }
    .iti__selected-dial-code { font-size: 0.69rem; }
    .btn-submit { font-size: 0.8rem; padding: 10px 12px; } }
@media (max-width: 320px) {
    .contact-section { padding: 28px 0 35px; }
    .info-heading { font-size: 22px; }
    .info-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .info-subtext { font-size: 12px; }
    .info-card { padding: 9px; }
    .info-icon {  width: 31px; height: 31px;  min-width: 31px; }
    .info-details strong { font-size: 0.71rem; }
    .info-details p { font-size: 0.59rem; }
    .info-details a { font-size: 0.65rem; }
    .form-wrapper {  padding: 15px 8px; }
    .form-control {  font-size: 0.76rem; }
    .iti-phone-input { padding-left: 73px !important; font-size: 0.76rem; }
    .btn-submit { font-size: 0.77rem; padding: 9px 10px; } }
@media (hover: none) {
    .info-card:hover { transform: none; border-color: #eeeeee; box-shadow: none; }
    .info-card:hover .info-icon { background: rgba(1, 119, 191, 0.08); color: #2B7CFF; }
    .btn-submit:hover { transform: none; filter: none; }
    .btn-submit:hover i { transform: none; } }
@media (prefers-reduced-motion: reduce) {
    .info-card,
    .info-icon,
    .form-control,
    .btn-submit,
    .btn-submit i,
    .form-alert { transition: none !important; animation: none !important; } }