@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.roboto-allover-font{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100 to 900;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
:root {
  --primary-color: #00a859;
  --secondary-color: #00a859;
  --green-text: #05bf81;
  --heading-color: #011210;
  --black-color: #011210;
  --p-text: #1B201E;
  --white-color: #fff;
  --allover-font: "Roboto", sans-serif;
  --hd-font: "Syne", sans-serif;
}
body {
  font-family: var(--hd-font);
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  color: #444;
  overflow-x: hidden;
}
.bg-light {
  background-color: #f8f5ec;
}
p {
  color: var(--p-text);
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  font-family: var(--allover-font);
}
ul {
  padding-left: 0;
}
a {
  color: #0d6efd;
  text-decoration: none;
  font-family: var(--allover-font);
  font-size: 16px;
}

.primary-text {
  color: var(--primary-color);
}

ul {
  list-style: none;
}
.purple-color {
  color: var(--secondary-color) !important;
}

.red-text {
  color: var(--primary-color) !important;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

.grey-bg {
  background: #f5f5f5;
}

.light-blue-bg {
  background-color: #f0f5ff;
}

/* @media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1441px;
  }
} */

h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.widget h6,
.filters li a,
blockquote,
p[data-pullquote]:before,
input[type="submit"] {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-family: var(--hd-font);
  font-weight: 700;
}

h6 {
  font-weight: 300;
}

.grey-bg {
  background: #f5f5f5;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn {
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  padding: 10px 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;
  font-size: 18px;
  box-shadow: 1px 2px 12px #432b0470;
}
.red-text {
  color: var(--primary-color);
}
.btn i {
  position: relative;
  top: 3px;
}

input,
textarea {
  width: 100%;
  background: #c5c5c5;
  border: 1px solid #c5c5c5;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
}

.error_input {
  border: 1px solid #e74c3c;
}
/* 
.primary-btn {
  background: transparent;
  color: #1B201E;
  font-size: 14px;
  border-radius: 50px;
  border: solid 1px var(--primary-color);
  font-weight: 400;
}

.primary-btn:hover {
  background-color: var(--secondary-color-btn);
  color: #fff;
  border: solid 1px var(--secondary-color-btn);
}

.secondary-btn {
  background-color: var(--secondary-color);
  font-weight: 400;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.secondary-btn:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.team-section h3 {
  color: var(--secondary-color);
} */

/* .primary-btn:hover {
  background: var(--deepgreen-color);
  color: #fff !important;
  border: solid 1px var(--deepgreen-color) !important;
} */

/* ==========header-sec================ */
/* ============menu-css================ */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu > ul > li {
  float: left;
  cursor: pointer;
}

/* #cssmenu > ul > li.active {
  background: var(--secondary-color);
  border-radius: 50px;
}

#cssmenu > ul > li.active a {
  color: #fff;
} */

/* #cssmenu ul li:hover {
  background: var(--secondary-color);
  border-radius: 50px;
} */

#cssmenu ul li:hover a {
  color: #fff;
}

#cssmenu ul {
  display: flex;
  justify-content: space-between;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  position: relative;
  font-family: var(--hd-font);
  text-transform: uppercase;
  padding: 10px 30px 10px;
}
#cssmenu > ul > li > a {
}
/* #cssmenu > ul > li > a:hover {
  color: #1B201E;
} */
#cssmenu ul ul {
  display: block;
  position: absolute;
  left: -9999px;
  z-index: 9;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  /* height: 0; */
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
  height: auto;
  background: #fff;
  border-radius: 6px;
  padding: 5px;
  top: 60px;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 1px 17px 13px #1B201E61;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover > ul > li {
  /* height: 54px; */
}

#cssmenu ul ul ul {
  top: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0 !important;
}

#cssmenu ul ul li:hover ul {
  right: 100%;
  left: auto !important;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 15px 15px;
  width: 250px;
  font-size: 14px;
  text-decoration: none;
  color: #565656;
  line-height: 24px;
  font-weight: 500;
  /* background: #ffffff; */
  /* background: #ffffff; */
}
/* #cssmenu ul li a::before {
  position: absolute;
  right: 0;
  right: 0;
  content: "";
  width: 2px;
  height: 58%;
  background-color: #1B201E;
  top: 7px;
} */
#cssmenu ul li:nth-last-of-type(1) a:before {
  width: 0px;
  height: auto;
}
#cssmenu ul ul li:hover::before {
  width: 0;
}

/* #cssmenu ul ul li a:hover {
  color: #323585;
} */
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

#cssmenu ul ul li:hover .submenu-button::before {
  filter: invert(100);
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/arrow-down-s-line.svg);
  content: "";
  right: 9px;
  top: 20px;
  color: #464040;
  transition: all 0.25s ease;
  content: "";
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 16px;
  height: 10px;
  background: #fff;
}

#cssmenu ul ul > li.has-sub:hover > a:after {
  filter: invert(100%);
  transform: rotate(88deg);
}

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center > ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #a39d9d;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
    background: var(--primary-color);
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    background: #fff;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }

  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 9px;
    width: 20px;
    border-top: 2px solid #1B201E;
    border-bottom: 2px solid #1B201E;
    content: "";
  }

  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #1B201E;
    content: "";
  }

  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #1B201E;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #1B201E;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #151758;
  }

  #cssmenu ul ul .submenu-button {
    height: 54px;
    width: 54px;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/arrow-down-s-line.svg);
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 32%;
    filter: invert(100);
    transition: all 0.25s ease;
  }

  #cssmenu ul ul .submenu-button:before {
    top: 17px;
    right: 4px;
    filter: brightness(0.5);
  }

  #cssmenu .submenu-button.submenu-opened:before {
    transform: rotate(180deg);
  }
}

header {
  transition: all 500ms ease-in-out;
}

.sticky-logo {
  display: none;
}

.sticky-logo img {
  width: 100%;
}

#header {
  position: absolute;
  padding: 0px 0 10px;
  z-index: 1;
}
.header-sec {
  border-bottom: solid 1px #ddd;
}
#header.sticky-shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  min-height: 40px;
  box-shadow: 0 3px 8px 0px rgb(0 0 0 / 30%);
  background: none;
  background: #2f3a44;
  padding: 0px;
}
#header.sticky-shadow .header-sec {
  border-bottom: solid 0px #ddd;
}

/* #header.sticky-shadow #cssmenu > ul > li > a {
  color: #1B201E;
} */
/* header.sticky-shadow .right-header .top-header {
  display: none;
} */

header.sticky-shadow .sticky-logo {
  display: block;
  width: 76px;
  margin: 0 28%;
}

.mobile-menu-header-bg {
  display: none;
}

.left-header {
  width: 220px;
}

.logo {
  width: 180px;
  padding: 0;
  top: 20px;
}

.logo img {
  width: 100%;
  max-width: 100%;
}

.sticky-shadow #cssmenu > ul > li {
  float: left;
}

.sticky-shadow .header-sec {
  align-items: center;
}
.header-social-media a {
  color: #fff;
  padding-right: 10px;
}
.top-header a {
  color: #fff;
  font-size: 16px;
font-style: normal;font-family: var(--allover-font);display: inline-flex;align-items: center;
}
.top-header a span{font-size: 16px;color: #05BF81;margin: 0 9px 0 0;}
.top-header a i {
  color: var(--primary-color);
}
.header-social-media a i {
  color: #fff;
}
/* .top-header .top-header-ul li {
  padding-right: 20px;
} */

/* 
.language-dropdown li {
  padding-right: 0px !important;
}
.language-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px;
}
.toll-free-number li {
  padding-right: 0 !important;
  padding: 5px;
}
.enquire-now {
  background-color: var(--primary-color);
  padding: 10px 28px;
  color: var(--white-color);
  border-radius: 6px;
}
.top-header .top-header-ul .whatsapp-icon {
  color: #25d366;
  font-size: 40px;
}
.toll-free-number .red-text {
  font-weight: 500;
}
.top-header-ul li {
  font-size: 12px;
} */
/* ==========header-sec================ */
/* ==================== */
.section-title {
  position: relative;
}
.section-title h2 {
  font-size: 48px;
  color: var(--green-text);
  position: relative;
  align-items: center;
  margin: 0 0 20px;
}
.section-title h2 span {
  color: #1B201E;
}
/* .section-title h2::after {
  content: "";
  flex: 1;
  height: 2px;
  margin-left: 15px;
  background-color: #dc3545ab;
} */
/* ==========banner-ar========== */
/*.banner-hero {
  position: relative;
  background: url("../images/banner.jpg") center/cover no-repeat;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}*/
/* .banner-hero:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1B201E;
  content: "";
} */
.banner-hero {
    position: relative;
}
.banner-content {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #011210d4;
    padding: 130px 15px;

}
.regional-section .partical-img img {
    width: 100%;
}
.regional-section .partical-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 300px;
    opacity: .5;
}
.banner-hero > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-hero p {
  font-size: 32px;
  color: #fff;
  font-family: var(--hd-font);
}
.banner-hero h1 {
  font-size: 54px;
  font-weight: bold;
  color: #fff;
}
.about-section {
  position: relative;
}
.about-section .section-title h2 {
  color: var(--green-text);
  font-size: 40px;
}
.about-section::before {
  position: absolute;
  left: 0;
  background: url(../images/bg-about.png);
  width: 440px;
  max-width: 100%;
  height: 280px;
  top: 0;
  content: "";
  background-size: cover;
}
.about-img {
        width: 100%;
    position: relative;
    padding-bottom: 56%;
}
.regional-section .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.regional-section .image-box {
    position: relative;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
    overflow: hidden;
    padding-bottom: 137%;
}
.about-img img{    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;}
.about-img-wraper{padding-left: 50px;}
.about-img-bg {
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/green-box.jpg);
    background-size: cover;
    width: 37%;
    max-width: 100%;
    max-width: 100%;
    height: 83%;
    z-index: -1;
    transform: translate(0px, -50%);
}
.pillar-circle .pillar-img {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 150px;
    padding: 30px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.12);
    overflow: hidden;
        margin-bottom: 30px !important;
            z-index: 1;
    position: relative;
}
.value-section .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-txt ul li p {
    width: calc(100% - 50px);
    padding-left: 20px;
}
.services-txt ul li span {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    justify-content: end;
    align-items: center;
    padding: 12px;
        margin-top: -5px;
}
.value-section .image-box {
    position: relative;
    padding-bottom: 65%
}
.services-section .imag-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services-section .imag-box {
    position: relative;
    padding-bottom: 87%;
}
.pillars-section .row .col:nth-child(even) .pillar-img{    background-color: #E2FFF5;}
.pillar-circle .pillar-img img {
    width: 100% !important;
    height: 100%;
    object-fit: contain !important;
}
.pillar-text {
  font-size: 20px;
  color: #1B201E;
  font-weight: 600;
  font-family: var(--hd-font);
}

.pillar-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  background-image: url("your-icon-url.png"); /* Replace with actual icon path */
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pillar-card {
  background: white;
  border-radius: 50%;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 20px;
  transition: transform 0.3s ease;
}

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

.pillar-txt1{font-family: var(--allover-font);}

.connector-line {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  z-index: 0;
}

.pillar-container {
  position: relative;
}
.pillar-circle {
  position: relative;
}
.pillar-circle::before {
  position: absolute;
  width: 190px;
  height: 2px;
  top: 0;
  content: "";
  background: #ddd;
  transform: rotateZ(19deg);
  top: 92px;
  right: -103px;
}
.pillars-section .col:nth-last-child(3) .pillar-circle {
  margin-top: 70px;
}
.pillars-section .col:nth-last-child(1) .pillar-circle {
  margin-top: 70px;
}
.pillars-section .col:nth-child(2) .pillar-circle::before {
  position: absolute;
  width: 190px;
  height: 2px;
  top: 0;
  content: "";
  background: #ddd;
  transform: rotateZ(148deg);
  top: 30px;
  right: -108px;
}
.pillars-section .col:nth-child(4) .pillar-circle::before {
  background: transparent;
}
.bg-light-yellow {
  background-color: #f8f5ec;
}

.sector-images {
  gap: 15px;
}
.sector-images img,
.sector-images .icon-box {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.icon-box {
  display: inline-grid;
  align-items: center;
  justify-content: center;
}
.icon-box img {
  width: 100%;
  height: 100%;
}
.icon-box i {
  font-size: 32px;
  color: #00b16a;
}
.text-highlight {
  color: #00b16a;
}
.core-section {
  background: #1B201E;
}
.core-section .description h3 {
  color: var(--primary-color);
  font-size: 24px;
}

.value-section {
  padding: 60px 20px;
  position: relative;
}

.value-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

.highlight-green {
  color: #10b981; /* Tailwind emerald-500 */
}

.text-box {
  background-color: white;
  color: #111;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.img-overlay {
  position: absolute;
  width: 120px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  bottom: 20px;
  left: 40%;
}
.value-green-sec {
  position: relative;
}
.value-section::before {
  position: absolute;
  right: 0px;
  background: url(../images/values-img.jpg);
  top: 0;
  width: 58%;
  height: 510px;
  content: "";
  background-size: cover;
}
.value-section {
  padding: 80px 0;
}

/************ Sharmistha 05-06-2025************/
.h-top ul{padding: 0;list-style: none;margin: 0;}
.h-top ul li{color: #fff;font-size: 16px;margin: 0 10px 0 0;display: inline-flex;align-items: center;}
.h-top ul li span{color:#05BF81;font-size: 14px;margin: 0 5px 0 0;}
.services-section{background-color:#fff;padding: 80px 0;}
.services-txt{width: 100%;display: inline-block;}
.services-txt ul{list-style-type: none;padding: 0;margin: 0 0 20px;display: flex;flex-wrap: wrap;row-gap: 0.4rem;}
.services-txt ul li{padding: 25px 37px 0 0;font-family: "Roboto", sans-serif;font-size: 16px;font-weight: normal;color:#1B201E;width: calc(100% / 2); display: inline-flex;align-items: self-start;}
.services-txt ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.core-section .description p {color: var(--white-color);font-size: 16px;margin: 20px 0 0;}
.sklara-section{background-color:#F5F5F5;padding: 80px 0;}
.sklara-txt{width: 100%;display: inline-block;font-family: "Roboto", sans-serif;}
.sklara-txt p{column-count: 2;column-gap: 25px;margin: 20px 0 0 0;font-size: 18px;color: #1B201E;line-height: 30px;font-weight: 400;}
.regional-green-sec {position: relative;}
.regional-section::before {position: absolute;left: 0px;background: url(../images/partners-grnbx.png);top: 0;width: 40%;height: 630px;content: "";background-size: cover;}
.regional-section {padding: 80px 0;position: relative;}
.regional-point{list-style-type: none;padding: 0;margin: 0 0 20px;display: flex;flex-wrap: wrap;row-gap: 0.4rem;}
.regional-point li{font-family: "Roboto", sans-serif;font-size: 18px;font-weight: 600;color:#1B201E;width: calc(100% / 2); display: inline-flex;}
.regional-point li i{color:#00a859;font-size: 20px;margin: 0 6px 0 0;}
.consultation-section h6 {font-size: 22px;text-shadow: 1px 1px 1px #1B201E;font-family: var(--hd-font);}
.consultation-section h2 {font-size: 40px;font-family: var(--hd-font);}
.consultation-section .btn-send {    display: flex;gap: 10px;padding: 10px 25px;background-color: #0f0f0f;color: #00d3a9;color: #fff;border: 1px solid #fff;font-family: var(--allover-font);}
.consultation-section .btn-send span{color:#03dc94;}
.consultation-section .btn-send:hover {background-color: #00d3a9;color: #fff;}
.address-txt {color: #1B201E;display: inline-flex;font-size: 14px;font-family: var(--hd-font);}
.address-txt b{color: #1B201E;display: inline-flex;font-size: 16px;font-family: var(--allover-font);}
.address-txt b a{font-family: var(--allover-font);font-size: 16px;    color: #1B201E;}
.consultation-section {position: relative;background: url("../images/contact-bg.png") center center / cover no-repeat;height: auto;display: flex;padding: 80px 0;align-items: center;justify-content: center;color: white;}
.consultation-section .form-control::placeholder {color: #1B201E;}
.consultation-section .form-control {display: block;width: 100%;height: 55px;font-size: 1rem;}
.contact-sec h6 {font-size: 20px;font-weight: 600;}
.contact-sec ul li {padding: 8px 0;}
.contact-sec ul li a i {color: var(--primary-color);font-size: 22px;margin-right: 10px;}
.contact-sec ul li a span {color: #05BF81;font-size: 21px;margin: 3px 7px 0 0;}
.contact-sec ul li a span b {font-size: 18px;font-weight: 600;margin-top: 5px;display: block;color: #1B201E;font-family: var(--allover-font);}
.footer-section .social-media ul {display: flex;padding-left: 0px;list-style: none;margin-top: 15px;}
.footer-section .social-media h5, .footer-section .contact-sec h5{font-size: 20px;color: #1B201E;font-weight: 600;font-family: var(--allover-font);}
.footer-section .social-media ul {display: flex;padding-left: 0px;list-style: none;margin-top: 15px;}
.footer-section .social-media ul li{margin: 0 7px 0 0;}
.footer-section .social-media ul li:last-child{margin: 0;}
.footer-section .social-media ul li a {font-size: 20px;color: #ffffff;padding: 0 2px;width: 35px;height: 35px;display: block;background: var(--green-text);margin: 2px;line-height: 34px;text-align: center;border-radius: 100px;}
.last-footer {border-top: solid 1px #ddd;}
.last-footer p {color: #222;font-size: 15px;}
.footer-logo{margin: 0 0 20px;}

/*************** end 05-06-2025 ***************/

@media (max-width: 768px) {
  .img-overlay {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 20px auto 0;
    display: block;
  }
}
