@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');
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.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,
small {
  color: var(--p-text);
  font-size: 16px;
  font-weight: 400 !important;

  color: #1B201E;
  font-family: "Roboto", sans-serif;
}

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: 50px;
  padding-bottom: 50px;
}

.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 0px;
  z-index: 9;
}

.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: 300px;
  padding: 0;
  top: 20px;
}

.sticky-shadow .logo {
  width: 150px;

}

.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: 50px;
  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: .8;
}

.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: 3.5rem;
  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 {

  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 6px 4px rgb(212 206 206 / 12%);
  margin-bottom: 30px !important;
  z-index: 1;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee5e5;
  border-radius: 4px;
}

/* .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);
  margin-top: 25px;
  margin-bottom: 0px;
}

.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(0deg);
  top: 70px;
  right: -108px;
}

/* .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(0deg);
  top: 70px;
  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-color: #2e4143;
  background-image: url('../images/core-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-attachment: fixed;
}

.core-section .description h3 {
  color: var(--primary-color);
  font-size: 24px;
}

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

.value-title {
  font-size: 3rem;
  color: #1B201E;
  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: #f8f5ec;
  padding: 80px 0;
}

.sklara-txt {
  width: 100%;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}

.sklara-txt p {

  margin: 20px 0 0 0;
  font-size: 16px;
  color: #1B201E;
  line-height: 30px;
  font-weight: 300;
}

.regional-green-sec {
  position: relative;
}

.regional-section::before {
  position: absolute;
  left: 0px;
  background: url(../images/partners-grnbx.png);
  top: 0;
  width: 40%;
  height: 100%;
  content: "";
  background-size: cover;
}

.regional-section {
  padding: 80px 0;
  position: relative;
  background: #F8F8F8;
}

.icon-wrapper h5 {
  color: #1B201E;
}

.regional-point {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}

.regional-point li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1B201E;

  display: inline-flex;
}

.regional-point li span {
  width: 20px;
}

.service-card h5 {
  color: #1B201E;
  font-size: 22px;
}

.list-unstyled li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1B201E;
}


.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;
  color: #05BF81;
  display: flex;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  gap: 10px;
}

.accordion-header {

  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.accordion-body {
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.contact-sec ul li div {
  display: flex;
  flex-direction: column;
  color: #fff !important;
}

.contact-sec ul li div a {
  color: #fff;
}

.contact-sec ul li a i {
  color: var(--primary-color);
  font-size: 22px;
  margin-right: 10px;
}

.contact-sec ul li a span {
  color: #fff;
  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 h5 {
  font-size: 20px;
  color: #05BF81;
  font-weight: 600;
  font-family: var(--allover-font);
  margin-bottom: 15px;
}

.footer-section ul.quicklinks {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-section ul.quicklinks li {
  list-style: none;
}

.footer-section ul.quicklinks li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.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;
}


/* Border bottom hover ONLY for top-level menu items */
.footer-section ul.quicklinks li a {
  position: relative;
  padding-bottom: 6px;
}

.footer-section ul.quicklinks li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #2ecc71;
  /* SKLARA Green */
  transition: width .25s ease;
}

.footer-section ul.quicklinks li a:hover::after {
  width: 100%;
}


.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 #716262;
}

.last-footer p {
  color: #fff;
  font-size: 15px;
  margin: 0px;
  font-size: 14px;
}

.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;
  }
}



.swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  -webkit-user-drag: none;
  will-change: transform, opacity;

  transform: translateZ(0);

}







/* ------------------------------
   NAV BASE
------------------------------ */
.sklara-nav {
  position: relative;
}

.sklara-nav .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
  align-items: center;
}

.sklara-nav a {
  text-decoration: none;
  color: #fff;

  padding: 8px 10px;
  display: flex;
  align-items: center;

  font-size: 16px;
}

/* Border bottom hover ONLY for top-level menu items */
.sklara-nav .nav-menu>li>a {
  position: relative;
  padding-bottom: 6px;
}

.sklara-nav .nav-menu>li>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #2ecc71;
  /* SKLARA Green */
  transition: width .25s ease;
}

.sklara-nav .nav-menu>li>a:hover::after {
  width: 100%;
}


/* ------------------------------
   ARROWS
------------------------------ */
.arrow {
  margin-left: 6px !important;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 2px;
  display: inline-block;
  transform: rotate(45deg);
  transition: .25s ease;
}

/* 
.has-sub:hover > a .arrow,
.has-sub.open > a .arrow {
  transform: rotate(225deg);
} */

/* ------------------------------
   DROPDOWNS (DESKTOP)
------------------------------ */
.submenu {
  position: absolute;
  top: 100%;

  background: #111;
  border-radius: 6px;
  min-width: 200px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: .25s ease;
  z-index: 999;
}

.has-sub:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu li a {
  padding: 10px 16px;
}

.submenu li a:hover {
  background: #222;
  color: #2ecc71;
}

.submenu .has-sub .submenu {
  left: 100%;
  top: 0;
  transform: translateX(6px);
}

/* ------------------------------
   HAMBURGER ICON
------------------------------ */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 30px;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  transition: .3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ------------------------------
   MOBILE NAVIGATION
------------------------------ */
@media (max-width: 992px) {



  .hamburger {
    display: flex;
    position: absolute;
    right: 0;
    top: -12px;
  }

  .sklara-nav .nav-menu>li>a::after {
    background: none;
  }

  .sklara-nav .nav-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: #0d0d0d;
    flex-direction: column;
    padding-top: 80px;
    padding-left: 20px;
    gap: 0;
    transition: right .35s ease;
    z-index: 9999;
  }

  .sklara-nav .nav-menu.open {
    right: 0;
  }

  .nav-menu li {
    width: 100%;
  }

  /* MOBILE SUBMENU COLLAPSE */
  .submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 0;
    overflow: hidden;
    background: #151515;
    transition: max-height .35s ease;
    padding-left: 15px;
    border-left: 2px solid #2ecc71;
  }

  .submenu.open {
    max-height: 800px;
    top: 0 !important;
    left: 0 !important;
    margin: 10px 0;
  }

  .submenu.open .submenu.open {
    margin-top: 15px;
  }

  .arrow {
    border-color: #aaa;
  }

  .nav-menu li a {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #222;
  }

  .submenu li a:hover {
    padding-left: 15px;
  }
}


.whydo-section {
  background: linear-gradient(to bottom, #F5F5F5, #FFFFFF);
}

footer {
  background: url(../images/footer.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}

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

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
}

.swiper-button-prev {
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: cover;
}

.swiper-button-next {
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: cover;
}

.swiper-pagination {
  display: none;
}

.banner .banner-content {
  position: relative;
  top: 54px;
  width: 100%;
  min-height: auto;
}

p.banner-inner-text {

  font-size: 20px;
  font-weight: 400;
  max-width: 650px;
  margin: 0 auto !important;

}

.inner-banner {
  overflow: hidden;
}

.inner-banner .banner-content {

  min-height: 450px;
}

.cps-sec {
  background: url(../images/cpsbg.png) no-repeat;
  background-size: 600px;
  background-position: top right;
}

.res-sec {
  background: url(../images/cpsbg.png) no-repeat;
  background-size: 600px;
  background-position: top right;
}

.opcs-sec {
  background: url(../images/opcsbg.png) no-repeat;
  background-size: contain;
  background-position: left top;
}

.service-card {
  background-color: #F8F5EC;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-10px);
}

.icon-wrapper {
  font-size: 3.5rem;
  color: #20c997;
  margin-bottom: 1.5rem;
}

.section-title {
  color: #212529;
  font-weight: 700;
  font-size: 3rem;
}

.section-subtitle {
  color: #1B201E;
  font-size: 1.1rem;
}


.breadcrumb-item {
  color: #190202;
  font-weight: 400 !important;
  color: #190202;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.breadcrumb-item.active {
  color: #190202;
  font-weight: 600 !important;
  color: #190202;
}

.breadcrumb-item a {
  color: #190202;
}

.title {
  text-align: center;
  font-size: 36px;
  color: #2f3a3a;
  margin-bottom: 87px;
}

/* Wrapper */
.process-wrapper {
  position: relative;
}

/* Horizontal timeline */
.horizontal-line {
  position: absolute;
  top: 260px;
  left: 0;
  width: 100%;
  height: 12px;
  background: #e5e5e5;
  z-index: 1;
}

/* Item */
.process-item {
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Main circles */
.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(255, 255, 255, 0.8);
}



/* Vertical connector */
.vertical-line {
  width: 10px;
  height: 90px;
  background: #e5e5e5;
  margin: 0 auto;
}

/* Step number */
.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

/* Colors */
.blue {
  background: #2f6aa3;
}

.light-green {
  background: #a9cf6f;
}

.green {
  background: #00c389;
}

/* Text */
.process-item h5 {
  color: #1B201E;
  margin-bottom: 15px;
  font-weight: bold;
}

.process-item p {
  max-width: 300px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #1B201E;
  font-weight: 400;
}


.cta-section {
  background: #F8F5EC;
  /* light beige */
}

.cta-title {
  font-size: 42px;
  font-weight: 600;
  color: #1f2d2a;
}

.text-green {
  color: #05BF81;
}

.cta-subtitle {
  color: #1B201E;
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto;
  font-weight: 400;
  line-height: normal;
}

.cta-btn {
  background: linear-gradient(90deg, #00110e, #02211c);
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}



.cta-btn span {
  display: inline-flex;
  align-items: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.cta-btn img {
  width: 16px;
  transition: transform 0.4s ease;
}

/* Hover Effect */
.cta-btn:hover {
  background: linear-gradient(90deg, #02211c, #00110e);
  color: #16c784;
}

/* Arrow animation */
.cta-btn:hover span {
  transform: translateX(6px);
}

.cta-btn:hover img {
  transform: translateX(4px);
}




.orsp-sec {
  background-color: #F8F5EC;
}

.partner-card {
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border: none;
  height: 100%;
}

.partner-code {
  font-size: 3rem;
  font-weight: 700;
  color: #1B201E;
}

.partner-card h5 {
  color: #1B201E;
}

.global-card h4 {
  color: #1B201E;
}


.global-card {
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: none;
}

/* =========================
   Section Background
========================= */
.ospc-sec {
  background: linear-gradient(90deg,
      #FDFEFF 0%,
      #FFFCF4 57%,
      #F8F5EC 100%);
}

/* =========================
   Partner Panel
========================= */
.partner-panel {
  position: relative;

}

/* =========================
   Partner Item
========================= */
.partner-item {
  padding: 40px;
  /* space for color bar */
  position: relative;
  overflow: hidden;

  transition: transform 0.4s ease;
}

/* Lift on hover */
.partner-item:hover {
  transform: translateY(-3px);
}

/* =========================
   Gradient Hover Overlay
   (Left → Right)
========================= */
.partner-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      #FDFEFF 0%,
      #B0E6F4 100%);
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.45s ease, opacity 0.45s ease;
  z-index: 0;
}

.partner-item:hover::after {
  opacity: 1;
  transform: translateX(0);
}

/* =========================
   Content Above Gradient
========================= */
.partner-item>* {
  position: relative;
  z-index: 2;
}

/* =========================
   Vertical Color Bar (INSIDE)
========================= */
.partner-item::before {
  content: "";
  position: absolute;
  left: 0;
  /* INSIDE element */
  top: 0;
  width: 4px;
  height: 100%;
  z-index: 3;
}

.partner-item-info::after {
  content: "";
  position: absolute;
  left: 0;
  /* INSIDE element */
  top: 0;
  width: 100%;
  height: 2px;
  z-index: 3;
}

.partner-item-info::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 0.8px;
  z-index: 3;
  background: linear-gradient(90deg,
      #7CD1E7 0%,
      #7CD1E7 60%,
      #FFFFFF 100%);
}

.partner-item:last-child .partner-item-info::before {
  display: none;
}

.partner-item:hover .partner-item-info::before {

  bottom: -41px;

}

/* Color Variants */
.partner-item.bar-blue::before {
  background: #60c6e9;
}

.partner-item.bar-pink::before {
  background: #ff5ea0;
}

.partner-item.bar-teal::before {
  background: #2dd4bf;
}

.partner-item.bar-red::before {
  background: #f87171;
}

.partner-item.bar-yellow::before {
  background: #facc15;
}

/* =========================
   Icon Circle
========================= */
.icon-circle {
  width: 42px;
  height: 42px;
  background: #16c784;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}


.title-heading-img {
  padding: 0 1.5rem;
  display: flex;

  flex-direction: column;

}




.ospc-title-info {
  padding: 0 3rem;
}

.bottom-ospc-img {
  margin-top: -50px;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 30px;
  }

  .cta-btn {
    padding: 12px 24px;
  }
}


.p-we-support {
  background-color: #F8F8F8;
}


.p-we-support h2,
.res-sec h2,
.rs-sec h2 {
  font-size: 3rem;
  color: #1B201E;
}


.contact-icon {
  width: 45px;
  height: 45px;
  background: #19b37b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}
.contact-info .contact-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-info {
  position: relative;
}

.contact-info .contact-description {
  width: 100%;
  padding-left: 65px;
}

.contact-card {
  background: #F8F8F8;
  padding: 40px;
  border-radius: 12px;

}

.form-control {
  border-radius: 10px;
  padding: 12px;
}

.btn-custom {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  border-radius: 8px;
  padding: 14px;
  font-weight: 600;
}

.btn-custom:hover {
  opacity: 0.9;
  color: #fff;
}

.info-box {
  background: linear-gradient(135deg, #19b37b, #0f9d58);
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-top: 30px;
}

.contact-card h4 {
  color: #1B201E;
  font-size: 40px;
}

.fw-semibold {
  font-weight: 500;
  color: #1B201E;
}

.custom-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion-item {
  background: #F8F8F8;
  border-radius: 8px;
  border: 0px;
  color: #190202;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.accordion-item p {

  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  color: #190202;

}

.accordion-item {
  box-shadow: inset 0 0 0 0 #05BF81;
  transition: box-shadow 0.35s ease-in-out;
}

.accordion-item.active-accordion {
  box-shadow: inset 2px 0 0 0 #05BF81;
}

.list-circle {
  list-style-type: disc;
}

button:not(.collapsed)::after {
  background-image: url(../images/minus.svg) !important;
  transform: rotate(-180deg);
  background-repeat: no-repeat;
}

.accordion-button::after {
  background-image: url(../images/plus.svg) !important;

  background-repeat: no-repeat;
}

.disclaimer-section h3 {
  font-size: 24px;
  font-weight: bold;
}

.disclaimer-section h4 {
  color: #1B201E;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}


.disclaimer-section p {
  font-size: 16px !important;
  color: #1B201E;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif;
}

.team-sec {
  background: #F5F5F5;
}

.team-card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

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

.linkedin-badge {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  max-width: 50px;

}

.team-bio-wrap {
  max-width: 100%;
  background: #fff;
  padding: 15px 20px;
}

.team-img-wrapper {
  position: relative;
}

.team-sec .card-body-team h6 {
  font-size: 18px;
  color: #1B201E;
}

.team-sec .card-body-team small {
  font-size: 15px;
  color: #1B201E;
  font-weight: 400 !important;
}

.card-body-team {
  position: relative;
  padding-left: 35px;
}


.counter-section {
  background: url(../images/cbg.jpg) no-repeat;
  background-size: cover;
}

.counter-text {
  color: #fff;
  margin-top: 10px;
}

.counter-number {
  font-size: 60px;
  color: #05BF81;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

/* -------------------- RESPONSIVE -------------------- */

/* Tablet */
@media (max-width: 991px) {
  .horizontal-line {
    top: 240px;
  }

  .circle {
    width: 130px;
    height: 130px;
  }

  .vertical-line {
    height: 70px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .horizontal-line {
    display: none;
  }

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

  .circle {
    width: 120px;
    height: 120px;
  }

  .title {
    margin-bottom: 60px;
  }
}




@media (max-width: 680px) {



  .footer-section h5 {
    margin-top: 15px;
  }

  .core-section .description {
    text-align: center;
  }


}

.contact-sec h6 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 400;
  opacity: 0.8;
}

@media (max-width: 479px) {



  .hamburger {
    display: flex;
    position: absolute;
    right: 0;
    top: -35px;
  }


}


@media screen and (max-width: 768px) and (min-width: 723px) {

  .hamburger {
    display: flex;
    position: absolute;
    right: 0;
    top: -24px;
  }


}

@media screen and (min-width: 768px) and (max-width: 1400px) {


  .p-we-support h2,
  .res-sec h2,
  .rs-sec h2 {
    font-size: 2.5rem;
    color: #1B201E;

  }

  .list-unstyled li {

    font-size: 16px;

  }

  .banner-hero h1 {
    font-size: 2.5rem;

  }

  p.banner-inner-text {
    font-size: 18px;
  }

  .value-title {
    font-size: 2.5rem;
  }

  .regional-point li {

    font-size: 16px;
  }

  .service-card h5 {
    font-size: 20px;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .partner-code {
    font-size: 2.5rem;
  }

  .contact-card h4 {
    color: #1B201E;
    font-size: 35px;
  }

  .section-subtitle {

    font-size: 1rem;
    max-width: 80%;
    margin: auto;
  }

  .team-sec .card-body-team h6 {
    font-size: 17px;

  }

  .team-sec .card-body-team small {
    font-size: 14px !important;

  }
}


/*    29 Jan 2026 */
.description-part1 {
  background: url(../images/h-1.png) no-repeat;
  width: 280px;
  height: 400px; margin: auto;
}
.description-part2 {
  background: url(../images/h-2.png) no-repeat;
  width: 280px;
  height: 400px; margin: auto;
}
.description-part3 {
  background: url(../images/h-3.png) no-repeat;
  width: 280px;
  height: 400px; margin: auto;
}
.description-part4 {
  background: url(../images/h-4.png) no-repeat;
  width: 280px;
  height: 400px; margin: auto;
}
.dec-comm p {
  font-size: 18px;
  color: #fff; font-weight: 400;
   padding: 30px 0px 0px 50px;
}
.dec-comm h2 {
  font-size: 22px;
  color: #fff; font-weight: 600; font-family: "Syne", sans-serif;
  padding: 104px 0px 0px 50px; max-width: 85%;
}
/* 
.description-part3 h2 {
 font-size: 24px;
  color: #fff; font-weight: 600; font-family: "Syne", sans-serif;
  padding: 90px 0px 0px 50px; max-width: 85%;
} */

.description-part4 h2 {
 font-size: 22px;
  color: #fff; font-weight: 600; font-family: "Syne", sans-serif;
  padding: 93px 0px 0px 50px; max-width: 85%;
}

.icon-text-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 18px;
  position: relative;
}

.icon-text-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 86px;
  height: 53%;
  border-left: 3px solid #2E679E;
}


.icon-text-area .icon-part {
  margin-left: -30px;
  position: relative;
  z-index: 99;
}

.icon-text-area p {

  font-size: 18px;
  color: #1B201E;
  font-weight: 400;
  margin: 0px;

}

.icon-text-area .parapart {
  padding-left: 18px;
  max-width: 70%;
}

.icon-text-area .titlepart {
  background: url(../images/ia1-bg.png) no-repeat;
  height: 63px;
  width: 353px;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-left: -30px;
  margin-top: 10px;
}

.icon-text-area.two .titlepart {
  background: url(../images/ia2-bg.png) no-repeat;
  height: 63px;
  width: 353px;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-left: -30px;
  margin-top: 10px;
}

.icon-text-area .titlepart h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  margin: 0;
}

@media screen and (min-width: 360px) and (max-width: 680px) {
  .p-we-support h2,
  .res-sec h2,
  .rs-sec h2 {
    font-size: 2rem;

  }
  .section-title {
    font-size: 2rem;
  }
}