*,
::after,
::before {
  box-sizing: border-box;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: #fff;
  background-color: var(--theme-green-color);
}

::-moz-selection {
  color: #fff;
  background-color: var(--theme-green-color);
}

body {
  font-family: var(--theme-primary-font-family);
  font-weight: 400;
  color: var(--theme-black-color);
  background-color: #ffffff;
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --theme-green-color: #AFCA05;
  --theme-red-color: #eb161c;
  --theme-white-color: #ffffff;
  --theme-black-color: #000000;
  --theme-black-light-color: #161616;
  --theme-gray-dark-color: #161616;
  --theme-gray-color: #4C4C4C;
  --theme-gray-light-color: #646464;
  --theme-gray-light-2-color: #3A3A3A;
  --theme-secondary-font-family: "Poppins";
  --theme-primary-font-family: "Jost";
  --theme-heading-font-family: "Bebas Neue";
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  transition: color 0.2s ease-in-out;
  text-decoration: none !important;
}

a,
a:focus {
  text-decoration: none;
}

a:focus {
  color: initial;
}

.cmn-img img {
  width: 100%;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success {
  background-color: var(--theme-pink-color);
  --bs-btn-border-color: var(--theme-pink-color);
  --bs-btn-hover-bg: #2d802b;
  --bs-btn-hover-border-color: #2d802b;
}

/*common css====================================*/
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}

.layout_padding {
  padding: 80px 0;
}

.layout_padding_2 {
  padding: 174px 0 80px 0;
}

.layout_padding_3 {
  padding: 140px 0 80px 0;
}

.call-now-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-now-btn .bi {
  font-size: 30px;
  color: var(--theme-black-color);
}

.call-now-btn span {
  color: var(--theme-black-color);
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  display: block;
}

.call-now-btn span.call-text {
  font-size: 14px !important;
}

.cmn_btn {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #ed1b24, #f87c82);
  color: var(--theme-white-color);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}

.cmn_btn:hover {
  color: var(--theme-white-color);
  background: linear-gradient(135deg, #0060a5, #2443ae);
}


.heading_container h2 {
  font-weight: 700;
  font-size: 76px;
  font-family: var(--theme-primary-font-family);
  color: var(--theme-black-color);
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}

.heading_container h3 {
  font-size: 30px;
  font-weight: 600;
  color: var(--theme-black-color);
  margin-bottom: 30px;
}

.heading_container h4 {
  font-size: 26px;
  font-weight: 600;
  color: var(--theme-black-color);
  margin-bottom: 50px;
}

.heading_container p {
  font-size: 18px;
  color: var(--theme-gray-color);
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.heading_container p:last-child {
  margin-bottom: 0;
}

.heading_container ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--theme-blue-color);
  font-size: 18px;
}

.heading_container ul li {
  margin: 0px;
  padding-left: 20px;
  position: relative;
}

.heading_container ul li p {
  font-size: 16px;
  margin-top: 5px;
}

.heading_container_2 {
  position: relative;
  z-index: 3;
}

.heading_container_2 h2 {
  font-weight: 600;
  font-size: 46px;
  font-family: var(--theme-primary-font-family);
  color: var(--theme-blue-color);
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}

ul.dpt-list {
  list-style: circle;
  margin: 0;
  padding-left: 30px;
}

ul.dpt-list li {
  margin-top: 5px;
  font-size: 16px;
}

ul.dpt-list li::marker {
  color: var(--theme-red-color);
}

.heading_container_2 p {
  font-size: 16px;
  color: var(--theme-gray-color);
  line-height: 24px;
}

.heading_container_2 a span.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--theme-pink-color);
  color: var(--theme-black-color);
  display: inline-block;
  text-align: center;
  line-height: 60px;
}

.heading_container_2 a span.icon-box .bi {
  color: var(--theme-white-color);
  font-size: 30px;
}

.heading_container_2 a {
  color: var(--theme-red-color);
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  box-shadow: 0px 2px 5px rgb(51 51 51 / 58%);
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: var(--theme-gray-color);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--theme-white-color);
}

#scroll:hover {
  background: var(--theme-green-color);
  opacity: 0.8;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*Owl Nav Button====================================*/
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.cmn-nav-htn .owl-carousel .owl-nav button.owl-next {
  right: 50px;
  font-family: "bootstrap-icons";
}

.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev {
  left: 50px;
  font-family: "bootstrap-icons";
}

.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-next {
  right: 30px;
  font-family: "bootstrap-icons";
}

.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-prev {
  left: 30px;
  font-family: "bootstrap-icons";
}

.cmn-nav-htn .owl-carousel .owl-nav button.owl-next:hover {
  color: var(--theme-blue-color);
  border: 1px solid var(--theme-blue-color);
}

.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--theme-blue-color);
  border: 1px solid var(--theme-blue-color);
}

.cmn-nav-htn .owl-carousel .owl-nav button.owl-next,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev {
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme-red-color);
  color: var(--theme-red-color);
  font-size: 30px;
}

.cmn-nav-htn .owl-carousel .owl-nav button.owl-next img,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev img {
  width: 78%;
}

.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-next,
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-prev {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.cmn-nav-htn .owl-carousel .owl-nav button.owl-next:hover,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 0.8;
}

.cmn-owl-dots-btn .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}

.cmn-owl-dots-btn .owl-carousel button.owl-dot span {
  width: 14px;
  height: 15px;
  margin: 5px;
  background: var(--theme-white-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.4s ease;
  border-radius: 30px;
}

.cmn-owl-dots-btn .owl-carousel button.owl-dot.active span,
.cmn-owl-dots-btn .owl-carousel button.owl-dot:hover span {
  background: var(--theme-red-color);
  position: relative;
}

/* Header section ====================================*/
.main-header {
  position: relative;
}

.header_top {
  background-color: var(--theme-white-color);
  padding: 0;
  border-bottom: 1px solid #9f9f9f;
}

/*.header_top .nav-list {
    gap: 10px !important;
}*/

.header_top li.nalist-item {
  padding: 10px 25px;
  margin-bottom: 0;
  border-right: 1px solid #D9D9D9;
}

.header_top li.nalist-item:first-child {
  padding-left: 0;
}

.header_top li.nalist-item:last-child {
  border-right: none;
  padding-right: 0;
}

.header_top li.nalist-item .bi {
  font-size: 18px;
  color: var(--theme-green-color);
}

.header_top li.nalist-item a {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-gray-color);
  display: flex;
  align-items: center;
  gap: 10px;
}

.header_top li.nalist-item p {
  font-size: 12px;
  font-weight: 500;
  color: var(--theme-gray-light-color);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}


/* Header Social Items =================== */
.header_top .social_items {
  display: flex;
  gap: 10px;
}

.header_top .social_items a {
  line-height: 24px;
  font-size: 10px;
  color: var(--theme-black-color);
  gap: 10px;
  display: inline-block;
  text-align: center;
}

.header_top .social_items a img {
  width: 20px;
  flex-shrink: 0;
}

.header_mdl {
  padding: 10px 0;
}

.header_mdl img.hdr-logo {
  width: 100%;
}


/*Hero section ====================================*/
.hero-slider {
  z-index: 1 !important;
}

.hero-slider .slide-item {
  height: 90vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-slider .slide-content {
  position: absolute;
  z-index: 2;
  text-align: left;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.hero-slider .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider h1 {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--theme-white-color);
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.40);
}

.hero-slider p {
  font-size: 18px;
  margin-bottom: 20px;
  animation: fadeInUp 1.2s;
  color: var(--theme-gray-color);
}

.hero-slider .hero-btn {
  background: var(--theme-white-color);
  color: var(--theme-gray-light-2-color);
  border-radius: 5px;
  box-shadow: 5px 5px 5px 0px #00000040;
  padding: 15px 24px;
  font-size: 18px;
  padding: 10px 25px;
  transition: background 0.3s ease;
}

.hero-slider .hero-btn:hover {
  background: var(--theme-green-color);
  color: var(--theme-white-color);
}

.hero-img img {
  width: 100%;
  height: 95vh;
  object-fit: cover;
  transform: scale(1);
  transition: transform 10s ease;
}

/* Zoom effect on active slide */
.hero-slider .owl-item.active .hero-img img {
  transform: scale(1.15);
}

.hero-slider .owl-nav {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* BUTTON BASE */
.hero-slider .owl-nav button {
  background: transparent !important;
  border: none !important;
  padding: 0;
}

/* BUTTON STYLE */
.hero-slider .owl-nav-btn {
  width: 58px;
  height: 58px;
  background: transparent;
  border: 2px solid var(--theme-white-color);
  color: var(--theme-white-color);
  font-family: "bootstrap-icons";
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

/* HOVER EFFECT */
.hero-slider .owl-nav-btn:hover {
  background: var(--theme-green-color);
  color: var(--theme-white-color);
}

/* REMOVE DEFAULT DISABLED STYLE */
.hero-slider .owl-nav button.disabled {
  opacity: 1;
}

/* ===== TEXT + BUTTON INITIAL STATE ===== */
.slide-content h1,
.slide-content .hero-btn {
  opacity: 0;
  transform: translateX(120px);
  /* RIGHT → LEFT */
}

/* ===== ACTIVE ANIMATION ===== */
.owl-item.active h1 {
  animation: slideInRTL 1.1s ease forwards;
}

.owl-item.active .hero-btn {
  animation: slideInRTL 1.1s ease forwards;
  animation-delay: 0.5s;
}

/* ===== KEYFRAMES ===== */
@keyframes slideInRTL {
  from {
    opacity: 0;
    transform: translateX(120px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*Experience Section ========*/
.experience-sec {}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--theme-black-color);
  display: flex;
  align-items: center;
  gap: 5px;
}

.feature-list i {
  color: var(--theme-green-color);
  font-size: 20px;
}

/* ===== COUNTERS ===== */
.counter-box {
  margin-top: 30px;
}

.counter-number {
  font-size: 120px;
  font-weight: 500;
  color: transparent;
  font-family: var(--theme-heading-font-family);
  -webkit-text-stroke-color: #000000;
  -webkit-text-stroke-width: 2px;
  line-height: 1;
}

.counter-line {
  width: 90%;
  height: 1px;
  background: var(--theme-green-color);
  margin: 15px 0;
}

.counter-label {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-green-color);
}


/* Client section ===============================*/
/* Logo box */
.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {}

/* Remove dots */
.clients-slider .owl-dots {
  display: none;
}

/* Client section ===============================*/
.world-map-sec {
  background: url(../images/world-map.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.jq-marquee {
  width: 100%;
  overflow: hidden;
}

.jq-track {
  display: inline-flex;
  gap: 70px;
  white-space: nowrap;
}

.jq-track span {
  font-size: 120px;
  font-weight: 500;
  color: transparent;
  font-family: var(--theme-heading-font-family);
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-stroke-width: 0.6px;
  line-height: 1;
}

/*Why Section =============================*/
.custom-tabs .nav-link {
  border: none;
  color: var(--theme-black-color);
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin: 0 10px;
  position: relative;
}

.stack-slider {
  position: relative;
  width: 80%;
  height: 500px;
}

.stack-slider-margin{
  margin: 60px auto;
}

.stack-slider-margin2{
  margin: 60px 0 60px auto;
}

.stack-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.stack-item {
  position: absolute;
  inset: 0;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.7s ease;
  /*box-shadow: 0 25px 50px rgba(0,0,0,0.25);*/
  z-index: 1;
}

.stack-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Layer positions (IMPORTANT) */
.stack-item:nth-child(1) {
  transform: translate(0) scale(1);
  z-index: 4;
}

.stack-item:nth-child(2) {
  transform: translate(-20px, -20px) scale(1);
  z-index: 3;
}

.stack-item:nth-child(3) {
  transform: translate(-40px, -40px) scale(1);
  z-index: 2;
}

.stack-item:nth-child(4) {
  transform: translate(-60px, -60px) scale(1);
  z-index: 1;
  opacity: 0.9;
}

/* Navigation */
.stack-nav {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.stack-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0);
  font-size: 25px;
  cursor: pointer;
}

.custom-tabs .nav-link.active {
  color: var(--theme-black-color);
  background: transparent;
}

.custom-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  width: 0%;
  background-color: var(--theme-green-color);
  transition: 0.4s;
}

.custom-tabs .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--theme-green-color);
}

.custom-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--theme-green-color);
}

/* Content text */
.tab-content {
  margin-top: 30px;
}

.tab-content p {
  color: var(--theme-black-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 25px;
  max-width: 900px;
}

.procress-bar {
  margin-top: 50px;
}

.process-item {
  margin-bottom: 30px;
}

.process-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--theme-black-color);
  margin-bottom: 10px;
}

.process-bar {
  height: 2px;
  background-color: #D3D3D3;
  position: relative;
}

.process-bar span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--theme-black-color);
}

/*Process Flow Section ===============================*/
.process-section {
  padding: 80px 0;
}

.process-step {
  position: relative;
}

.step-icon {
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  font-size: 60px;
  color: var(--theme-green-color);
  position: relative;
}

.step-number {
  position: absolute;
  top: -8px;
  left: 70px;
  width: 26px;
  height: 26px;
  background: var(--theme-gray-color);
  color: var(--theme-white-color);
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--theme-black-color);
}

.step-text {
  font-size: 14px;
  color: var(--theme-black-color);
  margin: 0 auto;
}

/* individual divider */
.step-divider {
  position: absolute;
  top: 32px;
  left: 37%;
  width: 60%;
  height: 1px;
  background: #BDBDBD;
}

/*Fancybox ===========================================*/
.office-slider-section {
  margin-top: -130px;
}

.office-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.office-item a {
  pointer-events: auto;
}

.office-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 27%);
  opacity: 0;
  pointer-events: none;
}

.office-item:hover:after {
  opacity: 1;
}

.office-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* bottom white label */
.office-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(255 255 255 / 70%);
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--theme-black-color);
}

.office-caption i {
  font-size: 14px;
}

/* spacing between slides */
.office-slider .owl-item {
  padding: 0px;
}

.office-slider .owl-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.50);
  -ms-transform: scale(0.50);
  transform: scale(0.50);
  margin: 150px 0 100px 0;
}

.office-slider .owl-item.active.center {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.img-zoom-out {
  overflow: hidden;
}

.img-zoom-out img {
  width: 100%;
  transition: transform 0.5s ease;
  transform: scale(1.5);
  /* initial zoomed */
}

.img-zoom-out:hover img {
  transform: scale(1.4);
  /* zoom out */
}


/* hide dots */
.office-slider .owl-dots {
  display: none;
}

.office-slider.owl-carousel .owl-nav button.owl-prev,
.office-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  font-size: 60px;
  font-weight: 300;
  color: var(--theme-white-color);
  font-family: "bootstrap-icons";
  z-index: 999;
}

.office-slider.owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}

.office-slider.owl-carousel .owl-nav button.owl-next {
  right: 20px;
}

.cmn-line {
  max-width: 100%;
  margin: 15px auto 0;
  opacity: 0.2;
}

/*Testimonisl Section ===========================================*/
.testimonial-card {
  background: var(--theme-white-color);
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 15%);
  text-align: left;
  min-height: 310px;
  margin: 10px 0;
  transition: 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-card p {
  font-size: 14px;
  color: var(--theme-black-color);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 25px;
}

.testimonial-card h6 {
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-black-color);
  text-transform: uppercase;
}

.owl-carousel .owl-item .test-logo {
  min-height: 65px;
}

.owl-carousel .owl-item img.testimonial-logo {
  margin-bottom: 15px;
  width: 115px !important;
}

.testimonial-slider .owl-item {
  padding: 0 15px;
}

.testimonial-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.testimonial-slider .owl-nav button {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #D9D9D9 !important;
  border-radius: 50%;
  font-size: 18px !important;
}

.testimonial-slider .owl-prev {
  left: -60px;
}

.testimonial-slider .owl-next {
  right: -60px;
}

/*Our Notable Projects Section ===========================================*/
.notable-projects-slider-section {
  margin-top: -40px;
}

.notable-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.notable-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 27%);
  opacity: 0;
}

.notable-item:hover:after {
  opacity: 1;
}

.notable-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.notable-slider .owl-item {
  padding: 0px;
}

.notable-slider .owl-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.50);
  -ms-transform: scale(0.50);
  transform: scale(0.50);
  margin: 150px 0 100px 0;
}

.notable-slider .owl-item.active.center {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.notable-slider .owl-dots {
  display: none;
}

.notable-slider.owl-carousel .owl-nav button.owl-prev,
.notable-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  font-size: 60px;
  font-weight: 300;
  color: var(--theme-white-color);
  font-family: "bootstrap-icons";
  z-index: 999;
}

.notable-slider.owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}

.notable-slider.owl-carousel .owl-nav button.owl-next {
  right: 20px;
}

/*Get In Touch ========================*/
.cta-section {
  position: relative;
  min-height: 350px;
  background: url('../images/get-bg.jpg') center center / cover no-repeat fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay */
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Content */
.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--theme-white-color);
}

.cta-content h1 {
  font-size: 3rem;
  font-weight: 700;
}

.cta-content p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  opacity: 0.9;
}

/* Button */
.btn-cta {
  background: var(--theme-white-color);
  color: var(--theme-black-color);
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}

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

/*Gallery Slider =====================================*/
.gallery-wrapper {
  position: relative;
}

.gallery-slider .hero-slide {
  height: 90vh;
}

.hero-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
}

/* TEXT WRAP */
.hero-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* TEXT DEFAULT STATE (DOWN) */
.hero-text h1 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transform: translateY(80px);
  /* DOWN */
  transition: all 0.9s ease;
}

/* ACTIVE SLIDE (UP) */
.owl-item.active .hero-text h1 {
  opacity: 1;
  transform: translateY(0);
  /* UP */
}

/* BOTTOM CARD SLIDER */
.card-slider-wrap {
  position: absolute;
  bottom: 0;
  right: 58px;
  width: 60%;
  background: var(--theme-white-color);
  border-radius: 15px 0 0 0;
  padding: 15px 30px;
  z-index: 5;
}

.card-item {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.card-item img {
  width: 100px !important;
  height: 86px;
  object-fit: cover;
  border-radius: 0;
}

.card-item h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0b1d3a;
}

/* NAV ARROWS */
.gallery-slider .owl-nav button {
  position: absolute;
  bottom: 0;
  background: var(--theme-gray-color) !important;
  color: var(--theme-white-color) !important;
  width: 58px;
  height: 58px;
  font-size: 35px !important;
}

.gallery-slider .owl-nav button:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-white-color);
  opacity: 0;
  transition: 0.4s;
  z-index: 0;
}

.gallery-slider .owl-nav button:hover:after {
  width: 100%;
  opacity: 1;
}

.gallery-slider .owl-nav .owl-prev {
  right: 0px;
  bottom: 58px
}

.gallery-slider .owl-nav .owl-next {
  right: 0px;
}

.gallery-slider .owl-nav .owl-prev:hover .bi {
  color: var(--theme-green-color);
  position: relative;
  z-index: 1;
}

.gallery-slider .owl-nav .owl-next:hover .bi {
  color: var(--theme-green-color);
  position: relative;
  z-index: 1;
}

/*Media Slider ===========================================*/
.media-slider {
  margin-top: 60px;
}

.media-slider .media-item {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-slider .media-item img {
  max-height: 100px;
  width: auto;
  object-fit: contain;
}

/*Technology Section =================================*/
.tech-video video {
  width: 100%;
}

.technology-video-wrap {
  margin-top: 80px;
}

.technology-sec .col-md-4:nth-child(2) .tech-video {
  margin-top: -50px;
}

.tech-video {
  position: relative;
  overflow: hidden;
}

.tech-caption {
  position: absolute;
  bottom: -67px;
  left: 0;
  width: 100%;
  background: var(--theme-white-color);
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--theme-black-color);
  opacity: 1;
  transform: translateY(100%);
  transition: transform .4s cubic-bezier(.22, .61, .36, 1);
  padding: 30px;
  z-index: 1;
}

.tech-video:hover .tech-caption {
  bottom: 7px;
  transform: translateY(0);
}

/*Fancybox ===========================================*/
.gallery-list {
  overflow: visible;
}

.gallery-list .sk-box {
  position: relative;
  overflow: hidden;
  /*background: #0e86d4 !important;*/
  color: var(--theme-white-color);
}

.gallery-list .sk-box a {
  display: block;
  color: inherit;
}

.gallery-list .sk-box figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 78%;
  text-align: center;
  margin-bottom: 0;
}

.gallery-list .sk-box figure img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(1.01);
  transform: translate(0, -50%) scale(1.01);
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  object-fit: cover;
}

.fancybox-image,
.fancybox-spaceball {
  border-radius: 0px !important;
}

.fancybox-toolbar .fancybox-button {
  background: rgb(255 255 255) !important;
}

.fancybox-button div {
  background: rgb(255 255 255) !important;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: var(--theme-green-color) !important;
}

.sk-box:hover a figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-list .sk-box .sk-text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  margin: 0 auto;
  text-align: center;
}

.gallery-list .sk-box:hover .sk-text {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.gallery-list .readmore {
  width: 50px !important;
  height: 50px !important;
  display: block;
  margin: auto;
  background: #fff !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  color: #0e86d4 !important;
  font-size: 0;
  position: relative;
}

.gallery-list .readmore:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-list .sk-video-box .readmore:before {
  content: "\f16a";
}

.gallery-list .readmore:hover {
  color: #4f5cc5;
}

.gallery-list .sk-box .sk-text .subheading {
  text-align: inherit;
  color: inherit;
  text-transform: uppercase;
  font-size: 20px;
}

.gallery-list .sk-box:hover figure img {
  -webkit-transform: translate(0, -50%) scale(1.1);
  transform: translate(0, -50%) scale(1.1);
  opacity: 1;
}

.gallery-list .sk-box:hover .sk-text .readmore {
  /*top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  text-align: center;
  margin: 0 auto;
}

/* Contact section ===============================*/
.contact-section {
  padding-bottom: 40px;
  background: #fff;
}

.contact-title {
  font-size: 42px;
  font-weight: 500;
}

.contact-subtitle {
  color: var(--theme-black-color);
  font-size: 25px;
  margin-bottom: 60px;
  padding-right: 95px;
  font-weight: 400;
}

.welcome-subtitle{
  font-size: 16px;
  font-weight: 400;
}
.ftr-address-wrap{
  height: 280px;
  overflow-y: auto;
  padding-right: 20px;
}
.ftr-address-info{
  gap: 15px;
}
.ftr-address-info .address-info{
  padding-right: 20px;
}
.ftr-address-info h5{
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-gray-color);
}
.ftr-address-info span{
  font-weight: 400;
}
.sacnner-info{
  flex-shrink: 0;
}

.qr-box {
  text-align: center;
}

.qr-box img {
  width: 90px;
}

.qr-box p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

.field-wrap {
  position: relative;
  margin-bottom: 18px;
}

.field-wrap .form-control {
  height: 56px;
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 16px;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--theme-white-color);
  border-color: #D8D8D8;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(166 206 0 / 25%);
}

.field-wrap textarea.form-control {
  height: auto;
}

/* Fake placeholder */
.fake-placeholder {
  position: absolute;
   top: 50%; 
  left: 18px;
  transform: translateY(-50%);
  color: #494949;
  font-size: 16px;
  pointer-events: none;
  transition: opacity 0.15s ease;
  font-weight: 400; /* Applying this property after implementing with contact form 7 */
}

/* Red star */
.fake-placeholder i {
  color: red;
  font-style: normal;
}

/* 🔥 KEY RULE: hide ONLY on focus */
.field-wrap .form-control:focus+.fake-placeholder {
  opacity: 0;
  visibility: hidden;
}

.btn-submit {
  background: #a6ce00;
  color: #fff;
  padding: 14px;
  border-radius: 6px;
  border: none;
  width: 180px;
  font-size: 18px;
}

.btn-submit:hover {
  background: #8eb300;
  color: var(--theme-white-color);
}

/* Footer section ===============================*/
.footer {
  padding: 50px 0 20px;
}

.footer h6 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--theme-black-color);
}

.footer .contact-info p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  display: flex;
}

.footer .contact-info p .bi {
  flex-shrink: 0;
  font-size: 18px;
  color: var(--theme-green-color);
}

.footer .location-info p {
  font-size: 16px;
  font-weight: 500;
}


.footer-links a {
  text-decoration: none;
  color: var(--theme-black-color);
  font-size: 16px;
  font-weight: 500;
}

.footer-links a:hover {
  color: var(--theme-green-color);
}

.contact-info a {
  color: var(--theme-black-color);
  text-decoration: none;
}

.contact-info a:hover {
  color: var(--theme-green-color);
}

.copyright {
  border-top: 1px solid #A59A9A;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.brand-link {
  text-decoration: none;
  font-weight: 400;
  color: var(--theme-black-color);
}

.brand-link:hover {
  color: var(--theme-green-color);
}

/*Project Section ================*/
.gallery-img {
  width: 100%;
  height: 375px;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.gallery-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.gallery-img:hover img{
  transform: scale(1.3);
}
.gallery-img h4{
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 9;
  width: 100%;
  background: rgb(0 0 0 / 80%);
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-green-color);
  opacity: 0;
  margin: 0;
  transition: 0.5s;
}
.gallery-img:hover h4{
  top: 40px;
  opacity: 1;
}
.gallery-img button.view-more {
  position: absolute;
  bottom: -55px;
  z-index: 9;
  background: rgb(0 0 0 / 80%);
  color: var(--theme-green-color);
  border: 2px solid var(--theme-green-color);
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  width: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.gallery-img:hover button.view-more{
  bottom: 80px;
  opacity: 1;
}

.proj-details h4{
  font-size: 32px;
  font-weight: 800;
  color: var(--theme-black-color);
}
.proj-details p{
  font-size: 24px;
  font-weight: 400;
  color: var(--theme-black-color);
  line-height: 36px;
  margin: 20px 0;
}
.proj-details img{
  width: 100%;
}

/*Other Works Section ============*/
.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.works-list {
  list-style: none;
  padding: 0;
  margin: 0;

  /* apply this style for new structre */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: left;
  /* apply this style for new structre */
}

.works-list li {
  line-height: 2;
}

.works-list a {
  font-size: 16px;
  color: var(--theme-black-color);
  text-decoration: none;
  display: inline-block;
}

.works-list a:hover {
  color: var(--theme-green-color);
  text-decoration: none;
}

/*Inner Hero Section =====================*/
.inner-hero-section{
  max-height: 450px;
  overflow: hidden;
}

.inner-hero-section img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero-section{
  height: 90vh;
  overflow: hidden;
  position: relative;
}

.blog-hero-section img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*About Us Section ========================*/
.spaces-box:nth-of-type(even){
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.spaces-box .spaces-box-img{
  padding: 0 20px;
  box-sizing: border-box;
  height: 270px;
  overflow: hidden;
}
.spaces-box .spaces-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spaces-cnt{
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  min-height: 270px;
}
.spaces-cnt h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-black-color);
  margin-bottom: 15px;
  text-align: center;
}

.spaces-cnt p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: var(--theme-gray-color);
}

/* DIVIDER */
.divider-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  gap: 20px;
}

.divider-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,#d7dde3,#bfc7cf,#d7dde3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spaces-box:first-child .divider-line span:last-child {
  display: none;
}

.spaces-box:last-child .divider-line span:first-child {
  display: none;
}

.divider-line span {
  width: 14px;
  height: 14px;
  background: #c7d0d9;
  border-radius: 50%;
}

.divider-line span.active {
  background: var(--theme-green-color);
}

/* MOBILE NAV */
.nav-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: var(--theme-green-color);
}

/*Technology Meets Section =================*/
.tech-meets-cont:nth-of-type(even){
  flex-direction: row-reverse;
}
.tech-meets-cont:nth-of-type(even) .heading_container{
  padding-left: 60px;
  padding-right: 0;
}
.tech-img-wrap img{
  width: 100%;
}

.process-accordion h2.accordion-header{
  margin-bottom: 0;
}

.process-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e7e7e7;
}

.process-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-black-color);
}

.process-accordion .accordion-button::after {
  display: none;
}

/* plus / minus icon */
.process-accordion .accordion-button .icon::before {
  content: "+";
  font-size: 28px;
  font-weight: 400;
  color: var(--theme-black-color);
}

.process-accordion .accordion-button:not(.collapsed) .icon::before {
  content: "–";
  color: var(--theme-green-color);
}

/* icon alignment */
.process-accordion .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.process-accordion .accordion-body {
  padding: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--theme-gray-color);
}

/* Inner Hero Slider Section =============== */
.inner-hero-section {
  height: 100vh;
  overflow: hidden;
}

.inner-hero-slider,
.inner-hero-slider .owl-stage-outer,
.inner-hero-slider .owl-stage,
.inner-hero-slider .owl-item,
.slide-item {
  height: 100%;
}

.inner-hero-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.inner-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);              
  transition: transform 6s ease;      
}

/* ACTIVE slide zoom-out */
.inner-hero-slider .owl-item.active .inner-hero-img img {
  transform: scale(1);                
}

/*Careers Section =================*/
.career-list .job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  margin-bottom: 18px;
  background: var(--theme-white-color);
}

.career-list .job-card:last-child {
  margin-bottom: 0;   
}

.job-info h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--theme-green-color);
  margin-bottom: 6px;
}

.job-info p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-black-color);
}

.job-btn {
  background: var(--theme-green-color);
  color: var(--theme-white-color);
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  flex-shrink: 0;
}

.job-btn:hover {
  background: #8eb300;
  color: var(--theme-white-color);
}

/*Blog Section =====================*/
.blog-hero-wrap{
  padding:130px 0 40px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-card{
  background: rgb(0 0 0 / 54%);
  border-radius: 18px;
  padding: 40px;
  height: 100%;
  align-items: center;
  display: flex;
}

.blog-image{
  border-radius:16px;
  overflow:hidden;
  height:100%;
}

.blog-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}

.blog-image:hover img{
  transform:scale(1.05);
}

.blog-content h2{
  font-size:36px;
  font-weight:700;
  color:var(--theme-white-color);
  margin-bottom:20px;
}

.post-date{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--theme-white-color);
  margin-bottom:20px;
  font-size:15px;
}

.blog-content p{
  color:var(--theme-white-color);
  line-height:1.8;
  font-size:16px;
}

.read-more{
  display:inline-block;
  margin-top:25px;
  font-weight:600;
  color:var(--theme-green-color);
  text-decoration:none;
}

.read-more:hover{
  text-decoration:underline;
}

.blog-section{
  margin-top: 60px;
}

.blog-post-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  height:100%;
  transition:.3s ease;
}

.blog-post-card:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.blog-thumb{
  overflow:hidden;
}

.blog-thumb img{
  width:100%;
  height:240px;
  object-fit:cover;
  transition:.6s ease;
}

.blog-post-card:hover .blog-thumb img{
  /*transform:scale(1.06);*/
  -webkit-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
}

.blog-post-content{
  padding:25px;
}

.blog-post-content h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:15px;
  color: var(--theme-black-color);
}

.blog-date{
  font-size:14px;
  color:var(--theme-gray-light-color);
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:15px;
}

.blog-post-content p{
  font-size:15px;
  color:var(--theme-gray-color);
  line-height:1.7;
}

/*Blog Details ===================*/
.blog-details{
  background: #f1f1f1;
}

.blog-main{
  background:var(--theme-white-color);
  padding:40px;
  border-radius:12px;
}

.blog-main h1{
  font-size:32px;
  font-weight:700;
  margin-bottom:25px;
}

.blog-main img{
  width:100%;
  border-radius:10px;
  margin-bottom:20px;
}

.share{
  display:flex;
  gap:10px;
  margin:20px 0 30px;
}

.blog-main h4{
  font-size: 18px;
  color: var(--theme-gray-light-color);
}

.share a{
  width:36px;
  height:36px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--theme-white-color);
  font-size:16px;
}

.share .fb{background:#3b5998}
.share .tw{background:#1da1f2}
.share .ln{background:#0077b5}
.share .pt{background:#bd081c}
.share .wa{background:#25d366}

.blog-main h2{
  font-size:28px;
  font-weight:600;
  margin:0 0 15px;
  color: var(--theme-black-color);
}

.blog-main p{
  font-size:16px;
  line-height:1.8;
  color:var(--theme-gray-color);
  margin-bottom: 1rem;
}

.blog-main p:last-child{
  margin-bottom: 0;
}

.blog-main ul{
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1rem;
}
.blog-main ul:last-child{
  margin-bottom: 0;
}

.blog-main ul li{
  font-size:16px;
  line-height:1.8;
  color:var(--theme-gray-color);
}

/* Sidebar */
.sidebar{
  position:sticky;
  top:30px;
}

.widget{
  background:var(--theme-white-color);
  padding:30px;
  border-radius:12px;
  margin-bottom:30px;
}

.widget:last-child{
  margin-bottom: 0;
}

.widget h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
}

/* Form */
.form-control, .form-select{
  height:48px;
  border-radius:6px;
  margin-bottom:15px;
}

.form-select:focus{
  color: var(--bs-body-color);
  background-color: var(--theme-white-color);
  border-color: #D8D8D8;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(166 206 0 / 25%);
}

.btn-submit{
  background:var(--theme-green-color);
  border:none;
  color:var(--theme-white-color);
  padding:12px 25px;
  font-weight:600;
  border-radius:6px;
}

/* Recent Posts */
.recent-post{
  display:flex;
  gap:15px;
  margin-bottom:20px;
}

.recent-post img{
  width:90px;
  height:70px;
  object-fit:cover;
  border-radius:6px;
  flex-shrink: 0;
}

.recent-post-dtls{

}

.recent-post a{
  font-size:14px;
  font-weight:600;
  margin-bottom:5px;
  color: var(--theme-gray-color);
  display: inline-block;
}

.recent-post span{
  font-size:13px;
  color:var(--theme-gray-light-color);
}

/* -------- Written By SR ------------- */


/* Code for pagination section */

.post-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.post-pagination .page-numbers {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.post-pagination .page-numbers li a.page-numbers,
.post-pagination .page-numbers li span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #ddd;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    background: transparent;
}

.post-pagination .page-numbers li a.page-numbers:not(.next):not(.prev),
.post-pagination .page-numbers li span.page-numbers.current {
    border-radius: 6px;
}

.post-pagination .page-numbers li a.next,
.post-pagination .page-numbers li a.prev {
    border-radius: 6px;
}

.post-pagination .page-numbers li a.page-numbers:hover {
    background: #AFCA05;
    color: #fff;
    border-color: #AFCA05;
}

.post-pagination .page-numbers li span.current {
    background: #AFCA05;
    color: #fff;
    border-color: #AFCA05;
}



/* 404 Page */
.error404 .heading_container h1 {
	font-weight: 700;
	font-size: 76px;
	font-family: var(--theme-primary-font-family);
	color: var(--theme-black-color);
}
.error404 .heading_container h2 {
	font-size: 26px;
	font-weight: 600;
	font-family: var(--theme-primary-font-family);
	color: var(--theme-black-color);
	margin-bottom: 50px;
}
.content-404 {
	margin-top: 50px;
	margin-bottom: 50px;;
}
.footer .location-info{
  margin-top: 15px;
}
.footer .location-info a {
	color: var(--theme-black-color) !important;
	text-decoration: none;
}
.footer .location-info a:hover{
  color: var(--theme-green-color) !important;
}

/* New Section */

.airbrick-eco {
  position: relative;
  background: #ffffff;
  padding-top: 80px;
}

.eco-title {
  margin-bottom: 30px;
}

/* Curved Shape */
/* .airbrick-eco .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
} */
.eco-wave {
  width: 100%;
  height: 111px;
  background: #afca05;
  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
}


.eco-content {
	background: #afca05;
	padding: 0px 0 100px;
	margin-top: -2px;
	color: #fff;
}

.airbrick-eco .eco-content .eco-content-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
}

.eco-items-wrapper {
	margin-bottom: 28px;
}

.eco-subtitle {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 70px;
}


.eco-item img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
}

.eco-item h6 {
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 8px;
	font-weight: 700;
}

.eco-btn:hover {
  background: #ffffff;
  color: #0c3b40;
}

.eco-btn { 
    width: auto;
    border: 1px solid #fff;
}


.experience-sec .custom-tooltip-item {
    position: relative;
    list-style: none;
    cursor: pointer;
}

/* Tooltip Box */
.experience-sec .custom-tooltip {
    position: absolute;
    left: 0;
    bottom: 130%;
    width: 320px;
    background: #afca05;
    color: #000;
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    font-weight: 600;
}

/* Left Speech Arrow */
.experience-sec .custom-tooltip::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -8px;

    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #afca05;
}

/* Show on hover */
.experience-sec .custom-tooltip-item:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.partner-modal-wrapper .modal-content {
    background: #afca05;
    border-radius: 20px;
    padding: 30px 40px;
    border: none;
    color: #000;
}

.partner-modal-wrapper .modal-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.partner-modal-wrapper label {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

.partner-modal-wrapper .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 8px 0;
    color: #000;
}

.partner-modal-wrapper .form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.partner-modal-wrapper textarea.form-control {
    border: none;
    border-bottom: 1px solid #000;
    resize: none;
}

.partner-modal-wrapper .submit-btn {
    background: transparent;
    border: 1px solid #000;
    padding: 12px 60px;
    font-weight: 600;
    transition: 0.3s;
}

.partner-modal-wrapper .submit-btn:hover {
    background: #000;
    color: #fff;
}

/* Red Close Icon */
.partner-modal-wrapper .custom-close {
    position: absolute;
    right: 0;
    top: 0;
    filter: none;
    opacity: 1;
}

.partner-form br, .contact-section form br{display: none;}