body{font-family: Poppins;}
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
font-family: Poppins;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.container {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

p {color: #494949;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px; margin-bottom: 10px

;
}
h1,h2,h3,h4,h5,h6{font-family: Poppins;}

@media (min-width: 1400px) {
  .container {
    max-width: 1366px;
  }
}

/* ================= HEADER ================= */
.header {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
  position: relative;
}

.logo {
  font-weight: 600
}

.logo span {
  color: #c56b3c
}

/* ================= DESKTOP NAVIGATION ================= */
@media (min-width: 1151px) {
  header nav {
    display: block;
  }

  /* Hide mobile menu header on desktop */
  .mobile-menu-header {
    display: none !important;
  }

  header nav ul.mainULnav {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
  }

  header nav ul li {
    display: inline-block;
    position: relative;
    list-style: none;
  }

  header nav ul li a {
    color: #000;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 100% */
text-transform: uppercase;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 20px 20px;
    transition: color 0.3s;
  }

  header .sub-menu {
    background-color: #fff;
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all ease 0.3s;
    top: calc(100% + 0px);
    min-width: 240px;
    left: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }

  header .sub-menu li {
    display: block;
  }

  header .sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #494949;
    padding: 12px;
    margin: 0;
    display: block;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  header .sub-menu li:last-child a {
    border: 0px;
  }

  header .dropdownMenu:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }

  header nav ul li a:hover {
        color: #4ea05f;
  }

  header .sub-menu li a:hover {
    background-color: #FF181A;
    color: #ffffff;
  }

  li.dropdownMenu>a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%23494949'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-flex;
    right: 0px;
    top: 0px;
    position: relative;
    transition: all 0.3s !important;
  }

  li.dropdownMenu>a:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%230B1F3A'/%3E%3C/svg%3E");
  }
}

.contact-header a {
    border-radius: 40.5px;
    background: #FF181A;
    padding: 12px 23px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background: linear-gradient(97deg, #009739 0.75%, #FF181A 100%);
    margin-left: 20px;
}

@media screen and (max-width: 1150px) {
  header nav ul .dropdownMenu span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%230B1F3A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  header nav ul .dropdownMenu span.hasSub.menuactve {
    transform: rotate(180deg);
  }

  header .sub-menu {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: none;
    top: 0;
    display: none;
    min-width: 100%;
    position: relative;
    box-shadow: none;
    padding: 0px;
  }

  .dropdownMenu {
    position: relative;
  }

  .dropdownMenu.open .sub-menu {
    display: block;
    position: relative;
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }
}

/* ================= NAV ICONS ================= */


/* ================= HAMBURGER MENU ================= */
.hamburgerMenuBtn {
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230B1F3A' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  margin: 0;
  cursor: pointer;
  display: none;
}

.HeaderMenuRhs {
  display: flex;
  align-items: center;
  gap: 15px;
}

.menuOverlay {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all ease 0.3s;
  display: none;
}

body.sidebarMenuOpen .menuOverlay {
  display: block;
}

/* ================= MOBILE MENU HEADER ================= */
.mobile-menu-header {
  display: none;
}

@media (max-width: 1150px) {

  /* Show mobile menu header */
  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border-bottom: 1px solid rgb(63 91 77);
    position: sticky;
    top: 0;
    z-index: 1002;
  }

  .mobile-logo {
    height: 30px;
  }

  .mobile-logo img {
    height: 100%;
    width: auto;
    max-width: 150px;
  }

  .mobile-close-btn {
    background: none;
    border: none;
    color: #0B1F3A;
    font-size: 24px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.3s;
  }

  .mobile-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  /* Hide desktop navigation and icons on mobile */
  /* header nav,
  .nav-icons {
    display: none;
  } */

  /* Show hamburger button */
  .hamburgerMenuBtn {
    display: block;
  }

  /* Navigation container adjustments */
  .nav-container {
    padding: 14px 0px;
  }

  /* Top bar adjustments */
  .top-bar {
    padding: 8px 20px;
    font-size: 12px;
  }

  /* MOBILE MENU STYLES */
  header nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    z-index: 1001;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 0;
    display: block;
  }

  body.sidebarMenuOpen header nav {
    right: 0;
  }

  /* Style the main UL for mobile */
  header nav ul.mainULnav {
    padding: 0;
    display: block;
  }

  header nav ul li {
    display: block;
    border-bottom: 1px solid rgb(63 91 77);
  }

  header nav ul li a {
    color: #0B1F3A;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    display: inline-block;
    position: relative;
    list-style: none;
  }

  li.dropdownMenu.open span.hasSub {
    transform: rotate(180deg);
  }

  /* Style for dropdown arrows in mobile */
  li.dropdownMenu>a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%23ffffff'/%3E%3C/svg%3E");
    transform: rotate(0deg);
    transition: transform 0.3s;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
  }

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

  /* Style sub-menu for mobile */
  header .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: none;
    border-top: none;
    width: 100%;
    min-width: auto;
  }

  header nav ul .dropdownMenu span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 15px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230b1f3a;' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  li.dropdownMenu.open .sub-menu {
    max-height: 500px;
  }

  header .sub-menu li a {
    color: rgba(255, 255, 255, 0.9);
    padding: 12px 20px 12px 30px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #FF181A78;
    color: #0b1f3a;
  }

  header .sub-menu li:last-child {
    border-bottom: none;
  }

  header .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

}

@media (min-width:1151px) {

  li.dropdownMenu>a {
    position: relative;
    padding-right: 22px;
    /* space for arrow */
  }

  li.dropdownMenu>a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%230B1F3A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;

    width: 16px;
    height: 16px;

    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    transition: 0.3s;
  }

  /* hover rotate arrow */
  li.dropdownMenu:hover>a:after {
    transform: translateY(-50%) rotate(180deg);
  }

  header .dropdownMenu:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }

  header .dropdownMenu .sub-menu {
    min-width: 240px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    /* border-top: 3px solid #f3d014; */
  }

  header .dropdownMenu:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }

  header .dropdownMenu:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
}

header .sub-menu {
  background-color: #fff;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all ease 0.3s;
  top: calc(100% + 0px);
  width: auto;
  left: inherit;
  bottom: inherit;
}


/* banner section Slider adjustments */
/* .hero-slider {
  height: 70vh;
  min-height: 400px;
}

.overlay h1 {
  font-size: 32px;
}

.overlay p {
  font-size: 16px;
} */

.btn {
  padding: 10px 24px;
  font-size: 14px;
}

.slider-controls {
  bottom: 20px;
  right: 20px;
}

.swiper-pagination {
  bottom: 20px !important;
  left: 20px !important;
}

@media (max-width: 768px) {
  /* .hero-slider {
    height: 60vh;
    min-height: 350px;
  }

  .overlay h1 {
    font-size: 24px;
  }

  .overlay p {
    font-size: 14px;
    margin-bottom: 15px;
  } */

  .top-bar div:nth-child(2) {
    display: none;
  }

  .top-bar {
    grid-template-columns: 1fr auto;
    padding: 8px 15px;
  }

  .nav-container {
    padding: 2px 1px;
  }

  .logo img {
    height: 30px;
    width: auto;
  }

  .mobile-menu-header {
    padding: 15px;
  }

  .mobile-logo {
    height: 25px;
  }
}

@media (max-width: 480px) {
  /* .hero-slider {
    height: 50vh;
    min-height: 300px;
  }

  .overlay h1 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 13px;
  }

  .btn {
    padding: 8px 20px;
    font-size: 13px;
  } */

  .slider-controls {
    bottom: 15px;
    right: 15px;
  }

  .slider-controls button {
    width: 36px;
    height: 36px;
  }

  header nav {
    width: 280px;
  }

  .mobile-menu-header {
    padding: 12px;
  }
}

/* ================= SLIDER ================= */
.logo img {
     width: 115px;
}

body:not(.sidebarMenuOpen) header nav {
  animation: slideOut 0.3s ease forwards;
}

/* <--------------counter--------------> */
.count-sec {
    background: linear-gradient(92deg, #009739 0%, #FF181A 100%) !important;
    padding: 30px 10px;
    position: relative;
}
.count-sec:after{position: absolute;

content: '';
background-image: url(../images/count-left.png);
width: 400px;
height: 300px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
}
.count-sec::before{position: absolute;

content: '';
background-image: url(../images/count-right.png);
width: 170px;
height: 300px;
right: 0px;
top: 0px;
background-repeat: no-repeat;
}
#stats-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  font-family: 'Inter', sans-serif;
}

/* GRID LAYOUT */
#stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  /* Mobile First: 1 column */
  gap: 15px;
}

@media (min-width: 600px) {
  #stats-grid {
    grid-template-columns: repeat(2, 1fr);
    /* Tablet: 2 columns */
  }
}

@media (min-width: 1024px) {
  #stats-grid {
    grid-template-columns: repeat(4, 1fr);
    /* Desktop: 4 columns */
  }
}

/* CARD STYLING - Using ID to ensure specificity overrides other CSS */
#stats-card {

  /* Adjusted padding to fit content */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  /* Ensures cards are same height */
  color: #FFF;
}

/* NUMBER STYLING */
#stats-number {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 10px;
  word-wrap: break-word;
  /* Prevents number overflow */
}

/* LABEL STYLING */
#stats-label {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
 .about-info{background: linear-gradient(92deg, #009739 0%, #FF181A 100%) !important;  padding:35px 10px;border-radius: 10px;color:#fff;}
 h3.about-titl-i {
    color: #FFF;
    /* font-family: Poppins; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}
/* FIX FOR VERY SMALL SCREENS (e.g. iPhone SE) */
@media (max-width: 350px) {
  #stats-number {
    font-size: 35px;
    /* Smaller font for tiny phones */
    line-height: 35px;
  }

  #stats-label {
    font-size: 14px;
  }
}

/* <!-- <----------------about-------------> */
.text-center {
  text-align: center;
}

section.about {
  padding: 100px 0px 150px 0px;
  position: relative;
}

.about-sec{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
  position: relative;
}
.about-section-in{  gap: 0px;  display: grid;
  grid-template-columns: repeat(2, 1fr);}
.about-images {
  position: relative;padding-left: 40px;
}

.about-image1 {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.about-image1 img {
    border-radius: 10px;
    position: relative;
    width: 72%;
    z-index: 7;
    height: 450px;
    object-fit: cover;
}
.about-icon img {
    margin: auto;
    display: block;
    margin-bottom: 10px;
    width: 33%;
    height: 60px;
}
.about-image2 {
    position: absolute;
    bottom: -96px;
    right: 0px;
    z-index: 99;
}

.about-image2 img {
    width: 97%;
    border: 8px solid #ffffff;border-radius: 10px;overflow: hidden;
}
.abouttext {
    flex: 1 1 45%;
    padding-left: 30%;
}


.mainsubtitle {color: #000;
font-family: Poppins;    margin-bottom: 20px;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 41px; /* 100% */
}


.about-left{
    margin: 25px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.featureprdct {
  padding: 80px 0px;
}

.maintitle {
  color: #0B1F3A;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

/* <-------------about maker----------------> */
.waymaker-img1 img,.waymaker-img2 img{width: 95%;border-radius: 10px;overflow: hidden;}
.waymaker-img1 img{margin-top: 50px;}
.waymaker-img2 img{margin-bottom: -50px;}
.about-waymaker{background-color: #F6F8F9;padding: 80px 0px;}
.common-margin{margin: 80px 0px;}



/* <-----------property--------------> */
.property-section {
  padding: 0px 0px 80px 0px;
}

.property-swiper {
  padding-top: 20px;
}

.property .swiper-slide {
  height: auto !important;
}

.property-box {
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in;
  background-color: transparent;
  margin-bottom: 15px;
  border: 1px solid transparent;height:100%;    padding-bottom: 30px;
}

.property-box:hover {
  border: 1px solid #FF181A;
  color: #fff;
  transform: translateY(5px);
}

.property-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.property-img {
  height: 240px;
  overflow: hidden;
  display: block;
  transition: all 0.5s ease-in;
}

.property-box img {
  transition: all 0.5s ease-in;
}

.property-box:hover img {
  transform: scale(1.1);
}

.property-cont {
padding: 20px 10px;

}

.propertytitl {
  color: #494949;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}

.property-cont {
  color: #494949;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 10px;    text-align: center;
}

.property-btn {
    border-radius: 5px;
    border-radius: 10px;
    background: linear-gradient(92deg, #009739 0%, #FF181A 100%) !important;
    padding: 11px 22px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.4s ease-in;
 
}
.property .property-btn {
    border-radius: 5px;
    border-radius: 10px;
    background: linear-gradient(92deg, #009739 0%, #FF181A 100%) !important;
    padding: 11px 22px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.4s ease-in;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 150px;
}
.property-btn:hover {
  border: 1px solid #FF181A;
background: linear-gradient(92deg, #ffffff 0%, #ffffff 100%) !important;
  color: #FF181A;
  border-radius: 30px;
}

.property .swiper-horizontal {
  touch-action: pan-y;
  padding: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
  opacity: 0;
}

.property .swiper-button-next,
.property .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, .95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  transition: background-color 0.3s;
  top: 60% !important;
}
.property-cont p {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* kitni line dikhani hai */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property .swiper-button-next i,
.property .swiper-button-prev i {
  color: #FF181A;
}

.property .swiper-button-prev {
  transform: rotate(180deg);
  left: -21px !important;
}

.property .swiper-button-next {
  right:
    -21px !important;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination img {
  margin: auto;
  display: block;
}
/*****************Banner******************/


.BannerSection.space-mb-7 {
    margin-top: -1px;   margin-bottom: -1px;
    z-index: 1;
    overflow-x: hidden;
    position: relative;
    /* padding-top: 230px; */
}

.SliderWrapper {
    position: relative;

}

.BannerSection .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.text-center {
    text-align: center;
}
.bannerslide {
    height: 85vh;
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    background: #F1C8CE;
    opacity: 0.6;
}

.shop-button:hover {
    background-color: #111111;
    border-radius: 30px;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    color: #fff;    margin: 21px 0px;
}

/* Mobile Responsive Styles */
/* @media (max-width: 768px) {
    .promotion-title {
        font-size: 20px;
    }

    .promotion-heading {
        font-size: 28px;
    }

    .promotion-description {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .shop-button {
        align-self: center;
    }

    .promotion-image {
        padding: 20px;
    }
} */
/* 
@media (max-width: 576px) {
    .promotion-content {
        padding: 25px 15px;
    }

    .promotion-title {
        font-size: 18px;
    }

    .promotion-heading {
        font-size: 26px;
        padding: 5px 0px;
    }

    .promotion-description {
        font-size: 14px;
    }

    .shop-button {
        padding: 10px 25px;
        font-size: 14px;
    }
} */

.BannerSection .swiper-button-next {
    bottom: 20px !important;
    position: absolute;
}



.hero-outer {
    background: url(../images/banner-layer.png);
    padding: 12px 0px 12px 0px;
    border: 1px solid #ccc;
    border-radius: 6px;
    appearance: none;
    background-size: cover;
    display: flex;
    height: 85vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}
.hero-ig {
    width: 900px;
    height: 900px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    right: -110px;
    bottom: -240px;
    border: 15px solid #fff;
    box-shadow: 0px 0px 15px #00000042;
}
.hero-info1 {
    width: calc(50% - 20px);
    padding-left: 260px;
    padding-top: 50px;
}

h1.heromaintitle {
    color: #000;
    font-family: Poppins;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
}
h1.heromaintitle span{color: #009739;}
.hero-outer p {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin: 15px 0px;
}
h2.herodubtitl {
    color: #FF181A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    margin: 20px 0px;
}
a.hero-cta1 {
    background: linear-gradient(92deg, #009739 0%, #FF181A 100%) !important;
    padding: 12px 25px;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    transition: all 0.5s ease-in;border: 1px solid transparent;
}
a.hero-cta1:hover{    background: linear-gradient(92deg, #ffffff 0%, #ffffff 100%) !important;
color:#FF181A;border: 1px solid #FF181A;border-radius: 40px;

}
a.hero-cta2 {
    border-radius: 5px;
    border: 1px solid #FF181A;
    background: #FFF;
    padding: 11px 25px;
    color: #FF181A; transition: all 0.5s ease-in;
}
a.hero-cta2:hover{ background: linear-gradient(92deg, #009739 0%, #FF181A 100%) !important;color:#fff;
border-radius: 40px;color: #fff;
}

.hero-flex {
    display: flex;
    margin-top: 10px;
	position:relative;
	z-index:9;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    margin: auto;
    flex-direction: inherit;    width: 100%;
}
span.swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    border-radius: 5px;background-color: #fff !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 5px;background-color: #009739;
}
.hero-outer:after {
    position: absolute;
    content: '';
    background-image: url(../images/banner1.svg);
    background-repeat: no-repeat;
    left: 15%;
    bottom: 20px;
    width: 130px;
    height: 130px;
}
/*.hero-info2{position: relative;} */
.hero-outer:before {
    position: absolute;
    content: '';
    background-image: url(../images/banner2.svg);
    background-repeat: no-repeat;
    right: 31%;
    top: 18%;
    width: 130px;
    height: 130px;
    /* z-index: 1; */
}

/*****************Banner******************/
@media (min-width:600px) {
  .mobile-banner{display: none;}
}
/* <---------book-sec----------> */
.book-sec{padding: 100px 0px;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}
.book-contt{max-width: 700px;
margin: auto;
}
.booktitle{color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 35px;margin-bottom: 20px;}


.book-contt p{color: #fff;}
a.book-sec-btn {
    border-radius: 5px;
    border: 1px solid transparent;
    background: #009739;
    color: #fff;
    padding: 12px 9px;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    margin: auto;
    transition: all 0.5s ease-in;
}
a.book-sec-btn:hover{   border: 1px solid #009739;
    background: #fff;
    color: #009739;}
/* ===== SECTION ===== */
.contact-section {
  padding: 70px 20px;
 background: linear-gradient(111deg, rgba(0, 151, 57, 0.20) 0%, rgba(255, 24, 26, 0.20) 100%);
}

.contact-box {
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 2fr;   /* 1/3 + 2/3 */
    gap: 30px;
    align-items: start;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}

/* ===== LEFT SIDE ===== */
.contact-left h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0f1f35;
}

/* .contact-info {
  margin-bottom: 25px;
}

.contact-info li {
  margin: 16px 0px;
}

.contact-info a {
  color: #303030;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.contact-info i {
  color: #0B1F3A;
  margin-right: 12px;
  width: 20px;
} */

/* MAP */
/* .map-box iframe {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  border: none;
} */

/* ===== RIGHT SIDE ===== */

/* .contact-right::after{
    content:"";
    position:absolute;
    right:-40px;
    bottom:-10px;
    width:260px;
    height:420px;
    background:url('https://cdn-icons-png.flaticon.com/512/3135/3135715.png') no-repeat;
    background-size:contain;
    opacity:0.06;
} */


input,
textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  outline: none;
  font-size: 15px;
  background: white;
    margin: 10px 0px 20px 0px;
}

textarea {
  border-radius: 18px;
  height: 120px;
  resize: none;
}

.submit-btn {
  border-radius: 5px;
background: linear-gradient(91deg, #009739 0.05%, #FF181A 99.36%);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
    display: block;
    width: 100%;
}
.contact-ig img {
    width: 95%;
    height: 410px;
    object-fit: cover;
    margin-top: 20px;
    border-radius: 30px;
}
form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
  background-color: #fff;
  cursor: pointer;margin: 10px 0px 20px 0px;
}
.contact-right label{color:#656565;}
/* focus */
form select:focus {
  border-color: #000;
}

.submit-btn:hover {
    border: 1px solid #FF181A;
    background: linear-gradient(92deg, #ffffff 0%, #ffffff 100%) !important;
    color: #FF181A;
    border-radius: 30px;
}

/* ===== TABLET ===== */
@media(max-width:992px) {
  .contact-box {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-right {
    padding: 30px;
  }

  .contact-right::after {
    display: none;
  }
}

/* ===== MOBILE ===== */
@media(max-width:600px) {

  .contact-left h2 {
    font-size: 26px;
  }

  .contact-right h2 {
    font-size: 24px;
  }

  form {
    grid-template-columns: 1fr;
  }

  form .full {
    grid-column: auto;
  }

  .submit-btn {
    width: 100%;
  }
}


/* <---------------footer----------------> */
footer {
background: #121212;
}


.footer-wrap {
  margin: auto;
  padding: 70px 16px 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-top {
  border-top: 1px solid #FF181A;
}

.footer-col {
  padding-right: 3px;
}

.footer-logo img {
  max-width: 250px;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-bottom {
 background: linear-gradient(92deg, #009739 0%, #FF181A 100%) !important;
  color: #fff;
  padding: 30px;
  text-align: center;
}

.footer-col h4 {
  color: #4A4240;
  font-family: "IvyOra Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}

.quick-links-box ul li {
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.quick-links-box ul li a {
  display: block;
  padding-right: 30px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  text-decoration: none;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding-bottom: 5px;
}

.quick-links-box ul li a:hover {
  border-bottom: 1px solid #FF181A;
  color: #FF181A
}

footer p {
  color: #fff;
}

.footer-col:last-child {
  border-right: none;
}

.footer-col h4 {
  text-transform: uppercase;
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 30px;
}

.info-item a {
  color: #494949;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;    width: 100%;align-items:center;
}

.info-item a i {
    color: #ffffff;
    font-size: 11px;
    width: 30px;
    display: flex;
    margin: auto;
    text-align: center;
    overflow: hidden;
    background-color: #009739;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.info-item span {
  text-align: left;
  width: calc(100% - 45px);
  color: #fff ;margin-left:10px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  font-size: 14px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons a i {
  font-size: 18px !important;
  color: #009739;
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.5s ease-in;
}

.social-icons a i:hover {
  color: #FF181A;
}

.social-icons a {
  font-size: 16px;
  color: #009739;
  padding-right: 10px;
}

.x-icon svg {
  width: 16px;
  height: 16px;
  fill: #009739;
}

.footer-col h5{color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 20px;}
.popup{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    top:0;
    left:0;
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.popup-box{
    background:#fff;
    padding:40px;
    width:600px;
    border-radius:10px;
    position:relative;
}

.close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:25px;
    cursor:pointer;
}
.popup-list li{padding: 3px 0px;}
.popup-box h2{text-align: center;font-size: 25px;margin-bottom: 20px;font-weight: 600;}
/* <-----------responsive--------------------> */
@media(max-width:1720px)
{
  .hero-ig {
    width: 800px;
    height: 800px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    right: -70px;
    bottom: -230px;
}
}
@media (max-width:1600px){
  .hero-info1 {
    width: calc(50% - 20px);
    padding-left: 74px;
    padding-top: 50px;
}
.hero-ig {
    width: 730px;
    height: 730px;
    right: -130px;
    bottom: -190px;
}
h1.heromaintitle {
    font-size: 44px;}
    .abouttext {
    padding-left: 10%;
}
.about-image2 {
    position: absolute;
    bottom: -66px;}
    
section.about {
    padding: 80px 0px 110px 0px;}
}

@media (max-width:1500px){

#stats-number {
    font-size: 40px;
  }
  .mainsubtitle {
    font-size: 30px;}
.about-icon img {
    width: 25%;
    height: 40px;
}
}

@media(max-width:1366px) {
.hero-outer:before {
    right: 31%;
    top: 21%;
    width: 110px;
    height: 110px;
    /* z-index: 1; */
}

    h1.heromaintitle {
        font-size: 35px;
        line-height: 44px;
    }
   .hero-info1 {
        padding-left: 74px;
        padding-top: 60px;
    }
.hero-ig {
        width: 610px;
        height: 610px;
       right: -90px;
        bottom: -240px;
    }
    html,body{overflow-x: hidden;}
      .hero-ig img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
  .about-image1 img {
    width: 90%;
  }

  .img-box img {
    height: 320px;
  }

  .mainsubtitle {
    font-size: 30px;
  }
  .about-waymaker {
    padding: 40px 0px;
}
}

@media(max-width:1300px){
  .hero-info1 {
        width: calc(60% - 20px);}
            h1.heromaintitle {
        font-size: 35px;}
.hero-info1 {
        padding-left: 74px;
        padding-top: 40px;
    }
.hero-outer {
    height: 80vh;}
  .bannerslide {
    height: 80vh;
}

  .about-images {
    padding-left: 20px;
}
h3.about-titl-i {
    font-size: 16px;}
    .about-image2 img {
    width: 70%;}
    .about-image2 {
    bottom: -76px;
    right: -100px;}
}



@media(max-width:1180px) {


  /* .overlay h1 {
    font-size: 30px;
    line-height: 43px;
  } */

  .contact-header a {
    top: 23px;
    position: absolute;
    right: 70px;
  }

  section.about {
    padding: 80px 0px 100px 0px;
  }

  .img-box img {
    height: 270px;
  }

  .service-box p {
    padding: 10px 15px 0px 0px;
  }

  .common-margin {
    margin: 60px 0px;
  }

  .process-less {
    padding: 60px 0px;
  }

  .testimonial-sec {
    padding: 70px 0px;
  }

  .property-img {
    height: 260px;
  }

  .property-box img {
    width: 100%;
    height: 250px;
  }

  .footer-wrap {
    padding: 50px 16px 30px;
  }


  .footer-logo img {
    max-width: 220px;
  }

  .footer-col h4 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .footer-bottom {
    background: #FF181A;
    color: #fff;
    padding: 10px;
  }

  .quick-links-box ul li {
    margin-bottom: 9px;
    padding-bottom: 6px;
  }

  /* .map-box iframe {
    height: 320px;
  } */

  textarea {
    height: 90px;
  }
  .hero-ig {
        width: 560px;
        height: 590px;
        right: -60px;
        bottom: -130px;
    }
    .hero-ig img{
    width: 100%;
}
    .hero-outer:before {
        right: 31%;
        top: 20%;
        width: 220px;
        height: 120px;
    }
    html,body{overflow-x: hidden;}
    .about-sec {
    align-items: start;
}
    .about-image2 {
        bottom: -136px;
        right: 0px;
    }
    .about-image2 img {
        width: 100%;
    }
        .hero-info1 {
        padding-left: 34px;
        padding-top: 20px;
    }
        h1.heromaintitle {
        font-size: 30px;
        line-height: 37px;
    }
	
}


@media(max-width:900px) {
  .footer-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-slider {
    position: relative;
    height: 68vh;
    min-height: 450px;
  }

  .overlay-content {
    width: 70%;
    left: 0px;
    margin-left: 5px;
  }
.hero-ig {
        width: 380px;
        height: 330px;
        right: -110px;
        bottom: -60px;
    }
.bannerslide {
        height:70vh;
    }
    .hero-outer {
        height: 70vh;
        background-size: 100% 110%;
    }
  .hero-ig {
        width: 500px;
        height: 500px;
        right: -90px;
        bottom: -90px;
    }
     .hero-outer:before {
        right: 30%;
        top: 27%;
        width: 150px;
        height: 150px;
    }
    .about-left {
    margin: 20px 0px;
    gap: 5px;    grid-template-columns: repeat(2, 1fr);
}
	    .hero-outer:before {
        right: 22%;
        top: 23%;
        width: 160px;
        height: 120px;
    }
	    .hero-ig {
        width: 510px;
        height: 510px;
        right: -70px;
        bottom: -150px;
    }
	.about-left { margin: 15px 0px; grid-template-columns: repeat(2, 1fr);}
}

@media(max-width:800px) {

  html,
  body {
    overflow-x: hidden;
  }

  .contact-header a {
    top: 11px;
    right: 60px;
  }

  .services-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

.about-image2 {
        bottom: -6px;
    }
  .services-right {
    grid-template-columns: repeat(2, 1fr);
  }

  .work {
    padding: 60px 0px 60px 0px;
  }

.about-sec {
    grid-template-columns: repeat(1, 1fr);}
.about-left {
        grid-template-columns: repeat(3, 1fr);
    }
    .abouttext {
        padding: 0px 5%;
    }
    .about-image1 img {
        width: 60%;
    }
    .waymaker-img1 img {
    margin-top: 0px;
}
.about-waymaker {
        padding: 10px 0px;
    }

    .hero-info1 {
        width: calc(70% - 20px);
}

    section.about {
        padding: 50px 0px 50px 0px;
    }

      .hero-ig {
        width: 370px;
        height: 370px;
        right: -60px;
        bottom: -60px;
    }
.hero-info1 {
        width: calc(70% - 20px);
        position: relative;
        z-index: 9;
    }
}

@media(max-width:700px) {
		.popup-box {
    padding: 30px 20px;
    width: 95%;
    border-radius: 10px;
    position: relative;
}
	
	
  .count-sec {
    padding: 0px 0px;
}
  .about-sec {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-image1 img {
    width: 90%;
    height: 350px;
    object-fit: cover;
  }

  .about-image2 {
    bottom: -46px;
    right: -110px;
  }

  .about-image2 img {
    width: 65%;
  }

  .img-box img {
    height: 210px;
  }

  .process-less-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-section {
    padding: 50px 0px;
  }

  .mainsubtitle {
    font-size: 25px;
    line-height: 30px;
  }

  .contact-right {
    padding: 0px;
  }

  section.about {
    padding: 50px 0px 50px 0px;
  }

  .logo img {
    height: 60px;
    width: 100%;
  }

  section.inproperty.featureprdct {
    padding: 0px 0px;
    padding-top: 50px;
  }

  .pagination {
    margin: 10px 0px 50px 0px;
  }

  .footer-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 0px 30px;
  }


  .overlay-content {
    width: 100%;
  }

  .services-right {
    grid-template-columns: repeat(1, 1fr);
  }

  .margin-btm {
    margin-bottom: 50px;
  }

  .benefit ul {
    column-count: 1;
  }

  .company {
    margin: 40px 0px;
  }

  .abouttext {
        padding: 0px 25px;
        margin-top: 20px;
    }
.hero-outer {flex-wrap: wrap;}
.hero-info1 {
        width: calc(100% - 20px);}
            /* .hero-ig {
        width: 100%;
        height: 320px;
        right: 0px;
        bottom: 20px;
        position: relative;
        border-radius: 0%;
        border: 5px solid #fff;
        margin-top: 30px;
    } */
 .hero-info1 {
        padding-left: 24px;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .hero-outer {
    background-color: #e4f9ff;
    background-image: none;
}
     .hero-outer:before {
        right: 35%;
        top: 43%;
        width: 132px;
        height: 134px;
    }
    .hero-ig {
        width: 370px;
        height: 370px;
        right: -40px;
        bottom: -80px;
        border-radius: 0px;
        border: 3px solid #fff;
        box-shadow: 0px 0px 0px #ddd;
        border-radius: 100%;
        /* left: 0px; */
        margin: auto;
    }
.hero-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
}
a.hero-cta2,a.hero-cta1 {
    padding: 10px 9px;
    width: 130px;
    text-align: center;
}
    h1.heromaintitle {
        font-size: 30px;
        line-height: 30px;
    }

.bannerslide {
        height:80vh;
    }
    .hero-outer {
        height: 80vh;
        background-size: 100% 110%;
    }
    .hero-outer:after {
        left: 6%;
        bottom: 10px;
        width: 110px;
        height: 90px;
        background-size: 70%;
        z-index: 1;
        filter: brightness(0.5);
    }

	.header {
    position: fixed;
    width: 100%;
}
	.header {
    position: fixed;
    top: -1;
    background: #ffffff;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    width: 100%;
}
	.hero-info1 {
		padding-top: 60px;}
	    a.hero-cta2, a.hero-cta1 {
        padding: 10px 9px;
			width: 100%;}
   .hero-outer:before {display:none;}
}

@media(max-width:450px) {
  section.about {
    padding: 50px 0px 50px 0px;
  }

  .hero-slider {
    position: relative;
    height: 50vh;
  }

  .overlay-content {
    width: 90%;
  }

    .about-image2 {
        bottom: -30px;
        right: -110px;
    }

  .overlay-content {
    width: 90%;
  }

  .services-right {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .services-right {
    grid-template-columns: repeat(1, 1fr);
  }

  .work-img img {
    height: 70px !important;
  }

  .footer-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 10px 30px;
  }

  .footer-wrap {
    gap: 10px;
  }

  .about-image1 img {
    width: 97%;
    height: 350px;
  }

  .contact-header a {
    top: 16px;
  }
      .hero-ig {
        width: 300px;
        height: 300px;
        right: -50px;
        bottom: -88px;
      }
          .hero-outer:before {
        right: 20%;
        top: 53%;
        width: 132px;
        height: 134px;
        background-size: 60%;
    }
        .hero-info1 {
        padding-left: 20px;
        padding-top: 60px;
        margin-bottom: 10px;
    }
    .hero-outer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin: 12px 0px;
}
    h1.heromaintitle {
        font-size: 26px;
        line-height: 32px;
    }
    .count-sec::before,.count-sec::after {display: none;}
    #stats-card {
    min-height: 130px;}
    #stats-grid {
    padding: 40px 0px;
}
    .about-left {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }
    .booktitle {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 20px;
}
.common-margin {
        margin: 40px 0px;
    }
    .contact-box {
        gap: 20px;
    }
    .contact-box {
    padding: 40px 20px;}
    .contact-ig img {
    height: 330px;}
}
.whatsapp-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999999999;
}
.whatsapp-contact img{width:80%;}
@media (max-width:600px) {
  .whatsapp-contact{position: fixed;
bottom: 10px;
right: 10px;
}
.whatsapp-contact img{width:60%;}
}
.contact-right p{margin-bottom:0px;}


/*404  */

.custom-404{
    background:#000000;
    color:#ffffff;
    text-align:center;
    padding:100px 20px;
    min-height:80vh;
    display:flex;
    justify-content:center;
    align-items:center;
}

.container-404{
    max-width:600px;
}

.error-code{
    font-size:120px;
    font-weight:900;
    background:linear-gradient(45deg,#009739,#FF181A);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation: float 3s ease-in-out infinite;
}

@keyframes float{
    0%{transform:translateY(0px);}
    50%{transform:translateY(-15px);}
    100%{transform:translateY(0px);}
}

.custom-404 h1{
    font-size:32px;
    margin-bottom:15px;
}

.custom-404 p{
    color:#cccccc;
    margin-bottom:30px;
}

.btn-group{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:25px;
}

.btn{
    padding:12px 25px;
    text-decoration:none;
    font-weight:600;
    border-radius:30px;
    transition:0.3s ease;
    display:inline-block;
}

.btn-home{
    background:#009739;
    color:#fff;
}

.btn-home:hover{
    background:#007a2e;
}

.btn-contact{
    background:#FF181A;
    color:#fff;
}

.btn-contact:hover{
    background:#cc1416;
}

@media(max-width:480px){
    .error-code{
        font-size:80px;
    }
    .custom-404 h1{
        font-size:24px;
    }
}
@media(max-width:480px){

.bannerslide {
        height:90vh;
    }
    .hero-outer {
        height: 90vh;
	}}
html {
  scroll-behavior: smooth;
	scroll-padding-top: 160px;
}
.popupBtn{cursor:pointer;}
.wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 0px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0em 0.5em 1em;}

.contactss {
    display: flex;
    gap: 11px;
width:100%;
}
.contactss p {
    width: 50%;
}

/* Section */
.association-section {
  padding: 70px 0;
  background: #f9f9f9;
  text-align: center;
}

/* Title */
.section-title {
  font-size: 32px;
  margin-bottom: 50px;
}

/* Logo Wrapper */
.association-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Logo Item */
.logo-item {
    width: 20%;
    transition: 0.3s ease;
    background-color: #fff;border-radius:5px;box-shadow:0px 0px 5px #ccc;
}
.logo-item img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    transition: 0.3s ease;
}

.logo-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .association-logos {
    gap: 40px;
  }

  .logo-item {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .logo-item {
    width: 45%;
  }
	.association-logos .section-title {
    font-size: 25px;
    line-height: 31px;
}
}

.popup-box {
    background: #fff;
    padding: 40px;
    width: 650px;
    border-radius: 10px;
    position: relative;
    height: 480px;overflow:hidden;
}
.popup-content{
    width: 100%;
    height: 450px;
    overflow-y: scroll;    padding-bottom: 120px;
}
body.popup-open {
    overflow: hidden;
}
.wpcf7 form .wpcf7-response-output {
		margin: 0em 0em 0em !important;text-align:center;}
.association-logos .section-title {
    font-size: 32px;
    margin-bottom: 0px;
    padding-right: 10px;
}
.association-logos .section-title.logo-item{background-color:transparent;box-shadow:0px 0px 0px #ccc;}
@media(max-width:600px){
.popup-box {
    background: #fff;
    padding: 30px;
    width: 90%;}
	.popup-box h2 {
    text-align: center;
		font-size: 20px;}
	.contactss {
		gap: 0px;}
	.contactss p {
    width: 100%;
}
	.contactss {
    flex-wrap: wrap;
}
	
	.submit-btn {
        width: 100%;
        margin-top: 0px;
        margin: 0px 0px 0px 0px;
    }
	    .logo-item img {
        height: 110px;
    }
}


/* <-------css add 27-2-26-----------> */
.hero-outer:before {
    right: 31%;
    top: 12%;
}

.hero-outer:before{
    animation: floatMove 3s ease-in-out infinite;
}
.hero-outer:after{
    animation: floatMove1 3s ease-in-out infinite;
}
@keyframes floatMove1 {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform:scale(1.1);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@keyframes floatMove {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(20px, -15px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@media(min-width:2500px){
	.hero-outer {
    height: auto;
    padding: 100px 0px;
}
	.bannerslide {
		height: auto;}
	.hero-ig {
    width: 700px;
    height: 700px;
    right: -60px;
    bottom: -160px;
}
	.about-sec {
    max-width: 1900px;
    margin: auto;
    justify-content: center;
}
}

.ecard-section{
  padding:60px 20px;
}

.ecard-container{
  max-width:700px;
  margin:auto;
  display:flex;
  gap:30px;
  align-items:center;
}

/* Left */
.ecard-left{  width:60%;}
.ecard-right{
  width:40%;
}

.ecard-left img{
  width:100%;
  border-radius:10px;
  display:block;
}


.ecard-right h2{
  margin-bottom:10px;
}

.ecard-right p{
  margin-bottom:15px;
  color:#555;
}

@media(max-width:700px){
	.ecard-container {
    max-width: 90%;flex-wrap:wrap;
}
	
/* Left */
.ecard-left,.ecard-right{
  width:100%;
}

}

body.popup-open{
  overflow: hidden;
  height: 100vh;
}


.association-section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

/* Slider specific */
.Association-slider .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Association-slider .logo-item img {
  max-width: 120px;
  height: auto;
  transition: 0.3s;
}

.Association-slider .logo-item img:hover {
  transform: scale(1.1);
}
.logo-item.logo-item-b {
    background-color: #1b3044;
}