body {
    margin: 0;
    background: linear-gradient(to bottom, rgba(241, 234, 234, 0.47) 0px, #ffffff 500px);
}
.text-xxl {
    font-size: 45px;
    line-height: 1.2;
}

.text-xl {
    font-size: 34px;
}

.text-lg {
    font-size: 28px;
}

.text-md {
    font-size: 24px;
}

.text-base {
    font-size: 18px;
}

.text-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
}

.text-sm {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3a3a;

}

.text-white {
    color: #fff;
}

.text-light-blue{
    color: #8baaba;
}

.text-green {
    color: #00c853;
}

.text-yellow {
    color: #ffeb3b;
}

.mt05  { margin-top: 5px;  }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }


.box01{
    background: #fff1e5;
    border: 1px solid #ffddbf;
    border-radius: 45px;
    padding: 32px 80px;
}

.box02{
    background: #ffffff;
    border-radius: 32px;
    padding: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #c5d6e0;
    box-shadow: inset 0 0 0 1px #c5d6e0;
    transition: all 0.3s ease; /* smooth fade, move & shadow */

}

.box02:hover{
    padding: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #c5d6e0, 0 32px 56px rgba(7, 29, 43, .08);
    box-shadow: inset 0 0 0 1px #c5d6e0, 0 2px 50px rgba(0, 0, 0, 0.12);
}

.box02a{
    background: #ffffff;
    border-radius: 25px;
    padding: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #c5d6e0;
    box-shadow: inset 0 0 0 1px #c5d6e0;
}

.box03{
    padding: 80px;
    background: #071D2B;

}



.box04{
    background: #ffffff;
    border-radius: 32px;
    padding: 30px 25px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(197, 214, 224, 0.49);
    transition: all 0.3s ease; /* smooth fade, move & shadow */


}

.box04:hover{
    background: #ffffff;
    border-radius: 32px;
    padding: 30px 25px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.img-round{
    border-radius: 45px;
}

.img-round2{
    border-radius: 25px;
}

.hero{
    background:url("../images/hero-img01.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 200px 40px;
    border-radius: 46px;
    margin-top: 75px;

}

.hero-footer{
    background:url("../images/bigimage02.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 200px 40px;
    border-radius: 46px;

}


.btn-blue-top {
    border-radius: 40px;
    cursor: pointer;
    padding: 10px 30px!important;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: -webkit-gradient(linear, left top, right bottom, from(#ffbf00), color-stop(50%, #ffbf00), to(#ff7800));
    background: linear-gradient(to right bottom, #ffbf00, #ffbf00 50%, #ff7800);
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 16px 32px -16px rgba(7, 29, 43, .32),
    0 8px 32px -16px rgba(0, 112, 246, .32);
}

.btn-blue {
    border-radius: 40px;
    cursor: pointer;
    color: #fff;
    background: #0070f6;
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 16px 32px -16px rgba(7, 29, 43, .32),
    0 8px 32px -16px rgba(0, 112, 246, .32);
}

.btn-text{
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 500;
}
/* Hover effect — only increase padding */
.btn-blue:hover {
    padding: 18px 44px;   /* slight grow */
    background-color: #0056b3;
    box-shadow: 0 16px 32px -16px rgba(7, 29, 43, .32),
    0 8px 32px -16px rgba(0, 112, 246, .32);
}

.btn-blue-hollow {
    border-radius: 40px;
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #0070f6;
    background: #ffffff;
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 16px 32px -16px rgba(7, 29, 43, .32),
    0 8px 32px -16px rgba(0, 112, 246, .32);
}

/* Hover effect — only increase padding */
.btn-blue-hollow:hover {
    color: #ffffff;
    padding: 18px 44px;   /* slight grow */
    background-color: #0070f6;
    box-shadow: 0 16px 32px -16px rgba(7, 29, 43, .32),
    0 8px 32px -16px rgba(0, 112, 246, .32);
}

/* Navigation Section*/

.top-section{
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid #c5d6e0;
}

.logo {
    padding:  0;
}

.nav-section a{
    font-size: 14px;
    color: #071d2b;
}

.nav-section a:hover{
    color: #0070f6;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff; /* Use your site’s background color */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}


/*Mobile Menu*/


.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #333;
    color: white;
}

/* --- Default (both hidden initially if needed) --- */
.topnav {
    display: none;
}

.top-section {
    display: block;
}


/*Footer Section*/

.footer-section {
    background: #071d2b;
    padding: 120px 0 100px;
    color: #567a8c;
    font-size: 14px;
}

.footer-section li a{
    color: #729baf;
    font-size: 13px;
    padding: 0.5rem 0;
}

.footer-section li a:hover{
    color: #ffffff;
    font-size: 13px;
    padding: 0.5rem 0;
    text-decoration: underline;
}

.footer-line{
    border-top: 1px solid #345970;
}


.f-right a{
    padding-right: 20px!important;
    font-size: 13px;
}

.f-right a:hover{
    padding-right: 20px!important;
    font-size: 13px;
}

.social-icons{
    color: #729baf!important;
    font-size: 32px;
}

.social-icons a{
    color: #729baf;


}

.social-icons a:hover{
    color: #ffffff;
}
.social-icons-gap{
    margin-right: 10px;
    color: #ffffff!important;
}

.copyright-section{
    background: #02111b;
    padding: 20px 0 25px;
    color: #567a8c;
    font-size: 14px;
}

.copyright-section a{
    color: #567a8c;
    font-size: 13px;
}



/* --- Show only on mobile --- */
@media (max-width: 767px) {
    .topnav {
        display: block;   /* Show mobile menu */
    }
    .top-section {
        display: none;    /* Hide desktop menu */
    }

    .hero {
        background: url(../images/hero-img01.jpg) no-repeat;
        background-position: 73% top;
        background-size: cover;
        padding: 100px 20px;
        border-radius: 46px;
        margin-top: 0px;
    }

    .box01 {
        background: #fff1e5;
        border: 1px solid #ffddbf;
        border-radius: 45px;
        padding: 30px;
    }
    .box03 {
        padding: 30px;
        background: #071D2B;
    }

    .box04 {
        border-radius: 32px;
        padding: 20px;

    }
    .img-round2 {
        border-radius: 15px;
    }

    .hero-footer {
        padding: 100px 40px;
    }

    .footer-section {
        padding: 100px 30px;
        text-align: center;
        font-size: 16px;
    }

    .text-xxl {
        font-size: 32px;
        line-height: 1.2;
    }

    .text-md {
        font-size: 18px;
    }

    .footer-section li a {
        color: #729baf;
        font-size: 15px;
        padding: 0.5rem 0;
    }

    .mt50{
        margin-top: 30px;
    }
}

/* --- Show only on desktop --- */
@media (min-width: 768px) {
    .topnav {
        display: none;    /* Hide mobile menu */
    }
    .top-section {
        display: block;   /* Show desktop menu */
    }
}


/* Ensure correct viewport (add to <head> if missing) */
/* <meta name="viewport" content="width=device-width, initial-scale=1"> */

/* Force mobile/desktop visibility — put at the end of your CSS */
@media (max-width: 767px) {
    .topnav { display: block !important; }
    .top-section { display: none !important; }
}

@media (min-width: 768px) {
    .topnav { display: none !important; }
    .top-section { display: block !important; }
}
