
*{
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:#146092;
  --title-color:#323232;
   --p-color:#484848;
 --bgcolor-light:#F8FCFF;
  --bgcolor-semi-light:#F3F9FE;
--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;
}


/************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;
}



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:#146092;
  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 40px 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: 16px;
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:#146092; }
.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:#146092;

  border-top:1px #146092 solid;
  text-transform:uppercase;
  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:#114E76;}
.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:#000;
  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;
  right:-100%;
  width:260px;
  height:100vh;
  background:#222;
  padding-top:80px;
  transition:.4s ease;
}

.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{
  right:0;
}

.mobile-menu li.menu-item-has-children > a::after {
content: "\f107";
font-family: "Line Awesome Free";
    margin-left: 12px;
    font-size: 18px;
    color: #4E4E4E;
    transition: transform 0.3s;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 15px;
}

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



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




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

.header-top {
    background:var(--bgcolor-light);
    padding: 14px 0;
  min-height: 48px;
}

.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: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-links a {
  color: var(--themecolor);
    font-size: 18px;
    transition: 0.3s;
    background-color: #DDE7EF;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    line-height: 32px;
}

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

a.btn-top-cta{
  color: var(--color-white);
    background-color: var(--themecolor);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 25px;

}


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

/**************banner************/

/* Hero Banner Styling */
.hero-banner {
    position: relative;
    height: 90vh; /* Screen height-er 85% */
    min-height: 894px;
    display: flex;
    align-items: flex-end; /* Content-ke niche push korbe */
    padding-bottom: 80px; /* Ekdom nich theke ektu upore gap rakhbe */
    overflow: hidden;
    color: #ffffff;
}

/* Background Image Layer */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Image jeno stretch na hoy */
}

/* Overlay for Text Visibility (SEO & Accessibility) */
.hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgb(0 0 0 / 41%) 100%);
}

/* Content Typography */
.hero-title {
 
    font-size: 78px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-desc {
  

    margin-bottom: 35px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  
}
.hero-desc p{
    color: var(--color-white);
    font-weight: 400;
    margin-bottom: 20px;
        font-size: 18px;
}

/* Button Design */
.theme-btn {
   color: var(--color-black);
    background-color: var(--color-white);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 25px;
    transition: all 0.3s ease;
}

.theme-btn:hover {
 color: var(--color-white);
    background-color: var(--themecolor);
}

/*************************services************************/
.section-padding{
    padding: 80px 0px;
}
.service-services{
    min-height: 1500px;
    background-color: var(--bgcolor-light);
}
.service-services .container{
max-width: 1490px;
}
.max-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.section-heading h2{
margin-bottom: 20px;
font-style: normal;
font-weight: 500;
font-size: 60px;
line-height: 80px;
text-align: center;
color: var(--title-color);


}
.section-heading p{

font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 28px;
/* or 156% */
text-align: center;

color:var(--p-color);


}

.services-holder {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    height: 500px; /* Apnar design onujayi set korun */
}

.services-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.services-holder:hover img {
    transform: scale(1.1);
}


.service-overlay {
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0px 0px 30px;
    background: linear-gradient(to top, rgb(0 0 0 / 40%) 0%, transparent 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
}

.overlay-left {
    max-width: 80%;
    padding-bottom: 30px;
}

.overlay-left h3 {
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: 400;
}

.overlay-desc p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--color-white);
}

.overlay-right .arrow-btn {
       width: 65px;
    height: 65px;
    background: #E3E3E3;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
    border: 7px solid #fff;
    position: relative;
    bottom: -7px;
    right: -7px;
}

.overlay-right .arrow-btn:hover {
    background:var(--themecolor);
   
}
.overlay-right .arrow-btn i{
     transition: 0.3s;
     color: #666666;
}
.overlay-right .arrow-btn:hover i{
 transform: rotate(-45deg);
 color: var(--color-white);
}

/******************************whychos**********************/
.service-whychose .container{
max-width: 1300px;
}
/* Container Fix */
.max-1000 {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

/* Why Us Box Styling */
.whyUsBox {
    position: relative;
    padding: 15px 0 15px 58px; 
   font-size: 18px;
    font-weight: 500;
    color: var(--p-color);

}
.whyUsBox h3{

font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
margin-bottom: 9px;

color: var(--title-color);


}
.whyUsBox p{
        font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;

    color: var(--p-color);
}

.whyUsBox:last-child {
    border-bottom: none;
}


.whyUsBox::before {
    content: "\f00c";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 79px;
    transform: translateY(-50%);
    color: var(--color-white);
    background-color: var(--themecolor);
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
}


.why-us-figure img {
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: cover;
    display: block;
}



/* Mobile Responsive */
@media (max-width: 768px) {
    .whyUsBox {
        font-size: 16px;
        padding: 12px 0 12px 35px;
    }
}