.header-one {
/* background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 65%); */
  padding: 1px 0px;
  position: relative;
  z-index: 10;
  position: fixed;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
p{
  font-weight: 300 !important;
}


.header-two {
  background-color: #edf7ff;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.accordion-body{
  font-weight: 300 !important;
}

/* header */

.dropdown2 {
  position: relative;
  background-color: transparent;

}

.dropdown-header {
  position: absolute !important;
  left: 74%;
  transform: translateX(-24%);
  top: 40px;
  width: 50vw;
  max-width: 100vw;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 9999;
  background-color:#0c487a;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 8px;
  color: white !important;
  pointer-events: none;

}

.dropdown2:hover .dropdown-header {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 5px;
  pointer-events: auto;
}

.dropdown2:hover .dropdown-header-content {
  animation: fadeInDown 1s both;
}

.drop-down-option {
  width: 100%;
  padding: 10px;
}

.dropdown h5 {
  color: black !important;
}



.drop-down-option ul {
  list-style: none !important;
  padding-left: 0;
  margin: 0;
}

.drop-down-option a {
  text-decoration: none !important;
  display: block;
  transition: color 0.3s ease;
}

.drop-down-option a {
  padding: 3px !important;
  color: white !important;
}

.drop-down-option a:hover {
  color: black !important;

  background-color: rgb(250, 250, 250);
  border-radius: 3px;
}

.drop-down-option ul {
  flex-direction: column !important;
  gap: 0px !important;


}

.drop-down-option li {
  padding-top: 0px !important;
  padding: 5px 0px !important;
}


.drop-word {
display: flex
;
align-items: flex-start;
gap: 5px;
font-weight: 500;
}

 .drop-word i{
 margin-top:3px;
 font-size: 13px;
 }
 
 .nav-link{
  margin: 0px 10px !important;
 }

.link ul {
  display: flex !important;
  list-style: none !important;
  gap: 20px;
}




.header-two.visible {
  transform: translateY(0);
}

.content {
  padding: 20px;
}

.top-bar .contact-info {
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;


}
.time{
    color: #10350b;
  font-weight: 600;
}

.top-bar {
  padding: 10px;
}

.top-bar .contact-info li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #10350b;
  font-weight: 600;
}

.nav-logo {
  visibility: hidden;
  width: 240px;
  height: 60px;
}


.nav-link {

  font-weight: 600 !important;
}

.abosulte-logo {
  width: 240px;
  position: absolute;
  top: -45px;
  left: 0px;

}

.btn-appoint {
  background-color:#0c487a;
  color: white;
  padding: 13px 24px;
  border-radius: 70px;
  text-decoration: none;
  transition: all ease-in-out 200ms;
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}





/* banner  */

.hero {
  position: relative;
  height: 850px;
}
.hero img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}
.slide-data{
  position: absolute;
  top: 30%;
  left: 30px;
  width:50%;
}
.slide-data h1{
  font-size: 29px;
  color: #052b4a;
}
.slide-data h3{
  font-size: 59px;
  color: #0c487a;
}

.hero-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09537F;
  background: linear-gradient(103deg, rgba(9, 84, 127, 0.361) 0%, rgba(1, 61, 99, 0.415) 100%);
  z-index: 1;
}


/* about section  */

.about-section {
  position: relative;
  background-image: url('/image/ab.png');
  /* Update with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  color: rgb(220, 218, 218);
  /* Optional: light text for contrast */
  z-index: 0;
}

.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c487ac4;
  z-index: 1;
}

.about-section .container,
.about-section .row {
  position: relative;
  z-index: 2;
  /* Places content above the overlay */
}

.main-btn {
  background-color: white;
  color: #09537F;
  padding: 13px 24px;
  border-radius: 2px;
  text-decoration: none;
  transition: all ease-in-out 200ms;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-image{

}
.about-image img {
  border-radius: 5px;
  width: 100%;
}

.serivce-container {
  background-color: white;
  padding: 1px;
}

.serivce-container2 {
  background:#edf7ff;
  padding: 1px;
  background-position: center;
  background-size: cover;
}

.service-card {
  background-color: #edf7ff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  min-height: 390px;
}
.service-card2 {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  min-height: 390px;
}

.service-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  ;
}
.card{
  margin-top: 20px;
}

.content a{
  text-decoration: none;

}
.details h6 {
  color: #0c487ac4;
  font-size: 19px;

}

.details p {
  font-size: 15px;
  color: gray;

}

.details a {
  text-decoration: none;
  color: #10350b;
  background-color: transparent;
  border-radius: 2px;

}

/* .achievement-section */
.achievement-section {
  position: relative;
  background: url('/image/one.png') no-repeat center center/cover;
  padding: 60px 0;
  color: white;
  overflow: hidden;
}

.achievement-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#0c487a6;
  /* Adjust opacity and color */
  z-index: 1;
}

.achievement-section .container {
  position: relative;
  z-index: 2;
}

.achievement-box {
  background: rgba(255, 255, 255, 0.1);
  /* optional semi-transparent box */
  padding: 20px;
  border-radius: 10px;
}


/* process-section */

.process-section {
  background-color: #0c1b2a;
  padding: 60px 0;
  position: relative;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.process-step {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.step-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.process-section {
  background: url('/image/pro.png') no-repeat center center/cover;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.process-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#134260de;
  /* Adjust for darkness */
  z-index: 0;
}

.process-section .container {
  position: relative;
  z-index: 1;
}

.process-step {
  transition: transform 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
}

.review-section {
  background-color:#edf7ff;

  padding: 1px 0px;
  padding-bottom: 40px;
}

.swiper-button-next, .swiper-button-prev{
  color:  black !important;
  font-size: 12px !important;

}
.review-box {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.process-step {
  background-color: white;
  padding: 10px;
  height: 200px;
  border-radius: 10px;
}

.user-info {
  display: flex;
  gap: 10px;
}

.user-info img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.user-info h4 {
  font-size: 16px;
  color: #09537F;
  margin: 0px;
  padding: 0px;
}

.review-date {
  font-size: 11px;
  color: gray;
}

.review-rating {
  color: goldenrod;
  font-size: 12px;
}

/* .custom-breadcrumb-list  */

.custom-breadcrumb-section {
  position: relative;
  background: url('/image/pro.png') no-repeat center center/cover;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
        padding-top: 150px !important;
  color: #fff;
  overflow: hidden;

}


.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#134260de;
  z-index: 1;
}

.custom-container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.custom-breadcrumb-nav {
  display: flex;
  justify-content: center;
}

.custom-breadcrumb-list {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}

.custom-breadcrumb-list li {
  color: #fff;
}

.custom-breadcrumb-list li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.custom-breadcrumb-list li a:hover {
  color: #ddd;
}

.custom-breadcrumb-list li.current {
  font-weight: 700;
  color: #ffd700;
  /* gold color for current page */
}


/*service */

.service-detail-container{
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 20px;
    padding: 30px;

}
.service-page-image{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

.sidebar{
    background-color:#edf7ff;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 40px;
    height: auto;
    
}
.sidebar li{
        list-style: none;
}

.recent-blog{
    list-style: none !important;
background-color: white;
padding: 7px 10px;
margin-top: 10px;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.recent-service{
list-style: none !important;
background-color: white;
padding: 7px 10px;
margin-top: 10px;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.recent-service a{
    color: black;
    text-decoration: none;
}

.recent-blog a{
    color: black;
    text-decoration: none;
}

/* gallary */

.modal-overlay {
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.modal-content-img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-navigation button {
  background: transparent;
  border: none;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.gallery-section img {
  height:auto;
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#prevImage {
  left: 30px;
}

#nextImage {
  right: 30px;
}

.heading-section2 {
  text-align: center;
  margin: 40px 0px;
}
.heading-section2 h2{
  font-size: 16px;
  color: #ff0f0f;

}
.heading-section2 h4{
font-size: 39px;
color: #0c487a;
text-shadow: 0px 0px 1px #1C3A1B;
}

.gallery-section {
  padding: 20px 0px;
}


.connect-section {
  position: relative;
  background-image: url('/image/ab.png');
  /* Update with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  color: rgb(220, 218, 218);
  /* Optional: light text for contrast */
  z-index: 0;
}

.connect-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3C5D75B3;
  z-index: 1;
}


.connect-section .container,
.connect-section .row {
  position: relative;
  z-index: 2;
  /* Places content above the overlay */
}


.modal-body input {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid gray   ;
}
.modal-body  textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid gray   ;
}

.modal-body  select {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  border-radius: 5px;
  border: none;
  border: 1px solid gray   ;
}



.connect-form input {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  outline: none;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.connect-form textarea {
  width: 100%;
  height: 100px;
  margin-top: 30px;
  outline: none;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.connect-form select {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  outline: none;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.connect-form {
  text-align: left;
}

.feature-box {
  display: flex;

}

.features-container {
  display: flex;
}

.blog-section {
  background-color:#edf7ff;
  padding: 1px 0px;
  padding-bottom: 40px;
}

.blog-box {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  min-height: 310px;
}

.dated {
  display: flex;
  gap: 10px;
  font-size: 11px;
  margin-top:10px;
}

.blog-image img{
  width: 100%;
  height: 160px;
  object-fit: cover;
}
hr{
  margin: 0px !important;
}




.footer-section {

  position: relative;
  padding: 30px 0;
  overflow: hidden;
  color: white;
}

.footer-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c487a;
  /* Adjust for darkness */
  z-index: 0;
}


.footer-section .container {
  position: relative;
  z-index: 1;
}



.footer-section li{
  margin-top: 10px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background-color:#25980d !important;
  height: 40px !important;
  width: 40px !important;
  margin: 10px !important;
  position: absolute;
  right:0px;
  bottom: -60px;
}
.owl-carousel .owl-nav button.owl-prev{
  background-color:#25980d !important;
  height: 40px !important;
  width: 40px !important;
  margin: 10px !important;
  position: absolute;
  right:60px;
  bottom: -60px;
}



.dropdown{
  display: none !important;
}
.dropdown2{
  display: block ;
}
.dropdown a{
  text-decoration: none !important;
  color: rgb(58, 57, 57);
}

.contact-box ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.6;
}

.contact-box {
  background:white;
  padding: 20px;
  border-radius: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  outline: none;
  background-color:white;
  border: none;
  border-radius: 5px;
}
.contact-container{
  padding: 40px 0px;
}
.contact-box-main{
  background-color: #edf7ff;
  padding: 30px;
}


@media screen and (max-width:576px) {
  
  .abosulte-logo{
      display: none;
  }
  
    .nav-logo {
  visibility: visible !important;
  width: 160px!important;
  height: auto!important;
}

.service-card {
   text-align: center;
}
.service-card2 {
   text-align: center;
}
    
.service-detail-container{
    display: block;
    padding: 3px;

}
  .custom-breadcrumb-section {
    min-height: 150px;


  }
  .custom-breadcrumb-list {
    font-size: 17px;
  }


  .abosulte-logo{
    top: 0px;
    width: 200px;
  }
  .top-bar{
    display: none;
  }
  .about-section{
    padding: 10px 0px;
  }
  .hero{
    height: 458px;
  }
  .slide-data{
    top: 26%;
  }
  .btn-appoint{
    padding: 7px 16px;
    font-size: 14px;
  }
  .slide-data{
    width: 60%;;
  }
.slide-data h1 {
    font-size: 16px;
  }
  .slide-data h3{
    font-size: 23px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {

    bottom: -30px;
  }
  .owl-carousel .owl-nav button.owl-prev{

    bottom: -30px;
  }
  .blog-box{
    margin-top: 20px;
  }
  .dropdown2{
    display: none ;
  }
  .dropdown{
    display: block !important;
  }
}

