
/* Your custom styles below */

#headerColor {
    width:100%;
    margin:0; 
}


#headerColor .navbar {
     background: transparent !important;
}

.navbar-toggler {
    background-color: white; 
} 

.navbar-nav {
    margin-top: 25px;
    width: 300px;
    position: relative;
    left: 0px;
}

.nav-link {
    display: initial;
}

.nav-link, .menu-item a {
    text-transform: uppercase;
    padding: 10px;
    color:#0a65fc;
    font-size: 16px;
    font-weight: 600;
    background: none !important;
    text-decoration: none;
}

a.nav-link:hover, .menu-item a:hover {
    color:rgb(117, 8, 156);
}


a.nav-link.active, .current-menu-item a {
    color: black !important;
    font-weight: bold;
}

a.nav-link.active:hover, .current-menu-item a:hover {
    color: rgb(117, 8, 156) !important;
}

.nav-item, .menu-item {
    font-size: 16px;
    margin-bottom: 20px;
    list-style: none;
}

.nav-item:has(a.active) {
    margin-bottom: 30px;
}


.current-menu-item {
    margin-bottom: 30px;
}


.navbar-nav .dropdown-menu, .sub-menu {
    background: white;
}


.navbar-nav .dropdown-menu {
    position: relative;
    width: 250px;
    left: 50px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
}


.menu-item-has-children {
    position: relative;
    z-index: 1;
}

.sub-menu {
    margin-top: 15px;
    border: 1px solid gray;
    border-radius: 10px;
    position: absolute;
    width: 250px;
    height: 100%;
    display: none;
    padding: 0;
    left: 50px;
    top: 10px;
}

.menu-item-has-children:hover .sub-menu {
    position: relative;
    z-index: 2;
    display: block;
    height: auto;
}

.dropdown-menu .nav-item, .sub-menu .menu-item {
    border-bottom: solid gray 2px;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom: 0;
}

.dropdown-menu .nav-item:last-child, .sub-menu .menu-item:last-child  {
    border-bottom: none;
}

.dropdown-menu .nav-item a:hover, .sub-menu .menu-item a:hover {
    background: white;
}

.dropdown-menu .nav-item a {
    overflow-wrap: break-word;
}

.dropdown-item {
    padding:8px;
    margin:0;
    white-space: initial;
}


/* === Hero, hero image ===*/

.hero-img-tablet, .hero-img-desktop, .hero-img-large {
    display: none;
}


.hero-container,
.hero-container img,
.text-hero {
    display: none;
}


.hero-container-for-style4 {
    width:100%;
    max-width: 100% !important;
    padding:0px 0px;
    margin: auto;
    text-align: center;  
    position: relative; 
    z-index: -4;  
}


.hero-container-for-style4::before {
    content: "";
    position: absolute;
    left:5%;
    top:0;
    width: 90%;
    height:100%;
    z-index: -4;
    background: rgb(6, 18, 87);
    border-radius: 20px 20px 0 0;
} 


.hero-container-for-style4::after {
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width: 10%;
    left: 5%;
    height: 100%;
    background: transparent; 
    border-top: 4px transparent solid;
    z-index: -5;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
} 



.style-4-image-wrap {
    position: relative;
    width: 90%;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 2%;
    z-index: 4;
}

.style-4-image-wrap::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    left: 0px;
    top: 0;
    z-index: -3;
    background: #0d6efd;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 20px;
 }


.style-4-image-wrap::after {
    content: "";
    position: absolute;
    bottom:0px;
    right: 0px;
    background: #0a65fc;
    width: 80%;
    height: 46%;
    z-index: -3;
    border-top-right-radius: 0px; 
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    
}


.style-4-image-wrap img {
    width: 90%;
    margin: auto;
    padding:0;
    border-radius: 60px;
    margin-bottom: 25px;
    box-shadow: 10px 0.5rem 5px black;   
}

.text-hero-for-style4 {
    background: transparent;
    width: 90%;
    margin: auto;
    padding-top: 0px;
   /* background-image: linear-gradient(100deg, rgb(122, 117, 117) 20%, rgba(22, 24, 32, 0.6) 60%, rgba(15, 16, 20, 0.87) 75%, rgb(97, 92, 92) 100%) !important; */
}

.text-hero-for-style4 h1 {
    color:white !important;
    font-weight: bold;
    font-size: 26px;;
    margin:auto;
    padding-top: 3%;
    line-height: 1.2;
}

.text-hero-for-style4 h2 {
    color:white;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: auto;
    padding-bottom: 10%;
}

.text-hero-for-style4 .line-divider {
    width: 130px;
    margin: 10px auto;
    border-bottom: white 2px solid;
}


.first-button-container {
    position: relative;
    z-index: 1;
    padding: 25px;
    background: rgb(6, 18, 87);
    width:90%;
    margin: 2px auto;
    z-index:6;
    border-radius: 0 0 20px 20px;
}

.first-button-container::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    z-index: 2;
    right: 0;
    top: 0;
    background: rgb(6, 18, 87);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
} 

.second-button-container {
    background:#0a65fc;
    padding:40px 20px;
    border-top: 4px white solid;
    width: 90%;
    margin: auto;
    border-radius: 20px;
}

.cta-btn a p {
    position: relative;
    z-index: 3;
    color:white;
    padding: 10px;
    font-size: 26px;
    border: 2px solid white;
    width: 270px;
    margin: auto;
    background: #0a65fc;
    border-radius: 50px;
    box-shadow: 2px 4px 5px black;
}

.cta-btn a p:hover {
    background-color: rgb(6, 18, 87);
    color:white;
}

.cta-btn a {
    text-decoration: none; 
}


.section-1, .section-2, .section-3, .section-4 {
    background-color: #ffffff !important;
    color:rgb(0, 0, 0);
}

.section-2 {
    background:rgb(6, 18, 87) !important;
    color:white;
    width: 90%;
    margin: auto;
    border-radius: 20px;
}

.section-3, .nearme {
   border-bottom: 2px solid black;
}


.section-padding {
    padding-top:60px;
    padding-bottom:60px;
    padding-left:30px;
    padding-right:30px;
}


.section-padding h2 {
    padding-bottom:20px;
    font-size: 28px;
    line-height: 1.5;

}

.section-padding h3 {
    font-size: 22px;
    padding-bottom:20px;
    line-height: 1.5;

}

.section-padding p, .ul-second-section li {
    font-size: 19px;
    line-height: 1.6;

}

.section-padding p:last-child {
    margin-bottom: 0;

}

.text-two-images-section .col-lg-10 h2 {
    padding-top: 60px;
}

.img-1-div, .img-2-div {
    position: relative;
    z-index: 4;
    padding: 0;
    margin-bottom: 10px;
        
}

.img-1-div::before {
    content: '';
    position: absolute;
    top:48%;
    left:0;
    width: 100%;
    height: 10px;
    z-index: 5;
    background: rgba(6, 18, 87, 0); 
        
}

.img-2-div::before {
    content: '';
    position: absolute;
    top:48%;
    left:0;
    width: 100%;
    height: 10px;
    z-index: 5;
    background: rgba(6, 18, 87, 0);
    
}

.img-1-div img {
    width:95%;
   /* box-shadow: 7px 7px 1px #1a1a1a; */
}

.img-2-div  img {
    width:95%;
    /* box-shadow: -7px 7px 1px #1a1a1a; */
}

.img-1-div img, .img-2-div img {
    border-radius: 50px;
}



.row-first-section-2-img, .row-second-section-2-img {
    position: relative;
    overflow: hidden;
    z-index: 20;
    padding:0px;
    
}

.row-first-section-2-img::before, .row-second-section-2-img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2; /* sits above the images */
    pointer-events: none;
  
    /* Linear dark overlay: black -> transparent -> dark gray */
   /*  background-image: linear-gradient(100deg, rgba(0, 0, 0, 0.96) 5%, rgba(0, 0, 0, 0.85) 10%, rgba(22, 24, 32, 0.3) 60%, rgba(15, 16, 20, 0.85) 75%, rgba(0, 0, 0, 0.88) 90%, rgba(0,0,0,1) 100%) !important; */
}

.row-first-section-2-img .img-1-div,
.row-first-section-2-img .img-2-div,
.row-second-section-2-img .img-1-div,
.row-second-section-2-img .img-2-div {
    position: relative;
    z-index: 1;
}


.google-map iframe {
    width: 100%; 
}

.btn-container-2 {
    padding-top:50px;
    padding-bottom:50px;
}

.div-text-padding-bottom, .image-padding-bottom {
    padding-bottom:60px;
}

.section-padding a {
    text-decoration: none;
}

.nap-map-section {
    background: rgb(6, 18, 87);
    color:white;
}

.nap p {
    font-size: 20px;
    padding-bottom:10px;
}

a svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    transition: fill 0.3s ease;
}
  
a:hover svg {
    fill: #0d6efd; /* Change to brand color or theme */
}
  

footer a {
    text-decoration: none;
    font-size: 18px;
    color:darkblue;
}


/* Form container */
.form-container {
    overflow: hidden;
    width: 90%;
    margin:auto;
    margin-bottom: 60px;
    border-radius: 16px;
}


/* Form styles */
.contact-form {
    padding: 50px;
    padding-bottom:60px;
    max-width: 700px;
    margin: auto;
}

.contact-form h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 8px;
    text-align: center;
    padding: 30px 25px;
}

.form-subtitle {
    color: #718096;
    text-align: center;
    margin-bottom: 32px;
    font-size: 0.95rem;
}

/* Form groups */
.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #4a5568;
    font-size: 0.9rem;
}

/* Input and textarea styles */
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 0;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    font-size: 1rem;
    font-family: inherit;
    background-color: transparent;
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-bottom-color: #667eea;
    box-shadow: 0 2px 0 0 green;
    transform: translateY(-2px);
}

.form-group input:hover,
.form-group textarea:hover {
    border-bottom-color: #cbd5e0;
}

/* Textarea specific */
.form-group textarea {
    height: 80px;
    min-height: 80px;
    resize: vertical;
}

/* Submit button */
.submit-btn {
    width: 100%;
    background: rgb(6, 18, 87);
    color: white;
    border: none;
    padding: 16px 24px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

.btn-text {
    position: relative;
    z-index: 1;
}

.btn-icon {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.submit-btn:hover .btn-icon {
    transform: translateX(4px);
}


/* Focus styles for accessibility */
.submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.4);
}

/* Form validation styles */
.form-group input:invalid:not(:focus):not(:placeholder-shown),
.form-group textarea:invalid:not(:focus):not(:placeholder-shown) {
    border-bottom-color: #082d5b;
    /* box-shadow: 0 2px 0 0 rgba(198, 191, 191, 0.2); */
}

.form-group input:valid:not(:focus):not(:placeholder-shown),
.form-group textarea:valid:not(:focus):not(:placeholder-shown) {
    border-bottom-color: red;
}

/* Loading state for button */
.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.submit-btn:disabled:hover {
    transform: none;
    box-shadow: none;
}



/* 400px */
@media (min-width: 400px) {


    
}


  /* 550px */
@media (min-width: 550px) {

    .text-hero-for-style4 h1 {
        font-size: 2rem;
        width: 70%;
    }

    .text-hero-for-style4 h2 {
        font-size: 1.75rem;
        width: 70%;
    } 
}


/* 601 */
@media (min-width: 601px) {

    .navbar-nav {
        width: 60%; 
    }
    
    .navbar-nav .dropdown-menu {
        left: 25px;
    }

    .style-4-image-wrap {
        width: 80%;
    }

    

    .hero-img-mobile {
        display: none;
    }

    .hero-img-tablet {
        display: block;
    }

    .text-hero-for-style4 h1 {
        width:90%;
       
    }

    .text-hero-for-style4 h2 {
        width:90%;
    }

 
    .text-hero-for-style4 .line-divider {
        width: 200px;
        margin: 15px auto;
    }
    
  }


/* 720 */
@media (min-width: 720px) {

    .style-4-image-wrap::before {
        border-top-left-radius: 60px;
     }

    .style-4-image-wrap::after {
        border-bottom-right-radius: 60px;   
    }

    .style-4-image-wrap {
        padding-top: 30px;
    }

  

    .hero-img-tablet {
        display: none;
    }

    .hero-img-desktop {
        display:block;
    }

    .btn-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
}

/* 766 */
@media (min-width: 766px) {

    .style-4-image-wrap {
        padding-top: 35px;
    }

    .text-hero-for-style4 h1 {
        font-size: 2.5rem;
        padding-top: 12%;
    }

    .text-hero-for-style4 h2 {
        font-size: 2rem;
    }
    

    .img-1-div {
        margin-bottom: auto;
    }

}


/* Hover-to-open dropdowns on desktop */
@media (min-width: 992px) { /* matches .navbar-expand-lg breakpoint */
    .navbar .dropdown:hover > .dropdown-menu {
      display: block;
    }

    .navbar-nav {
        width: initial; 
        margin-top: 0;
    }

    .nav-item:has(a.active) { 
        margin-bottom: 0;
    }

    .current-menu-item {
        margin-bottom: 0;
    }

    .navbar-nav li a {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* Keep tight alignment under the trigger */
    .navbar .dropdown-menu {
      margin-top: 0;
    }
   

    .nav-item {
        padding-left: 0 !important;
    }

    .nav-item, .menu-item{
        margin-bottom: 0;
    }
    
    .menu-item-has-children:hover .sub-menu {
        position: absolute;
        left: -100px;
        background: white;
    }

    .style-4-image-wrap {
        width: 70%; 
    }

    .text-hero-for-style4 h1 { 
        font-size: 3.5rem;
       
    }

    .text-hero-for-style4 h2 {
        font-size: 3rem;
    }

}
  


    /* 1250 */
@media (min-width: 1250px) {

    .nav-item.dropdown .dropdown-menu{
        left: -70px !important;
    }

 
    .dropdown .dropdown-menu li a {
        white-space: normal;
    }

    .hero-img-desktop {
        display: none;
    }

    .style-4-image-wrap {
        width: 70%; 
        padding-top: 45px;    
    }


    .hero-img-large {
        display: block;
        max-width: 100%;
    }


    .text-hero-for-style4 h1 {
        padding-top: 2.5%;

    }

    .text-hero-for-style4 h2 {
        font-size: 3rem;
        padding-bottom: 2.5%;
    }

    .text-hero-for-style4 .line-divider {
        width: 20%;
    }


    .cta-btn a p {
        padding:20px;
    }

}
  
 