/* Common Css */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	text-decoration:none;
/* 	list-style:none; */
    font-family: "Poppins";
}
html{
	padding-bottom: 0px;
}
.Container{
      max-width:1280px;
      width:100%;
	  padding:85px 10px;
	  margin:auto;
	position:relative;
}
.menu-icon-nav{
	height: 30px;
    width: 100%;
}
p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";	
	margin:0px; padding:0px;
}
a{
	color:#f5811f;
}
.button{
	  display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 24px;
	min-width: 180px;
	text-align:center;
	color:#ffffff;
}
body .sticky-nav {
	position: fixed;
	top: -500px;
	left: 0px;
	right: 0px;
	z-index: 12;
	box-shadow: 0 4px 4px 0 rgba(23,23,23,.06);
	background: #fff;
	transition: 0.3s all ease-in-out;
	z-index: 99;
}
.reveal{
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    transition: 1s all ease;
  }

.reveal.active{
    transform: translateY(0);
    opacity: 1;
  }

  /*  navbar css*/
  .navigation li a, .special-nav a, .single-advert-title .breadcrumbs {
      font-family: 'Poppins';
      font-size: 12.5px;
      color: #030303;
  }
.navigation li a:hover{
	color:#f5821f;
}
  .navigation li.current_page_item > a::before {
      position: absolute;
      top: 3px;
      left: 40%;
  }
  .navigation li.current_page_item > a::before {	
      width: 13px;
      height: 13px;
  }
.navigation li a {
  padding: 8px 4px;
  font-weight: 500;
  font-size: 16px;
  margin: 0px 20px;
}
.navigation li.current-menu-ancestor > a {
	color:#f5811f !important;
}
/* .navigation li a:after {
    opacity: 0;
} */
  .widget ul {
      display: inline-block;
  }
  .widget ul li {
      text-align: start;
      padding: 9px 0px;
	  font-size:16px;
  }
  
 
  .white-block {
      margin-bottom: 0px;
  }
  .footer-end p{
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";	
  margin-bottom: 0px !important;
  }
  .footer-end img{
      height:38px;
  }
 
.product-box button a {
	color: #ffffff !important;
}

  .bottom-sidebar-wrap h3 {
      margin: 0px;
      font-size: 14px;
      line-height: 24px;
      color: #000000;
      font-weight: 900;
      font-family: "Poppins";
  }
  .footer-part-3 p{
      font-size: 15px;
      line-height: 24px;
      color: #000000;
      font-weight: 500;
      font-family: "Poppins";
  }

/* ============================ coman css ================================= */

#top-header {
	padding:3px 0px;
}
.social-media-sia li a img{
	height: 100% !important;
	width: 26px !important;
}
.navbar-btn {
	padding-top:7px;
}
.navigation li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f5821f;
    transition: width 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}

.navigation li a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.call-button:hover {
	color: black;
}
.navigation li.current_page_item > a, .navigation li.current-menu-item > a {
	color:#f5821f !important;
} 

.navigation li.current_page_item > a, .navigation li.current_page_item > a:visited, .navigation li.current-menu-item > a, .navigation li.current-menu-item > a:visited {
	
}
.button-container {
    display: flex;
    gap: 10px; 
    align-items: center;
}

.button-container a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 24px;
	min-width: 180px;
	text-align:center;
	color:#ffffff;
}

.read-more {
    border: 2px solid white;
    background: transparent;
    color: white;
}

.download-brochure {
    background: #f58220; /* Orange color */
    color: white;
    border: none;
}
.bottom-sidebar-wrap {
  background: #231f1f;
}
.widget_block p a{
	color:#f5821f !important;
}
#footer-spasing {
padding-bottom:50px;	
}
 .bottom-sidebar-wrap {
      padding: 80px 0px 30px 0px;
  }
#footer-spasing p{
 color: #ffffffcc;
}

.bottom-sidebar-wrap a {
    color: #ffffffcc;
}

/*   =====================  Home Page css =============================== */

.home-baner {
	margin: 0px auto;
  text-align: center;
	padding:150px 0px 200px 0px;
}

.sub-heding-all {
font-size: 24px;
letter-spacing: 6px;
line-height: 37px;
text-transform: uppercase;
color: #f5821f;
font-weight: 600;
font-family: "Poppins";
}

.home-baner h1 {
	font-size: 54px;
line-height: 56px;
color: #fffbfb;
	margin: 0px;
}
.home-baner p {
	font-size: 14px;
line-height: 24px;
color: #fffbfb;
font-weight: 400;
}


#card-container {
  padding: 0 0;
	margin-top: -105px;
}

.box {
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: left; /* Left Align Text */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%; /* Equal Height for All Boxes */
  display: flex;
  flex-direction: column;
}

.box-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align Left */
  gap: 10px;
}

.box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #202020;
}

.box p {
  font-size: 14px;
  color: #202020;
  font-weight: 400;
  margin-top: 10px;
  flex-grow: 1; /* Ensures all boxes stretch equally */
}




.headerswiper {
	width: 100%;
	height: 100%;
	transform: translateY(-117px);
}

	.headerswiper .swiper-slide {
		font-size: 18px;
		background: #fff;
		display: flex;
		justify-content: center;
		/* Ensure slides have space between them */
		margin-right: 20px;
		height:220px;
	}

	.headerswiper .swiper-slide:last-child {
		margin-right: 0; /* Remove margin from the last slide */
	}

	.headerswiper img {
		display: block;
		object-fit: cover;
	}

#section {
	padding:80px 0px;
}
.about-btn {
	margin-top:20px
}
#worldwide {
	background-color: #f5821f;
	color:white;
	padding:80px 0px;
}
#worldwide h5,#worldwide h2 {
	color:#fff;
}


 
/* Section Background */
.our-products-top {
	background-color:#222; 
	text-align:center;
	padding-top:80px;
	color:#fff;
	
}
.our-products-top h2 {
	color:#fff;
}
/* Section Background */
#our-products {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to bottom, #222 50%, #fff 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px 80px 20px;
}

/* Product Container */
.container-1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 15px;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
}

/* Product Box */
.product-box {
    width: 390px;
    height: 309px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

/* Product Images */
.product-box img {
    width: 100%;
    height: 80%;
	 transition: transform 0.7s ease-in-out;
    object-fit: cover;
	cursor: pointer;
}
.product-box:hover img {
    transform: scale(1.1); /* Zoom out effect */
}

/* Button Styling */
.product-box a{

    width: 100%;
    background: #f7931e;
    color: white;
    font-size: 16px;
    padding: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container-1 {
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    }
}

@media (max-width: 768px) {
	 #About-sia-section .row {
    display: flex;
    flex-direction: column-reverse;
  }
    .container-1 {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .product-box {
        width: 100%;
    }
	.counter-box .counter {
    padding-top: 15px !important;

}
	h2 {
		margin-right:5px !important;
		margin-left:5px !important;
	}
	h1{
    font-size: 25px;
    margin: 0 10px;
}
}

.counter-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: transparent;
    color: white;
    padding: 40px 0px 0px 0px;
    text-align: center;
    flex-wrap: wrap;
}
        .counter-box {
            flex: 1;
            min-width: 200px;
            margin: 10px;
        }
        .counter-box h2 {
            font-size: 40px;
            margin: 0;
            font-weight: bold;
        }
        .counter-box p {
            font-size: 18px;
            margin: 5px 0 0;
        }
       .divider {
  width: 1px;
  height: 80px;
  background: #c7c4c4;
  margin: 0 20px;
  opacity: 0.600;
}
        
        @media (max-width: 768px) {
            .counter-section {
                flex-direction: column;
            }
            .divider {
                display: none;
            }
        }
/* Testimonials Section */
.testimonials-section {
    padding-top: 80px;
	text-align:center;
}
.testimonial-buttom-img {
	width:100%;
}

/* Testimonials Container */
.testimonials-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
	margin-top: 50px;
}

/* Testimonial Box */
.testimonial-box {
    width: 390px;
    height: 300px;
    border-radius: 12px;
	text-align: center;
    display: flex;
    flex-direction: column;
	border: 1px solid #00000042;
}
.testimonial-header {
	display:flex;
	justify-content:start;
	align-items:enter;
	gap:20px;
	border-bottom:1px solid #00000042;
	padding: 20px;
}
.testimonial-box img {
    width: 50px;
    height: auto;
}

.testimonial-box h4 {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}

.testimonial-text p {
	padding:10px 20px;
	font-size: 14px;
	line-height: 26px;
	color: #282828;
	font-weight: 400;
	font-style: italic;
	text-align:left;
}
#get-started {
	margin:80px 0px;
}
#testimonial-buttom-img-main {
	margin-top:-100px;
}
/* slider css */

/* Responsive */
@media (max-width: 1200px) {
    .testimonials-container {
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width:576px){
	h2, .h2-size {
	font-size: 24px;
}
	#card-container {
    padding: 0 0;
    margin-top: 52px;
}
	.product-box img {
    width: 100%;
    height: 74%;
    object-fit: cover;
}
	.product-box {
    height: 232px;
}
	.testimonial-text p {
    padding: 5px 16px;
    font-size: 14px;
    line-height: 26px;
    color: #282828;
    font-weight: 400;
    font-style: italic;
    text-align: left;
}
	.testimonial-box {
    width: 310px;
    height: 300px;
    border-radius: 10px;
    text-align: center;
    display: flex ;
    flex-direction: column;
    border: 1px solid #00000042;
}
	p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	font-family: "Poppins";
	margin: 0px;
	padding: 0px;
}
	#section {
	padding: 50px 0px;
}
	.our-products-top {
	padding-top: 50px;	
}
	#our-products {
	
	padding: 50px 20px 50px 20px;
}
	#worldwide {
	padding: 50px 0px;
}
	.sub-heding-all {
	font-size: 18px;
	letter-spacing: 5px;
	line-height: 29px;
	text-transform: uppercase;
	color: #f5821f;
	font-weight: 600;
	font-family: "Poppins";
}
	.home-baner h1 {
	font-size: 35px;
	line-height: 45px;
	color: #fffbfb;
	margin: 0px;
}
	.home-baner {
	margin: 0px auto;
	text-align: center;
	padding: 90px 0px 90px 0px;
}
	.testimonials-section {
	padding-top: 50px;
}
	.testimonials-container {
	
	margin-top: 30px;
}
	#get-started {
	margin: 50px 0px;
}
	.bottom-sidebar-wrap {
	padding: 50px 0px 30px 0px;
}
	.button-container {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-direction: column;
}
	.widget ul li {
	padding: 5px 0px;
	font-size: 16px;
		text-align:center;
}
	body .is-layout-flex {
	display: flex;
	justify-content: center ;
}
	#footer-spasing {
	padding-bottom: 15px;
}
	#testimonial-buttom-img-main {
	margin-top:-35px;
}
}


/* ============================ Product Pages ==================================== */

    .banner {
        position: relative;
        width: 100%;
        height: 247px;
        background: url(" <?php the_field('banner_image_'); ?>")
          center/cover no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
      }

      .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); /* Black overlay */
      }

      .content {
        position: relative;
        z-index: 2;
      }
.content h1{
	color:white;
}

      .breadcrumb {
        margin-top: 10px;
        font-size: 16px;
		  gap:5px;
      }

      .product-h2 {
        padding-top: 80px;
        font-size: 35px;
        color: #333;
        text-align: center;
		  padding-bottom:50px;
      }

      .container-pruduct {
		  padding-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
      }

      .pruduct-text {
        display: flex;
        width: 100%;
        border-radius: 8px;
        gap: 118px;
		
      }

      .text-content {
        width: 50%;
      }
      .product-inquiry {
        margin-top: 20px;
      }
       .chat {
        background: green;
        color: white;
      }


      .image-content {
        width: 50%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: baseline;
      }

      .main-image img {
        width: 100%;
        border-radius: 20px;
      }

      .overlay-image {
        position: absolute;
        bottom: 38px;
        left: -50px;
        width: 50%;
        height: 60%;
      }

      .overlay-image img {
        width: 100%;
        border-radius: 20px;
      }
     .experience-badge img {
    height: 63%;
    position: absolute;
    top: 205px;
    right: -153px;
    width: 77%;
    border-radius: 20px;
}
    
      #faq-header {
		  padding: 150px 0px 80px 0px;
        text-align: center;
		    
  
      }
      .faq-item {
		margin:20px;
        border: 1px solid #ddd;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
      }
.faq-info{
	padding-top: 50px;
}
      .faq-question {
        width: 100%;
        background: none;
        border: none;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .faq-answer {
        max-height: 0;
		  text-align: left;
        overflow: hidden;
        padding: 0px 10px;
        font-size: 16px;
        color: #555;
        transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
      }
      .faq-item.active .faq-answer {
        max-height: 200px;
        padding: 25px;
      }
      .faq-question::after {
        content: "+";
        font-size: 24px;
        color: #333;
        transition: transform 0.4s ease-in-out;
      }
      .faq-item.active .faq-question::after {
        content: "-";
        font-size: 30px;
        transform: rotate(180deg);
      }
.container-pruduct{
	padding: 100px 0px ;
}
      /* Responsive Design */
      @media screen and (max-width: 1200px) {
      
        .container-pruduct {
          padding: 20px 50px;
        }

        .pruduct-text {
          margin: 0;
          gap: 80px;
          padding: 20px 30px;
        }

        .text-content {
          width: 55%;
        }

        .text-content h2 {
          font-size: 1.6rem;
        }

        .text-content p {
          font-size: 15px;
          line-height: 28px;
        }

        .image-content {
          width: 45%;
        }

        .overlay-image {
          width: 45%;
          left: -30px;
        }

        .experience-badge img {
          top: 260px;
          right: -30px;
          width: 50%;
        }
      }

      @media screen and (max-width: 1024px) {
        .pruduct-text {
          flex-direction: column-reverse;
          align-items: center;
          gap: 30px;
          padding: 20px;
        }

        .text-content,
        .image-content {
          width: 100%;
          text-align: center;
        }
        .main-image img {
          width: 80%;
          border-radius: 20px;
        }
        .text-content p {
          font-size: 14px;
          line-height: 26px;
        }

        .buttons {
          display: flex;
          justify-content: center;
        }

        .overlay-image {
          width: 25%;
          left: 100px;
          top: 245px;
        }

        .experience-badge img {
          top: 288px;
          right: 105px;
          width: 29%;
          height: 50%;
        }
        .faq-container {
          margin-top: 10%;
        }
      }

      @media screen and (max-width: 900px) {
        .main-image img {
          width: 100%;
        }
        .overlay-image {
          width: 29%;
          left: 52px;
          top: 212px;
        }
        .experience-badge img {
          top: 233px;
          right: 57px;
          width: 35%;
          height: 55%;
        }
		  .button-container .read-more {
			  display:none;
		  }
      }
      @media screen and (max-width: 768px) {
        .container-pruduct {
          padding: 20px;
        }

        .text-content h2 {
          font-size: 1.5rem;
        }

        .text-content p {
         text-align: left;
        }

        .inquiry-button {
          padding: 10px 16px;
          font-size: 14px;
        }

        .overlay-image {
          display: none;
        }

        .experience-badge img {
          display: none;
        }
        .faq-container {
          margin-top: 10px;
        }
		  #faq-header {
    padding: 50px 0px 30px 0px;
    text-align: center;
}
		  .product-inquiry a{
			  margin-top: 15px;
		  }
      }

      @media screen and (max-width: 480px) {
        .product-h2 {
          font-size: 28px;
          margin-top: 50px;
			padding: 0;
        }

        .text-content h2 {
          font-size: 1.3rem;
			
        }

        .text-content p {
          font-size: 13px;
          line-height: 24px;
        }

        .inquiry-button {
          padding: 8px 14px;
          font-size: 13px;
        }
        .main-image img {
          margin-top: 20px;
          width: 100%;
        }
        .overlay-image {
          display: none;
        }

        .experience-badge img {
          display: none;
        }
        .faq-container {
          margin-top: 10px;
        }
		   #faq-header {
		  padding: 30px 0px 10px 0px;
        text-align: center;
      }
		.faq-info{
	padding-top: 10px;
} 
      }
      @media (max-width: 600px) {
        .faq-question {
          font-size: 12px;
        }
        .faq-answer {
          font-size: 12px;
        }
		
      }


/* ============================ About Us Pages ==================================== */
      .box-section{
        padding-top: 100px;
      }
      .box-container {
        display: flex;
        justify-content: center;
        gap: 50px;
		padding-top:50px;
      }
      .box-about {
        border: 5px solid #d9d9d9;
        border-radius: 20px;
        padding: 25px; 
	   width: -webkit-fill-available;
      }
      .box-header {
        display: flex;
        align-items: center;
        background-color: #d9d9d975;
        justify-content: space-between;
        padding-left: 50px;
        margin-bottom: 26px;
        margin-left: -31px;
      }
      .box-header h3 {
        font-size: 25px;
      }
      .badge {
        width: 58px;
        height: 91px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: white;
        font-weight: bold;
        font-size: 35px;
      }
      .green {
        background: #f5821f;
      }
    .icon {
    margin-top: 25px;
    height: 75px;
    width: 75px;
    }
.counter-section-2 {
        display: flex;
        justify-content: space-around;
        align-items: center;
	padding-top: 50px;
    padding-bottom: 100px;
        
      }
      .counter-box {
        flex: 1;
        min-width: 200px;
        margin: 10px;
      }
      .counter-box .counter {
		  padding-top: 50px;
        font-size: 40px;
        margin: 0;
        font-weight: bold;
		    
      }
      .counter-box p {
        font-size: 18px;
        margin: 5px 0 0;
		  text-align: center;
      }
      .divider {
        width: 1px;
        height: 80px;
        background: #c7c4c4;
        margin: 0 20px;
        opacity: 0.6;
      }
.counter-box-2{
	margin-top: 20px;
}
      
#expert-section{
	padding: 80px 0px;
}
#counter-section{
	background: #f5821f;
	color: white;
}
#counter-section h2, #counter-section h3{
	color: white;
}
#counter-section h3{
	text-align: center;
}
#counter-section .counter-box-2 h2{
	padding: 0px;
}
#counter-section .counter-all{
	padding: 80px 0;
}
/* Responsive Bootstrap */
@media (max-width: 992px) {
  .box-container, .counter-section-2 {
    flex-direction: column;
    align-items: center;
  }
	.pruduct-text{
		flex-direction: column-reverse;
    align-items: center;
	}
  .text-content {
    padding-right: 0;
    text-align: center;
  }
	#counter-section .divider{
		width: 31%;
    height: 1px;
    background: #c7c4c4;
    margin: 20px;
    opacity: 0.6;
	}
}
@media (max-width: 768px){
	#counter-section .counter-all {
    padding: 30px 0;
}
	.counter-section {
padding: 0px;
	}
	.product-inquiry {
     margin-top: 0px; 
}
	#expert-section {
    padding: 50px 0px;
}
}
@media(max-width: 480px){
	 #expert-section{
			  padding: 30px 5px;
		  }
	.box-container {
		padding-top: 25px;
	}
}
	
	
}
/* Bootstrap Enhancements */
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-md-6, .col-lg-4, .col-sm-12 {
  padding: 15px;
}

/* ============================ quality Pages ==================================== */
.quality-h2{
        text-align: center;
}

.img-quality-right{
	border-radius: 20px;
	margin-right: 50px;
}
.img-quality-left{
	border-radius: 20px;
	
}
#quality-section-2{
	padding-bottom: 80px;
	padding-top:-50px;
}
.qulity-text{
	margin: 20px 0px;
}

@media only screen and (max-width: 1124px){
  #quality-section-2  .row {
        display: flex;
        flex-wrap: wrap-reverse !important;
    }
	

}
@media (max-width: 768px) {
	#quality-section-2 {
    padding-bottom: 30px;
    }
	
.quality {
    padding-top: 30px;
}
}

/* ============================ contact-us Pages ==================================== */
.contact-icon-item {
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
    border-radius: 10px;
}

.contact-icon-item:hover {
    color: #f5821f;
    background-color: #f8f9fa;
}

.contact-icon-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.contact-icon-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}
.contact-detail{
	display: flex;
	align-items: center;
    margin: 20px;
	 border-bottom: 1px solid #ddd;
	gap: 55px;
	
}
.contact-detail a img{
	 margin: 20px;
}
.contact-text-1 {
	max-width:320px;
}

.contact-detail:last-child {
    border-bottom: none;
}


.contact-detail h3 {
    font-size: 18px;
    font-weight: bold;
}
.contact-detail a{
	color: black;
}

.ms-3 {
    margin-left: 1rem !important;
    padding: 20px;
}
#map-location{
	padding-top: 80px;
}
   .contact-form {
        background-color: #222;
            padding: 30px 30px 0px 30px;
        border-radius: 5px;
        max-width: 600px;
        margin: auto;
    }
    .contact-form input, .contact-form select {
        background-color: #444;
        color: #fff;
        border: 1px solid #666;
        padding: 12px;
        width: 100%;
		height: 50px;
        border-radius: 4px;
        margin-bottom: 15px;
        display: block;
    }
    .contact-form input::placeholder, .contact-form select {
        color: #ccc;
    }
    .contact-form input:focus, .contact-form select:focus {
        outline: none;
        border-color: #f5821f;
    }
    .contact-form .form-button input {
        background: #f5821f;
        color: white;
       font-size: 20px;
        border: none;
       text-align: center;
       line-height: 20px;
        cursor: pointer;
        width: 100%;
    }
    .contact-form .form-button input:hover {
        opacity: 0.9;
    }
    .form-group {
        margin-bottom: 15px;
    }
 .contact-form h2 {
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }
#contact-info{
	margin-top: 100px;
}
#contact-us{
	margin-top: 80px;
}
.wpcf7-not-valid-tip {
    color: #f5821f;
    font-size: 12px;
    margin-top: -13px;
    margin-left: 10px;
    display: block;
}

.contact-form-1 {
    background-color: #222;
    padding: 30px;
    border-radius: 5px;
    max-width: 1200px;
    margin: auto;
}
.dropdown-menu li a {
	font-size:14px;
	padding: 5px 0px;
}
.dropdown-menu {
	    padding: 20px 0px;
}

.navigation #menu-item-2545  a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
	border:1px solid #f5811f;
}

.scroll-element .scroll-bar{
    background-color: #f5821f;
}
.aficon-align-justify {
	color: #ff7600;
}
.contact-us-icon-1 {
max-height:70px !important;
}
@media (max-width: 1200px) {
    .contact-detail {
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .contact-detail {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding-bottom: 20px;
    }

    .contact-detail a img {
        margin: 0 auto;
    }

    .contact-text-1, .contact-text {
        max-width: 100%;
    }

    .ms-3 {
        margin-left: 0 !important;
        padding: 15px;
    }
}

@media (max-width: 768px) {
	.conact-all-info{
		 display: flex;
        flex-direction: column-reverse;
	}
    .contact-detail {
        gap: 25px;
    }
	 .col-md-6 {
        width: 100%;
    }
    
    .contact-detail {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding-bottom: 15px;
    }
#map-location {
    padding-top: 50px;
}
	#contact-us {
    margin-top: 50px;
}

}
	@media (max-width: 568px) {
    .contact-detail {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding-bottom: 15px;
    }
    .contact-detail a img {
        margin: 0 auto;
    }
    .contact-text-1, .contact-text {
        max-width: 100%;
    }
    .contact-text p, .contact-text-1 p {
        font-size: 14px;
    }

    .ms-3 {
        margin-left: 0 !important;
        padding: 10px;
    }

    .contact-icon-item {
        font-size: 14px;
        padding: 8px;
    }

    .contact-icon-item img {
        margin-bottom: 5px;
    }
		#contact-us {
    margin-top: 10px;
}


}
/* ============================ enquiry-now Pages ==================================== */	

.wa-chat-bubble-close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    
}
.wa-chat-box-brand-name {
	color: black;
    font-size: 20px !important;
	margin: 29px 10px 0px;
    font-weight: 700;
    line-height: 20px;
}

.wa-chat-bubble-close-btn img {
    height: 18px;
}
.wa-chat-box-brand {
    margin-left: 20px;
    width: 64px;
    height: 64px;
}
.wa-chat-box-brand {
    margin-left: 20px;
    width: 60px !important;
    height: 60px !important;
    border-radius: 0px !important; 
   box-shadow: 0px 0 !important;
}
   
  
.contact-menu {
    display: none; /* Initially hidden on large screens */
    background: #fff;
    padding: 14px;
    text-align: left;
    
    width: 90%;
}
.contact-menu .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.contact-menu p {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

.contact-menu .contact-icon a {
    text-decoration: none;
    color: black !important;
    font-weight: 500;
}
.inquire-btn a{
	text-decoration: none;
    color: white !important;
    font-weight: 500;
}
.contact-menu .contact-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.inquire-btn {
    display: block;
    background: #f5821f !important;
    color: white !important;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 25px;
    text-decoration: none;
}

.inquire-btn:hover {
    background-color: #e37010 !important;
}

@media (max-width: 1024px) {
    .contact-menu {
        display: block; /* Show only on smaller screens */
    }
}

#section-certificate{
	margin:0px 0px 80px 0px;
}
#section-certificate h2{
	text-align: center;
	margin-bottom: 50px;
}
#section-certificate .row{
	display: flex;
    justify-content: center;
    gap: 30px;
}
.certificate {
            width: 250px;
            text-align: center;
        }
        .certificate img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
@media (max-width: 768px){
	#section-certificate .row {
   gap: 30px 0px ;
}
}

/* thank you page  */

#thank-you p{
	font-size: 22px;
	margin: 80px 0px;
	text-align: center;
	line-height: 35px;
}




	
/* nav */
.menu-logo {
    display: none;
}
/* Show only on screens 1022px or smaller */
@media (max-width: 1024px) {
	    .menu-logo {
        margin: 0 7px !important;
        height: -10px !important;
        width: 85px !important;
        width: 70px;
        display: block;
    }
	.menu-item-2345{
		font-size: 12px !important;
	}  
	.navigation li a {
        padding: 6px 4px;
        font-weight: 500;
        font-size: 16px;
        margin: 0px 0px;
    }
	.dropdown-menu li {
    padding: 0px 0px 0px 16px;
}
	.dropdown-menu li a {
		font-size:12px !important;
	}
	.small-sidebar-close{
		left: 203px !important;
    top: 42px !important;
    z-index: 999999999999999;
	}
	 .small-sidebar-close {
   font-size: 26px;

	}
}
	.menu-item-has-children ul {
    display: none;
}

.menu-item-has-children.open > ul {
    display: block;
}

