*{
text-decoration: none !important;
outline: none !important;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/
:root {
 --main-font-size: 16px; 
  --main-font-weight: 400; 
  --main-line-height: 25px; 
  --font-titel:'DM Sans', 'DM Sans Local', sans-serif;
  --font-paragraph:'DM Sans', 'DM Sans Local', sans-serif;
 --themecolor:#ED1B23;
  --title-color:#323232;
   --p-color:#484848;
 --bgcolor-light:#F2F2F2;
  --bgcolor-semi-light:#F6F6F6;
--color-white:#ffffff;
     scroll-behavior: smooth;
    scroll-padding-top: 4rem;
    --color-black:#000;
    --main-line-heigh:28px;
    --main-font-weight:400px;
    --main-font-size:18px;

     --transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}


/************VARIABLE CSS***********/
/************VARIABLE CSS***********/

body {
 
    font-weight:var(--main-font-weight);
  font-size:var(--main-font-size);
  color:var(--p-color);
  line-height:var(--main-line-heigh);
  background: var(--color-white);
  letter-spacing:0px;
  margin:0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;

font-family: var(--font-paragraph);
    /* Font-er pixel gulo smooth korar jonne */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* Letter spacing thik korun (Google Fonts ektu tight thake) */
    letter-spacing: -0.015em;
}


/* DM Sans Local - Regular */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
         url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - Medium */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
         url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - SemiBold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
         url('../fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - Bold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
         url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-ExtraBold.woff2') format('woff2'),
         url('../fonts/DMSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Italics (Example: Medium Italic) */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-MediumItalic.woff2') format('woff2'),
         url('../fonts/DMSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



figure{
    margin: 0;
}
p:empty{
  display: none !important;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover, a:focus{
  text-decoration: none;
}
ol {
    list-style: decimal inside;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var( --font-titel) !important;
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-paragraph);
}
b,
strong {
    font-weight: 800;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #000;
}
::selection {
  background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
  outline:none;
  
}



/**************theme sacting*******/
.swich0{
  display: none !important;
}
.swich1{
  display: block;
}

/*****************
Typography
*****************/
.h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
}

.h2 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
    letter-spacing: -0.5px;
}

.h3 {
     margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-family) !important;
    letter-spacing: -0.5px;

}
.h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}
.h5 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}

.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;

    font-family: var(--font-paragraph);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
  color: #fff !important;
}
.color-white p,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white ul li,
.color-white ul li a{
  color: #fff !important;
}
p {
    font-size: 17px;
    color: #444444;
    line-height: 26px;
    letter-spacing: 0;
}

.letter-spacin-0{
  letter-spacing: 0px;
}
.letter-spacin-1{
  letter-spacing: 1px;
}
.letter-spacin--1{
  letter-spacing: -1px;
}

.image-shadow img{
  box-shadow: 0px 0px 30px #ccc;
}

.relativ-class{
  position: relative;
}

/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
  overflow: visible !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.no-shadow{
  box-shadow: none !important;
}

/***************
VISUL CLASS
*************/


/***************
page scrool
**************/
.scrollup{
  position:fixed;
  right:-60px;
  bottom:30px;
  width:45px;
  height:45px;
  background:var(--themecolor);
  color:#fff;
  text-align:center;
  line-height:45px;
  cursor:pointer;
  transition:all .4s ease;
  z-index:9999;
  border-radius:4px;
  opacity:0;
}

.scrollup i{
  font-size:20px;
}

/* Active Show */
.scrollup.active{
  right:30px;
  opacity:1;
}


/***************
page scrool
***************/



.section {
    width: 100%;
overflow: hidden;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

.nav{
}
#pull{display:none;}
.nav > ul{
 
font-family: var(--font-paragraph);
  
    

}

.nav > ul > li::after{
 content: " ";
    width: 8px;
    height: 8px;
    background-color:transparent;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -8px;
}

.nav > ul > li:last-child:after{
  content: "";

}

.nav > ul > li{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;
  margin:0px 20px 0px 0px;}
.nav > ul > li:last-child,
.nav > ul > li:only-child{margin:0px 0px 0px 0px}
.nav > ul > li::before {
  position: absolute;
  bottom: -7px;
  left: 27%;
  z-index: 0;
  content: " ";
  width: 40%;
  height: 3px;
  background:transparent;
  border-radius:0px; 
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
 
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before{transform:scaleX(1);-webkit-transform:scaleX(1);}
.nav > ul > li > a {
 font-family: var(--font-paragraph);
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
    padding: 5px 6px 5px 7px;

    font-weight:500;
    font-size: 14px;
color:#4E4E4E; 
  line-height: 22px;
  cursor: pointer;
 letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;





}
.nav > ul > li > a i{ font-size: 16px;}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{ color:var(--themecolor); }
.nav > ul > li > ul{position:absolute;top:100%;
  left:0;z-index:9999;width:240px;height:auto;padding:3px 0px 0px 0px;
  background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}
.nav > ul > li:hover > ul{top:100%;opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: #707070;
    border-top: 1px #676767 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:9px 15px 10px 15px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{background:var(--themecolor);}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}

.nav > ul .menu-item-has-children{
    position: relative;
}
.nav > ul .menu-item-has-children > a::after {
content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-left: 12px;
    font-size: 13px;
    color: #4E4E4E;
    position: relative;
    top: -2px;
}


/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

/****************
START HEADER PART
****************/

 .sticky{
   padding:0px 0px;
    position: fixed !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999 !important;
 background-color:#fff !important;
}
  
/****************
END HEADER PART
****************/

/***************MPBILE MENU***********/

.hamburger{
  display:none;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
}

.hamburger span{
  width:28px;
  height:2px;
  background:var(--color-black);
  transition:.4s;
}

.hamburger.active span:nth-child(1){
  transform:rotate(45deg) translate(5px,5px);
}

.hamburger.active span:nth-child(2){
  opacity:0;
}

.hamburger.active span:nth-child(3){
  transform:rotate(-45deg) translate(6px,-6px);
}

/* Mobile Menu */
.mobile-menu{
position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100vh;
    background: #2A2A2A;
    padding-top: 40px;
    transition: .4s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu ul{
  list-style:none;
  padding-left:25px;
}

.mobile-menu li{
  margin-bottom:20px;
}

.mobile-menu a{
  color:#fff;
  text-decoration:none;
}

.mobile-menu.active{
  left:0;
}


.mobile-menu ul.sub-menu {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    opacity: 0;
    padding-left: 0px;
    margin-top: 15px;
}
.mobile-menu ul.sub-menu li{
    margin-bottom: 10px;
}
.mobile-menu ul.sub-menu li a{
    font-size: 16px;
}

.mobile-menu li.open > ul.sub-menu {
    height: auto; 
    visibility: visible;
    opacity: 1;
}


.mobile-menu li.menu-item-has-children > a {
    position: relative;
    display: block;
}

.mobile-menu li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    right: 18px;
    transition: transform 0.4s ease;
}

.mobile-menu li.open > a::after {
    transform: rotate(180deg);
}



/***************MPBILE MENU***********/
.max-1100{
     max-width: 1100px;
    margin-left: auto;
    margin-right: auto; 
}
.max-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.max-900{
    max-width: 900px;
    margin: auto;
}
.max-800{
 max-width: 800px;
    margin: auto;
}
.max-700{
     max-width: 700px;
    margin: auto;
}
.max-600{
     max-width: 600px;
    margin: auto;
}
.max-500{
     max-width: 500px;
    margin: auto;
}


/****************************slider vanila css****************************/
   .slider-wrapper { position: relative; width: 100%; max-width: 100%; margin: 0 auto; overflow: hidden; }
        .slider-track { display: flex; will-change: transform; cursor: grab; }
        .slide-item { flex-shrink: 0; padding: 10px; box-sizing: border-box; /*transition: 0.5s;*/ }
        .content-box { 
            height: 300px; background: var(--primary); color: #fff; border-radius: 15px;
            display: flex; align-items: center; justify-content: center; font-size: 2.5rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1); font-weight: bold;
        }

        /* 1. Center Mode */
      /* slide height same */
.center-style .slide-item{
    height:635px;
    display:flex;
    transition: 0s;
}

/* inner box full height */
.center-style .servic-item-box{
    height:100%;
    display:flex;
    flex-direction:column;
    width: 100%;
    position: relative;
}

/* image container */
.center-style .servic-img{
    height:100%;
}

/* image fit */
.center-style .servic-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.service-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:20px;
    background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  
}


       .center-style .slide-item.active .service-overlay-center {
    max-width: 558px;
    background: #F5F5F5;
    text-align: center;
    margin: auto;
    transform: translate(0px, 60px);
    padding: 16px;
    border-radius: 0;
}
 .overlay-desc{
    display:none;
}

/* center slide show */
.slide-item.active .overlay-desc{
    display:block;
}

        /* 2. Peek Mode (Half Visible) */
        .peek-style .slider-track { padding: 0 10%; }

        /* 3. Thumbnail Sync Style */
        .thumb-nav-wrapper { max-width: 600px; margin: 0 auto 40px; }
        .thumb-content {
            height: 70px; background: #ddd; border-radius: 8px; cursor: pointer;
            opacity: 0.6; transition: 0.3s; border: 3px solid transparent;
            display: flex; align-items: center; justify-content: center; font-weight: bold;
        }
        .thumb-nav-item.active .thumb-content { opacity: 1; border-color: var(--themecolor); background: #fff; }

        /* Theme Colors */
        .normal-style .content-box { background: #10b981; }
        .grid-style .content-box { background: #f59e0b; font-size: 1.5rem; }
        .thumb-main-style .content-box { background: #6366f1; }

        /* Controls */
        .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; background: #fff; 
            border: none; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 2px 10px rgba(0,0,0,0.2); }
        .prev-id { left: 10px; } .next-id { right: 10px; }
        .dots-id { display: flex; justify-content: center; gap: 8px; margin-top: 15px; }
      .dot-class { 
    width: 9px; 
    height: 9px; 
    background: #ccc; 
    border-radius: 50%; 
    cursor: pointer; 
  
    transition: transform 0.3s ease, background 0.3s ease; 
    display: inline-block; 
}

.dot-class.active { 
    background: var(--themecolor); 
   
  
}

/****************************slider vanila css****************************/

/***************header***********/
    .container {
        max-width: 1315px;
    }

    .section-padding{
    padding: 80px 0px;
    position: relative;
}

.top-head{
    position: relative;
    z-index: 10;
}
.header-top {
    background:var(--bgcolor-semi-light);
    padding: 12px 0;
  min-height: 48px;
  position: relative;
  left: 0px;
  top:0px;
  width: 100%;
border-bottom: 1px solid rgb(201 201 201 / 18%);
}
.header-top .container{
    max-width: 1315px;
}
.top-left-contact {
    display: flex;
    gap: 25px;
    align-items: center;
}

.contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--p-color);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
}

/* LineAwesome Icon Color */
.contact-item i {
    color: var(--themecolor); /* #DDB046 */
    font-size: 22px;
}

.contact-item:hover {
    color: var(--primary);
}

/* Right side elements display */
.top-right-elements {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.social-links {
    display: flex;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-links a {
  color:#8B8B8B;
    font-size: 18px;
    transition: 0.3s;
 display: inline-block;
width: 26.84px;
height: 26.84px;
    text-align: center;

background: rgba(206, 206, 206, 0.14);
backdrop-filter: blur(12px);
transition: all 0.3s;
border-radius: 100px;

 
}
.social-links a:hover{
    background-color: var(--themecolor);
    color: var(--color-white);
}


a.btn-top-cta{
  color: var(--color-white);
    background-color: var(--themecolor);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 12px 22px;
    border-radius: 0;

}
a.btn-top-cta1{
  color: #656565;
    background-color: var(--color-white);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 0;
    border:1px solid #dfdfdf;

}


.header-btom {
    padding: 20px 0;
    background: #fff;
    min-height: 93px; 
 
}

/* Home text visually hide */
.menu-home-icon a {
    position: relative !important;
    color: transparent;   /* text invisible */
}

/* Remove text space */
.menu-home-icon a span,
.menu-home-icon a {
   font-size: 0 !important;
}

/* Line Awesome Home Icon show */
.menu-home-icon a::before {
   content: "\f015";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 20px;
    color: #000;
    display: inline-block;
    position: relative;
    top: 3px;
}

/* Hover effect */
.menu-home-icon a:hover::before {
    color: #ff6600;
    transition: 0.3s ease;
}





/**************banner************/
#mobile-hero { display: none; background:var(--bgcolor-semi-light);}
#desktop-hero { display: block; }


.hero-section {
background-color: var(--bgcolor-semi-light);
    position: relative;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px; /* Design onujayi height */
}

.hero-content{
  width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

.trust-list{
  margin-top: 18px;
}
.trust-list li{

width: 230px;
    height: 62px;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    line-height: 21px;
    font-size: 16px;

}

.banner-social-links {
    flex-direction: column;
    gap: 11px;
       margin-top: 18px;
}

a.social-review-item {
display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
a.social-review-item:last-child {
    border-bottom: none;
 
}
a.social-review-item .stars li{
background-color: #EEAF33;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
  
    border-radius: 5px;
}

a.social-review-item span{
    color: #1C1C1C;
    font-size: 16px;
}

.screen-edge-img {
    width: 50vw; /* Screen-er thik ordhek */
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}



    .hero-image-wrapper {
        position: relative;
        top: 0;
        left: 0vw; 
        width: 50vw;
        height: 100%;
    }



.form-overlay-card {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    padding: 25px;
    color: #fff;
    max-width: 600px;
    z-index: 5;
    backdrop-filter: blur(3px);
}


.screen-edge-img {
    aspect-ratio: 16 / 9;  
}

      .award-link {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    padding: 0;
}

.award-link li {
    list-style: none;
}

.award-link li a img.hero-award-icon {
    height: auto;
    width: auto;
    display: block;
    object-fit: contain;
 
    aspect-ratio: attr(width) / attr(height); 
}


.hero-content h1{

font-style: normal;
font-weight: 700;
font-size: 53px;
line-height: 129%;
/* or 68px */
letter-spacing: -0.01em;

color: #413B3B;


}
.hero-content p{
 
font-style: normal;
font-weight: 400;
font-size: 23px;
line-height: 41px;
/* or 178% */
text-transform: capitalize;

color: #3B3B3B;


}

/**********form lagbel animeted**********/
.field {
    position: relative;
    margin-bottom: 13px;
}




.field span{
  color:#f00;
}


.field input,
.field textarea,
.field select{
  width: 100%;
  padding: 18px 12px;
  border: none;
 border-radius: 4px;
  background: #EDEDED;
  color: #404040;
  font-size: 15px;
  outline: none;
}


.field label{
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 15px;
  color: #404040;
  pointer-events: none;
  transition: .3s ease;
      padding: 0px 4px;
      background-color: #EDEDED;
}


.field:focus-within label{
  top: -8px;
  font-size: 13px;
  color: #404040;
}


.field.has-value label{
  top: -8px;
  font-size: 13px;
  color: #9C9C9C;
}


.field input:focus,
.field textarea:focus,
.field select:focus{
  border-bottom: 1px solid #787878;
}
.field textarea{
    height:130px;
}
.field select{
        height: 62px;
}
.field select option {
  background: #fff;
  color: #000;
}




.field input[type="submit"],
.field button[type="submit"]{
  background:var(--themecolor);
  color:var(--color-white);
  width: 100%;
 
  padding:17px 20px;
  text-transform: uppercase;
  cursor:pointer;
  transition:0.3s ease;
  font-weight: 600;
  font-size:15px;
}
.field .wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

.field input:-webkit-autofill,
.field textarea:-webkit-autofill,
.field select:-webkit-autofill {
  
  -webkit-box-shadow: 0 0 0px 1000px #1f1f1f  inset !important; /* background color */
  -webkit-text-fill-color: #fff !important; /* text color */
}

.wpcf7 form .wpcf7-response-output{
  margin: 20px 0 0;
  padding: 12px 16px;
  border: none !important;
  border-radius: 6px;
  font-size: 14px;
  color: #fff !important;
  background: rgba(255,255,255,0.08); /* halka background */
    text-align: center;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  background: rgba(255, 0, 0, 0.12);
  color: #fff !important;
  border: none !important;
}


.wpcf7 form.sent .wpcf7-response-output{
  background: rgba(0, 255, 120, 0.12);
  color: #fff !important;
  border: none !important;
}


.wpcf7-not-valid-tip{
 
  font-size: 13px;
  margin-top: 5px;
}


.form-overlay-card h3{
 font-size: 26px;
    font-weight: 500;
    max-width: 402px;
    line-height: 33px;
}
/**********form lagbel animeted**********/


/*************************services************************/

.section-heading {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.section-heading h2{
font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 129%;
    letter-spacing: -0.01em;
    color: #413B3B;
}
.section-heading p{
   
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 26px;


color: #353434;


}
.center-style .slide-item .service-overlay-center h3{
  
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 40px;
text-align: center;
text-transform: capitalize;
color: #F6F6F6;
}

.center-style .slide-item.active .service-overlay-center h3{
margin-bottom: 10px;
color: #3A3A3A;

font-style: normal;



color: #1C1C1C;


}

.mt-custom{
    margin-top: 80px;
}



/******************************about us**********************/
.service-about{
    background-color: var(--bgcolor-semi-light);
}
.section-heading ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-heading ul li {
    position: relative;
    display: inline-block;
    padding-left: 36px;
    margin-bottom: 15px;
    font-size: 17px;
    color: var(--p-color);
    line-height: 28px;
    min-height: 28px;
}
.section-heading ul li::after {
content: "\f00c";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: #fff;
    color: var(--themecolor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.3s ease;
}
.statistik li{

box-sizing: border-box;
    width: 162px;
    min-height: 129px;
    background: #FFFFFF;
    border: 1px solid #F0EDED;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;

}
.statistik li strong{
  margin-bottom: 10px;
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: 26px;
/* identical to box height, or 100% */
text-align: center;

color: #000000;


}
.service-about .section-heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 129%;
    letter-spacing: -0.01em;
    color: #413B3B;
}

/*************************testimonal********************/

.testmonial-boxs{
    background-color: var(--bgcolor-semi-light);
    padding: 25px;
}
        .testimonial-slider .slide-item{
            padding: 0px;
        }

        

        .testimonial-text {
           
            margin-bottom: 25px;
           
        }
        .testimonial-text{
    width:100%;
    word-wrap:break-word;
}
.testimonial-slider .slide-item{
    height:auto;
}
        .testimonial-text p{
             font-size: 1.2rem;
            line-height: 1.6;
            color: #444;
             font-family: var(--font-paragraph);
        }

        .client-img {
            width: auto;
            height: auto;
            border-radius: 50%;
            object-fit: cover;
            aspect-ratio: attr(width) / attr(height);
        }

        /* Trust Badges */
        .trust-row {
            border-top: 1px solid #eee;
            padding-top: 20px;
            margin-top: 14px;
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
        }
.trust-row li{
flex: 0 0 120px;
    border-right: 1px solid #e1e1e1;
    padding-right: 0;
    margin-right: 26px;
}
.trust-row li i{
    font-size: 35px;
    color: var(--themecolor);
}
.trust-row li span{
   
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 19px;

color: #343332;


}
.trust-row li a{
       display: flex;
    align-items: center;
        gap: 10px;
}


.testimonial-slider .dots-id{
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 35px;
}
        .cl-data strong{

font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 21px;

color: #232323;


        }
        .text-data{
            font-size: 14px;
                line-height: 11px;
        }
        .stars{
             display: flex; gap: 4px; margin-top: 0px;
        }
        .stars .star-item{
             background-color: #F6BA37;
    color: var(--color-white);
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    border-radius: 4px;
        }


        .video-box{
position:relative;
aspect-ratio:16/12;
overflow:hidden;
}

.video-box video{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:50px;
height:50px;
border-radius:50%;
border:none;
background:var(--themecolor);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
font-size:28px;
transition:0.3s;
}

.play-btn.hide{
opacity:0;
pointer-events:none;
}

.testimonial-text {
    margin: 20px 0;
    padding: 0;
    border: none; /* Default blockquote border sranor jonno */
}

.testimonial-text p {
    font-size: 19px;
    line-height: 1.8;
    color: #5A5A5A;
    display: inline; /* Eta dile quote text-er sathe thakbe */
}

/* Opening Quote */
.testimonial-text p::before {
content: "“";
    font-family: "Times New Roman", serif;
    font-size: 90px;
    color: #E9E9E9;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 0;
    position: relative;
    top: 16px;
}

/* Closing Quote */
.testimonial-text p::after {
 content: "”";
    font-family: "Times New Roman", serif;
    font-size: 90px;
    color: #E9E9E9;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 0;
    position: relative;
    bottom: -20px;
}

        /* Responsive Mobile */
        @media (max-width: 991px) {
            .testimonial-wrapper {
                flex-direction: column;
            }
            .video-side, .content-side {
                width: 100%;
            }
            .video-side {
                height: 350px;
            }
            .inner-content {
                padding: 40px 20px;
                max-width: 100%;
            }
        }



/********************************Services ares css here************************/   

.service-area-card {
 background: var(--bgcolor-semi-light);
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.3s ease;
    content-visibility: auto;
    contain-intrinsic-size: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 18px;
}

.image-holder-area {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0; /* Image load hoyar age placeholder color (CLS Fix) */
    /* Container level-ei aspect-ratio set kora shera practice */
    aspect-ratio: 16 / 10; 
    overflow: hidden;
}

.image-holder-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* Image decoding browser-ke main thread free rakhte help kore */
    image-rendering: auto;
}

/* Line Awesome Icon Overlay */
.image-holder-area i {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    font-size: 24px;
    color: var(--themecolor);
    background: var(--color-white);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* Font swap-er jonne spacing reserve rakha */
    font-display: swap;
}

.service-area-card h3 {
 
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}
.service-area-card p{
    max-width: 383px;
    font-size: 16px;
    line-height: 26px;
}
.service-area-card a {
display: inline-block;
    margin: 0 15px 25px;
    color: #454545;
    text-decoration: none;
    font-weight: 500;
    background-color: var(--color-white);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 15px;


}

.service-area-card:hover a{
     color: var(--color-white);
         background-color: var(--themecolor);
         transition: var(--transition);
}

/******************************content -imge*******************/

.service-content-images{
    background-color: var(--bgcolor-semi-light);
}
.why-us-figure{
    position: relative;
}
.ovelay-logo{
position: absolute;
    right: 23px;
    bottom: 16px;
    background-color: var(--color-white);
    border-radius: 10px;
    max-width: 185px;
    padding: 6px 9px;
}
.page-content-h4 h4{
    margin-bottom: 4px !important;
}

/*=================================Steps to Follow============================*/ 

.page-content-number {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    align-items: flex-start;
    position: relative;
}
.page-content-number:before{
content: "";
    position: absolute;
    left: 24px;
    top: 0px;
    width: 1px;
    height: 100%;
    z-index: -1;
    background-color: #f5f4f4;
}
.page-content-number:last-child::before {
    display: none;
}
.page-content-number .number {
    min-width: 50px;
    height: 50px;
    background: #F5F4F4;
    color: #333333;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    flex-shrink: 0;
 
}

.page-content-number .page-data h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333333;
}

.page-content-number .page-data p {
    font-size: 17px;
    line-height: 1.6;
    color: #353434;
    margin: 0;
}

.image-holder-single .ovelay-logo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-white);
    border-radius: 10px;
    max-width: 185px;
    padding: 6px 9px;
}
/*************************************step************************/

/* Container width optimization */
.service-remodeling-step{
    background-color: var(--color-white);
}
.service-remodeling-step .container {
 
}

/* Flexbox logic for Equal Height */
.service-remodeling-step .row {
    display: flex;
    flex-wrap: wrap;
}

.service-remodeling-step .col-lg-3 {
    display: flex; 
}

.step-wrapper {
    position: relative;
    padding-top: 0; 
    text-align: center;
    width: 100%; 
    display: flex;
    flex-direction: column;
}

.step-number {
    position: relative;
    background:#F8F8F8;
    color: #585858;
   font-weight: 600;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius:10px;
    display: inline-block;
    line-height: 50px;
    z-index: 5;
   margin: 22px auto 0px auto;
    transition: all 0.3s;
}

.step-wrapper:hover .step-number{
color: var(--color-white);
  
    background:var(--themecolor);
}

.step-holder {
    background:#F3F3F3;
    padding: 40px 20px;
    border-radius: 0px;
 border-radius: 10px;
    transition: transform 0.3s ease;
    margin-top: 30px;
    position: relative;
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    align-items: center;
}


.step-holder::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 18px 20px 0 20px;
    border-color: #F3F3F3 transparent transparent transparent;
  transform: translateX(-50%) rotate(0deg);
}

.step-holder img {
    max-width: 60px;
    height: auto;
    margin-bottom: 20px;
  
}

.step-holder h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 15px;
}

.step-holder p {
    font-size: 17px;
    color: var(--title-color);
    line-height: 1.7;
    margin: 0;
    flex-grow: 1; 
}
/********************************cta************************/

.service-cta{
    background-color: #F2F2F2;
}

.cta-subtitle{

    font-style: normal;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 33px !important;
    color: #353434;


}
.service-cta {
    position: relative;
    color: #ffffff;
    min-height: 380px;
    display: flex;
    align-items: center;
}


.cta-buttons .theme-btn{
    color: var(--color-white);
    background-color: var(--themecolor);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 12px 22px;
    border-radius: 0;
}


.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-separator {
    font-weight: bold;
    font-size: 1.2rem;
}

.cta-call-box {
    text-align: left;
}

.call-us-text {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}






.cta-call-box {
    display: flex;
    align-items: center;
    gap: 15px; 
    text-align: left;
}


.cta-call-box i {
    width: 52px;
    height: 52px;
    background-color: #ffffff;
    color:var(--themecolor); 
    border-radius: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; 
    flex-shrink: 0; 

}


.phone-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    align-items: flex-start;
}


.call-us-text {
    margin: 0 !important;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--title-color) !important; 
    letter-spacing: 0.5px;
}


.phone-number {
    font-size: 20px; 
    font-weight: 800;
    color: var(--title-color);
    display: block;
    margin-top: 2px;
}

.cta-buttons .theme-btn{
    padding: 17px 34px;
}

/********************************************contant text**********************************/




/**************************footer********************/

    /* Footer Main Styling */
.footer-main {
    background-color: #fff; /* Light background for a clean look */
    padding-top: 60px;
}

.footer {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.footer-heading {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 25px;
    position: relative;
   font-family: var(--font-paragraph);
}

/* Contact List */
.footer-contact-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #333333;
    font-size: 17px;
    line-height: 1.5;
}

.footer-contact-list ul li span {
    color: var(--themecolor);
    margin-right: 12px;
    font-size: 18px;
}

.footer-contact-list ul li a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-list ul li a:hover {
    color: #FFB400;
}

/* Social Icons */
.socil-footer {
    display: flex;
    gap: 10px;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.socil-footer li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background:var(--bgcolor-semi-light);
   
    border-radius: 50%;
    color:var(--title-color) !important;
    font-size: 16px;
    transition: all 0.3s ease;
}

.socil-footer li a:hover {
    background:var(--themecolor);
     color:var(--color-white) !important;
    
  
}

/* Footer Menus */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    color: #333333;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
}



/* Client Logos & Copyright Section */
.foot-menu-copy {
    padding: 30px 0;
    background: #fff;
}

.client-logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}





.text-copy {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin: 0;
}

.text-copy strong {
    color: #333;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .footer-heading {
        margin-top: 30px;
    }
    .footer-main {
        padding-top: 40px;
    }
}


/**********************************inner page**************************/

