body {
    background-color: #000;
}

.contact-section-bg {
    background-image: url('../assets/contact-page/contact-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 100vh; */
    padding-block: 25px;
}

.touch-with-us {
    background: #FFFFFF05;
    backdrop-filter: blur(26.5px);
    border-radius: 16px;
    padding: 32px;
    width: 725px;
    margin: 0 auto;
}

.touch-with-us h1 {
    color: #00FFD0;
    font-size: 48px;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.contact-form-border {
    /* padding: 2px;
    display: flex;
    border-radius: 14px;
    background: linear-gradient(90deg, #00B2FF 0%, #00FFD0 16.5%, #00B2FF 100%); */
    border-radius: 2px;
    overflow: hidden;
}

.contact-form-section {
    background: #FFFFFF0D;
    backdrop-filter: blur(5px);
    border: 2px solid !important;
    border-image: linear-gradient(180deg, #00FFEE 0%, #00A9E6 100%) 1 !important;
    width: 100%;
    /* border-radius: 14px; */
    padding: 30px;
}

.grow-your-business {
    height: 250px;
}

.reach-out-section {
    background: linear-gradient(110.16deg, rgba(0, 255, 208, 0.1) 0%, rgba(0, 0, 0, 0.1) 40.62%) !important;
    padding-block: 25px;
}

.reach-out-sec-heading-para h3 {
    color: #00FFD0;
    font-size: 40px;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 18px #05ffd19c;
}

.reach-out-sec-heading-para p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 0px;
}

.reach-out-contact-card {
    background-color: transparent;
    border: 2px solid !important;
    border-image-source:
        radial-gradient(69.43% 69.43% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(60% 51.57% at 50% 50%, #00A9E6 0%, rgba(0, 169, 230, 0) 100%);
    border-image-slice: 1 !important;
    border-radius: 16px;
    width: 415px;
    height: 230px;
}

.reach-out-contact-card h5 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.contact-reach-detail-icon-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-reach-detail p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0px;

}

.contact-reach-detail p a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    margin-bottom: 0px;

}

/* GLOBAL LOCATION SECTION */
.location-card-first {
    background-image: url('../assets/contact-page/locatbg\ \(2\).svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px;
    border-radius: 16px;
    padding: 24px;
}
.location-card-first.location-card-second{
    background-image: url('../assets/contact-page/locatbg\ \(1\).svg');
}
.location-card-first.location-card-third{
    background-image: url('../assets/contact-page/locatbg\ \(3\).svg');
}

.global-location-card.location-card-first {
    position: relative;
    padding: 20px;
    /* background-color: #fff; */
    z-index: 1;
}

.global-location-card.location-card-first::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background:
        radial-gradient(69.43% 69.43% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(60% 51.57% at 50% 50%, #00A9E6 0%, rgba(0, 169, 230, 0) 100%),
        radial-gradient(54.8% 53% at 50% 50%, #151515 0%, rgba(21, 21, 21, 0) 100%);
    border-radius: 8px;
    border: 2px solid transparent;
    padding: 2px;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.location-contact-cmn {
    display: flex;
    gap: 16px;
    align-items: start;
}

.location-contact-cmn h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #fff;

}

.location-contact-cmn p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
    .reach-out-contact-card {
        width: 310px;
    }
}
@media screen and (max-width: 991.98px) and (min-width: 767.98px) {
    .location-contact-cmn h3 {
        height: 60px; 
    }
    .location-card-first{
        height: 280px;
    }
    .location-contact-cmn h3 {
        font-size: 22px;
    }
    .location-contact-cmn p {
        font-size: 14px;
    }
}
@media screen and (max-width:992px) {
    .contact-section-bg {
        background: none;
    }

    .reach-out-sec-heading-para h3 {
        font-size: 35px;
    }

    .reach-out-sec-heading-para p {
        font-size: 16px;
    }

    .reach-out-contact-card {
        width: 230px;
        height: 260px;
    }

    .reach-out-contact-card h5 {
        font-size: 20px;
    }

    .contact-reach-detail p {
        font-size: 15px;
    }

    .get-started-contact-btn {
        width: 175px;
        height: 48px;
    }
}

@media screen and (max-width:767.98px) {
    .touch-with-us h1 {
        font-size: 35px;
    }
    .reach-out-contact-card {
        height: 220px;
        width: 100%;
    }
    .about-submit-btn::after {
       display: none;
    }
}

@media screen and (max-width:576px) {
    .touch-with-us h1 {
        font-size: 28px;
    }

    .contact-form-col {
        width: 90%;
        margin: 0 auto;
    }

    .reach-out-sec-heading-para h3 {
        font-size: 22px;
    }

    .reach-out-sec-heading-para p {
        font-size: 14px;
    }

    .reach-out-contact-card {
        height: 230px;
    }
}

@media screen and (max-width:376px) {
    .touch-with-us h1 {
        font-size: 24px;
    }
}
@media screen and (max-width:320px) {
    .reach-out-sec-heading-para h3 {
        font-size: 18px;
    }

}