/*=========================================
            CONTACT HERO
=========================================*/

.contact-hero{

    min-height:100vh;

    background:#0B0B0B;

    position:relative;

    overflow:hidden;

    display:flex;

    align-items:center;

    padding:140px 0 100px;

    border-bottom-left-radius:70px;
    border-bottom-right-radius:70px;

}

.contact-hero .hero-grid{

    position:absolute;

    inset:0;

    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);

    background-size:70px 70px;

    opacity:.25;

}

.hero-glow{

    position:absolute;

    width:550px;

    height:550px;

    border-radius:50%;

    filter:blur(140px);

    opacity:.22;

}

.glow-left{

    background:#990011;

    top:-180px;

    left:-200px;

}

.glow-right{

    background:#2563EB;

    right:-180px;

    bottom:-180px;

}

.contact-hero-wrapper{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

}

.contact-content h1{

    font-size:72px;

    color:#fff;

    line-height:1.08;

    margin:25px 0;

    font-weight:800;

}

.contact-content h1 span{

    background:linear-gradient(135deg,#2563EB,#990011);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.contact-content p{

    color:rgba(255,255,255,.75);

    font-size:18px;

    line-height:1.9;

    margin-bottom:40px;

}
/* =========================================
        CONTACT FORM
========================================= */

.contact-form-wrapper {

    background: #ffffff;

    border-radius: 32px;

    padding: 45px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.08);

    border: 1px solid #eeeeee;

}


.contact-form-header {

    margin-bottom: 30px;

}


.contact-form-header span {

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

    color: #990011;

}


.contact-form-header h2 {

    font-size: 36px;

    line-height: 1.15;

    margin: 10px 0;

    color: #111;

}


.contact-form-header h2 span {

    font-size: inherit;

    letter-spacing: normal;

    background:
        linear-gradient(
            135deg,
            #2563EB,
            #990011
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.contact-form-header p {

    color: #666;

    line-height: 1.7;

    margin: 0;

}


/* Form */

.contact-form {

    display: flex;

    flex-direction: column;

    gap: 22px;

}


.form-row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

}


.form-group {

    display: flex;

    flex-direction: column;

    gap: 8px;

}


.form-group label {

    font-size: 14px;

    font-weight: 600;

    color: #222;

}


.form-group input,
.form-group textarea {

    width: 100%;

    border: 1px solid #dddddd;

    background: #fafafa;

    border-radius: 12px;

    padding: 14px 16px;

    font-family: inherit;

    font-size: 14px;

    color: #111;

    outline: none;

    transition: .3s;

}


.form-group textarea {

    resize: vertical;

    min-height: 100px;

}


.form-group input:focus,
.form-group textarea:focus {

    background: #fff;

    border-color: #2563EB;

    box-shadow:
        0 0 0 3px rgba(37,99,235,.08);

}


/* =========================================
        OPTION BUTTONS
========================================= */

.option-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

}


.option {

    position: relative;

    cursor: pointer;

}


.option input {

    position: absolute;

    opacity: 0;

    pointer-events: none;

}


.option span {

    display: block;

    padding: 10px 16px;

    border-radius: 30px;

    border: 1px solid #dddddd;

    background: #fff;

    color: #555;

    font-size: 13px;

    transition: .3s;

}


.option input:checked + span {

    color: #fff;

    border-color: #990011;

    background:
        linear-gradient(
            135deg,
            #990011,
            #2563EB
        );

    box-shadow:
        0 6px 18px rgba(37,99,235,.18);

}


/* Submit */

.contact-submit {

    border: none;

    cursor: pointer;

    padding: 16px 25px;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #990011,
            #2563EB
        );

    color: #fff;

    font-family: inherit;

    font-size: 15px;

    font-weight: 600;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    transition: .3s;

}


.contact-submit:hover {

    transform: translateY(-3px);

    box-shadow:
        0 15px 30px rgba(37,99,235,.25);

}


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

@media(max-width:768px) {

    .contact-form-wrapper {

        padding: 30px 25px;

        border-radius: 25px;

    }

    .contact-form-header h2 {

        font-size: 30px;

    }

    .form-row {

        grid-template-columns: 1fr;

        gap: 22px;

    }

}


@media(max-width:576px) {

    .contact-form-wrapper {

        padding: 25px 20px;

    }

    .contact-form-header h2 {

        font-size: 27px;

    }

    .option-buttons {

        gap: 8px;

    }

    .option span {

        padding: 9px 12px;

        font-size: 12px;

    }

}
/* =========================================
        GLOBAL PRESENCE - LIGHT
========================================= */

.global-presence {

    position: relative;

    padding: 140px 0;

    background: #ffffff;

    overflow: hidden;

    color: #111;

    border-radius: 70px;

}


/* Background grid */

.global-map-grid {

    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            rgba(0,0,0,.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0,0,0,.035) 1px,
            transparent 1px
        );

    background-size: 70px 70px;

    opacity: .6;

    pointer-events: none;

}


/* Header */

.global-header {
    
    text-align: center;
    justify-content: center;
    margin-left: 400px;
    position: relative;

    z-index: 2;

    max-width: 750px;

    margin-bottom: 60px;

}


.global-tag {

    display: inline-block;

    padding: 9px 18px;

    border-radius: 50px;

    background: rgba(153,0,17,.06);

    border: 1px solid rgba(153,0,17,.12);

    color: #990011;

    font-size: 12px;

    letter-spacing: 1.5px;

    margin-bottom: 20px;

}


.global-header h2 {
   align-items: center;
    font-size: 64px;

    line-height: 1.1;

    margin: 0 0 20px;

    font-weight: 800;

    color: #111;

}


.global-header h2 span {

    background:
        linear-gradient(
            135deg,
            #2563EB,
            #990011
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.global-header p {

    max-width: 650px;

    color: #666;

    font-size: 17px;

    line-height: 1.8;

}


/* =========================================
        MAP CONTAINER
========================================= */

.global-map-wrapper {

    position: relative;

    width: 100%;

    height: 600px;

    border-radius: 35px;

    overflow: hidden;

    background: #f5f7fa;

    border: 1px solid #e5e7eb;

    box-shadow:
        0 30px 80px rgba(0,0,0,.08);

}


/* Actual map */

#globalMap {

    width: 100%;

    height: 100%;

}


/* =========================================
        LIGHT LEAFLET MAP
========================================= */

.leaflet-container {

    background: #ffffff;

    font-family: Poppins, sans-serif;

}


/*
   IMPORTANT:
   Do NOT use the previous dark
   brightness/contrast filter.
*/

#globalMap .leaflet-tile {

    filter: none;

}


/* Zoom controls */

.leaflet-control-zoom {

    border: none !important;

    box-shadow: 0 5px 20px rgba(0,0,0,.12) !important;

}


.leaflet-control-zoom a {

    background: #ffffff !important;

    color: #111 !important;

    border: 1px solid #e5e7eb !important;

}


.leaflet-control-zoom a:hover {

    background: #f5f5f5 !important;

}


/* Attribution */

.leaflet-control-attribution {

    background: rgba(255,255,255,.9) !important;

    color: #777 !important;

}


.leaflet-control-attribution a {

    color: #555 !important;

}


/* =========================================
        CUSTOM LOCATION MARKER
========================================= */

.custom-map-marker {

    background: transparent;

    border: none;

}


.marker-pulse {

    width: 16px;

    height: 16px;

    border-radius: 50%;

    background: #990011;

    border: 3px solid #fff;

    box-shadow:
        0 0 0 6px rgba(153,0,17,.15),
        0 0 25px rgba(153,0,17,.45);

    animation: markerGlow 2s infinite;

}


@keyframes markerGlow {

    0% {

        transform: scale(1);

        box-shadow:
            0 0 0 0 rgba(153,0,17,.4),
            0 0 15px rgba(153,0,17,.4);

    }

    70% {

        transform: scale(1.15);

        box-shadow:
            0 0 0 14px rgba(153,0,17,0),
            0 0 30px rgba(153,0,17,.5);

    }

    100% {

        transform: scale(1);

    }

}


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

@media(max-width:1200px) {

    .global-header h2 {

        font-size: 56px;

    }

    .global-map-wrapper {

        height: 520px;

    }

}


@media(max-width:992px) {

    .global-presence {

        padding: 100px 0;

        border-radius: 50px;

    }

    .global-header {

        text-align: center;

        margin-left: auto;

        margin-right: auto;

    }

    .global-header h2 {

        font-size: 48px;

    }

    .global-header p {

        margin-left: auto;

        margin-right: auto;

    }

    .global-map-wrapper {

        height: 480px;

    }

}


@media(max-width:768px) {

    .global-presence {

        padding: 80px 0;

        border-radius: 35px;

    }

    .global-header h2 {

        font-size: 38px;

    }

    .global-header p {

        font-size: 15px;

    }

    .global-map-wrapper {

        height: 420px;

        border-radius: 25px;

    }

}


@media(max-width:576px) {

    .global-header h2 {

        font-size: 32px;

    }

    .global-map-wrapper {

        height: 350px;

        border-radius: 20px;

    }

}

/* Pulse */

@keyframes mapPulse {

    0% {

        box-shadow:
            0 0 0 0 rgba(37,99,235,.5),
            0 0 20px rgba(37,99,235,.8);

    }

    70% {

        box-shadow:
            0 0 0 15px rgba(37,99,235,0),
            0 0 35px rgba(37,99,235,.9);

    }

    100% {

        box-shadow:
            0 0 0 0 rgba(37,99,235,0),
            0 0 20px rgba(37,99,235,.8);

    }

}


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

@media(max-width:1200px) {

    .global-header h2 {

        font-size: 56px;

    }

    .global-map-wrapper {

        height: 520px;

    }

}


@media(max-width:992px) {

    .global-presence {

        padding: 100px 0;

        border-radius: 50px;

    }

    .global-header {

        text-align: center;

        margin-left: auto;

        margin-right: auto;

    }

    .global-header h2 {

        font-size: 48px;

    }

    .global-header p {

        margin-left: auto;

        margin-right: auto;

    }

    .global-map-wrapper {

        height: 480px;

    }

}


@media(max-width:768px) {

    .global-presence {

        padding: 80px 0;

        border-radius: 35px;

    }

    .global-header h2 {

        font-size: 38px;

    }

    .global-header p {

        font-size: 15px;

    }

    .global-map-wrapper {

        height: 420px;

        border-radius: 25px;

    }

    .map-location div {

        padding: 7px 10px;

    }

    .map-location strong {

        font-size: 11px;

    }

    .map-location small {

        font-size: 9px;

    }

}


@media(max-width:576px) {

    .global-header h2 {

        font-size: 32px;

    }

    .global-map-wrapper {

        height: 350px;

        border-radius: 20px;

    }

    .map-location {

        gap: 6px;

    }

    .map-location > span {

        width: 10px;

        height: 10px;

    }

    .map-location div {

        padding: 5px 8px;

    }

    .map-location strong {

        font-size: 10px;

    }

    .map-location small {

        display: none;

    }

    .india {

        right: 20%;

    }

    .usa {

        left: 10%;

    }

    .uk {

        left: 40%;

    }

    .uae {

        right: 30%;

    }

}


.custom-map-marker {

    background: transparent;

    border: none;

}


.marker-pulse {

    width: 16px;

    height: 16px;

    border-radius: 50%;

    background: #990011;

    border: 3px solid #fff;

    box-shadow:
        0 0 0 6px rgba(153,0,17,.25),
        0 0 25px rgba(153,0,17,.9);

    animation: markerGlow 2s infinite;

}


@keyframes markerGlow {

    0% {

        transform: scale(1);

        box-shadow:
            0 0 0 0 rgba(153,0,17,.6),
            0 0 20px rgba(153,0,17,.8);

    }

    70% {

        transform: scale(1.15);

        box-shadow:
            0 0 0 14px rgba(153,0,17,0),
            0 0 35px rgba(153,0,17,.9);

    }

    100% {

        transform: scale(1);

    }

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

@media(max-width:992px){

.contact-hero-wrapper{

grid-template-columns:1fr;

text-align:center;

}

.hero-buttons{

justify-content:center;

}
.world-map img{

    width:500px;
    height: auto;

    display:block;

}

.contact-grid{

grid-template-columns:repeat(2,1fr);

}

.contact-image{

margin-top:50px;

}

}

@media(max-width:768px){

.contact-content h1{

font-size:42px;

}

.section-header h2{

font-size:38px;

}

.contact-grid{

grid-template-columns:1fr;

}

.floating-card{

display:none;

}

}

@media(max-width:576px){

.contact-content h1{

font-size:34px;

}

.section-header h2{

font-size:30px;

}

.contact-content p{

font-size:16px;

}

}


/* =========================================
   GLOBAL CONTACT INFORMATION CARDS
========================================= */

.global-contact-cards {

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;

    margin-top: 25px;
    margin-bottom: 20px;
}


/* =========================================
   CARD
========================================= */

.global-contact-card {

    min-height: 125px;

    display: flex;

    align-items: center;

    gap: 18px;

    padding: 24px 26px;

    background: #ffffff;

    border: 1px solid rgba(0, 0, 0, 0.08);

    border-radius: 20px;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}


/* =========================================
   HOVER
========================================= */

.global-contact-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.10);

    border-color:
        rgba(153, 0, 17, 0.25);

}


/* =========================================
   ICON
========================================= */

.contact-card-icon {

    flex-shrink: 0;

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background:
        rgba(153, 0, 17, 0.08);

    color: #990011;

    font-size: 18px;

}


/* =========================================
   CONTENT
========================================= */

.contact-card-content {

    min-width: 0;

}


.contact-card-content span {

    display: block;

    margin-bottom: 5px;

    color: #777777;

    font-size: 11px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 1.5px;

}


.contact-card-content h3 {

    margin: 0;

    color: #111111;

    font-size: 16px;

    font-weight: 600;

    line-height: 1.4;

    word-break: break-word;

}


.contact-card-content p {

    margin: 4px 0 0;

    color: #777777;

    font-size: 12px;

    line-height: 1.5;

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .global-contact-cards {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .global-contact-cards {

        grid-template-columns: 1fr;

        gap: 14px;

        margin-top: 18px;

    }

    .global-contact-card {

        min-height: 105px;

        padding: 20px;

        border-radius: 17px;

    }

    .contact-card-icon {

        width: 42px;
        height: 42px;

        border-radius: 12px;

        font-size: 16px;

    }

    .contact-card-content h3 {

        font-size: 14px;

    }

    .contact-card-content p {

        font-size: 11px;

    }

}