html, body {
  width: 100%;
  overflow-x: hidden;
} 

.custom-offcanvas {
  width: 30% !important;
  height: 200px; 
  position: fixed;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  bottom: 80px;
  right: auto;
  left: 50px;
  top: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  transform: translateX(-120%);
  transition: transform 0.3s ease-in-out;
  display: flex;         
  flex-direction: column; 
}

.custom-offcanvas label{
  color:#1C407B !important;
}
.custom-offcanvas .contact-form{
margin-left: 0px !important;
}
.custom-offcanvas.show {
  transform: translateX(0);
}

.custom-offcanvas .offcanvas-body {
  overflow-y: auto !important;
}


.links h3{
    margin-bottom: 10px !important;
    margin-left: -25px !important;
    padding: 0px !important;
} 
.links{
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
} 
.navbar-brand{
  margin-left: 55px;
}
.navbar {
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.05);
  padding: 0.8rem 0.4rem;
  
}
.sticky-top{
padding: 0px !important;
}

.nav-link {
  padding: 0.8rem 1rem !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Be Vietnam Pro", sans-serif;
  color: rgb(3, 58, 88) !important;
}

.phone-btn {
  background-color: #0d3c9b;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.phone-btn:hover { background-color: #002d72; }

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
}
.navbar-light .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon,
.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='%230084ff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.offcanvas {
  width: 100% !important;
}
.offcanvas-header img {
  max-width: 120px;
}
.offcanvas-body .nav-link {
  font-size: 18px !important;
  font-weight: 600;
  color: #033a58 !important;
  padding: 10px 0;
  border: none !important;
}
.offcanvas-body .dropdown-menu {
  border: none;
  padding-left: 0px;
  margin-top: 0px !important;
}
.dropdown-menu .dropdown-item {
  color: rgb(3, 58, 88) !important;
  font-size: 16px !important;
  font-weight: 600;
  font-family: "Be Vietnam Pro", sans-serif !important;
  margin: 10px;
  padding: 10px;
  min-width: 300px;
  border-radius: 5px;
}
.dropdown-menu .dropdown-item:hover {
  color: white !important;
  background-color: rgb(3, 58, 88) !important;
  width:100px !important;
}

.fa-times:hover {
  color: #ffd200 !important;
}

  #services{
    font-family: Quicksand, sans-serif;
  }
  #services h3{
    margin-top: 40px;
  }
#aboutus {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #333;
}

#aboutus h1 {
  color: rgb(28, 64, 123);
  font-weight: 700;
  font-size: 48px;
}

#aboutus h3 {
  font-weight: 700;
  font-size: 30px;
}
#aboutus p {
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 15px;
}
  #services p{
    font-weight: 500;
    font-size: 18px;
  }
    #services h3{
    font-weight: 700;
    font-size: 25px;
  }
  #services h1{
    font-weight: 700;
  }
#accordionWrapper .nav-links,
#tabWrapper .nav-link {
  border: 2px solid #1C407B;   
  color: #1C407B;
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
}
#accordionWrapper .nav-links.active,
#tabWrapper .nav-link.active {
  background: #1C407B;
  color: #fff !important;
  border: 2px solid #1C407B;
}

.nav-links {
  display: inline-flex !important; 
  width: auto !important;           
  max-width: none !important;
  white-space: nowrap !important;
  padding: 15px 30px !important;
  border-radius: 8px !important;
  border: 1px solid #1C407B !important;
  color: #5C9FDB !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  font-family: "Quicksand", sans-serif !important;
  cursor: pointer;
  background-color: transparent !important; 
}

.nav-links.active,
.nav-links[aria-expanded="true"] {
  background-color: #1C407B !important;
  color: #fff !important;
}

.nav-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}

.nav-btns .nav-items {
  flex: 0 0 auto; 
  display: flex;  
}
.service-block {
  margin-bottom: 10px;
}

  .service-section {
      margin-top: 30px;
    }
 .service-section .card img {
  border-radius: 5px;
}
.service-section .card{
  border: none !important;
}
#contactus h2 {
  font-size: 48px;
  font-weight: 600;
  list-style: 58px;
  margin-left: 70px;
  padding-top: 20px;
}
.contact-form{
margin-left: 70px;
}
.form-group label {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 700;
  color: #fff;
}
input[type="email"],
input[type="text"],
textarea {
      width: 94%;
      padding: 6px;
  font-size: 20px;
  border: none;
  background: #eee;
  resize: none;
  margin-bottom: 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  background: #f6f6f6;
} 
input[type="text"],
input[type="email"],
textarea {
  width: 94%;
  padding: 6px;
  font-size: 16px;
  font-weight: 400;
  resize: none;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {             
  border: 1px solid #17A8E3 !important;    
  background: #f6f6f6;
}
input.error,
textarea.error {
  border: 1px solid #E04562 !important;
}
button[type="submit"] {
  align-self: flex-start;
  text-align: center;
  background-color: #17A8E3;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin-top: 20px;
}
button[type="submit"]:hover {
  background-color: #005fa3;
}
.char-count {
  position: absolute;
  right: 10px;   
  font-size: 12px;
  color: white;
  margin-bottom: 5px;
  margin-right: 20px;
}
 .form-group {
    margin-bottom: 1em;
    position: relative;
  }
  .error-message {
    width: 94%;
    color: #E04562;
    font-size: 12px;
    font-weight: 500;
    display: none;
    background-color: #F9E4E8 !important;
    padding: 3px 10px;
    border-radius: 2px;
  }
.gallery h1{
  color:rgb(28, 64, 123);
  font-weight: 700;
  font-family: Quicksand, sans-serif;
  margin-top: 60px;
}
.gallery .card{
  border: none !important;
}
.gallery img{
  border-radius: 7px !important;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}
.social-icon:hover {
 background-color:#256FF9;
 color:#fff;
}
footer{
    font-family: Quicksand, sans-serif;
    background-image: url('Images/footer-copy.jpg'); 
    background-position:center/cover ; 
    background-size: cover; 
    background-repeat: no-repeat; 
    color:white; 
    padding: 80px; 
    border: 1px solid white; 
    border-radius: 15px; 
    margin: 30px;
    margin-top: -60px !important;
}
.why-choose-section, #contactus{
  background: url('Images/usp-banner-copy-1.jpg') no-repeat center center;
  background-size: cover; 
  color: #fff;
  border-radius: 5px;
  margin-top: 90px;
}

#contactus {
  font-family: Quicksand, sans-serif;
   margin-top: 0px !important;
  padding-bottom: 40px;
  padding-top: 20px;
}
.footer-content{
  font-size: 18px;
  font-weight: 500;
  font-family: Quicksand, sans-serif;
}
 .logo-content{
    min-width: 350px;
  }
.custom-link{
   cursor: pointer;
  font-size: 18px;
  font-weight: 500;

}
.custom-link:hover {
  color: rgb(3, 58, 88)!important; 
}
.section-title{
  font-size: 48px;
  font-weight: 500;
}
.why-choose-section{
  font-family: Quicksand, sans-serif;
}

.custom-accordion .card {
  background-color: transparent !important;
  border: none; 
  border-radius: 0px !important; 
  margin-bottom: 1rem; 
}

.custom-accordion .accordion-header {
  background-color: transparent !important;
  border: 1px solid white;
  border-radius: 0 !important; 
  color: white;
  user-select: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-accordion .accordion-header h6 {
  font-weight: 600 !important;
  font-size: 20px !important;
}
.custom-accordion .toggle-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: white;
  line-height: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.accordion-header.collapsed .toggle-icon::before {
  content: '+';
   font-weight: 600 !important;
  font-size: 20px !important;
}
.accordion-header:not(.collapsed) .toggle-icon::before {
  content: '−';
   color: white !important;
   font-weight: 600 !important;
  font-size: 20px !important;
}

.custom-accordion .accordion-collapse {
  border: 1px solid white; 
  border-top: none; 
  border-radius: 0 !important; 
  margin-top: -1px; 
}

.custom-accordion .card-body {
  background-color: transparent !important;
  color: white;
  padding-left: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

img {
  height: auto;
  display: block;
}
.footer-logo{
  flex-wrap: wrap; 
  justify-content: space-between; 
  gap: 30px;
}
footer .copy-1{
  font-size: 14fpx;
  font-weight: 500;
  margin: 10px 0 5px;
}
footer .copy-link{
 font-size: 10px;
  font-weight: 500;
}
footer .copy{
  margin-top: 60px;
}
.why-choose-section h2{
   font-size: 38px;
    font-weight: 700;
  }

@media (max-width: 767.98px) {
  .dropdown-menu .dropdown-item:hover {
  color: white !important;
  background-color: rgb(3, 58, 88) !important;
  width:100px !important;
}
   #accordionWrapper .nav-links {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100% !important;
  }
  .nav-btns .nav-links {
  width: 90% !important;      
  max-width: 90% !important;
  display: flex !important;
  justify-content: center;
  margin: 0 auto;            
  border-radius: 8px;         
}
.navbar-brand{
  margin-left: 0px;
}
.nav-btns .nav-items {
  flex: 1 1 100%;
  margin: 5px 0;            
}
.links h3{
    margin-bottom: 0px;
    margin-left: 0px !important;
    padding: 0px;  
} 
.links{
   margin-left: 13px !important;
   align-items: start !important;
}
.touch{
 margin-left: 13px !important;
}
button[type="submit"] {
    width: 100%;
  }
    #services h1{
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 34px;
  }
footer{
  padding:0px !important;
  margin:10px !important;
  margin-top: -60px !important;
}
.copy{
  text-align: center !important;
}
#aboutus h1 {
  color: rgb(28, 64, 123);
  font-weight: 700;
  font-size: 28px;
}
.gallery h1{
  margin-top: 30px !important;
}

#aboutus h3 {
  font-weight: 700;
  font-size: 28px;
}
#aboutus p {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 15px;
}

.char-count {
  margin-right: 0px !important;
}

#services, .contact-form,#contactus h2, footer div {
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
#contactus {
   margin-top: 40px !important;
}
#contactus h2 {
  font-size: 28px;
  font-weight: 700;
  list-style: 58px;
}
  .nav-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  header .navbar-brand img {
    width: 100px;
  } 
  .phone-btn {
    padding: 6px 12px;
    font-size: 14px;
  }
  
  .gallery h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  footer > div {
    flex-direction: column;
    align-items: flex-start;
  }
  footer > div > div {
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
  }
  .why-choose-section{
   border-radius: 20px !important;
    padding-left: 1rem;
    padding-right: 1rem;
  margin-top: -10px !important;
  }
  .why-choose-section h2{
   font-size: 28px;
    font-weight: 700;
  }
  .logo-content{
    min-width: 250px !important;
    margin-left: 8px!important;
  }
   .about-content{
    text-align: center !important;
    margin-left: 0px !important;
     margin-top: 0px !important;
  }
  #aboutus {
        margin-top: -50px !important;
    }
    .custom-offcanvas {
  width: 60% !important;
}
}
  @media (min-width: 768px) and (max-width: 1099px) {
     #aboutus{
    margin-top: -50px !important;
  }
   .about-content{
    text-align: center !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
    .nav-btns {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    button[type="submit"] {
    width: 100%;
  }
  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
  }
   .why-choose-section{
   border-radius: 20px !important;
    padding-left: 1rem;
    padding-right: 1rem;
  margin-top: 50px;
}
#contactus {
   margin-top: 40px !important;
}
footer{
  padding:0px !important;
  margin:10px !important;
  margin-top: -60px !important;
}
    .nav-btns .nav-links {
      width: 100% !important;
      max-width: 100% !important;
      display: flex !important;
      justify-content: center;
    }

    .nav-btns .nav-items {
      flex: 1 1 100%;
    }
     #accordionWrapper .nav-links {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .nav-btns .nav-links {
  width: 90% !important;      
  max-width: 90% !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto;            
  border-radius: 8px;         
}

  button[type="submit"] {
    width: 100%;
  }
 #services, .contact-form, #contactus h2, footer div {
    margin-left: 20px;
    margin-right: 20px;
  }
  .about-content{
    text-align: center !important;
    margin-left: 0px !important;
     margin-top: 0px !important;
  }
  .nav-btn {
    padding: 9px 20px;
  }
   footer > div {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  footer > div > div {
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
 .links{
  align-items: start;
   margin-left: 13px !important;
}
.touch{
 margin-left: 13px !important;
}
.gallery h1{
  margin-top: 30px !important;
}
}
:target {
  display: block !important;
}

#serviceData:target {
  display: block !important;
}
.nav-link {
  position: relative;
  padding-bottom: 20px !important;
  transition: all 0.3s ease;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  background-color: #0084FF;
  transition: width 0.3s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 75%;
}
#contactus .img-fluid{
  margin-top: 80px !important;
}


 
