@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

/* font-family: "Manrope", sans-serif; */
/* font-family: "Inter", sans-serif; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* primary color #261fb3 */

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Inter", sans-serif;
}

#maincontainer {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
}

a,
p,
span {
    font-family: "Inter", sans-serif;
    color: #222;
}

a {
    text-decoration: none;
    color: #222;
}

::-webkit-scrollbar {
    display: none;
}

#Container{
    width: 100%;
    height: 100%;
}

/* contact hero section */
.ContactSection{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ContactContainer{
    width: 100%;
    max-width: 1400px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.Contactleft, .Contactright{
    width: 50%;
    height: auto;
    min-height: 80vh;
    max-height: auto;
}

.Contactleft, .Contactright{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    /* background-color: aliceblue; */
    padding: 20px;
}

.ContactContainer{
    background-image: url(./contact\ hero\ bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    overflow: hidden;
}

.Contactleft h2{
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 15px;
    color: #24228d;
    text-transform: capitalize;
}

.Contactleft > p{
    color: #333;
    font-size: 1rem;
    max-width: 80%;
    margin-bottom: 30px;
}

.Contactleft .contactcontent{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 30px 30px;
}

.contactcontentCard{
    width: auto;
    min-width: 70%;
    max-width: 70%;
    padding: 8px 25px;
    background: #ffffff60;
    backdrop-filter: blur(10px);
    border: 1px solid #88888880;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.contentCard-Icon i{
    font-size: 1.6rem;
    color: #24228d;
}

.contentCard-Detail h4{
    font-size: 1rem;
    margin-bottom: 5px;
}

.Contactright{
    height: auto;
    /* width: auto; */
    padding: 30px;
    background-color: #ffffff60;
    backdrop-filter: blur(10px);
    border-radius: 25px;
}


/* Form Styling */
.Contactright form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* background-color: #222; */
}

.formGroup {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.formGroup label {
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}

.lastN{
    margin-top: 15px;
}

.formGroup input,
.formGroup textarea {
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border 0.3s ease;
}

.formGroup input:focus,
.formGroup textarea:focus {
    border-color: #0a66c2;
}

.submitBtn {
    background-color: #0a66c2;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submitBtn:hover {
    background-color: #004a99;
}
/* contact hero section */

/* quote container */
.QuoteSection{
    width: 100%;
    height: auto;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.QuoteContainer{
    width: 100%;
    max-width: 1400px;
    /* height: auto; */
    height: 100%;
    min-height: 350px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(./quote\ section\ bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.QuoteCard{
    width: 100%;
    max-width: 600px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #ffffff60;
    backdrop-filter: blur(10px);
}

.QuoteCard img{
    width: auto;
}

.QuoteCard p{
    font-size: 1.2rem;
    color: #333;
}

.QuoteCard p i{
    font-size: 2rem;
    display: inline;
    /* color: #382ffc; */
    color: transparent;
    background: linear-gradient(125deg, #2e23df, #372ffc);
    background-clip: text;
    -webkit-background-clip: text;
}
/* quote container */

/* map section */
.MapSection{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.MapContainer{
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 500px;
    overflow: hidden;
    /* margin-top: 30px;
    margin-bottom: 30px;
     */
     margin: 30px 0;
    /* padding: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.MapContainer iframe{
    width: 100%;
    /* max-width: 95%; */
    height: auto;
    min-height: 500px;
    border-radius: 15px;
    /* box-shadow: 5px 5px 30px #00000015; */
    border: none;
}
/* map section */



/* mobile responsive 768px */
@media only screen and (max-width:768px){
    .ContactSection, .QuoteSection, .MapSection{
        width: 100%;
        height: auto;
        padding: 0 10px;
    }



    .ContactContainer, .QuoteContainer, .QuoteCard{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .ContactContainer{
        padding: 5px;
        border-radius: 8px;
        height: auto !important;
        min-height: auto !important;
        max-height: auto !important;
    }

    .Contactleft, .Contactright{
        width: 100%;
        padding: 0;
        height: auto !important;
        min-height: auto !important;
        max-height: auto !important;
        /* min-height: 70vh; */
    }

    .Contactleft h2{
        font-size: 2.5rem;
        line-height: 3rem;
        width: 100%;
        max-width: 100%;
    }

    .Contactleft{
        /* height: 70vh !important;
        min-height: 100%; */
        margin: 50px 0;
    }

    .Contactleft p{
        width: 100%;
        max-width: 100%;
    }

    .contactcontentCard{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .QuoteContainer, .MapContainer{
        margin: 0;
        padding: 0;
    }

    .contactcontentCard{
        width: 100%;
        min-width: 100%;
        /* min-width: 200px !important; */
        max-width: 100%;
        word-break: break-all;
    }

    .ContactContainer{
        gap: 30px 30px;
    }

    .MapContainer{
        margin: 50px 0 !important;
    }
       

}
/* mobile responsive 767px */
