/* ✅ Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');	
*{
	margin: 0;
	padding: 0;
}
:root {
    --primary: #001264;
    --white: #fff;
    --dark: #000;
	--secondary: #E02020;   
}
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}
.container{
	max-width: 1250px;
}
/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
    width: 100%;
    padding: 10px 0;
    z-index: 100;
    background: #fff !important;
    transition: all 0.4s ease;  
}
.site-header.sticky .main-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); 
    padding: 8px 0;   
    animation: slideDown 0.4s ease forwards;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .nav > li {
  position: relative;
}
.btn-primary{
	background: var(--secondary);
    padding: 10px 13px;
    color: #fff !important;
    text-decoration: none;
	text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
}
.wpcf7-submit {
    background: var(--secondary);
    padding: 4px 20px;
    color: #FFF !important;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
    border: none;
}
ul{
	list-style-type: none;
}
.btn-primary i {
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 4px 5px;
    margin-left: 7px;
    font-size: 10px; 
}
.site-header .nav > li > a {
  color: #817B7B !important;
  text-decoration: none;
	text-transform: uppercase;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}
.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  color: var(--primary) !important;
}
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}
.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: var(--secondary) !important;
	text-decoration: none;
  display: block;
  font-weight: 400;
}
.site-header .nav li ul.sub-menu li a:hover {
  background: var(--primary);
  color: #fff !important;
}
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}
.site-header .nav li ul.sub-menu li {
  position: relative;
}
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}
@media (max-width: 991px) {
  .site-header .nav {
    display: none; 
  }
}
/* ================================
   	Mobile menu
================================ */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-primary-1 li {
    padding: 10px;
    border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.topbar{
	background: #F5F5F5;
	color: #817B7B;
	padding: 5px 0;
}
.topbar .social-icons i{
	color: var(--primary);
}
.topbar i{
	color: var(--primary);
	font-size: 16px;
}

.topbar a{
	text-decoration: none;
	color: #817B7B !important;
}
li.breadcrumb-item a {
    color: #fff;
}
/* ================================
   Footer Section CSS
================================ */
footer{
	background: #1A2A5C;
	border-radius: 50px 50px 0 0;
	position: relative;
}
.hello{
	position: absolute;
	bottom: 10%;
	left: 30%;
}
.hello img{
	width: 60%;
}
.hello .arrow{
	width: 15%;
}
footer .icon-wrap{
	height: 40px;
	width: 40px;
}
footer .icon-wrap i{
	color: #fff;
}
footer h5{
	color: #fff;
    margin: 20px 0;
    font-size: 18px;
}
.sign input {
    border-radius: 7px;
}
a.footer-btn {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 8px 20px;
	display: inline-block;
    color: #fff !important;
    text-decoration: none;
}
.footer-btn img{
	height: 10px;
    width: 10px;
    filter: invert(1);
}
ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}
footer .social-icons a {
    text-decoration: none;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    margin-bottom: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}
.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}
.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}
.footertop-cnt p a {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}
.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;   
}
footer a.footer-logo img {
    width: 80%;
    display: block;
}
.footer_menu {
    padding: 60px 0 80px 0;
}
.footer-details li {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.footer-img{
	display: flex;
    justify-content: flex-end;
}
ul{
	padding-left: 0rem !important;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}
footer ul li.menu-item a {
    display: inline-block;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}
footer h3 {
    margin-bottom: 18px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #fff;
}
footer p {
    margin-bottom: 6px;
    line-height: 27px;
	color: #fff;
}
footer .menu li {
    position: relative;
    padding-left: 0 !important;
    list-style-type: none;
}
footer a{
	color: #fff !important;
}
footer .menu li{
	padding-left: 0 !important;
	color: #fff !important;
	  transition: transform 0.3s ease;
	line-height: 40px;
}
footer .menu li::after {
  content: "\f061"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: #fff;
}
footer .menu li:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
footer .menu li:hover{
	color: var(--primary) !important;
	transform: translateX(20px);
}
footer ul li, footer ul li a, footer p, footer p a {
    font-weight: 200;
    position: relative;
    text-decoration: none;
}
footer a.viewmore {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #fff;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}
footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
/* ================================
   Scrool to top
================================ */
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
#GoToTop i{
	color: #fff;
}
#GoToTop:hover {
  background: var(--primary);
  transform: scale(1.1);
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 12;
}
#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}
@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
}
.logo{
    padding: 5px 0;
    border-radius: 10px;
}
.hm-title-bgbox h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-btom-img{
	position: relative;
}
.overlay1{
    background-color: #c6d5ee;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-btom-img img{
	height: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}
/* ================================
   Hero Section
================================ */
 		.hero-section {
            height: 100vh;
            position: relative;
            overflow: hidden;
            color: #fff;			
        }
        .bg-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
        }
        .hero-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background: #00000024;
            z-index: 2;
        }  
        .content-box {
            position: relative;
            z-index: 3;
            width: 62%;
        }
		.hero-heading{
			font-size: 40px;
			font-weight: 700;
		}
		.hero-heading span{
			color: var(--secondary);
		}
        .badge-pill {
            background: #dbd8d845;
            padding: 8px 20px;
            border-radius: 30px;
            display: inline-block;
            font-size: 14px;
			margin-bottom: 1rem;
        }
			.hero-section .badge-pill{
				margin-bottom: 2rem;
		}
        .man-img {
            position: absolute;
            bottom: 0;
            right: 4%;
            z-index: 4;
            height: 90%;
            object-fit: contain;
        }
		.hero-btn a{
			color: #fff !important;
			border: 1px solid #fff;
			text-decoration: none;
			padding: 10px 13px;
			border-radius: 5px;
		}
/* ================================
   About Section
================================ */
.main-heading {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
}
section{
	padding: 50px 0 30px;
}
.about-content ul{
	list-style-type: none;	
}
.about-content ul li{
	font-weight: 600;
}
.about-content ul li img{
	width: 4%;
	margin-right: 8px;
}
.about-content h5{
	font-weight: 700;
	font-size: 18px;
}
		.about-btn a{
			color: var(--secondary) !important;
			border: 1px solid var(--secondary);
			text-decoration: none;
			padding: 10px 13px;
			border-radius: 5px;
		}

/* ================================
  Certificate & Safety
================================ */
.certificate-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px 0 #8080806e;
    border-radius: 7px;
    border: 1px solid #8080808c;
	height: 120px;
}
.certificate-box img{
	width: 25%;
}
.certificate-box p{
	margin-bottom: 0;
}
/* ================================
   Service Section
================================ */
   .services-banner {
    background: url("https://conair-mechanical.com/wp-content/uploads/2025/11/service-bg.png") center/cover no-repeat;
    position: relative;
    padding: 80px 0 180px;
    color: #fff;
  }
  .services-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background: #06163abd;
    z-index:1;
    pointer-events: none; 
  }
  .services-content{ position: relative; z-index: 3; }
  .tag-pill{
    display:inline-block;
    padding:3px 20px;
    background:#fff;
	  font-size: 15px;
    color:#000;
    border-radius:35px;
    font-weight:600;
  }
  .services-title{
    margin-top:16px;
    font-size:26px;
    font-weight:700;
  }
  .banner-arrows{
    position: absolute;
    right: 11%;
    bottom: 65%;
    z-index: 12; 
    display: flex;
    gap: 12px;
    align-items:center;
    pointer-events: auto;  
  }
  .banner-arrows .swiper-button-prev,
  .banner-arrows .swiper-button-next{
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 26px rgba(0,0,0,0.20);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor: pointer;
  }
  .banner-arrows .swiper-button-prev::after,
  .banner-arrows .swiper-button-next::after{
    font-size: 20px;
    color: #000;
    font-weight: 800;
  }
  .services-section{
    margin-top: -240px;
    position: relative;
    z-index: 10;
  }
  .service-card{
    background:#fff;
    border-radius: 14px;
    overflow:hidden;
    box-shadow: 0 6px 30px rgba(0,0,0,0.12);
    transition: transform .28s ease, box-shadow .28s ease;
	  height: 400px;
  }
	.swiper{
		padding: 30px 0;
	}
  .service-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.16);
  }
  .service-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
  }
  .service-body{ padding:18px; }
  .service-title{ font-size:18px; font-weight:700; margin:0 0 8px; }
  .service-text{ color:#444; font-size:14px; margin:0 0 12px; }
  .read-more{
	  color:var(--secondary) !important; 
	  font-weight:600; 
	  cursor:pointer; 
}
  .swiper-button-lock { display: block !important; }
/* ================================
   Why Choose Us Section
================================ */
.why-section {
    position: relative;
	padding: 30px 0 30px;
}
.topline-holder {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: relative;
  margin-top: 35px;
  margin-bottom: 50px;
  z-index: 1;
  overflow: visible; 
}
.dot-group {
  position: absolute;
  top: -40px;         
  width: 20%;
  height: 60px;     
  pointer-events: none;
  z-index: 3;         
}
.v-line {
  display: block;
  position: absolute;
  left: 5%;           
  top: 40px;
  width: 1px;
  height: 45px;
  background: #D9D9D9;
  z-index: 3;         
}               
.red-dot {
  display: block;
  position: absolute;
  left: 5%;           
  top: 75px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: var(--secondary);
  border-radius: 50%;
  z-index: 4;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}    
.feature-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.feature-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 33%);
    padding: 10px;
    text-align: left;
    transition: 0.3s;
    min-height: 160px;
    position: relative;
	margin-top: 10px;
    flex: 1 1 calc(20% - 20px); 
}  
/* ================================
       Specified Sector
================================ */
.specialized {
    padding: 50px 0;
    background: #fffef0;
    margin: 50px 0;
    position: relative;
    z-index: 1;
}
.specialized .slick-slide {
    margin: 0 20px;
}
.specialized-info {
    background: #fff;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 6%);
    border-radius: 8px;
    overflow: hidden;
    height: 355px;
}
.specialized-info h3 {
    font-size: 20px;
    padding-bottom: 15px;
}
.slick-prev, .slick-next {
    background: #001264 !important;
    height:45px !important;
    width:45px !important;
    border-radius:50%;
    z-index:999;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: var(--primary) !important;
}
@media (max-width: 992px) {
    .feature-card {
        flex: 1 1 calc(33.33% - 20px);
    }
}
@media (max-width: 768px) {
    .feature-card {
        flex: 1 1 calc(50% - 20px);
    }
}
@media (max-width: 500px) {
    .feature-card {
        flex: 1 1 100%;
    }
}
.icon-box {
    background: var(--secondary);
    padding: 10px;
    width: 60px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
}
.icon-box img {
    width: 28px;
    filter: brightness(0) invert(1);
}
.feature-card p {
    margin-top: 80px;
    font-weight: 700;
    font-size: 15px;
	text-align: center;
}
/* ================================
       Review Section
================================ */
.reviews {
    background: #fffef0;
    padding: 40px 0;
    margin: 50px 0;
}
.reviewsldr .reviews-item {
    background: #fff;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0px 7px 1px #8080805c;
    height: 310px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.reviewsldr .reviews-item,
.reviewsldr .reviews-item * {
    text-align: left !important;	
}
.review-text h3{
	font-size: 20px;
	font-weight: 600;
}
.starreviews i{
	color: #e99819;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #c7d8f9;  
    border-radius: 50%;
    padding: 0;
}
.slick-dots li.slick-active button {
    width: 20px;
    height: 5px;
    background: var(--secondary);   
    border-radius: 22px;
}
.slick-dots li.slick-active button::before{
	display: none !important;
}
.slick-dots li button:before{
	display: none !important;
}
/* ================================
   	Install Project
================================ */
.about-projects {
    position: relative;
    overflow: hidden;
}
.about-projects figure::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
	border-radius: 10px;
    transition: 0.4s ease;
}
.project-dtls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	text-align: left;
    padding: 15px 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(40%);
    transition: all 0.4s ease;
    z-index: 2;
}
.project-dtls h3,
.project-dtls h5,
.project-dtls a {
    color: #fff;
    margin: 0;
}
.project-dtls h5{
	font-size: 15px;
}
.project-dtls h3{
	font-size: 20px;
}
.project-dtls a {
    display: inline-block;
    margin-top: 5px;
	color: var(--secondary) !important;
   font-size: 14px;
	text-decoration: none;
}
.about-projects:hover figure::before {
    opacity: 1;
}
.about-projects:hover .project-dtls {
    opacity: 1;
    transform: translateY(0);
    bottom: 5%;
    left: 0;
}
/* ================================
   Contact Section
================================ */
.contact-section{
	width: 80%;
	margin: auto;
	margin-bottom: 2rem;
}
.contact-box {
    background: var(--primary);
    color: #fff;
    border-radius: 20px 0 0 20px;
    position: relative;
}
.icon-wrap {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
	padding: 17px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.label {
    font-size: 11px;
    opacity: 0.7;
    letter-spacing: 1px;
}
.contact-section .social-icons a {
    width: 35px;
    height: 35px;
    background: #fbf3f321;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
}
.contact-section .social-icons a i{
	color: #fff;
}
.contact-section .social-icons a:hover {
    background: #fff; 
}
.contact-section .social-icons a:hover i{
	color: var(--primary);
}
.contact-form .form-control {
    border: 1px solid #e0e0e0;
    height: 35px;
    font-size: 14px;
}
.specialized img {
    height: 280px;
}
.contact-form textarea.form-control {
    height: auto;
}
.contact-box a {
    text-decoration: none;
    color: #fff;
}
/* ================================
   Breadceumb
================================ */
.breadcrumb-section {
    background: var(--primary);
    text-align: center;
    color: #fff;
    padding: 50px 0;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: var(--secondary);
}
.breadcrumb-item.active{
	color: var(--secondary);
}
.breadcrumb-section nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ================================
  Contact Page Css
================================ */
   .contact-page-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .form-control {
        background: #f9f9f9;
        border: 1px solid #ddd;
        color: #000;
    }
    .form-control:focus {
        border-color: var(--primary);
        box-shadow: none;
    } 
    .info-card {
        padding: 35px 25px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #ececec;
        box-shadow: 0 4px 15px rgba(0,0,0,0.04);
        transition: 0.3s;
		display: flex;
		gap: 30px;
    }
	.info-card a{ 
		color: #000 !important;
		text-decoration: none;		
	}
    .info-card:hover {
        border-color: var(--primary);
        transform: translateY(-4px);
    }
    .info-card i{
        font-size: 28px;
        color: var(--primary);
        margin-bottom: 10px;
    }
    .info-card h6 {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .map-section iframe {
        width: 100%;
        height: 450px;
        border: 0;
        border-radius: 12px;
        margin-top: 40px;
    }
/*--------------------------------------
			About Page
-------------------------------------*/
.exp-box {
    background: var(--primary);
    color: #fff;
    padding: 30px;
    display: inline-block;
    bottom: 0;
    position: absolute;
    left: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
} 
section.promise {
    background: #fffef0;
    padding: 50px 0;
}
.exp-box h5 {
    font-size: 30px;
    color: var(--secondary);
    font-weight: 700;
}
.inner-about-img{
	position: relative;
}
.inner-about-img,.what-to-img{
	height: 350px;
}
.inner-about-img img, .what-to-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.promise-container{
	width: 80%;
	margin: auto;
	text-align: center;
}
.promise a{
	display: inline-block;
}
/* ================================
   Service page CSS
================================ */
.service-box {
  position: relative;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.service-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.25));
}
.service-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  padding: 0 25px;
  color: #fff;
  transition: transform .45s ease;
}
.service-content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;	
}
.service-box .service-content p,
.service-box .service-content a {
  opacity: 0;
  transform: translateY(20px);
  transition: .45s ease;
}
.service-box:hover img {
  transform: scale(1.1);
}
.service-box:hover .service-content {
  transform: translateY(-100px);
}
.service-box:hover p,
.service-box:hover a {
  opacity: 1;
  transform: translateY(0);
}
/* ================================
   Service Details Page
================================ */
.faq-section {
    max-width: 80%;
    margin: auto;
    background: #ffffff;
    border-radius: 10px;
}
.service-list {
  list-style: none;
  padding-left: 0;
}
.service-list li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
}
.service-list li::before {
  content: "\f058"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
}
.why-choose-box {
    border-radius: 10px;
    transition: 0.3s;
    background: #fff;
    box-shadow: 0 0 10px 0 #80808078;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.why-choose-box h4{
	color: var(--primary);
	font-weight: 700;
}
.why-choose-box:hover {
   transform: translateY(-8px);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.frequently{
	padding: 0 0 50px;
}
/* ================================
   Blog Inner Page
================================ */
.single-blog-card-image {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.blog-details a {
    color: var(--primary)!important;
}
.blog-details ul li {
    list-style-type: square;
    margin-left: 2rem;
}
.single-blog-card-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.single-blog-card-image img {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
}
.blog-content h4 {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}
.blog-content h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 5px;
  font-weight: 600;
}
.read-more-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 22px;
  font-size: 14px;
  color: #fff;
  background: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease;
}
.read-more-btn:hover {
  background: var(--secondary);
  color: #fff;
}
/* ================================
   gallery Page CSS
================================ */
   .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: .5s ease;
	border-radius: 12px;
}
.gallery-item::after {
  content: "+";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .4s ease;
}
.gallery-item:hover::after {
  opacity: 1;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
/* ================================
  		Responsive Screen
================================ */
@media(max-width: 1200px){
	.hello {
		bottom: 16%;
	}
}

@media(max-width: 1024px){
	.reviews{
		margin: 0;
	}
}

@media(max-width: 991px){
	.topbar{
		display: none;
	}
	.contact-box{
		border-radius: 20px;
	}
	.hello {
        bottom: 10%;
    }	
	.topline-holder{
		display: none;
	}
}

@media (max-width: 767px){
	.man-img{
		display: none;
	}
	.content-box{
		width: 95%;
	}
	section {
		padding: 30px 0 20px;
	}
	footer a.footer-logo img{
		width: 50%;
	}
	.footer-img {
		justify-content: center;
	}
	.specialized {
		padding: 30px 0;
		margin: 30px 0;
	}
	.hello {
		bottom: 9%;
	}	
	.promise-container{
		width: 100%;
	}	
	section.promise{
		padding: 30px 0;
	}
	.faq-section{
		max-width: 100%;
	}
}

@media (max-width: 667px){
	.contact-section{
		width: 100%;
		margin-bottom: 0;
	}
	.footer_menu {
		padding: 40px 0 60px 0;
	}
}

@media (max-width: 568px){
	.main-heading {
		font-size: 26px;
	}
	.certificate-box img {
		width: 16%;
	}	
	.certificate-box{
		height: auto;
	}	
	.hello {
		bottom: 10%;
		left: 20%;
	}
	.swiper {
		padding: 45px 0 0;
	}
	.service-card{
		height: auto;
	}	
	.slick-next {
		right: 0px;
	}
	.slick-prev{
		left: 0px;
	}
	.reviews {
		padding: 30px 0;
	}
	.hero-heading {
		font-size: 35px;
	}
}

@media(max-width: 479px){
	.btn-flex-section {
		flex-direction: column;
		gap: 25px !important;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset,-10px) !important;
		right: auto;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset,25px) !important;
		left: auto;
	}
	.feature-card{
		min-height: auto;
	}
	.hero-heading {
		font-size: 30px;
	}
	.reviewsldr .reviews-item{
		height: 460px;
	}
	.contact-page-box{
		padding: 25px;
	}
}

@media(max-width: 414px){
	.hero-heading {
		font-size: 28px;
	}	
	.banner-arrows {
		position: absolute;
		left: 5%;
		bottom: 45%;
		z-index: 12;
		display: flex;
		gap: 12px;
		align-items: center;
		pointer-events: auto;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset,60%) !important;
		left: auto;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset,0px) !important;
		right: auto;
	}
	.swiper {
		padding: 100px 0 0;
	}
	.main-heading {
		font-size: 22px;
	}
}

@media(max-width: 375px){
	.gallery-item img{
		height: 150px;
	}
}

@media(max-width: 360px){
	.contact-box {
		border-radius: 20px;
		padding: 30px 20px !important;
	}
	ol.breadcrumb {
		display: flex !important;
		justify-content: center;
	}
}