/**=========================================================
 * Theme Name : dlz
 * Author : Test
 * Description : April 2025
 * File Name: style.css
=========================================================**/ 




/* === Base Header Styles === */
/* General Header Styling */
html{
  margin-top: 0px !important;
}

body{
  height:100vh;
  width:100wh;
  overflow-x: hidden;
}

a{
  text-decoration: none;
}
/* Header Container */
.header {
  background-color: #06526b;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 9999;

}
p{
  margin-bottom: 0px !important;
}

h6,h5{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.pad-5{
  padding-top: 5rem !important;
}
.service-logo{
  padding-left:90px;
  margin-left:4rem;
}
/* Default: Hide desktop menu, show hamburger */
.menu-wrapper {
  display: none;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: white;
  display: block;
}

/* Desktop menu styles */
.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu li {
  display: inline-block;
}
.main-menu li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
}

.social-icon a {
  color: white;
  font-size: 20px;
}

/* Mobile menu (default hidden) */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(6, 82, 107, 0.97); 
  z-index: 9999;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
  pointer-events: none; 
}

.mobile-nav.active {
  max-height: 100vh;
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu .main-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.mobile-menu .main-menu li a {
  display: block;
  padding: 10px 0;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* header menu */
@media (max-width: 818px) {
  .main-menu li a{
    padding:10px 10px !important;
  }

}


/* Show desktop menu at wider screens */
@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }

  .menu-wrapper {
    display: flex;
    justify-content: center;
  }

  .mobile-nav {
    display: none !important;
  }
}



.footer-section {
  background-color: #04576C;
}

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

.footer-logo img {
  max-width: 220px;
}


/* footer */
.site-footer {
  background-color: #06526b;
  color: white;
  padding: 40px 20px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.footer-left {
  flex: 1;
  min-width: 300px;
  margin-bottom: 30px;
}
.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}
.footer-address, .footer-contacts {
  margin-bottom: 15px;
  font-size: 14px;
}
.footer-social i {
  margin-right: 10px;
}
.footer-social p {
  margin: 10px 0;
  font-size: 14px;
}
.footer-right {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-end;
  min-width: 300px;
}
.footer-links > div {
  min-width: 150px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 15px 0;
}
.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
.footer-links a:hover {
  text-decoration: underline;
}

#menu-footer-menu{
  gap:0.5rem;
}





/* new css */
.about-hero-section {
  background-color: #06526b;
  color: white;
}

.about-section1 h2,
.about-news-section h2,
.about-cta-section h2 {
  font-weight: 600;
}

.contact-box h4 {
  font-weight: 600;
}

.news-card img {
  max-height: 200px;
  object-fit: cover;
}

.banner-section {
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-text-box {
  background-color: rgba(6, 82, 107, 0.95); 
  max-width: 400px;
  /* padding:122px 98px  !important; */
  color:white !important;
  border-radius: 8px;
  height: 100%; 
  padding: 40px; 

}
@media (max-width: 1150px) {
.service-hero-banner{
  padding: 0px 52px !important;
}

.banner-font{
  font-size: 32px !important;
}
}


@media (max-width: 768px) {
  .banner-section {
    height: auto;
    padding: 40px 0;
  }
  .banner-text-box {
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }

  #menu-footer-menu{
    padding: 0px !important;
  }
}

.about-news-section {
  background-color: #f5eeea;
}

.about-news-section .section-title h2 {
  font-size: 2rem;
  color: #004e66;
  margin-bottom: 1.5rem;
}

.about-news-section .btn {
  background-color: #b37b56;
  color: white;
  border-radius: 4px;
}

.about-news-section .btn:hover {
  background-color: #9d6b4a;
}

.about-contact-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-contact-section h2 {
  font-size: 2rem;
  color: #b5744a;
}
.about-contact-section .btn {
  background-color: #06526b;
  color: #fff;
  font-weight: 600;
  border: none;
}
.about-contact-section .btn:hover {
  background-color: #043d50;
}


/* SERVICE PAGE CSS */


/* new logo */

/* Global Logo */

.service-hero-section{
  background-repeat: no-repeat;
  height:100%;
    background-size: cover;
    background-position: center;
}

.logo-img{
  width: 180px;
}

@media (max-width:1151px){
  .service-logo{
  padding-left: 45px !important;
}
}

@media (max-width:767px){

  .logo-img{
  width: 120px;
}

.service-logo{
  padding-left: 50px !important;
  padding-bottom: 1rem;
  margin-left: 1rem !important;
}
.side-content-wrapper{
  margin-bottom: 2rem;
  margin-top: 0rem !important;
}
  .right-sidebar{
    flex-direction: row !important;
  }
  .side-content-wrapper.dummy-side-content{
    width: 0% !important
  }

  .service-hero-banner{
  padding: 0px 32px !important;
  margin-left: 2rem !important;
}

.banner-font{
  font-size: 25px !important;
}

.service-hero-wrapper {
  height: 65% !important;
}
.pt-xs-0 {
  padding-top: 0 !important;
}
}


@media (max-width:425px){
  .service-hero-banner{
  padding: 0px 30px !important;
}

.banner-font{
  font-size: 22px !important;
}

.service-hero-wrapper {
  height: 48% !important;
}

.service-logo{
  padding-left: 30px !important;
}

}


@media (max-width:500px){
.service-hero-banner{
  padding: 0px 22px !important;
}
.service-logo{
  padding-left: 20px !important;
}

 .right-sidebar{
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
}



@media (max-width:330px){
  .service-logo{
   margin-left: 0rem !important;
   padding-left: 43px !important;

}


.logo-img{
  width: 88px;
}
}


@media (max-width:320px){
.service-hero-banner{
  padding: 0px 13px !important;
  margin-left: 1rem !important;
}
.banner-font{
  font-size: 21px;
}
}
.service-hero-wrapper{
height: 90%;
z-index: 1;
}
.service-hero-banner p{
  margin-bottom: 0;
}

.service-hero-banner{
  background-color: #045873;
  color:#ffffff !important;
  padding: 0px 72px;
  margin-left: 4rem;
  height: 100%;
 letter-spacing: 2px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 font-size: 14px;
 font-weight: 450;
  color:#3d3d3c;
  letter-spacing: 0.25px;
  align-items: center;
}


.extra-info-wrapper {
  display: flex;
  justify-content: center; 
  z-index: 99;    
  position: relative;    
  transform: rotate(-1deg);
  clip-path: polygon(0 17%, 100% 9%, 100% 100%, 0 100%);
  margin-top: -74px;  
  padding-bottom: 50px;     
  padding-right: 2rem;
      }
      
.extra-info-tag {
  background-color: #b86f3c;  
  color: #fff;
  padding: 10px 20px;
  transform: rotate(4deg);
  transform-origin: top left;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  min-width: 200px;
  z-index: -1;

}

/* text css */

.orange{
    background-color: #c0825f;
}
.orange-text{
    color:#c28563;
}
.blue-text{
    color:#075a75;
}
.blue{
    background-color: #045873;
}
.beige{
    background-color: #f2ece9;
}
.black-text{
  color:#242422;
}
.banner-font{
    font-size: 40px;
    font-weight: 700;
}

.text-font{
    color:#3d3d3c;
}

.text-spacing{
  letter-spacing: 1.5px !important;
}

.btn-style{
  border-radius:3px;
  color:#fbf7f5;
  border:none;
  background-color:#c0825f;
  padding:0px 12px;
}
/* extra info css */
@media (max-width: 885px) {
  .extra-info-wrapper {
transform: rotate(-1deg);
        clip-path: polygon(0 17%, 100% 9%, 100% 100%, 0 100%);
        margin-top: -74px;
      }
      .extra-info-tag{
        margin-left: 38%;
    }

}
@media (max-width: 760px) {
  .extra-info-wrapper {
transform: rotate(-1deg);
        clip-path: polygon(0 21%, 100% 10%, 100% 100%, 0 100%);
        margin-top: -77px;
      }
      .extra-info-tag{
        margin-left: 38%;
    }

}
@media (max-width: 650px) {
  .extra-info-wrapper {
transform: rotate(-1deg);
        clip-path: polygon(0 23%, 100% 6%, 100% 100%, 0 100%);
        margin-top: -74px;
    }
      }
      .extra-info-tag{
        margin-left: 38%;
    }
@media (max-width: 520px) {
  .extra-info-wrapper {
        transform: rotate(1deg);
        clip-path: polygon(0 25%, 100% 5%, 100% 100%, 0 100%);
        margin-top: -55px;
    }
}
@media (max-width:425px){
  .extra-info-wrapper{
         transform: rotate(1deg);
        clip-path: polygon(0 26%, 100% 5%, 100% 100%, 0 100%);
        margin-top: -55px;
        
  }

  .extra-info-tag{
    padding-right: 31px !important;
    height: 106px;
    padding-top: 34px !important;
  }
}
@media(max-width:376px){
  .extra-info-wrapper{
      transform: rotate(0deg);
      clip-path: polygon(0 31%, 100% 11%, 100% 100%, 0 100%);
      margin-top: -57px;
      padding-bottom: 15px;
    }
    .extra-info-tag{
    padding-top: 30px !important;
    min-width: 178px !important;
    width: 178px;
    }
  }
@media(max-width:330px){
  .extra-info-wrapper{
        transform: rotate(0deg);
        clip-path: polygon(0 30%, 100% 9%, 100% 100%, 0 100%);
        margin-top: -54px;
        padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .gap-below-md {
    gap: 2rem;
  }

  .w-below-md-100{
    width:100% !important;
  }  
}

@media (max-width: 768px) {
  .hide-below-md{
    display:none !important;
  }

  .w-lg{
    width: 100% !important;
  }

  .o-contain{
    object-fit: contain !important;
  }
}

/* contact form popup */
.contact-popup {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 30px;
  position: relative;
  width: 90%;
  max-width: 600px;
  border-radius: 8px;
}

.close-popup {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}


/* swiper */
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

/* all buttons hover effect */
.btn-orange.btn-style:hover {
  box-shadow: none !important;
  border-color: inherit !important;
  transition: none !important;
  background-color: #a86d4f !important;
  transition: background-color 0.4s !important;


}

.btn-blue.btn-style:hover {
  box-shadow: none !important;
  border-color: inherit !important;
  transition: none !important;
  background-color: #065973 !important;
  transition: background-color 0.4s !important;
}



.contact-hide{
  display: none !important;
}


/* css for cf7 */
@media (min-width: 768px) {
.gap-md{
  gap:2rem;
}
}


.button-orange{
  background-color: #bd6f49 !important;
  transition: background-color 0.4s !important;
  color:white;
}


.button-orange:hover{
   background-color: #a86d4f !important;
  transition: background-color 0.4s !important;
  color:white;
}

.swiper-pagination-bullet-active{
  background-color: #065973 !important;
}


/* header menu */
.main-menu li a
{
  font-weight: 600 !important;
  font-size: 16px !important;
}

/* text style css */
.sm-title{
  font-weight:700;
  font-size: 22px;
  
}

.w-break{
hyphens: auto;
overflow-wrap: break-word;
word-break: break-word;
}

.lg-title{
  font-weight:400;
  font-size: 40px;
}

.desc-text{
  font-weight:500;
  font-size: 17px;
}

.text-16 { font-size: 16px; }


.text-24{
  font-size: 16px;
}

.text-26{
  font-size: 17px;
}


.text-28{
  font-size: 18px;
}

.text-30{
  font-size: 20px;
}

.text-50{
  font-size: 33px;
}

.text-bold{
   font-weight:700;
}

.text-semibold{
  font-weight:600;
}

.text-medium{
  font-weight:500;
}

.text-regular{
  font-weight:400;
}

.text-light{
  font-weight:300;
}

/* responsive fonts */

@media (max-width: 650px) {
  .sm-title { font-size: 20px; }
  .lg-title { font-size: 38px; }
  .desc-text { font-size: 17px; }
  .text-24 { font-size: 14px; }
  .text-26 { font-size: 15px; }
  .text-28 { font-size: 16px; }
  .text-30 { font-size: 18px; }
  .text-50 { font-size: 31px; }
  .text-16 { font-size: 16px; }

}

@media (max-width: 420px) {
  .sm-title { font-size: 18px; }
  .lg-title { font-size: 36px; }
  .desc-text { font-size: 17px; }
  .text-24 { font-size: 12px; }
  .text-26 { font-size: 13px; }
  .text-28 { font-size: 14px; }
  .text-30 { font-size: 16px; }
  .text-50 { font-size: 29px; }
  .text-16 { font-size: 16px; }
}

@media(max-width:330px){
    .text-26-sm{ font-size: 12px; }

}


@media (max-width: 576px) {
.img-100{
  width: 100% !important;
  display: flex;
  justify-content: center;
  /* object-fit: cover !important; */
}
.img-auto{
  height:287px !important;
  width:240px !important  
     ;
}

.company-h-img{
  height:210px !important;
}

.pb-xs-0 {
  padding-bottom: 0 !important;
}

}

/* side bar absolute */
.abs-side-content{
  position: absolute;
  top:50px;
  right: 0px;
}
.pos-rel{
  position: relative;
}




/* custom width first section */
.w-lg {
  width: calc(100% - 5vw);
}

@media (max-width: 1299px) {
  .w-lg {
  width: calc(100% - 15vw);
}
}

@media (max-width: 991px) {
  .w-lg {
  width: calc(100% - 25vw);
}

.seminar-inner-container{
  flex-direction: column !important;
}
.seminar-inner-container-info{
  width: 100% !important;
}
}

.banner-image-next{
  height:20px !important;

}


/* new css */
.abs-side-content.fixed {
  position: fixed;
  top: 70px;
  right: 0px;
}

/* banner curve */
.hero-curve-stroke,
.hero-curve-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none; 
}

.hero-curve-stroke {
    z-index: 2; 
      height: 83px;
}

.hero-curve-fill {
    z-index: 1; 
    height: 40px;
}
@media (min-width:521px) {
    .hero-curve-fill {
        height: 65px; 
    }

}
@media(max-width: 520px) {
    .hero-curve-stroke {
        height: 47px; 
    }
}
.service-hero-wrapper {
  position: relative;
  overflow: hidden;
}
.service-hero-banner {
  position: relative;
  z-index: 0;
}


/* news page pagination */
.custom-pagination ul {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-pagination ul li a,
.custom-pagination ul li span {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.custom-pagination ul li a:hover {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.custom-pagination ul li span.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
    font-weight: bold;
}