@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');





/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	

:root{
	--primary-color			: #0D0D0D;
	--secondary-color		: #0171c5;
	--secondary-color1		: #0e4b79;
	/*--secondary-color1		: #003C73;*/
	--text-color			: #ccc;
	--arrow-color			: #daf1f3;
	--accent-color			: #612e11;
	--white-color			: #FFFFFF;
	--divider-color			: #EAEAEA;
	--dark-divider-color	: #FFFFFF1A;
	--btn-color			: #FFFFFFCC;
	--btn6-color			: #efb708;
	--btn1-color			: #a78b76;
	--othr-color			: #612e11;
	--default-font			: "Playfair", serif;
	--default-font1			: "Inter", sans-serif;
	--accent-font			: 'Montserrat', sans-serif;
	--accent-font1			: "Space Grotesk", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
    font-size: 17px;
     /* font-family: "Urbanist", sans-serif; */
     font-family: 'Montserrat', sans-serif;
     /*font-family: "Playfair", serif;*/
     /*font-family: "Space Grotesk", sans-serif;*/
}

html{
    font-size: 100%;
}
a{
    text-decoration: none !important;
}

p{
	line-height: 1.5em;
	margin-bottom: 0px !important;
  /* margin-top: 15px; */
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-family: var(--accent-font);
	font-weight: 600;
	line-height: 1.2em;
	color: var(--primary-color);
  margin-bottom: 0px !important;
}

figure{
	margin: 0;
}

/* img{
	max-width: 100%;
} */

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

/* .container{
	max-width: 1320px;
} */



.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* visibility: hidden; */
    overflow: hidden;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: transform 1s ease-out, visibility 0s 0s; 
    transform: translateX(-100%);
}

/* Class to trigger reveal animation */
.reveal.show img {
    transform: translateX(0); /* Move to normal position */
    visibility: visible;
}

.reveal1 {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.reveal1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: right;
  transform: translateX(100%);
  transition: transform 1s ease-out;
  visibility: hidden;
}

.reveal1.show img {
  transform: translateX(0);
  visibility: visible;
}

.header1{
    width: 100%;
    height: auto;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4;
    border-bottom: 1px solid #ffffff72;
    /* backdrop-filter: blur(16px); */
    background-color: var(--white-color);
}
/* header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
   
} */
 /* header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent; 
  background: linear-gradient(to bottom, var(--white-color) 0%, transparent 100%);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}
  

header.sticky {
     background-size: 100% 100%;
  background-color: var(--white-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* Animated background gradient setup */
  background: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: top;
  box-shadow: none;

  /* Smooth transition */
  transition:
    background-size 0.8s ease-in-out,
    box-shadow 0.5s ease-in-out,
    transform 0.3s ease;
}

header.sticky {
  background-size: 100% 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* transform: translateY(0); */
}


header.sticky  .navbar-light .navbar-nav .nav-link {
color: var(--primary-color) !important;
  
}
/* header.sticky .logo {
  filter: invert(1) brightness(0.1) contrast(2);
} */
header.sticky #primary li a:before{
      background: var(--primary-color);
}
header.sticky #primary li a{
      background-image: linear-gradient(to right, #000, #23abd4 50%, #000 50%);
}
header.sticky .dropdown-toggle::after{
  color: var(--primary-color) !important;
}

  
  .navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
  }
  .logo{
    color: #fff;
  }
  
  .logo img {
    width: 160px;
    height: auto;
  }
  
 .navbar-light .navbar-nav .menu-item a {
    /* font-family: "Khand", Sans-serif !important; */
    font-size: 90% !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: var(--primary-color) !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
    font-family: var(--accent-font) !important;
    position: relative;
    z-index: 10;
  }
  
  .navbar-light .navbar-nav .menu-item a:hover{
      color: var(--secondary-color) !important;
       /*font-weight: 600 !important;*/
  }

/* Active / Current menu item */
/*.navbar-light .navbar-nav .current-menu-item a,*/
/*.navbar-light .navbar-nav .current_page_item a,*/
/*.navbar-light .navbar-nav .current-menu-ancestor a {*/
/*  color: var(--secondary-color)!important;  */
/*  font-weight: 600 !important;*/
/*  position: relative;*/
/*}*/

.navbar-light .navbar-nav .current-menu-item > a,
.navbar-light .navbar-nav .current_page_item > a {
  color: var(--secondary-color) !important;
  font-weight: 600 !important;
}

.navbar-light .navbar-nav .current-menu-ancestor > a {
   color: var(--secondary-color) !important;
  font-weight: 600;
}


.navbar-light .navbar-nav .current-menu-item a::after,
.navbar-light .navbar-nav .current_page_item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--secondary-color); /* underline color */
}

/* .link-text {
    display: inline-block;
    padding: 0 16px;
    position: relative;
    z-index: 10;
    transition: color 0.4s, background-color 0.4s, opacity 0.4s;
    color: var(--white-color);
}

.link-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 15px);
    clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0);
    background-color: #dd003b !important;
    border-color: #dd003b !important;
    transition: height 0.3s;
    z-index: -1;
} */



  
  /* .head{
      height: 70px;
  } */
  .navbar {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  
  
  #primary li {
    margin: 0 5px;
    position: relative;
  }
  #primary li a {
    text-decoration: none;
    padding: 10px 0;
    font-family: "Open Sans";
    line-height: inherit;
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: var(--primary-color);*/
    background-image: linear-gradient(to right, #23abd4, #23abd4 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
    font-family: "Space Grotesk", sans-serif !important;
  }
  #primary li a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #23abd4;
    transition: all 0.3s ease-in-out;
  }
  #primary li a:hover {
    background-position: 0%;
  }
  #primary li a:hover:before {
    width: 100%;
  }

  /* Remove li markers (bullets/numbers) */
.main-nav-menu,
.main-nav-menu li,
.main-nav-menu .sub-menu,
.main-nav-menu .sub-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
  
/* ==========================
   Submenu Style (Desktop)
========================== */
.main-nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff; /* White background */
  border-radius: 6px;
  padding: 8px 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);

  min-width: max-content;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 9999;
}

/* Show submenu on hover */
.main-nav-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Submenu links */
.main-nav-menu .sub-menu li a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  color: #333; /* Neutral dark text */
  font-weight: 500;
  text-transform: none;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Hover effect */
.main-nav-menu .sub-menu li a:hover {
  background: var(--primary-color); /* তোমার theme color */
  color: #fff;
}

/* ==========================
   Nested Submenu (Flyout)
========================== */
.main-nav-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 5px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

.main-nav-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ==========================
   Mobile Submenu
========================== */
@media (max-width: 768px) {
  .main-nav-menu .sub-menu {
    position: static;
    display: none;
    background: #f8f9fa; 
    padding-left: 10px;
    box-shadow: none;
    border-radius: 0;
    min-width: 100%;
    visibility: visible;
  }

  .main-nav-menu li.open > .sub-menu {
    display: block;
  }
  /* .main-nav-menu .sub-menu .sub-menu{
    left: 0px;
  } */

  .main-nav-menu .sub-menu li a {
    color: #222;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .main-nav-menu .sub-menu li a:hover {
    background: var(--primary-color);
    color: #fff;
  }
    .main-nav-menu .sub-menu {
    display: none;
  }
  .main-nav-menu li.open > .sub-menu {
    display: block;
  }

  .main-nav-menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 25px; /* জায়গা দাও যাতে arrow overlap না করে */
  }

    .main-nav-menu li.menu-item-has-children > a::after {
        content: "\25BC";
        position: absolute;
        right: -23px;
        font-size: 12px;
        transition: transform 0.3s ease;
        top: 12px;
    }

  /* When menu is open, rotate arrow */
  .main-nav-menu li.open > a::after {
    transform: rotate(180deg);
    content: "\25B2"; /* ▲ up arrow */
  }
}

.head {
    height: 85px;
}






    /* searchbox */

  
input, button{
	border: none;
	background: none;
	outline: none;
  padding: 0px;
}

button{
	cursor: pointer;
}

/*.search-box{*/
/*	display: flex;*/
/*	background-color: #000;*/
/*	border-radius: 50px;*/
/*}*/

.search-box-input{
	width: 0px;
	font-size: 14px;
	color: #fff;
	transition: .5s;
}

.search-box-btn{
	display: flex;
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	background: white;
	transition: .3s;
}
.search-box-icon{
	margin: auto;
	color: black;
  font-weight: bold;
}
.search-box-input::placeholder{
	color: white;
	opacity: .7;
}
.search-box:hover .search-box-input{
	padding-left: 2em;
	padding-right: 1em;
	width: 340px;
}
.search-box-btn:active{
	transform: scale(.75);
}
.search-box-btn i {
    text-align: center;
    justify-content: center;
    display: block;
    text-align: center;
    line-height: 2.5em;
    margin: auto;
}

  
  .dropdown-item{
     text-transform: capitalize !important;
    }




    /* banner */

    /* CSS */
.hero-section {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
/*  position: relative;*/
/*top: 92px;*/
/*margin-top: 92px;*/
}

.hero-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-slide {
  position: absolute; /* must be relative, not absolute */
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 1s ease, transform 1.5s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}

/* overlay */
.hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

/* content always above overlay */
.hero-slide > * {
  position: relative;
  z-index: 2;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}




.hero-content {

  text-align: left;
  color: #fff;
  animation: fadeUp 1.5s ease forwards;
  opacity: 0;
}
.h-txt{
    width: 50%;
    /*margin-top: 60px;*/
}

.hero-slide.active .hero-content {
  opacity: 1;
}
.h-sub-txt{
  font-size: 110%;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--default-font);
  text-transform: capitalize;
}
.h-title {
  font-size: 50px;
  line-height: 56px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--accent-font);
  padding-top: 15px;
  text-transform: uppercase;
}
.h-para{
  font-size: 100%;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--accent-font);
  padding-top: 15px;
}

/* .hero-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
} */

.hero-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #000;
  color: #fff;
}

@keyframes fadeUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}



/* about */
.about-sec{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.sub-txt{
  /*font-size: 125%;*/
  /*color: var(--secondary-color);*/
  /*font-weight: 600;*/
  /*font-family: "Space Grotesk", sans-serif;*/
  /*text-transform: capitalize;*/
      font-size: 100%;
    /*color: #0e4b79;*/
    font-weight: 600;
    font-family: var(--accent-font);
    text-transform: uppercase;
    /*opacity: 0.5;*/
    color: #0e4b79;
}
.title {
  font-size: 50px;
  line-height: 56px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: var(--accent-font);
  padding-top: 7px;
  /* text-transform: capitalize; */
}
.title-sm {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: var(--accent-font);
  padding-top: 7px;
  /* text-transform: capitalize; */
}
.para{
  font-size: 100%;
  color: var(--primary-color);
  font-weight: 400;
  font-family: var(--accent-font);
  padding-top: 7px;
  line-height: 26px;
}
.new{
  background-color: var(--secondary-color);
  color: var(--white-color);
  position: relative;
  top: 25px;
}

.img-mg{
  width: 100%;
  height: 500px;
   clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%) !important;
   object-fit: cover;

}

/* counter */


.counter-section {
  padding-top: 50px;
  background-color: #fff;
  text-align: center;
 
}
.count{
   display: grid;
  grid-template-columns: repeat(4, 1fr); 
}


.counter-item {
  flex: 1 1 20%;
  min-width: 200px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.counter-item h2 {
  font-size: 70px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #555;
  text-stroke: 1px #555;
  margin-bottom: 15px;
 font-family: var(--accent-font1);
}

.counter-item p {
  font-size: 16px;
  color: #555;
  font-family: var(--accent-font);
  font-size: 100%;
}


/* process */

.process{
  width: 100%;
  height: auto;
  padding: 80px 0px 20px 0px;
  /*background-image:url(../img/group-security-cameras-sitting-each-oth.jpg);*/
  background-image:url(../img/tripod-5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: -1;
}

.marquee-container {
  overflow: hidden;
  width: 100%;
  /* padding: 10px 0; */
  white-space: nowrap;
  margin-top: 100px;
}

.marquee {
  display: flex;
  animation: marquee-scroll 20s linear infinite;
}

.marquee-content {
  display: flex;
    font-size: 70px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  margin-bottom: 15px;
  font-family: "Space Grotesk", sans-serif;
  font-style: italic;
}


@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.process1{
  width: 100%;
  height: auto;
  padding: 160px 00px;
  /*background-image:url(../img/security-system-locks-data-computer-safety-generated-by-ai.jpg);*/
  background-image:url(../img/flap-5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.process1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: -1;
}

/* process step */
.process-steps {
  width: 100%;
  margin: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  z-index: 2;
}

/* ✅ Line behind the steps */
.line {
  position: absolute;
  top: 20%;
  left: 14%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 0;
  transition: width 0.9s ease;
  z-index: 1;
  max-width: 73%;
}

/* ✅ Step styles */
.step {
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease;
  z-index: 2;
}

.step.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ✅ Icon styling */
.icon {
  background: #000;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  font-size: 32px;
  color: #fff;
  margin: 0 auto 20px;
  position: relative;
}

.step-number {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  color: #000;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ✅ Text */
.step h3 {
  font-size: 130%;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--default-font1);
  color: var(--white-color);
}
.step p {
  font-size: 90%;
  color: #ccc;
  line-height: 1.6;
  font-family: var(--accent-font);
  padding-top: 10px;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .process-steps .container {
    grid-template-columns: 1fr 1fr;
  }
  .line {
    display: none;
  }
}

@media (max-width: 500px) {
  .process-steps .container {
    grid-template-columns: 1fr;
  }
}


/* why choose */

.why-chose{
  width: 100%;
  height: auto;
  margin-top: 80px;
  /*background-color: var(--primary-color);*/
  background-color: var(--secondary-color1);
  padding: 60px 0px;
}
.why-chose img{
  width: 100%;
  height: 592px;
  border-radius: 30px;
  margin-top: 40px;
  object-fit: cover;
}


.feature {

  margin-top: 60px;
  margin-left: 70px;
}

.step-box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.step-box .num {
  font-weight: bold;
  font-size: 18px;
  color: var(--white-color);
  min-width: 40px;
  font-family: var(--accent-font);
}

.step-box h4 {
  margin: 0 0 5px;
  font-size: 140%;
  font-variant: var(--white-color);
  color: var(--white-color);
  font-family: var(--accent-font);
}

.step-box p {
  font-size: 90%;
  color: var(--white-color);
  margin: 0;
  font-family: var(--accent-font);
  padding-top: 10px;
}
.mt-p{
  margin-top: 250px;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}





/* testmonial */

.testimonial-section{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
img.testi-mg {
    width: 100%;
    height: 60px;
    max-width: 60px;
}
.testimonial-card {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
}

.testimonial-card:hover {
  border-bottom: 4px solid var(--secondary-color); /* Orange border on hover */
}
.corner-fold {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid transparent;
  border-left: 40px solid #f5f5f5;
}
.owl-nav button {
  background-color: var(--secondary-color1) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff !important;
  font-size: 18px !important;
  margin: 0 5px;
}
.owl-dots .owl-dot span {
  background: #999;
}
.owl-dots .owl-dot.active span {
  background: var(--secondary-color);
}
.text-orange {
  color: var(--secondary-color);
}
.text-yellow{
  color: #ffd400 !important;
}






/* contact us */



/* Main Contact Section */
.contact-section {
  background-color: #111;
  color: #fff;
  padding: 80px 0;
  margin-top: 80px;
}

/* Orange Icons Box on Left */
.contact-section .bg-warning {
  background-color: var(--secondary-color)!important;
  width: 60px;
  height: 60px;
  border-radius: 0 10px 0 0;
}

.cnt-txt{
  font-size: 115%;
  color: var(--white-color);
  font-family: var(--accent-font);
  font-weight: 500;
}


/* Contact Form Box */
.contact-section .contact-form-box {
  background-color: var(--secondary-color);
  padding: 40px;
  border-radius: 0 50px 0 0;
  color: #fff;
}

/* Form Controls */
.contact-section .form-control {
  background-color: rgba(255, 255, 255, 0.1) ;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  border:none !important
  ;
}
/* Option styling */
.contact-section form select option {
  background-color: #fff;   /* প্রতিটা option এর bg color */
  color: #000;              /* option এর text color */
}
.contact-section .form-select {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 14px;
   border:none !important;
     appearance: none;         
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.contact-section .form-control::placeholder {
  color: #f1f1f1;
  opacity: 0.9;
}

.contact-section .form-control:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  box-shadow: none;
}

/* Submit Button */
.contact-section .btn-dark {
  padding: 12px 24px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
  border-radius: 5px;
}

.contact-section .btn-dark:hover {
  background-color: #fff;
  color: #000;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 30px;
  margin-top: 30px;
}

.info-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.icon-box {
  padding: 15px;
  border-radius: 0 10px 0 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-box  i{
  color: var(--white-color);
}
.card1{
  width: 100%;
  height: auto;
  padding: 10px 10px;
  position: relative;
  z-index: 1;
  background-color: var(--secondary-color);
  clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%) !important;
}
.card1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/main-map-bg1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    
}


/* Responsive Fix */
@media (max-width: 768px) {
  .contact-section h2 {
    font-size: 28px;
  }

  .contact-section .contact-form-box {
    border-radius: 10px;
  }
    .info-grid {
    grid-template-columns: 1fr;
  }
}


/* blog */

    .blog-section{
      width: 100%;
      height: auto;
      margin-top: 80px;
    }
    .blog-card {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
    }

    .blog-card .corner-fold {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border-top: 40px solid transparent;
      border-left: 40px solid #f5f5f5;
    }

    .blog-large {
      height: 100%;
      background-image: url('../img/blog-ioi.jpg');
      background-size: cover;
      background-position: center;
      color: #fff;
      display: flex;
      align-items: flex-end;
    }

    .blog-large .overlay {
      padding: 30px;
      background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.2));
      width: 100%;
      padding-top: 253px;
    }

    .blog-meta {
      font-size: 14px;
      color: #ccc;
    }

    .blog-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3;
    }

    .blog-desc {
      font-size: 14px;
      color: #ddd;
      margin-bottom: 8px;
      font-family: var(--accent-font);
    }

    .badge-orange {
      background-color: var(--secondary-color);
      font-size: 12px;
      font-weight: 500;
      padding: 5px 10px;
      border-radius: 3px;
      color: var(--white-color);
    }

    .blog-small {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .blog-small img {
      width: 200px;
      height: 100%;
      object-fit: cover;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
    }

    .blog-small .content {
      padding: 20px;
      flex: 1;
    }

    .blog-small .desc {
      font-size: 13px;
      color: #666;
      font-family: var(--accent-font);
      font-weight: 400;
    }





    /* circle */


          .circle-tag {
            position: relative;
            display: flex;
            border: 38px solid rgba(255, 255, 255, 0.3);
            width: 250px;
            height: 250px;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            margin: 20px;
            background-color: var(--primary-color);
            margin: auto;
        }

        
        .circle-title-anime {
            display: inline-block;
            height: 225px;
            width: 225px;
            border-radius: 50%;
            z-index: 1;
            font-size: 16px;
            font-weight: 700;
            font-family: var(--default-font);
            color: var(--white-color);
            line-height: normal;
            text-align: center;
            animation: spin 20s linear infinite;
            position: absolute;
            top: 50%;
            left: 50%;
        }
        
        .circle-title-anime span {
            --rotate-letter: 9.4deg;
            height: 116px;
            position: absolute;
            width: 20px;
            left: 45.5%;
            top: -5px;
            transform-origin: bottom;
            transform: rotate(var(--rotate-letter));
        }
        
        /* Individual character positioning */
        .circle-title-anime span.char1 { transform: rotate(calc(var(--rotate-letter) * 1)); }
        .circle-title-anime span.char2 { transform: rotate(calc(var(--rotate-letter) * 2)); }
        .circle-title-anime span.char3 { transform: rotate(calc(var(--rotate-letter) * 3)); }
        .circle-title-anime span.char4 { transform: rotate(calc(var(--rotate-letter) * 4)); }
        .circle-title-anime span.char5 { transform: rotate(calc(var(--rotate-letter) * 5)); }
        .circle-title-anime span.char6 { transform: rotate(calc(var(--rotate-letter) * 6)); }
        .circle-title-anime span.char7 { transform: rotate(calc(var(--rotate-letter) * 7)); }
        .circle-title-anime span.char8 { transform: rotate(calc(var(--rotate-letter) * 8)); }
        .circle-title-anime span.char9 { transform: rotate(calc(var(--rotate-letter) * 9)); }
        .circle-title-anime span.char10 { transform: rotate(calc(var(--rotate-letter) * 10)); }
        .circle-title-anime span.char11 { transform: rotate(calc(var(--rotate-letter) * 11)); }
        .circle-title-anime span.char12 { transform: rotate(calc(var(--rotate-letter) * 12)); }
        .circle-title-anime span.char13 { transform: rotate(calc(var(--rotate-letter) * 13)); }
        .circle-title-anime span.char14 { transform: rotate(calc(var(--rotate-letter) * 14)); }
        .circle-title-anime span.char15 { transform: rotate(calc(var(--rotate-letter) * 15)); }
        .circle-title-anime span.char16 { transform: rotate(calc(var(--rotate-letter) * 16)); }
        .circle-title-anime span.char17 { transform: rotate(calc(var(--rotate-letter) * 17)); }
        .circle-title-anime span.char18 { transform: rotate(calc(var(--rotate-letter) * 18)); }
        .circle-title-anime span.char19 { transform: rotate(calc(var(--rotate-letter) * 19)); }
        .circle-title-anime span.char20 { transform: rotate(calc(var(--rotate-letter) * 20)); }
        .circle-title-anime span.char21 { transform: rotate(calc(var(--rotate-letter) * 21)); }
        .circle-title-anime span.char22 { transform: rotate(calc(var(--rotate-letter) * 22)); }
        .circle-title-anime span.char23 { transform: rotate(calc(var(--rotate-letter) * 23)); }
        .circle-title-anime span.char24 { transform: rotate(calc(var(--rotate-letter) * 24)); }
        .circle-title-anime span.char25 { transform: rotate(calc(var(--rotate-letter) * 25)); }
        .circle-title-anime span.char26 { transform: rotate(calc(var(--rotate-letter) * 26)); }
        .circle-title-anime span.char27 { transform: rotate(calc(var(--rotate-letter) * 27)); }
        .circle-title-anime span.char28 { transform: rotate(calc(var(--rotate-letter) * 28)); }
        .circle-title-anime span.char29 { transform: rotate(calc(var(--rotate-letter) * 29)); }
        .circle-title-anime span.char30 { transform: rotate(calc(var(--rotate-letter) * 30)); }
        .circle-title-anime span.char31 { transform: rotate(calc(var(--rotate-letter) * 31)); }
        .circle-title-anime span.char32 { transform: rotate(calc(var(--rotate-letter) * 32)); }
        .circle-title-anime span.char33 { transform: rotate(calc(var(--rotate-letter) * 33)); }
        .circle-title-anime span.char34 { transform: rotate(calc(var(--rotate-letter) * 34)); }
        .circle-title-anime span.char35 { transform: rotate(calc(var(--rotate-letter) * 35)); }
        .circle-title-anime span.char36 { transform: rotate(calc(var(--rotate-letter) * 36)); }
        .circle-title-anime span.char37 { transform: rotate(calc(var(--rotate-letter) * 37)); }
        .circle-title-anime span.char38 { transform: rotate(calc(var(--rotate-letter) * 38)); }
        
        @keyframes spin {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }
        
        /* Center content styles */
        .circle-center {
            position: absolute;
            text-align: center;
            z-index: 2;
            color: var(--white-color);
            font-family: var(--default-font);
        }
        
        .circle-center .main-text {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .circle-center .sub-text {
            font-size: 14px;
        }
        
        /* Icon button styles */
        .icon-btn {
            position: absolute;
            color: white;
            font-size: 18px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            z-index: 3;
            top: 50%;
            left: 50%;
          transform: translate(-50%, -50%);
        }




  /* whatsapp float icon */

.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  z-index: 999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebc59;
  transform: scale(1.05);
  color: var(--white-color);
}


/* footer */

footer{
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-color: var(--secondary-color1);
  /*background-color: var(--primary-color);*/
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/footer-map-1-1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    
}
.footer > * {
  position: relative;
  z-index: 3; 
}

    .footer {
      display: flex;
      justify-content: space-between;
      /* background-color: #1c1c1c; */
      flex-wrap: wrap;
    }

    .footer-column {
      flex: 1;
      min-width: 250px;
      /*margin: 20px;*/
    }

    .footer-logo img {
      width: 160px;
      height: auto;
      margin-right: 10px;
    }

    .footer p {
      color: var(--white-color);
      font-size: 16px;
      line-height: 1.6;
      max-width: 300px;
      font-family: var(--accent-font);
      padding-top: 10px;

    }

    .footer .since {
      color: var(--white-color); /* orange */
      font-size: 22px;
      font-weight: 700;
      margin-top: 15px;
    }

    .footer .copyright {
      font-size: 13px;
      color: var(--white-color);
      margin-top: 20px;
    }

    .footer .copyright span {
      color: var(--white-color);
    }

    .footer h4 {
      font-size: 16px;
      margin-bottom: 20px;
      color: #fff;
      font-family: var(--default-font);
    }

    .footer ul {
      list-style: none;
      padding: 0;
      columns: 2;
      column-gap: 40px;
    }

    .footer ul li {
      margin-bottom: 10px;
    }

    .footer ul li a {
      color: #ccc;
      text-decoration: none;
      font-size: 16px;
      font-family: var(--accent-font);
      font-weight: 500;
    }

  .footer ul li a:hover {
      color: #F38524;
    }

.footer-column h4 {
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 15px !important;
  font-family: var(--default-font);
}
ul.list-unstyled.contact-info {
    display: inline-grid
;
}
ul.list-unstyled.contact-info li {
    display: inline-flex
;
}

.contact-info li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #ddd;
}

.footer-social {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

    @media (max-width: 768px) {
      .footer {
        flex-direction: column;
        padding: 40px 30px;
      }
    }







    /* button */


.buttons {
  text-align: center;
  border-radius: 30px;
  z-index: 10;
}
.mnm{
  text-align: end;
  position: relative;
  /* top: 65px; */
}
.mnm1{
    position: relative;
    top: 56px;
    text-align: start;
    display: flex;
    margin: auto;
    justify-content: center;
}
/* .mnm1{
    position: relative;
  top: 56px;
  text-align: start;
} */
.mnm2{
  text-align: start;
  margin-top: 40px;
}
.mnm3{
  text-align: start;
  margin-top: 20px;
  
}
.mmn4{
padding: 10px 46px !important;
}





        .blob-btn {
            z-index: 20;
            position: relative;
            padding: 20px 46px;
            margin-bottom: 30px;
            text-align: center;
            text-transform: uppercase;
            color: var(--secondary-color);
            font-size: 16px;
            font-weight: bold;
            background-color: transparent;
            outline: none;
            border: none;
            transition: color 0.5s;
            cursor: pointer;
            border-radius: 30px;
        }

        .blob-btn:before {
            content: "";
            z-index: 1;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 2px solid var(--secondary-color);
            border-radius: 30px;
            transition: border-color 0.3s;
        }

        .blob-btn:after {
            content: "";
            z-index: -2;
            position: absolute;
            left: 3px;
            top: 3px;
            width: 100%;
            height: 100%;
            transition: all 0.3s 0.2s;
            border-radius: 30px;
            background: rgba(126, 87, 194, 0.05);
        }

        /*.blob-btn:hover {*/
        /*    color: #FFFFFF;*/
        /*    border-radius: 30px;*/
        /*}*/
        .blob-btn:hover {
          color: #FFFFFF;
          border-radius: 30px;
          z-index: 999;
        }

        .blob-btn:hover:after {
            transition: all 0.3s;
            left: 0;
            top: 0;
            border-radius: 30px;
            
        }

        .blob-btn__inner {
            z-index: -1;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            background: #ffffff;
        }

        .blob-btn__blobs {
            position: relative;
            display: block;
            height: 100%;
            filter: url('#goo');
        }

        .blob-btn__blob {
            position: absolute;
            top: 2px;
            width: 25%;
            height: 100%;
            background: var(--secondary-color1);
            border-radius: 100%;
            transform: translate3d(0, 150%, 0) scale(1.7);
            /*transition: transform 0.65s cubic-bezier(0, 0, 0, 0);*/
            /*transition: transform 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
            /*transition: transform 0.6s cubic-bezier(0.55, 0.06, 0.68, 0.19);*/
            /*transition: transform 0.6s ease-in-out, background 0.4s ease;*/
             /*transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);*/


        }

        @supports (filter: url('#goo')) {
            .blob-btn__blob {
                transform: translate3d(0, 150%, 0) scale(1.4);
            }
        }

        .blob-btn__blob:nth-child(1) {
            left: 0%;
            transition-delay: 0s;
        }

        .blob-btn__blob:nth-child(2) {
            left: 30%;
            transition-delay: 0.08s;
        }

        .blob-btn__blob:nth-child(3) {
            left: 60%;
            transition-delay: 0.16s;
        }

        .blob-btn__blob:nth-child(4) {
            left: 90%;
            transition-delay: 0.24s;
        }

        /* Modified hover effect */
        .blob-btn:hover .blob-btn__blob {
            transform: translateZ(0) scale(1.2);
        }

        @supports (filter: url('#goo')) {
            .blob-btn:hover .blob-btn__blob {
                transform: translateZ(0) scale(1.6);
            }
        }







/* product */


.product{
  width: 100%;
  height: auto;
  margin-top: 80px;
}



/* .swiper {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper::before,
.swiper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 10;
}

.swiper::before {
  top: -50px;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
}

.swiper::after {
  bottom: -50px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}

    .swiper-button-prev,
    .swiper-button-next {
      color: #000;
    } */



    .curved-carousel {
      width: 100%;
      max-width: 100%;
      margin-top: 50px;
      /* padding: 40px 0px; */
      /* perspective: 1500px; */
    }

    .curved-carousel .item {
      position: relative;
      transform-style: preserve-3d;
      transition: transform 0.4s ease-in-out;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
      margin-bottom: 60px;
    }

    .curved-carousel .item img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Apply curved transform manually using JS */
    .curved-carousel .owl-item.left-item .item {
      transform: rotateY(25deg) scale(0.9);
    }

    .curved-carousel .owl-item.center .item {
      transform: rotateY(0deg) scale(1.05);
      z-index: 2;
    }

    .curved-carousel .owl-item.right-item .item {
      transform: rotateY(-25deg) scale(0.9);
    }

    /* Optional navigation buttons styling */
    .owl-nav button {
      position: absolute;
      top: 40%;
      background: rgba(0, 0, 0, 0.3);
      color: white;
      padding: 10px 15px;
      border-radius: 50%;
      font-size: 20px;
      border: none;
      cursor: pointer;
      display:  block !important;
    }

    .product .owl-nav .owl-prev {
      display: block !important;
      left: -40px;
    }

    .owl-nav .owl-next {
      display: block !important;
      right: -40px;
    }
    

/* .product .owl-dots.disabled, .owl-nav.disabled {
    display: block !important;
} */




  .card3 {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  position: relative;
}

.card3:hover {
  background-color: var(--secondary-color);
}
.card3:hover.card3 a h3{
  color: var(--white-color);
}
.card3:hover.card3 a p{
  color: var(--white-color);
}

/* Image wrapper to clip overflow */
.card3-img-wrapper {
  overflow: hidden;
  height: auto;
}

.card3-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* Zoom image only inside wrapper */
.card3:hover .card3-img-wrapper img {
  transform: scale(1.08);
}

/* Text area */
.card3 a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #333;
  flex-grow: 1;
  font-family: var(--accent-font);
  font-weight: 500;
}

.card3 a h3 {
  font-size: 140%;
  margin-bottom: 10px;
  color: var(--secondary-color);
  transition: color 0.3s ease;
  font-family: var(--accent-font);
  font-weight: 500;

}

.card3 a p {
  font-size: 85%;
  color: #555;
  transition: color 0.3s ease;
  font-family: var(--accent-font);
  font-weight: 400;
}

.card3:hover a h3,
.card3:hover a p {
  color: #000;
}



/* video */

    .video-section {
      position: relative;
      height: 500px;
      background-image: url('../img/9d620331fd.jpg'); /* Replace with your own */
      background-size: cover;
      background-position: center;
      overflow: hidden;
      clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%) !important;
    }

    .video-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.6); /* black overlay */
      z-index: 1;
    }

    .video-overlay {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
    }

    .video-popup {
      text-decoration: none;
      color: inherit;
    }

.play-button {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: var(--second-col);
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--secondary-color);
}

.play-button:hover {
  background-color: var(--second-col);
  color: #fff;
}

/* Outer pulsing ring effect */
.play-button::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
  animation: ringPulse 1.8s infinite ease-in-out;
}

@keyframes ringPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.5;
  }
}


    .video-popup p {
      margin-top: 15px;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 180px;
    }



    /* about page */


      .about-mid{
  width: 100%;
  height: 400px;
  /* background-image:url(../img/page-header-bg.jpg); */
  background-image:url(../img/slider-slidingdoor\ \(1\)-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
  z-index: 1;
  /*background-attachment: fixed*/
}

.about-mid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
  z-index: 2;
}
.about-mid > * {
  position: relative;
  z-index: 3; /* content above overlay */
}

.about-sec{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

/* about section */
.about-us-images {
  position: relative;
  /* background: url('../img/about-bg-dot-shape-2.svg') no-repeat; */
  background-position: top 45px right;
  background-size: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 30px;
  padding-right: 30px;
  margin-right: 20px;
  
}

.about-us-images::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* background: url('../img/about-bg-dot-shape-2.svg') no-repeat; */
  background-position: bottom center;
  background-size: auto;
  width: 80px;
  height: 60px;
  z-index: 0;
}

.about-image-box-1,
.about-image-box-2 {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.about-image-box-2 {
  margin-top: 75px;
}

.about-img-1,
.about-img-2,
.about-img-3,
.about-img-4 {
  width: 100%;
  
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure,
.about-img-4 figure {
  display: block;
  overflow: hidden;
}

.about-img-1 img {
  aspect-ratio: 1 / 1.41;
  object-fit: cover;
  border-radius: 16px;
  clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%) !important;
}

.about-img-2 img {
  aspect-ratio: 1 / 0.99;
  object-fit: cover;
  border-radius: 16px;
  clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%) !important;
}

.about-img-3 img {
  aspect-ratio: 1 / 0.91;
  object-fit: cover;
  border-radius: 16px;
  clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%) !important;
}

.about-img-4 img {
  aspect-ratio: 1 / 1.41;
  object-fit: cover;
  border-radius: 16px;
  clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%) !important;
}

.custom-feature-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  /* padding: 40px; */
  background: #fff;
  margin-top: 20px;
}

/* .feature-item {
  flex: 1;
  max-width: 400px;
  text-align: left;
} */

.feature-icon {
  font-size: 40px;
  color: var(--secondary-color); /* Purple tone */
  margin-bottom: 15px;
}

.feature-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-family: var(--accent-font);
}

.feature-text {
  font-size: 16px;
  color: #777;
  line-height: 1.6;
  font-family: var(--accent-font);
  padding-top: 10px;
}

@keyframes iconFlipIn {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes iconFlipHover {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.feature-icon {
  font-size: 40px;
  color: var(--secondary-color);
  margin-bottom: 15px;
  animation: iconFlipIn 0.6s ease-out;
  transition: transform 0.4s ease;
  display: inline-block;
}

.feature-icon:hover {
  animation: iconFlipHover 0.8s ease-in-out;
}


.about-mid1{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
  .circle-tag1 {
    position: absolute !important;
    top: 28%;
    right: 0;
    /* background: rgba(0, 0, 0, 0.3); */
}



.stacked-carousel {
  margin: auto;
  position: relative;
}

.stacked-carousel .item {
  position: relative;
  transition: transform 0.5s ease, z-index 0.5s ease;
  z-index: 1;
  transform: scale(0.9);
  margin-left: -120px;
}

.stacked-carousel .item img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  display: block;
  clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%) !important;
}

/* Highlight center image */
.stacked-carousel .owl-item.center .item {
  transform: scale(1.05);
  margin-left: 0;
  z-index: 10;
}

/*  */

.modern-tab-wrapper {
  gap: 40px;
}

.tab-buttons .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #444;
  background: #f8f9fa;
  border-radius: 6px;
  padding: 10px 28px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  text-align: left;
  font-family: var(--accent-font);
}

.tab-buttons .nav-link:hover {
  background: #eaeaea;
}

.tab-buttons .nav-link.active {
  background: var(--secondary-color);
  color: #fff;
  box-shadow: 0 4px 10px rgba(140, 62, 240, 0.3);
}

.tab-details .tab-pane {
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  background-color: var(--secondary-color) !important;
}


.metric-card {
  /* background: #fff;
  border: 1px solid #eee; */
  border-radius: 10px;
  /* padding: 20px; */
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); */
  font-family: var(--accent-font);
}

.metric-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.metric-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0;
  font-family: var(--accent-font);
}

.metric-value {
  font-size: 20px;
  font-weight: bold;
  color: var(--secondary-color);
  font-family: var(--accent-font);
}

.metric-value .metric-percent {
  font-size: 16px;
  margin-left: 2px;
}

.metric-bar {
  width: 100%;
  height: 8px;
}

.metric-bar-bg {
  background: #ececec;
  border-radius: 4px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.metric-bar-fill {
  background: var(--secondary-color);
  height: 100%;
  width: 0;
  border-radius: 4px;
  transition: width 1s ease-in-out;
}


  /*-------------------------------------------------------*/
/* FAQ
/*-------------------------------------------------------*/

.about-mid2{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.ab-faq-lhs .card {
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(234, 238, 241);
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 10px;
}

.ab-faq-lhs .card-header {
  background: rgb(255, 255, 255);
  border: 0px;
  
}

.ab-faq-lhs .card-header a {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 20px;
  padding-right: 20px;
  display: block;
  text-decoration: none;
  /* font-family: "Cinzel", serif; */
  font-family: var(--accent-font);
}

.ab-faq-lhs .card-header a::after {
  content: "-";
  position: absolute;
  font-size: 40px;
  color: rgb(30, 31, 48);
  font-weight: 200;
  right: 30px;
  top: 31px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  line-height: 31px;
  text-align: center;
  transition: all 0.4s ease 0s;
}

.ab-faq-lhs .card-header a.collapsed::after {
  content: "+";
}

.ab-faq-lhs .card-body p {
  margin: 0px;
  font-size: 15px;
  line-height: 26px;
  /* font-family: "Inter", serif; */
  color: var(--primary-color);
  font-family: var(--accent-font);
  font-weight: 400;
}

.ab-faq-rhs {
  margin-left: 25px;
  position: relative;
}

.ab-faq-rhs::before {
  position: absolute;
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.ab-faq-rhs img {
  width: 100%;
  border-radius: 5px;
}
img.ban-mg-po {
    height: 750px;
    clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%) !important;
}

.team-area{
  width: 100%;
  height: auto;
  margin-top: 80px;
}


.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

/* .team-area .single-item {
  margin-bottom: 30px;
} */

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
   font-family: var(--accent-font);
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
   font-family: var(--accent-font);
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: var(--secondary-color);
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color: var(--secondary-color);
  font-family: var(--accent-font);
  font-weight: 500;
  text-transform: uppercase;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}

/* .our-partner{
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-color: var(--primary-color);
  padding: 60px 0px;
} */
.white{
  color: var(--white-color);
}

.our-partner{
  width: 100%;
  height: auto;
  padding: 50px 0px 50px 0px;
  /*background-image:url(../img/security-system-locks-data-computer-safety-generated-by-ai.jpg);*/
  /*background-image:url(../img/flap-21-min.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  /* margin-top: 80px; */
  position: relative;
  z-index: 1;
  background-color: #0e4b79;
}
/*.our-partner::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
  background-color: rgba(0, 0, 0, 0.8); /* semi-transparent black */
/*  z-index: -1;*/
/*}*/

.item.part-mg img{
    width: 100px !important;
    height: 100px !important;
    background: #fff;
    object-fit: cover;
}
img.part-mg {
    width: 100% !important;
    height: 120px !important;
    background: #fff;
    object-fit: contain;
}

.o



/* contact page */


.contact-info-grid {
  width: 100%;
  background: #fff;
  text-align: center;
  font-family: var(--accent-font);
  margin-top: 80px;
}


.grid-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 30px;
  margin-top: 40px;
}

.info-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid var(--secondary-color);
}

.info-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  font-size: 28px;
  color: #fff;
}

.info-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0a1e10;
  margin-bottom: 10px;
  font-family: var(--accent-font);
}

.info-card p,
.info-card p a {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s;
  padding-top: 10px;
 font-family: var(--accent-font);
}

.info-card:hover {
  background-color: #6f3cf0;
}

.info-card:hover h5,
.info-card:hover p,
.info-card:hover p a {
  color: #fff;
  font-family: var(--accent-font);
}
.info-card:hover {
  background-color: var(--secondary-color); /* Purple background on hover */
  color: #fff;
}


.info-card:hover .icon-circle {
  background-color: #fff;
}

.info-card:hover .icon-circle i {
  color: var(--secondary-color);
}



.cont{
  width: 100%;
  height: auto;
  margin-top: 80px;
}


.cont1{
  width: 100%;
  height: auto;
  margin-top: 70px;
}
/* img.img-mg {
    height: 635px;
} */
.form-control {
    padding: .65rem .75rem !important;
    border-bottom: 2px solid var(--secondary-color) !important;
    border-left: none !important;
    border-right:none !important;
    border-top: none !important;
    border-left: none !important;
    border-radius: 30px;
}
.form-control:focus{
  box-shadow: none !important;
}
.form-label {
    color: var(--primary-color);
    font-size: 105%;
    font-weight: 600;
    font-family: var(--accent-font);
}
img.img-mg2 {
    height: 690px;
}

.responsive-map{
  overflow: hidden;
  padding-bottom:40.25%;
  position:relative;
  height:0;
  }
  .responsive-map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }
  .cont1-sec {
    display: flex;
    justify-content: start;
}

button.owl-prev {
    left: -41px;
}




/* our team */


.our-team-section {
  /* background: linear-gradient(135deg, #f3f4f7, #ffffff); */
  margin-top: 80px;
  text-align: center;
}


.team-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr); 
  justify-content: center;
  margin-top: 40px;
}

.team-member {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease;
  position: relative;
}

.team-member:hover {
  background-color: var(--secondary-color);
  transform: translateY(-10px);
}

.team-member:hover h3,
.team-member:hover .role,
.team-member:hover .bio,
.team-member:hover .social-icons a {
  color: var(--white-color);
}

/* .team-member:hover .role
 {
  color: var(--secondary-color);
} */

.profile-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--secondary-color);
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}

.team-member:hover .profile-image img {
  transform: scale(1.1) rotate(3deg);
   border: 4px solid var(--white-color);
}

.team-member h3 {
  font-size: 1.3rem;
  color: var(--secondary-color);
  margin-bottom: 5px;
  font-family: var(--accent-font);
}

.role {
  color: #ec6325;
  font-weight: 500;
  margin-bottom: 15px;
}

.bio {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;
  font-family: var(--accent-font);
}

.social-icons a {
  color: #2b2d42;
  font-size: 1.1rem;
  margin: 0 10px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: var(--secondary-color);
}




/* career */




.why-us {
  padding: 80px 0px;
  background: #f8f9fd;
  text-align: center;
}


.features {
   display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr); 
  justify-content: center;
  margin-top: 40px;
}

.feature-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  /* width: 300px; */
  transition: all 0.3s ease;
  text-align: center;
}

.feature-card:hover {
  background: var(--secondary-color);
  transform: translateY(-10px);
  color: #fff;
}

.feature-card:hover h3,
.feature-card:hover p,
.feature-card:hover .icon i {
  color: #fff;
}

.icon {
  font-size: 2.5rem;
  color: var(--secondary-color);
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.feature-card:hover .icon {
  color: #fff;
}

.feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--secondary-color);
   font-family: var(--accent-font);
}

.feature-card p {
  color: var(--primary-color);
  font-size: 0.95rem;
  line-height: 1.5;
   font-family: var(--accent-font);
}


/* Job Section */
/* Grid Layout */

.open-roles{
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Job Card */
.job-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.job-card h3 {
  font-size: 1.4rem;
  color: var(--secondary-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
   font-family: var(--accent-font);
}

.job-card p {
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1.5;
   font-family: var(--accent-font);
}

/* Button Group */
.btn-group {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.btn-secondary {
  background-color: #004e7c;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  transition: background-color 0.3s ease, transform 0.2s;
  text-decoration: none;
  display: inline-block;
}

.btn-secondary:hover {
  background-color: #0077b6;
  transform: translateY(-2px);
}

/* Modal Popup */
/* Popup Wrapper */
.job-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Modal Box (same design as before) */
.job-modal {
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: fadeInUp 0.4s ease;
  font-family: var(--accent-font);
}

.job-modal-header {
  background: var(--secondary-color);
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-modal-header h3 {
  margin: 0;
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
   font-family: var(--accent-font);
}
.job-modal-close {
  background: transparent;
  border: none;
  font-size: 24px;
  color: var(--white-color);
  cursor: pointer;
  transition: 0.3s;
}
.job-modal-close:hover {
  color: #e60000;
}

.job-modal-content {
  padding: 20px 24px;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
   font-family: var(--accent-font);
}
.job-modal-footer {
  padding: 16px;
  text-align: center;
  border-top: 1px solid #eee;
}
.apply-btn {
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 10px 26px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.apply-btn:hover {
  background: var(--primary-color);
  transform: scale(1.05);
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}




/* service */


/* service */


/* style.css */
.service-detail-section{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.feature-mg12 {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 15px;
}

.zoom-img {
  width: 100%;
  height: 500px;
  transition: transform 0.4s ease;
  display: block;
  object-fit: cover;
}

.img-wrapper:hover .zoom-img {
  transform: scale(1.1);
}


.feature-mg2 {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin-bottom: 40px;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 15px;
}

.zoom-img1 {
  width: 100%;
  height: 250px;
  transition: transform 0.4s ease;
  display: block;
}

.img-wrapper:hover .zoom-img1 {
  transform: scale(1.1);
}


.img-fluid-ser{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.list-check {
  list-style: none;
  padding-left: 0;
   font-family: var(--accent-font);
}

.bgbg {
  color: var(--secondary-color);
  margin-right: 10px;
}


/* .custom-accordion .accordion-button {
  background-color: #fff8e1;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ffd54f;
}

.accordion-item {
  border: 1px solid #ffe082;
  border-radius: 8px;
  margin-bottom: 12px;
} */



@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.sidebar-box {
  background-color: var(--white-color);
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.09);
}

.sidebar-box .box-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #444;
  font-family: var(--accent-font);
}

.sidebar-links li {
  list-style-type: none;
  margin-bottom: 15px;
}

.sidebar-links a {
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 37px;
    color: var(--white-color);
    /* background-color: #e9f8ff; */
    background-color: var(--secondary-color);
    padding: 15px 18px;
    font-family: var(--accent-font);
}

.sidebar-links a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.contact-box {
  background-color: var(--secondary-color);
  /* background-color: #e9f8ff; */
  padding: 20px;
  color: #222;
  border-radius: 10px;
}


/*  */


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px;
  margin-top: 40px;
}
.gallery-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px;
  margin-top: 40px;
}

.gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.gallery-grid1 a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.gallery-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  border:2px solid #0171c5;
}
.gallery-grid1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-grid a:hover img {
  transform: scale(1.05);
}
.gallery-grid1 a:hover img {
  transform: scale(1.05);
}


/*  */

.video-card-bg {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.bgbgb{
  width: 60px;
    height: 60px;
    font-size: 28px;
}

.video-bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* allows clicking through */
}

.video-overlay {
  position: relative;
  z-index: 2;
  padding: 30px;
  height: 100%;
  color: white;
  /*background: rgba(0, 0, 0, 0.5); */
  background: #003c7378;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}



.video-button i {
  font-size: 18px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

.mbgbv{
  height: 300px !important;
}




/* Catalogue Box Styling */


.catalogue-box:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.catalogue-box h5 {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 15px;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 18px;
    background: transparent;
    color: #fff; /* Text white */
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid #fff; /* Optional: white border */
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-btn .icon {
    font-size:8px;
}

.download-btn:hover {
    background: rgba(255,255,255,0.1); /* subtle hover effect */
    transform: translateY(-2px);
     color: #fff; /* Text white */
}

.icon6 {
    background: #000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    color: #fff;
    position: relative;
}
.icon6 i{
  font-size: 24px;
}

select.form-control.xzxz{
    color: #000 !important;
}



/*top header*/


.top-header {
  /*background: #0e4b79;      */
  background: #0e4b79;      
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
}

.top-header .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-header a {
  color: #fff;
  
  margin-right: 20px;
  transition: color 0.3s ease;
}

.top-header a:last-child {
  margin-right: 0;
}

.top-header a {
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.top-header a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.top-header .social-links a {
  margin-right: 12px;
  font-size: 15px;
}

.top-header .social-links a:last-child {
  margin-right: 0;
}
.vvy{
   padding: 16px 36px !important
   ;
}


/* ✅ Responsive for mobile */
@media (max-width: 767.78px) {
  .top-header .header-row {
    flex-direction: column;
    text-align: center;
  }

  .top-header .contact-info {
    margin-bottom: 8px;
  }

  .top-header a {
    margin-right: 10px; /* smaller gap on mobile */
    font-size: 13px;
  }

  .top-header .social-links a {
    margin-right: 8px;
    font-size: 14px;
  }
}



