* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar-custom {
    background: white;
    transition: all 0.4s ease-in-out;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar-custom.scrolled {
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.navbar-brand .logo {
    width: 150px;
    height: 60%;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}

.navbar-brand .logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 12px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #000 !important;
}

.navbar-nav .nav-link::after {
    display: none;
}

.nav-btn a {
    text-decoration: none;
    color: #fff;
}

.nav-btn {
    background: linear-gradient(45deg, #1A73E8, #0D3B66);
    border: none;
    padding: 8px 18px;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 14px rgba(13, 59, 102, 0.4);
}


.navbar-toggler {
    border: none;
    background: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


@media (max-width: 991px) {
    .navbar-custom {
        background: #ffffff;
    }

    .navbar-nav {
        background: #ffffff;
        border-radius: 12px;
        padding: 15px 0;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .navbar-nav .nav-link {
        margin: 10px 0;
        font-size: 17px;
        display: block;
        color: #000 !important;
    }

    .nav-btn {
        width: 85%;
        margin: 12px auto;
        display: block;
        text-align: center;
    }

    .navbar-brand .logo {
        width: 120px;
    }
}


/* header section */

.page-header {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 25, 60, 0.55);

    z-index: 1;
}

.page-header .container {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: ;: 7%;

}

.page-header h6 {
    font-size: 1rem;
    font-weight: 500;
    color: #d1d9e6;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

.contact-header {
    background: url("https://www.shutterstock.com/image-photo/using-laptop-show-icon-address-600nw-2521386695.jpg") center/cover no-repeat;
    /*     background-attachment: fixed; */
}


.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .page-header {
        height: 55vh;
    }

    .page-header h1 {
        font-size: 2.2rem;
    }

    .page-header .container {
        margin-left: 5%;
    }
}



/* content from section */




/* 
.contactus-modern {
    padding: 100px 5%;
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
    font-family: "Segoe UI", sans-serif;
}

.contactus-modern .container {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
}


.contactus-image {
    flex: 1 1 45%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.contactus-image:hover {
    transform: scale(1.02);
}

.contactus-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 123, 255, 0.15);
    mix-blend-mode: lighten;
    pointer-events: none;
}


.contactus-form {
    flex: 1 1 50%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.contactus-form h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #0a1f44;
}

.contactus-form p {
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}


.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-group .input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #007bff;
    pointer-events: none;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 16px 16px 16px 45px;
    border: 1px solid #ccc;
    border-radius: 12px;
    outline: none;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
    background: #fff;
}

.form-group label {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 1rem;
    pointer-events: none;
    transition: 0.3s ease all;
    background: transparent;
    padding: 0 5px;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label {
    top: -10px;
    font-size: 0.85rem;
    color: #007bff;
    background: rgba(255, 255, 255, 0.9);
}


button {
 
    padding: 16px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.from-btn{
     width: 100%;
}

button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


#responseMessage {
    margin-top: 20px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#responseMessage.visible {
    opacity: 1;
}

.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


@media(max-width:992px) {
    .contactus-modern .container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .contactus-form,
    .contactus-image {
        flex: 1 1 100%;
    }

    .contactus-form {
        padding: 40px 25px;
    }
}
 */





 .contactus-modern {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 5%;
    background-color: #f8f9fc;
}

.contactus-modern .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    gap: 50px;
    flex-wrap: wrap;
}


.contactus-image {
    flex: 1 1 45%;
}

.contactus-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.contactus-form {
    flex: 1 1 50%;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.contactus-form h2 {
    font-size: 2rem;
    color: #003366;
    margin-bottom: 10px;
}

.contactus-form p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
}


.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0px 0px 8px rgba(0, 123, 255, 0.2);
}



/* 
.center-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
} */

.form-btn-center {
  display: flex;
  justify-content: center;
  width: 100%;
}


 button {
    background-color: #007bff;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    
} 

button:hover {
    background-color: #0056b3;
}

#responseMessage {
    margin-top: 15px;
    font-weight: 500;
}


@media (max-width: 992px) {
    .contactus-modern .container {
        flex-direction: column;
        text-align: center;
    }

    .contactus-image img {
        max-width: 90%;
    }

    .contactus-form {
        width: 100%;
    }
}


.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}




/* futter section */


.footer {
    background: linear-gradient(135deg, #0d3b66, #144b8b);
    color: #fff;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}


.footer::before {
    content: "";
    position: absolute;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    top: -100%;
    left: -100%;
    animation: waveMove 20s infinite linear;
}

@keyframes waveMove {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.footer-col {
    flex: 1 1 220px;
    margin: 20px;
}

.footer-logo {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.footer-logo span {
    color: white;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #dcdcdc;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-col h4::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #3b82f6;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #e6e6e6;
    display: flex;
    align-items: center;
}

.footer-col ul li i {
    margin-right: 10px;
    color: #3b82f6;
}

.footer-col ul li a {
    text-decoration: none;
    color: #e6e6e6;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #3b82f6;
}

.footer-social {
    margin-top: 20px;
}

a {
    text-decoration: none;
}

.footer-social a {
    text-decoration: none;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #3b82f6;
    transform: translateY(-5px);
}

.footer-bottom {
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 40px;
    font-size: 14px;
    color: #dcdcdc;
    z-index: 2;
    position: relative;
}


@media (max-width: 991px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-col {
        margin: 25px 0;
    }

    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social a {
        margin: 8px;
    }
}







@media (max-width: 991px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-col {
        width: 100%;
        max-width: 350px;
        margin: 25px 0;
    }


    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }


    .footer-col ul li {
        justify-content: center;
        text-align: center;
    }

    .footer-col ul li i {
        margin-right: 8px;
    }


    .footer-col.contact ul li {
        justify-content: center;
        text-align: center;
    }

    .footer-social {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-social a {
        margin: 8px;
    }


    .footer-bottom {
        text-align: center;
    }
}

#submitBtn {
  width: 100% !important;
  display: block;
  margin: 0 auto;
}






@media (max-width: 600px) {

    .footer {
        padding-top: 50px;
    }

    .footer-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 15px;
    }

    .footer-col {
        width: 100%;
        margin: 20px 0;
    }

    /* Center heading underline */
    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    /* List center */
    .footer-col ul li {
        justify-content: center;
        font-size: 14px;
    }

    /* Logos center */
    .footer-logo {
        font-size: 28px;
    }

    /* Social icons center + spacing */
    .footer-social a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin: 6px;
    }

    /* Footer bottom */
    .footer-bottom {
        font-size: 13px;
        padding: 15px 10px;
    }
}







/* font */


.font-link {
    font-family: "Momo Trust Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}