* {
    font-family: Domine;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* Preloader */

  /* Preloader Styles */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
  transition: opacity 1s ease; /* Smooth transition for hiding the preloader */
  }
  
  .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid rgba(14,80,68,255);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  
a{
    text-decoration: none;
}



    
 
  


.icons{
    color: rgb(234,190,36);
}

/* Navbar start */

  .navbar-brand img{
    max-width: 120px;
}

.navbar{
    background-color: rgba(14,80,68,255);   
}

.nav-link{
    color: rgb(234,190,36);
    font-size: large;
    
}

.navbar .active {
    color: rgb(190,89,90) !important;
  }

  .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28234, 190, 36, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border: none;
}

.dropdown-menu {
    background-color: rgba(14,80,68,255);
    border: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu :hover{
    background-color: rgba(14,80,68,255);
    color: white;
    border: none;
}

.dropdown-item{
    color: rgb(234,190,36);
}

@media screen and (min-width: 768px) {
    .navbar .active {
        color: white !important;
        text-decoration: underline;
        text-underline-offset: 14px;
        text-decoration-thickness: 2px;
    }

    .nav-link:hover {
        color: white !important;
        text-decoration: underline;
        text-underline-offset: 14px;
        text-decoration-thickness: 2px;
        
    }

}

@media screen and (max-width: 768px) {
    .navbar .active {
        color: white !important;
    }

    .nav-link:hover {
        color: white !important;
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-thickness: 1px;
        
        
    }

}

/* .navbar .nav-link.active {
    color: #ff5722 !important;
  } */




/* Navbar End */


/* Header Start */

  .header{
    background-color: rgba(14,80,68,255);
    color: white;
    border-bottom: 1px solid white;
    }


.header-links{
    font-size: 14px;
    text-decoration: none;
    color: white;
}

.social-icons{
    color: white;
}

@media screen and (max-width: 992px) {
    .header{
        display: none;
    }
 }

 

/* Header End */



/* Hero Area start */

.breadcrumbs-area {
    background-color: rgba(14,80,68,255);
}
.breadcrumbs-area {
    position: relative;
    padding: 0px 0 5px;
}
.page-title h2{
    color: rgb(202, 153, 44);

    font-size: 50px;
    line-height: 1.2;
    font-family: "Frank Ruhl Libre", serif;
    margin: 0px;
    font-weight: 600;
}

.breadcrumbs-link {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.breadcrumbs-area .page-title .breadcrumbs-link li {
    display: inline-block;
    color: #fff;
}

.breadcrumbs-area .page-title .breadcrumbs-link li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs-area .page-title .breadcrumbs-link .right-arrow::after {
    display: inline-block;
    content: ">";
    margin-left: 15px;
    margin-right: 10px;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}

/* Hero Area End */

/* Footer Area Start */

.footer-area{
    background-color: rgba(14,80,68,255);
    padding: 5px 5px;
}

.footer-wrapper-one .footer-copyright .copyright-text p {
    color: rgb(234,190,36);
    
}

.copyright-text{
    vertical-align: middle;
}

/* Footer Area End */


/* Banner start */
.flashing-banner {
    
    position:static;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    color: white;
    background-color: red;
    animation: flash 1s infinite;
    z-index: 9999; /* Ensures it hovers above other elements */
    box-shadow: 0 2px 5px rgba(136, 128, 128, 0.5);
}

/* Keyframes for flashing effect */
@keyframes flash {
    0%, 100% {
        background-color: darkslategray;
        color: white !important;
    }
    50% {
        background-color: rgba(238,191,56,255);
        color: black;
    }
}


.float {

    position: fixed;
    
    text-decoration: none;
    width: 45px;
    
    height: 45px;
    
    bottom: 40px;
    
    right: 30px;
    
    background-color: #25d366;
    
    color: #FFF;
    
    border-radius: 50px;
    
    text-align: center;
    
    font-size: 25px;
    
    z-index: 100;
    padding: 5px;
    
    }
    
    
    
    .my-float {
    
    margin-top: 12px;
    
    }
    

.Call {

    position: fixed;
    
    
    bottom: 100px;
    
    right: 10px;       
    
    
    text-align: center;          
    
    z-index: 100;
    
    }
    

.my-Call {

    margin-top: 16px;
    
    padding: 10px;
    
    border-radius: 20px;
    }
/* Banner end */


/* Fine tuning for small devices */

/* Custom font size styling for small screens */
@media (max-width: 767px) {
    h2{    
        font-size: 28px !important;
    }
    h4{
        font-size: 18px !important;
    }
    p{
        font-size: 14px !important;
    }
    body{
        font-size: 14px !important;
    }
    
}
/* Make navbar links stack vertically on small screens */
@media (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }
    .dropdown-menu{
        text-align: center;
    }

    .nav-link{
        font-size: medium;
        
    }

    

    .flashing-banner{
        font-size: medium;
    }

    .float{
        width: 35px;
        height: 35px;
        font-size: 18px;
        bottom: 40px;
    }
}
   

/* Make navbar links stack vertically on small screens */
@media (max-width: 767px) {
    .navbar-brand img{
        max-width: 100px;
    }
}

/* Make table responsive on small devices */
@media (max-width: 767px) {
    .table-responsive {
        overflow-x: auto; /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch;
    }

    .table th, .table th, td {
        font-size: 14px; /* Reduce font size for smaller screens */
    }
}

