.btn-primary{
    background-color: #042537 !important;
    padding: 15px 25px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    color: white !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 10px !important;

}
.btn-primary:hover{

    background-color: #093147 !important;
}


.show-menu {
    display: flex !important;
}


.dropdown-menu {
    min-width: 500px;
    padding: 15px;
    border-radius: 15px !important;
}



.btn-success {
    font-size: 24px;
}

.floating-navbar {
    background-color: rgba(9, 49, 71, 0.9);
    backdrop-filter: blur(10px); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    border-radius: 50px;
    margin: 20px auto; 
    width: 90%; 
    max-width: 1200px; 
    padding: 10px 20px; 
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.floating-navbar.scrolled {
    background-color: rgba(9, 49, 71, 1); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); 
}


.navbar-brand img {
    height: 35px; 
}


.navbar-nav .nav-link {
    color: white !important;
    font-weight: bold; 
    margin: 0 10px;
    font-size: 18px; 
}

.navbar-nav .nav-link:hover {
    text-decoration: underline; 
}


.navbar-nav .btn-light {
    color: #093147 !important; 
    font-weight: bold; 
    border-radius: 20px;
    padding: 8px 20px; 
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 43, 63, 0.473); 
    display: none;
    z-index: 998; 
}



.show-overlay {
    display: block !important;
}


.dropdown-menu.show {
    display: block !important;
}



.btn-wsp {
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 9999; 
    width: 60px; 
    height: 60px;
    background-color: #F7B71E; 
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: transform 0.2s ease-in-out;
}


.btn-wsp:hover {
    transform: scale(1.1); 
}

.btn-wsp img {
    width: 35px; 
    height: auto;
}
.container1{
    padding: 40px;
}


.contact-form .custom-input {
    border-radius: 10px;
    border: 2px solid #ccc;
    padding: 10px;
    font-size: 16px;
}
.contact-form .custom-input:focus {
    border-color: #004b6b;
    box-shadow: 0 0 5px rgba(0, 75, 107, 0.5);
}
.custom-btn {
    background-color: #042537;
    padding: 15px 25px;
    border-radius: 15px;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}
.custom-btn:hover {
    background-color: #093147;
}

.custom-box {
    background-color: #093147;
    color: white;
    border-radius: 15px;
    padding: 20px;
    margin-left: 8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.267);
    font-size: 16px;
    font-weight: 500;
}


.custom-box p {
    font-size: 16px; 
    font-weight: 500;
}


.hero h1 {
    font-size: 42px;
    font-weight: bold;
}



.contact-section h2 {
    font-size: 18px; 
    font-weight: 500; 
    color: #1a2a36; 
    text-align: center;
}


.contact-section h2 .text-primary {
    color: #1a2a36 !important; 
    font-weight: 700; 
}
.contact-section p {
    font-size: 18px; 
    font-weight: 600; 
    color: #1a2a36;
    text-align: center; 
}

.row{
   margin-top: 2rem !important ;
}

.custom-box p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: white; 
}


.custom-box p .text-warning {
    font-weight: bold;
    color: #ffc107 !important; 
}


.custom-box p .fw-semibold {
    font-weight: bold;
    color: white !important; 
}


.custom-box p .text-primary {
    color: white !important;
    font-weight: bold;
}


.custom-box p .text-success {
    color: white !important;
    font-weight: bold;
}
.py-4{
    box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.2);
}


@media (max-width: 480px) {
    
    .display-4{
        margin-top: 3.5rem;
    }
    .hero{
        height: 30vh !important;
    }
    .btn-primary{
        display: block;
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
        padding: 12px;
        
    }
    .floating-navbar{
        padding: 5px 20px;
        margin-top: 0.2rem; 
     }
     .navbar-nav .nav-link {
         color: white !important;
         font-weight: bold;
         margin: 0 10px;
         font-size: 12px !important;
     }
     .dropdown-menu {
        min-width: 100% !important;  
        max-width: 100% !important;
        white-space: normal !important; 
        word-wrap: break-word !important; 
        margin-bottom: 10px;
      }
      .dropdown-item{
        font-size: 14px !important;
        white-space: normal !important; 
        line-height: 1.2;
      }
    
    .navbar-toggler-icon{
        width:15px;
    }
    .navbar-brand img{
        height: 25px
    }
    .col-md-5 {
        max-width: 50%;
    }

     .col-lg-4{
        margin-top: 2rem;
       
     }
    .custom-box{
        margin-top: 1rem;
        width: 100%;
        margin-left: -0.5rem;
        position: relative;
    }
    .navbar-nav .btn-light {
        color: #093147 !important;
        font-weight: bold;
        border-radius: 5px;
        padding: 9px 8px;
        font-size: 14px;
      }
    
     

    .col-md-4 img{
        width: 45%;
        height: auto;
    }
    .col-md-4 h5{
       font-size: 15px;
    }
    .text-dark{
        font-size: 12px;
    }
    
    .mt-2{
        font-size: 12px;
    }
    

}