﻿main{
    width:100%;
}

.w-30-p{
    width: 30%;
}


#mainNav > ul > li:nth-child(8) > a {
    color: #fff !important;
    font-weight: bold;
    background: #07388e;
    border-radius: 7px;
}
.progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 6px; /* thickness of the bar */
    height: 100vh; /* full viewport height */
    background: #f0f0f0;
    z-index: 9999;
}

progress {
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, #ff5722, #ff9800);
    transition: height 0.1s linear;
}

    progress::-webkit-progress-bar {
        background-color: #f0f0f0;
    }

    progress::-webkit-progress-value {
        background: linear-gradient(90deg, #ff5722, #ff9800);
    }

    progress::-moz-progress-bar {
        background: linear-gradient(90deg, #ff5722, #ff9800);
    }

    .scrolldown > div:nth-child(1) {
    width: 2em;
    height: 2em;
    background-color: transparent;
    z-index: 80;
    bottom: 233px;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: #474645;
    animation: scrolldown 1.2s ease-in-out infinite 0.15s;
}

.scrolldown > div:nth-child(2) {
    width: 2em;
    height: 2em;
    background-color: transparent;
    z-index: 80;
    bottom: 217px;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: #474645;
    animation: scrolldown 1.2s ease-in-out infinite;
}

@keyframes scrolldown {
    0% {
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }

    50% {
        transform: translateY(0%) rotate(45deg);
        opacity: 0.2;
    }

    100% {
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }
}

#GetInTouch {
    height: auto;
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1%;
    flex-direction: column; 
    /*
    */
}
    #GetInTouch .headertitle {
        background: #023185e8;
        width: 100%;
    }
    #GetInTouch .background {
        background-image: url('../Images/map.png');
        padding: 300px 10px 44px 129px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #GetInTouch h1{
        color:#fff;
    }

    #GetInTouch .title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        font-size: 24px;
        border-bottom: 2px solid;
        color: #000;
    }
#locations{
    width:100%;
    padding:1%;
}
    #locations h1 {
        font-size: 6rem;
        color: #fff;
    }
    #locations .row {
    width: 70%;
    margin: auto;
}
        #locations .row .background {
            width: 253px;
            padding: 8px;
            border-radius: 40px;
            
            display: flex;
            align-items: center;
            gap: 25px;
        }
            #locations .row .background p {
                margin: 0px;
                font-size: 24px;
                color: #17438f;
                font-weight: 500;
            }
            #locations .row .background i {
                margin: 0px;
                font-size: 28px;
            }
    #locations .title p {
        font-size: 18px;
        text-align: center;
        border-bottom: 2px solid;
        color: black;
    }
        #locations .title span{
            font-size:18px;
            color:#000;
        }
    #locations.animate-in .sub-title {
        animation: slideInUp 2s;
    }
    #locations.animate-in .col-md-4 {
        animation: slideInUp 2s forwards;
        opacity:0;
    }
    #locations.animate-in .location-map {
        animation: slideInUp 2s;
    }
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 400%, 0);
        visibility: visible;
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
#map-section {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin-bottom: 250px;
    height: 500px;
    background-image: url('../images/backgroundimg/image_slider4.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}

    #map-section .map-container {
        width: 100%;
        height: 500px;
        position: absolute;
        left: 0px;
        display: flex;
        flex-direction: row-reverse;
        padding-right: 10%;
        margin-top:200px;
    }
#map-section.aimateEveryTime .map-container {
    animation: RightfadeSlideIn 2s forwards;
}
        @keyframes RightfadeSlideIn {
            0% {
        transform: translateX(300px);
        opacity: 0;
    }

    40% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
        #map-section .map-container iframe{
            width:800px;
            height:500px;
        }
    #map-section .sectionbg {
        width: 50%;
        display: flex;
        flex-direction: column-reverse;
        overflow:hidden;
    }
        #map-section .sectionbg h3 {
            font-size: 106px;
            margin: 0px;
            margin-bottom: -37px;
            width: 80%;
            background: #8abfff;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: #aedaf9f2;
            background-clip: text;
            color: transparent;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
            /* 👇 Border for text */
            -webkit-text-stroke: 1px #000; /* thickness and color */
        }

#address .bg{
    position:absolute;
    animation: rotateme 120s infinite;
    right:0;
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#form {
    margin-bottom: 200px;
}
    #form .shadowbg,
    #locations .shadowbg {
        margin-bottom: 15px;
        padding-right: 25px !important;
        padding-left: 25px !important;
        border-radius: 100px !important;
        line-height: 42px;
        background: linear-gradient(to right, rgb(97 149 239 / 43%), rgba(255, 255, 255, 0.0));
        font-weight: 700 !important;
        text-transform: uppercase !important;
        display: inline-block !important;
    }
    #form .col-lg-6 {
        text-align: center;
        margin-bottom: 50px;
    }

    #form input,
    #form textarea {
        color: #878898;
        border: none !important;
        border-bottom: 1px solid #878898 !important;
        border-radius: 0px !important;
    }


    #form .exampleInputEmail5 {
        text-align: end;
    }
  /*  #form button {
        border: 1px solid;
        color: #060606;
        background: #eef3f4;
        border-radius: 0 30px 0 30px;
        width: 194px;
        height: 69px;
        box-shadow: 0px 0px 3px 0px;
        animation: moveBtn 2s infinite ease-in-out;
    }
        #form button:hover {
            border: 1px solid;
            color: #ffffff;
            background: #07388e;
            width: 194px;
            height: 69px;
            animation: moveBtn 2s infinite ease-in-out;
        }
    

@keyframes moveBtn {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }*/
}
    #form .form-label {
        font-size: 18px;
        font-weight: 400 !important;
        margin-bottom: 0 !important;
    }
    #form .form-control {
        --bs-bg-opacity: 1;
        background-color: transparent !important;
        padding-left: 0 !important;
    }
    #form .form-group {
        margin-bottom: 25px !important;
        position: relative !important;
    }
    #form .form-icon {
        position: absolute;
        top: 50%;
        right: 5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }


/*banner css*/
.wrap-banner {
    position: relative;
    width: 100%;
    height: 55vh; /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#your-element-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.wrap-banner h2 {
    position: relative;
    z-index: 1; /* Ensure text is on top */
    color: #fff; /* Make text visible over background */
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}


.section__title .line {
    height: 3px;
    background: #07388e;
    width: 0px;
    animation: growLineinout 2s linear infinite;
    border-radius: 4px;
}

.section__title .sub-title {
    display: flex;
    font-size: 16px !important;
    align-items: center;
    gap: 10px;
    color: #17428f;
}

@keyframes growLineinout {
    0% {
        width: 0%;
    }

    50% {
        width: 30px;
    }

    100% {
        width: 0%;
    }
}

.contact-btn {
    background: linear-gradient(90deg, #0066ff, #00ccff);
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .contact-btn svg {
        display: inline-block;
    }

    .contact-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        background: linear-gradient(90deg, #0052cc, #00b3e6);
    }
/* Chrome, Safari, Edge */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* keeps background transparent */
    -webkit-text-fill-color: black !important; /* keeps text color white */
    transition: background-color 5000s ease-in-out 0s; /* prevents autofill color flash */
}

/* Firefox */
input:-moz-autofill {
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -moz-text-fill-color: black !important;
}

    

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 3.375rem) calc(0.75em + .375rem) !important;
}


.contact-img {
    width: 50px; /* set your desired width */
    height: 50px; /* set your desired height */
    object-fit: inherit; /* keeps aspect ratio, crops if necessary */
    border-radius: 8px; /* optional: rounded corners */
}


@media only screen and (min-width: 200px) and (max-width: 700px) {
    .wrap-banner {
        height: 279px;
    }
    #map-section .map-container iframe {
        width: 89%;
        height: 500px;
    }
    .vanta-canvas {
        height: 100% !important;
    }

    .wrap-banner {
        height: 397px;
    }

    .vanta-canvas {
        width: 457px;
        height: 397px;
    }
    #locations > div:nth-child(4) > div:nth-child(2) {
        padding-top: 60px;
    }
    #locations > div:nth-child(4) > div:nth-child(3) {
        padding-top: 60px;
    }
}


@media (max-width: 768px) {
    #form {
        padding: 32px !important;
    }
}
body{
    overflow-y:auto !important;
}
.form-control{
    color:black !important;
}
/*Button Verify*/
.verify-btn {
    background: white;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: black !important;
    border: 1px solid black !important;
    transition: all 0.3s ease !important;
}


.otp-section input {
    background: transparent !important;
    color: black !important;
    border-bottom: 1px solid #fff !important;
}

.otp-section button {
    background: white;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    border: 1px solid black;
    transition: all 0.3s ease;

}
#mobileOtpSection {
    align-items: end;
    display: flex;
}
    #mobileOtpSection > #verifyMobileOtpBtn {
        width: 36%;
        height: 31px;
    }

    .otp-section button:hover {
        background: #064419;
        color: #fff;
    }
.Submit-Contact_us {
    color: #fff !important;
    background: #07388e !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    color: white !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #088bcf !important;
}
    div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
        background-color: #0885c3 !important;
    }