*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
    font-family:sans-serif;
    
    
}
.logoimg{
  max-width: 180px;
}
.log h3{
    line-height: 22px;
}

button[type=submit],button[type=number]{
    font-weight: 650;
    font-style: italic;
    padding:10px 20px;
    border-radius: 26px;
    margin-right: 10px;
    margin-left: 10px;
    color: white;
    background-color:rgba(239, 104, 23);
    border: none;
    outline: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

button[type=submit]{
    background-color: rgb(25, 110, 155);
    
}

button[type=button]:hover{
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
background-color:rgba(239, 104, 23,0.9);
}
button[type=number]{
    padding: 10px 50px;
}

button[type=number]:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

#hero {
    position: relative;
    background-image: url('nadbg.png');
    background-size: cover;
    background-position: center;
    height: auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 25, 49, 0.8); /* Black with 50% opacity */
    z-index: -1;
}


#hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

#hero h1{
    
    width: 800px;
    font-weight: 600;
    padding-top: 60px;
    line-height: 50px;
    font-size: 37px;

}


.subheader{
    height:auto !important;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
   padding: 20px 0px;

    background: linear-gradient(
  90deg, 
  rgb(176, 196, 222,0) 0%,   
 rgb(25, 110, 155)50%,  
  rgb(176, 196, 222,0)100%  
);

margin-bottom: 20px;

}

.orangetext{
    color:rgba(239, 104, 23);
    font-size: 1.2rem;
    font-weight: 600;
}



.ctabtn{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 width: 400px;
  background-color: white;

   
  color:  rgb(25, 110, 155) ;
  
border-radius: 50px;
}
.cta{
    width: 300px;
    position: absolute;
    bottom: -28px;
    left: 47.5%;
  transform: translateX(-50%);
    padding: 10px 0px;
    transition: all 0.4s ease;
}

.cta:hover{
    box-shadow: 0 4px 8px  rgba(0, 57, 74, 0.9);
    background-color:rgba(239, 104, 23,0.9);
}

.formsection input{
    margin-bottom:10px;
    background-color: transparent;
    padding-left: 0;
    border: none;
    outline: none;
    border-radius: 0;
    border-bottom: 1px solid black;
    
}



.formsection input:focus{
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid black;
}

.formsection select{
    margin-bottom:10px;
    background-color: transparent;
    
    border: none;
    outline: none;
    border-radius: 0;
    border-bottom: 1px solid black;
}

.formsection select:focus{
    background-color: transparent;
    box-shadow: none !important;
    border-bottom: 1px solid black;
}

.dropdown{
    position:absolute;
    right: 12px;
    bottom:0px;
    z-index: 99999;
}

.bg-skyblue{
    background-color: #E6F2F8;
}

option{
    background-color: transparent;
}

select:focus {
  background-color: transparent;
  outline: none;
}

.form-control{
    background-color: transparent;
}

.ctb{
    max-width: 270px;
    background-color: rgb(25, 110, 155) !important;
    transition: all 0.4s ease;
}

.h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.modal-width{
    max-width: 550px;
    text-align: center;
    padding: 20px !important;
}

.btn-close{
    background-color: rgb(255, 129, 129) !important;
    opacity: 0.9 !important;
    position:absolute;
    right: -33px;
    top: -7px;
    
    
    
}

.btn-close:hover{
  opacity: 1 !important;
}

.ctb:hover{
    background-color: rgba(25, 110, 155,0.9) !important;
}

#about{
    background-color: rgb(25, 110, 155) !important;
    color: white;
    overflow-x: hidden;
}

#about .container-fluid .row .col h1{
    font-family:Georgia, 'Times New Roman', Times, serif;
    color:#2C3E50;
}

.images img{
    max-width: 400px;
    min-width: 20px;
    border-radius: 50px;
}

.tax{
    position:absolute;
    max-width: 200px !important;
}

.wcu img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    
    
}

.comp{
    border-radius: 1px !important;
}


.text-primary {
  color: #4169E1; /* Royal Blue */
}

h2 {
    font-weight: 700;
  }
  h4 {
    font-weight: 600;
  }
  hr {
    border-top: 2px solid #007bff;
    width: 50px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .text-primary {
    color: #007bff;
  }

  .img-fluid{
    border-radius: 10px;
    margin-bottom: 12px;
    
  }

  .yellow{
    color:whitesmoke;
    font-weight: 900;
  }

  .dropd{
    
    position:absolute !important;
    top:0px!important;
    right: 50px !important;
    z-index: 99999999 !important;
  }

  .wcu{
    display: flex;
    flex: 1 !important;             /* fill the column's height */
  display: flex;
  flex-direction: row; /* image and text side by side */
  align-items:start !important; 
    
    background-color: white;
    padding: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
  }

  .comp{
    border-radius: 0px !important;
  }

  .wcu:hover{
    background-color:aliceblue;
  }

  .rotate{
    background-color: #0077C2;
    height: 10px;
    width: 10px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    
  }

  .client{
    width: 160px !important;
    height: 160px !important;
    object-fit: cover;
    border-radius: 50%;
  }

  .card{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    max-height: 380px !important;
    
    background-color: white;
    overflow: hidden;
  }
  .card-body{
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
  }


.card-substitle{
  margin-bottom: 10px !important;
}
  .follow a i{
    transition:all 0.3s ease;
  }

  .follow a i:hover{
    color:#70b4dd;
  }

  .link li a:hover{
    color:#c1e7ff !important;
  }

.text-primary{
    color:rgba(0, 57, 74, 0.9) !important;
}

  .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color:rgb(25, 110, 155) !important; /* Brand Blue */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding: 13px !important;
  overflow:hidden !important;
}

.icon-btn2{
    background-color:rgba(239, 104, 23) !important;
}

.icon-btn svg{
    
    height:50px !important;
    width:50px !important;
}

.icon-btn:hover {
  background-color:rgba(239, 104, 23); /* Darker blue on hover */
  transform: scale(1.05);
  overflow-y:hidden !important;
}

.container-fluid{
    overflow: hidden !important;
}

section{
    overflow: hidden !important;
}


.width-60 h4{
    color:rgba(239, 104, 23,1) !important;
}


/* Style the unordered list */
.custom-bullets {
    list-style: none; /* Remove default bullets */
    padding-left: 20px; /* Adjust padding to align bullets */
}

/* Style each list item */
.custom-bullets li {
    position: relative; /* Positioning context for custom bullets */
    font-size: 0.9rem; /* Slightly smaller font size */
    line-height: 1.6; /* Adjust line height for readability */
}

/* Add custom bullet points using ::before pseudo-element */
.custom-bullets li::before {
    content: '\2022'; /* Unicode character for bullet */
    font-size: 1.5rem; /* Size of the bullet */
    color: #0077C2; /* Bullet color */
    position: absolute;
    left: -20px; /* Position the bullet to the left */
    top: -3px;
     /* Vertically center the bullet */
}

/* Ensure strong tags inside list items are not affected */
.custom-bullets li span strong {
    font-size: 1.1rem; /* Slightly larger font size for strong text */
    font-weight: bold; /* Ensure bold styling */
}


html{
    scroll-padding-top: 40px;
}

.carousel-control-prev, .carousel-control-next{
  
  padding: 5px !important;
  border: none;
  outline:none;
  z-index: 99999;
  background-color: transparent !important;
  color:black !important;
  box-sizing: none !important;
}

.carousel-control-prev-icon,.carousel-control-next-icon{
  color:#2C3E50 !important
}



  /* Style for rounded, black background carousel controls */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: transparent !important; /* Set background to black */
    border-radius: 50%; /* Make the icon circular */
    width: 30px; /* Adjust width */
    height: 30px; /* Adjust height */
    filter: invert(1); /* Invert icon color to white */
  }
  /* Optional: Add hover effect */
  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    background-color: #333;
    border: none; 
    outline:none;
    box-shadow: none;
    /* Darker shade on hover */
  }
.carousel-control-prev{
  align-self: center;
  height: 60px;
  width: 60px;
  border-radius: 50% !important;
  left: 2px;
}

.carousel-control-next{
  align-self: center;
  height: 60px;
  width: 60px;
  border-radius: 50% !important;
  right: 2px;
}

.card-text{
  margin-top: 30px;
}

#testimonialCarousel .card {
  border-radius: 15px;
  transition: transform 0.3s ease;
}
#testimonialCarousel .card:hover {
  transform: translateY(-5px);
}


.image-box {
    background-color: white;
    border: 1px solid #e0e0e0;       /* Light gray border */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Soft shadow */
    padding: 15px;
    border-radius: 10px;             /* Rounded corners */
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.image-box img {
    width: 100%;
    height: auto;
    border-radius: 5px; /* Optional: Slight rounding for image */
    display: block;
}

@media screen and (min-width:600px){
.width-60 p {
  text-align: justify !important;
  text-justify: inter-word !important;
  line-height: 1.6 !important; /* Adjust line height for readability */
  word-wrap: break-word !important; /* Ensure words break correctly */
}

li {
  text-align: justify !important;
  text-justify: inter-word !important;
  line-height: 1.6 !important; /* Adjust line height for readability */
  word-wrap: break-word !important; /* Ensure words break correctly */
}



}

.text-grey{
    color:#B3B3B3;
}



.offer-section {
      color:rgb(25, 110, 155) ! important; /* light background — change as needed */
      padding: 3rem 1rem;
      position: relative;
     
      margin-bottom:40px !important;
    }
    .offer-section h2 {
      font-size: 1.75rem;
      margin-bottom: 1rem;
    }
    .offer-section h3 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }
    
    .btn-offer{
        background-color:white !important;
        color:rgb(25, 110, 155)  !important;
        border-radius:25px !important;
    }
    .offer-section .btn-offer {
      margin-top: 1.5rem;
    }
    /* Optional: add subtle background effect or overlay */
    .offer-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.05);
      pointer-events: none;
    }
    
    .bg-white{
    background-color:white !important;
}

@media screen and (min-width: 992px) and (max-width: 1600px){
    
}


@media screen and (min-width: 992px){
    
    .padding-left{
        padding-left:0 !important;
        padding-right:4% !important;
        
    }
}


