@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

@font-face {
  font-family: RobatoFont;
  src: url("../fonts/Roboto-VariableFont_wdth\,wght.ttf");
}

@font-face {
  font-family: Onest;
  src: url("../fonts/Onest-VariableFont_wght.ttf");
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

:root {
  --EerieBlack: #1d1d1d;
  --OuterSpace: #444444;
  --DavysGrey: #55555d;
  --PhilippineSilver: #b3b3b3;
  --DarkJungleGreen: #27292e;
  --CharlestonGreen: #26282e;
  --DarkCharcol: #333333;
  --Jet: #333336;
  --GeraniumLake: #e92827;
  --PalePink: #fbd4d4;
  --White: #ffffff;
  --GhostWhite: #f9f9fb;
  --PhilippineGray: #8a8a8a;
  --brown: #640101;
  --grey: #f7f7f7;
  --bgrey: #b0b0b0;

  --fs10: clamp(5.1666666667px, 10vw * 100 / 1920, 10px);
  --fs11: clamp(5.6833333333px, 11vw * 100 / 1920, 11px);
  --fs12: clamp(6.2px, 12vw * 100 / 1920, 12px);
  --fs13: clamp(6.7166666667px, 13vw * 100 / 1920, 13px);
  --fs14: clamp(7.2333333333px, 14vw * 100 / 1920, 14px);
  --fs15: clamp(7.75px, 15vw * 100 / 1920, 15px);
  --fs16: clamp(8.2666666667px, 16vw * 100 / 1920, 16px);
  --fs17: clamp(8.7833333333px, 17vw * 100 / 1920, 17px);
  --fs18: clamp(9.3px, 18vw * 100 / 1920, 18px);
  --fs19: clamp(9.8166666667px, 19vw * 100 / 1920, 19px);
  --fs20: clamp(10.3333333333px, 20vw * 100 / 1920, 20px);
  --fs21: clamp(10.85px, 21vw * 100 / 1920, 21px);
  --fs22: clamp(11.3666666667px, 22vw * 100 / 1920, 22px);
  --fs23: clamp(11.8833333333px, 23vw * 100 / 1920, 23px);
  --fs24: clamp(12.4px, 24vw * 100 / 1920, 24px);
  --fs25: clamp(12.9166666667px, 25vw * 100 / 1920, 25px);
  --fs26: clamp(13.4333333333px, 26vw * 100 / 1920, 26px);
  --fs27: clamp(13.95px, 27vw * 100 / 1920, 27px);
  --fs28: clamp(14.4666666667px, 28vw * 100 / 1920, 28px);
  --fs29: clamp(14.9833333333px, 29vw * 100 / 1920, 29px);
  --fs30: clamp(15.5px, 30vw * 100 / 1920, 30px);
  --fs31: clamp(16.0166666667px, 31vw * 100 / 1920, 31px);
  --fs32: clamp(16.5333333333px, 32vw * 100 / 1920, 32px);
  --fs33: clamp(17.05px, 33vw * 100 / 1920, 33px);
  --fs34: clamp(17.5666666667px, 34vw * 100 / 1920, 34px);
  --fs35: clamp(18.0833333333px, 35vw * 100 / 1920, 35px);
  --fs36: clamp(18.6px, 36vw * 100 / 1920, 36px);
  --fs37: clamp(19.1166666667px, 37vw * 100 / 1920, 37px);
  --fs38: clamp(19.6333333333px, 38vw * 100 / 1920, 38px);
  --fs39: clamp(20.15px, 39vw * 100 / 1920, 39px);
  --fs40: clamp(20.6666666667px, 40vw * 100 / 1920, 40px);
  --fs41: clamp(21.1833333333px, 41vw * 100 / 1920, 41px);
  --fs42: clamp(21.7px, 42vw * 100 / 1920, 42px);
  --fs43: clamp(22.2166666667px, 43vw * 100 / 1920, 43px);
  --fs44: clamp(22.7333333333px, 44vw * 100 / 1920, 44px);
  --fs45: clamp(23.25px, 45vw * 100 / 1920, 45px);
  --fs46: clamp(23.7666666667px, 46vw * 100 / 1920, 46px);
  --fs47: clamp(24.2833333333px, 47vw * 100 / 1920, 47px);
  --fs48: clamp(24.8px, 48vw * 100 / 1920, 48px);
  --fs49: clamp(25.3166666667px, 49vw * 100 / 1920, 49px);
  --fs50: clamp(25.8333333333px, 50vw * 100 / 1920, 50px);
  --fs51: clamp(26.35px, 51vw * 100 / 1920, 51px);
  --fs52: clamp(26.8666666667px, 52vw * 100 / 1920, 52px);
  --fs53: clamp(27.3833333333px, 53vw * 100 / 1920, 53px);
  --fs54: clamp(27.9px, 54vw * 100 / 1920, 54px);
  --fs55: clamp(28.4166666667px, 55vw * 100 / 1920, 55px);
  --fs56: clamp(28.9333333333px, 56vw * 100 / 1920, 56px);
  --fs57: clamp(29.45px, 57vw * 100 / 1920, 57px);
  --fs58: clamp(29.9666666667px, 58vw * 100 / 1920, 58px);
  --fs59: clamp(30.4833333333px, 59vw * 100 / 1920, 59px);
  --fs60: clamp(31px, 60vw * 100 / 1920, 60px);
  --fs61: clamp(31.5166666667px, 61vw * 100 / 1920, 61px);
  --fs62: clamp(32.0333333333px, 62vw * 100 / 1920, 62px);
  --fs63: clamp(32.55px, 63vw * 100 / 1920, 63px);
  --fs64: clamp(33.0666666667px, 64vw * 100 / 1920, 64px);
  --fs65: clamp(33.5833333333px, 65vw * 100 / 1920, 65px);
  --fs66: clamp(34.1px, 66vw * 100 / 1920, 66px);
  --fs67: clamp(34.6166666667px, 67vw * 100 / 1920, 67px);
  --fs68: clamp(35.1333333333px, 68vw * 100 / 1920, 68px);
  --fs69: clamp(35.65px, 69vw * 100 / 1920, 69px);
  --fs70: clamp(36.1666666667px, 70vw * 100 / 1920, 70px);
  --fs71: clamp(36.6833333333px, 71vw * 100 / 1920, 71px);
  --fs72: clamp(37.2px, 72vw * 100 / 1920, 72px);
  --fs73: clamp(37.7166666667px, 73vw * 100 / 1920, 73px);
  --fs74: clamp(38.2333333333px, 74vw * 100 / 1920, 74px);
  --fs75: clamp(38.75px, 75vw * 100 / 1920, 75px);
  --fs76: clamp(39.2666666667px, 76vw * 100 / 1920, 76px);
  --fs77: clamp(39.7833333333px, 77vw * 100 / 1920, 77px);
  --fs78: clamp(40.3px, 78vw * 100 / 1920, 78px);
  --fs79: clamp(40.8166666667px, 79vw * 100 / 1920, 79px);
  --fs80: clamp(41.3333333333px, 80vw * 100 / 1920, 80px);
  --fs90: clamp(41.3333333333px, 90vw * 100 / 1920, 90px);
  --fs100: clamp(41.3333333333px, 100vw * 100 / 1920, 100px);
}

body {
  font-family: Onest;
}

.btn {
  padding: 1.2rem 1.2rem;
  border: 1px;
  font-size: 18px;
  font-weight: 600;
}

.Navbar {
  background-color: var(--White);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5% 1%;
  z-index: 1200;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out;
}


.Navbar,
.about-list {
  transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
  will-change: transform;
}

.Navbar.navbar--scrolled {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.about-list.aboutlist--scrolled {
  background: #b71c1c;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.Navbar.nav--hidden,
.about-list.nav--hidden {
  transform: translateY(-100%);
}


.platform-list {
  transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
  will-change: transform;
}

.platform-list.platformlist--scrolled {
  background: #1a237e;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.platform-list.nav--hidden {
  transform: translateY(-100%);
}

.Navbar .navbarWrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 0% 5%;
}

.Navbar .navbarWrapper .nav__child1 {
  width: 136px;
}

.Navbar .navbarWrapper .nav__child1 img {
  width: 100%;
  height: auto;
}

.Navbar .navbarWrapper .nav__child3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.Navbar .navbarWrapper .nav__child3 .request-img {
  width: 34px;
  height: auto;
}

.Navbar .navbarWrapper .nav__child3 .request-img img {
  width: 100%;
  height: auto;
}

.RAD__sBtn-text {
  font-size: 18px;
}

.Navbar .navbarWrapper .nav__child2 .navWrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
}

.Navbar .navbarWrapper .nav__child2 .navWrapper .navitem {
  padding: 16px 0;
}

.Navbar .navbarWrapper .nav__child2 .navWrapper .navitem .navlink {
  font-size: var(--fs18);
  padding-right: 12px;
  transition: all 0.5s ease;
  color: var(--EerieBlack);
}

.Navbar .navbarWrapper .nav__child2 .navWrapper .navitem img {
  width: var(--fs12);
  transition: filter 0.5s ease;
}

.Navbar .navbarWrapper .nav__child2 .navWrapper .navitem:hover img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(94%) saturate(7483%) hue-rotate(-4deg) brightness(95%) contrast(107%);
}

.Navbar .navbarWrapper .nav__child2 .navWrapper .navitem:hover .navlink {
  color: var(--GeraniumLake);
}

.Navbar .navbarWrapper .nav__child3 .child3Wrapper .navlink {
  font-size: var(--fs18);
  padding-right: 8px;
  transition: all 0.5s ease;
  color: var(--EerieBlack);
}

.Navbar .navbarWrapper .nav__child3 .child3Wrapper {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Navbar .navbarWrapper .nav__child3 .child3Wrapper img {
  width: 6px;
  transition: filter 0.5s ease;
}

.Navbar .navbarWrapper .nav__child3 .child3Wrapper:hover img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(94%) saturate(7483%) hue-rotate(-4deg) brightness(95%) contrast(107%);
}

.navbtn-wrapper1 {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  color: var(--GeraniumLake);
}

.navbtn-wrapper1:hover .navbtn {
  color: black !important;
}

.Navbar .navbarWrapper .nav__child3 .navbtn {
  color: var(--GeraniumLake);
  font-size: var(--fs18);
  font-weight: 500 !important;
}

.navbtn-wrapper1:hover .request-img img {
  filter: brightness(0) saturate(100%);
}

.Navbar .navbarWrapper .nav__child3 .child3Wrapper:hover .navlink {
  color: var(--GeraniumLake);
}

.navlink.active {
  color: #e60023 !important;
}

.request-img img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.navitem.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  display: none;
  z-index: 100;
}


.navitem.dropdown:hover .dropdown-menu {
  display: block;
}


.dropdown-menu a {
  display: block;
  padding: 10px 20px;
  color: #333333;
  text-decoration: none;
  font-size: var(--fs16);
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}


.dropdown-menu a:hover {
  background-color: #f3f3f3;
  color: var(--GeraniumLake);
}


.dropdown-menu hr {
  margin: 8px 0;
  border: none;
  border-top: 1px solid #eaeaea;
}

.navitem.dropdown:hover .downarrow {
  transform: rotate(180deg);
}



.Banner {
  width: 100%;
  z-index: 1001;
}

.Banner .bannerWrapper {
  position: relative;
}

.Banner .bannerWrapper .Banner__child1 {
  width: 100%;
  position: relative;
  height: 100vh;
}

.Banner .bannerWrapper .Banner__child1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.6);
}

.Banner__child1.show-overlay::after {
  background: transparent !important;
}

.Banner .bannerWrapper .Banner__child1 .BannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.Banner .bannerWrapper .Banner__child2 {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 999;
  width: 40%;
  min-width: 300px;
}

.Banner .bannerWrapper .Banner__child3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  z-index: 999;
  width: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.Banner .bannerWrapper .Banner__child1 .BannerImg {
  width: 100%;
}

.Banner .bannerWrapper .Banner__child2 .BC__ParaOne {
  font-size: var(--fs42);
  font-weight: 400;
  font-family: "Onest", sans-serif;
  color: var(--White);
}

.Banner .bannerWrapper .Banner__child2 .BC__ParaTwo {
  font-size: var(--fs90);
  font-weight: 600;
  font-family: "Onest", sans-serif;
  background: linear-gradient(90deg, #e92827, #f78c8b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.Banner .bannerWrapper .Banner__child2 .Banner__navbtn {
  width: 100%;
  padding-top: 60px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.Banner .bannerWrapper .Banner__child2 .Banner__navbtn .navbtn__wrapper .navlink {
  font-size: var(--fs18);
  color: var(--White);
  padding-right: 10px;
  font-weight: 300;
  transition: all 0.2s;
}

.Banner .bannerWrapper .Banner__child2 .Banner__navbtn .navbtn__wrapper .navlink:hover {
  letter-spacing: 1px;
}



.Banner .bannerWrapper .Banner__child2 .Banner__navbtn .navbtn__wrapper img {
  width: 6px;
}

.Banner .bannerWrapper .Banner__child2 .Banner__navbtn .bannerbtn {
  background-color: var(--GeraniumLake);
  color: var(--White);
  font-size: var(--fs18);
  padding: 1rem 1rem;
  font-weight: 400 !important;
  transition: all 0.2s;
  border: 1px solid var(--GeraniumLake);
}

.Banner .bannerWrapper .Banner__child2 .Banner__navbtn .bannerbtn:hover {
  border: 1px solid var(--White);
  color: var(--GeraniumLake);
  background-color: white;
}

.Banner .bannerWrapper .Banner__child2 .BC__ParaThree {
  padding-top: 1rem;
  font-size: var(--fs19);
  /* color: var(--PhilippineGray); */
  color: var(--PhilippineSilver);
  line-height: 1.4rem;
}

.Banner .bannerWrapper .Banner__child3 .Bg__img {
  width: 140px;
  height: 90px;
  cursor: pointer;
}

.Banner .bannerWrapper .Banner__child3 .Bg__img:not(:first-child) {
  opacity: 0.6;
}

.Banner .bannerWrapper .Banner__child4 {
  position: absolute;
  top: 88%;
  left: 4%;
  z-index: 999;
}

.Banner .bannerWrapper .Banner__child4 .BC__paraFour {
  font-size: var(--fs16);
  color: var(--PhilippineGray);
  font-family: Onest;
}

.Banner .bannerWrapper .Banner__child4 .BC__navwrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 0.8rem;
}

.Banner .bannerWrapper .Banner__child4 .BC__navwrapper .BC__navlist .BC__navlink {

  color: var(--White);
  font-size: var(--fs20);
  padding-right: 15px;
  position: relative;
}
.Banner .bannerWrapper .Banner__child4 .BC__navwrapper .BC__navlist .BC__navlink:hover
{
  color: var(--GeraniumLake);
}
.Banner .bannerWrapper .Banner__child4 .BC__navwrapper .BC__navlist:not(:last-child) .BC__navlink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: var(--PhilippineGray);
}

.Banner .bannerWrapper .Banner__child4 .BC__navwrapper .BC__navlist:last-child .BC__navlink {
  border-right: none;
}



.TEP .TEPWrapper {
  padding: 90px 6.875% 126px 6.302%;
}

.TEP .TEPWrapper .TEP-child1 .TEP-header {
  font-size: var(--fs50);
  font-family: "onest", sans-serif;
  font-weight: 700;
}

.TEP .TEPWrapper .TEP-child2 {
  margin-bottom: 33px;
}

.TEP .TEPWrapper .TEP-child2 .TEP-c2__full {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
}

.TEP .TEPWrapper .TEP-child2 .TEP-c2__full .TEP-para {
  font-size: var(--fs22);
  font-family: Onest;
}

.TEP .TEPWrapper .TEP-child2 .TEP-c2__full .TEP-billion {
  font-size: var(--fs50);
  color: var(--GeraniumLake);
  font-family: "onest", sans-serif;
  font-weight: 700;
}

.TEP .TEPWrapper .TEP-child2 .TEP-c2__half {
  text-align: end;
}

.TEP .TEPWrapper .TEP-child2 .TEP-c2__half .TEP-para {
  font-size: var(--fs22);
  font-family: Onest;
}

.TEP .TEPWrapper .TEP-child3 .mySwiperFour {
  height: auto !important;
}

.TEP .TEPWrapper .TEP-child3 .mySwiperFour .TEP-card {
  width: 100%;
  height: 400px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: none;
  color: #333333;
}

.TEP .TEPWrapper .TEP-child3 .challenges-pagination {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 51px;
}

.TEP .TEPWrapper .TEP-child3 .swiper-pagination-horizontal {
  text-align: center;
}

.swiper-pagination-bullet-active {
  background-color: var(--GeraniumLake);
}

.swiper-pagination-bullet {
  width: 15.89px;
  height: 15.89px;
  gap: 14px;
}

.TEP-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--PhilippineSilver);
  align-items: center;
  justify-content: center;
  gap: 59px;
  padding: 75px 0px;
}

.TEP-card .TEP-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--GeraniumLake);
  overflow: hidden;
  width: 100%;
  height: 10px;
  transition: 0.5s ease;
}

.TEP-card:hover .TEP-overlay {
  height: 100%;
  background-image: url(../images/overlay_pattern.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 263px auto;
}

.TEP-card .TEP-overlay .TEP-overwrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 109px;
  padding-bottom: 69px;
  padding-left: 37px;
  padding-right: 37px;
  text-align: center;
}

.TEP-card:hover .TEP-overlay {
  height: 100%;
}

.TEP-card .TEP-imagewrapper {
  width: 106px;
}

.TEP-card .TEP-imagewrapper .TEP-cardimg {
  width: 100%;
  height: auto;
}

.TEP-card .TEP-cardpara {
  font-size: var(--fs28);
  font-weight: 500;
  font-family: "onest", sans-serif;
  color: var(--DarkCharcol);
  text-align: center;
}

.TEP-card .TEP-overlay .TEP-overlay__header {
  font-size: var(--fs34);
  color: var(--White);
  font-family: "onest", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.TEP-card .TEP-overlay .TEP-overlay__para {
  font-size: var(--fs20);
  font-weight: 400;
  color: var(--White);
}

.OUS {
  width: 100%;
  background-color: #000000;
}

.OUS .OUS-child1 {
  padding: 5% 0px;

  background-image: url(../images/sol_pattern.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 270px auto;
}

.OUS .OUS-child1 .OUS-header {
  text-align: center;
  font-size: var(--fs57);
  color: var(--White);
  font-weight: 600;
}

.OUS .OUS-child1 .OUS-para {
  font-size: var(--fs26);
  text-align: center;
  color: var(--White);
  font-weight: 400;
}

.OUS .OUS-child2 {
  padding: 82px 9.47%;
  background-color: var(--GeraniumLake);
}

.OUS .OUS-child2 .ous-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 94px; */
  gap: 85px;
}

.OUS .OUS-child2 .OUS__counterBox-main {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.OUS .OUS-child2 .OUS-counterbox .OUS-dyncont {
  font-size: var(--fs70);
  font-family: "onest", sans-serif;
  font-weight: 700;
  color: var(--White);
}

.OUS .OUS-child2 .OUS-counterbox .OUS-stcont {
  font-size: var(--fs24);
  font-family: "onest", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.OUS .OUS-child2 #counter-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.OUS .OUS-child2 .OUS__counterBox {
  position: relative;
}

.OUS .OUS-child2 .OUS__counterBox::before {
  content: "";
  position: absolute;
  border-top: 9px solid var(--White);
  top: -10%;
  left: 0%;
  width: 27%;
}

.OUS .OUS-child2 .OUS__counterBox .counter {
  font-size: var(--fs70);
  font-weight: 700;
  color: var(--White);
}

.OUS .OUS-child2 .OUS__counterBox .OUS-static {
  font-size: var(--fs24);
  color: var(--White);
  font-weight: 100;
  opacity: 0.9;
  font-family: "onest", sans-serif;
}

.OUS .OUS-child3 {
  display: flex;
  gap: 66px;
}

.OUS .OUS-child3 .mySwiperFive {
  height: 70vh;
  padding-left: 142px;
  padding-top: 99px;
  padding-bottom: 77px;
}

.OUS .OUS-child3 .mySwiperFive .swiper-wrapper {
  height: 80%;
}

.OUS .OUS-child3 .mySwiperFive .solutions-pagination {
  top: 85%;
  width: 25%;
  left: 40%;
  height: 10px;
}

.OUS .OUS-child3 .mySwiperFive .solutions-pagination.swiper-pagination-progressbar {
  background: var(--PhilippineGray);
}

.OUS .OUS-child3 .mySwiperFive .solutions-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--White);
}

.OUS .OUS-child3 .OUS-card {
  background-color: var(--EerieBlack);
  border-radius: 33px;
  height: 406px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: unset;
  padding: 53px 25px 25px 39px;
  position: relative;
}

.OUS .OUS-child3 .OUS-card .OUS-icon {
  padding-bottom: 26px;
}

.OUS .OUS-child3 .OUS-card .OUS-icon .OUS-iconimg {
  width: 100%;
  height: auto;
}

.OUS .OUS-child3 .OUS-card .OUScard-header {
  font-size: var(--fs28);
  color: var(--White);
  font-weight: 600;
  font-family: "onest", sans-serif;
  padding-bottom: 12px;
  line-height: 100%;
}

.OUS .OUS-child3 .OUS-card .OUScard-para {
  font-size: var(--fs19);
  color: var(--White);
  font-family: "onest", sans-serif;
  font-weight: 400;
  opacity: 0.7;
}

.OUS .OUS-child3 .OUS-card .OUScard-plus {
  width: 8%;
  border-radius: 50%;
  background-color: var(--Jet);
  padding: 2%;
  position: absolute;
  left: 88%;
  top: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.OUS .OUS-child3 .OUS-card .OUScard-plus .OUS-iconplus {
  width: 100%;
  height: auto;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.OUS .OUS-child3 .OUS-card .OUScard-plus:hover .OUS-iconplus {
  transform: rotate(360deg);
}

.OUS .counter {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.Solutions {
  width: 100%;
  margin-top: 6%;
}

.Solutions .solutionsWrapper {
  display: flex;
  width: 100%;
  padding: 0% 7.4% 0% 6.3%;
  align-items: center;
  justify-content: space-between;
}

.Solutions .solutionsWrapper .sol__child1 {
  width: 34%;
}

.Solutions .solutionsWrapper .sol__child2 {
  /* width: 45%; */
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.Solutions .solutionsWrapper .sol__child1 .sol__leftContent {
  width: 90%;
  font-family: "onest", sans-serif;
}

.Solutions .solutionsWrapper .sol__child1 .sol__leftContent:first-child {
  font-size: var(--fs60);
  font-weight: 700;
}

.Solutions .solutionsWrapper .sol__child2 .parathree {
  font-size: var(--fs22);
  line-height: 1.3;
  font-family: Onest;
}

.Solutions2 {
  width: 100%;
  margin: 5% 0% 12% 0%;
}

.Solutions2 .solutions2Wrapper {
  width: 100%;
  height: 50vh;
  display: flex;
  padding: 0% 7.4% 0% 6.3%;
  align-items: start;
  justify-content: space-between;
}

.Solutions2 .solutions2Wrapper .sol2__tab-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tab {
  width: 30%;
  height: 100%;
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tab .sol2__tablinks {
  display: block;
  background-color: white;
  color: #1d1d1d;
  padding: 5px 35px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 40px;
  font-weight: 500;
  font-family: "onest", sans-serif;
  position: relative;
  opacity: 20%;
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tab .sol2__tablinks.active {
  color: var(--EerieBlack);
  background-color: var(--White);
  position: relative;
  font-weight: 500;
  font-family: "onest", sans-serif;
  opacity: 100%;
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tab .sol2__tablinks.active::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: red;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tab .sol2__tablinks {
  position: relative;
  font-size: var(--fs38);
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tabcontent {
  width: 60%;
  border-left: none;
  height: auto;
  display: none;
}


.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tabcontent .sol2__tabimgwrapper {
  width: 100%;
  height: auto;
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tabcontent .sol2__tabimgwrapper .sol2__tabimg {
  width: 100%;
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tabcontent .sol2__tabparacont {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 20px;
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tabcontent .sol2__tabparacont .sol2__tabpara {
  color: var(--EerieBlack);
  font-family: "onest", sans-serif;
  font-size: var(--fs21);
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tabcontent .sol2__tabparacont .sol2__tablink a {
  color: var(--GeraniumLake);
  font-size: var(--fs18);
  font-weight: 500;
  color: var(--GeraniumLake);
  font-family: "onest", sans-serif;
  margin-top: 3%;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease;
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tabcontent .sol2__tabparacont .sol2__tablink a:hover {
  color: var(--EerieBlack);
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tabcontent .sol2__tabparacont .sol2__tablink a:hover .sol2__tablearnmoreimg {
  filter: brightness(0) saturate(100%);
  transition: filter 0.3s ease;
}

.Solutions2 .solutions2Wrapper .sol2__tab-container .sol2__tabcontent .sol2__tabparacont .sol2__tablink .sol2__tablearnmoreimg {
  width: 6px;
  margin-left: 0.5rem;
}


.ETE {
  width: 100%;
}

.ETE .ETEWrapper {
  width: 100%;
  display: flex;
  padding: 1% 6%;
  background-image: url(../images/pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ETE .ETEWrapper .ETE__SlideBox {
  width: 100%;
  height: 500px;
  background-color: var(--EerieBlack);
  position: relative;
  background-image: url(../images/pattern.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.ETE .ETEWrapper .ETE__SlideBox .ETE__boxheadercont {
  width: 100%;
  padding: 4% 5% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ETE .ETEWrapper .ETE__SlideBox .ETE__boxheadercont .ETE__leftcont {
  color: var(--White);
  font-size: var(--fs40);
  font-weight: 500;
  font-family: "onest", sans-serif;
}

.ETE .ETEWrapper .ETE__SlideBox .ETE__boxheadercont .ETE__rightcont {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8%;
}

.ETE .ETEWrapper .ETE__SlideBox .ETE__boxheadercont .ETE__rightcont .ETE__sliderLeftArrow {
  width: 100%;
  height: auto;

  cursor: pointer;
}


.ETE .ETEWrapper .ETE__SlideBox .ETE__boxheadercont .ETE__rightcont .ETE__sliderRightArrow {
  background-color: var(--White);
  padding: 19px 15px;
  cursor: pointer;
}





.ETE .ETEWrapper .ETE__SlideBox .ETE__bottomText .ETE__bottompara {
  font-family: "onest", sans-serif;
  font-size: var(--fs24);
  color: var(--White);
  text-align: center;
  font-weight: 200;
}

.ETE__Slider {
  margin-top: 2rem;
}

.ETE__Slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6rem;
}

.ETE__Slider .swiper-slide .ETE__bottomText .ETE__bottompara {
  visibility: hidden;
}

.swiper-slide.swiper-slide-active .ETE__bottomText .ETE__bottompara {
  visibility: visible;
}

.swiper {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  padding: 20px 0 50px;
  box-sizing: border-box;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-text {
  font-size: 22px;
  transition: transform 0.3s ease, color 0.3s ease;
  text-align: start;
  user-select: none;
  color: #8a8a8a;
}

.swiper-slide-active .slide-text {
  transform: scale(1.8);
  color: var(--White);
}
.swiper-slide-active .slide-text span{
  color: #8a8a8a;
}
.OTP {
  width: 100%;
  margin-top: 7%;
}

.OTP .OTPWrapper {
  width: 100%;
  padding: 0 6%;
  display: flex;
  flex-direction: column;
}

.OTP .OTPWrapper .OTP__headercont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.OTP .OTPWrapper .OTP__headercont .OTP__headerleft .OTP__headerpara1 {
  font-size: var(--fs50);
  font-family: "onest", sans-serif;
  font-weight: 700;
}

.OTP .OTPWrapper .OTP__headercont .OTP__headerright .OTP__headerpara2 {
  font-size: var(--fs22);
  line-height: 1.3;
  font-family: Onest;
}

.OTP .OTPWrapper .OTP__Slider .OTP__sliderWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2%;
}

.OTP .OTPWrapper .OTP__Slider .OTP__sliderWrapper .swiper {
  width: 100%;
  height: 100%;
}

.OTP .OTPWrapper .OTP__Slider .OTP__sliderWrapper .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.OTP .OTPWrapper .OTP__Slider .OTP__sliderWrapper .swiper .swiper-slide .OTP__card .OPT__cardimgwrapper {
  width: 90%;
  overflow: hidden;
  position: relative;
}

.OTP .OTPWrapper .OTP__Slider .OTP__sliderWrapper .swiper .swiper-slide .OTP__card .OPT__cardimgwrapper .OTP__cardimg {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.OPT__cardimgwrapper:hover .OTP__cardimg {
  transform: scale(1.1);
}

.OTP .OTPWrapper .OTP__Slider .OTP__sliderWrapper .swiper .swiper-slide .OTP__cardcont {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.OTP__Slider {
  width: 100%;
  align-self: center;
}

.OTP .OTPWrapper .OTP__Slider .OTP__sliderWrapper .swiper .swiper-slide .OTP__cardcont .OTP__cardheader {
  font-size: var(--fs36);
  color: var(--White);
  font-family: "onest", sans-serif;
  padding-bottom: 0.2rem;
}

.OTP .OTPWrapper .OTP__Slider .OTP__sliderWrapper .swiper .swiper-slide .OTP__cardcont .OTP__cardpara {
  font-size: var(--fs19);
  color: var(--PhilippineSilver);
  margin-top: 0.3rem;
  font-family: Onest;
}

.OTP .OTPWrapper .OTP__Slider .OTP__sliderWrapper .swiper .swiper-slide .OTP__cardnav {
  position: absolute;
  background-color: var(--GeraniumLake);
  top: 0;
  right: 9.9%;
  padding: 5% 4%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.OTP__cardnav img.OTP__rightarrow {
  transition: filter 0.3s ease;
}


.OTP .OTPWrapper .OTP__Slider .OTP__sliderWrapper .swiper .swiper-slide .OTP__cardnav:hover {
  background-color: #ffffff;
}


.OTP2 .cardNavBtn {
  display: flex;
  gap: 2rem;
}


.OTP2 .cardNavBtn .OTP__cardnav img {
  width: 20px;
}


.OTP__rightarrow {
  width: 25px;
}

.OTP__sliderWrapper .swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  text-align: center;
  height: 10px;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: 99%;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--GeraniumLake);
}

.swiper-pagination-progressbar {
  background: var(--PalePink);
}

.OTP2 {
  width: 100%;
  margin-top: 7%;
}

.OTP2 .OTP2Wrapper {
  width: 100%;
  padding: 0 6%;
}

.OTP2 .OTP2Wrapper .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 5%;
}


.OTP2 .OTP2Wrapper .swiper .swiper-button-prev {
  position: absolute;
  left: 85%;
  top: 95%;
}

.OTP2 .OTP2Wrapper .swiper .swiper-button-next {
  position: absolute;
  right: 5%;
  top: 95%;
}

.sliderDiv {
  background-color: #e92827;
  padding: 1rem;
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sliderDiv img {
  width: 20px;
}

.OTP2 .OTP2Wrapper .swiper #numberSlides {
  

  top: 93%;
  left: 89%;
  z-index: 9999;
  font-size: 24px;
}
#numberSlides {
  display: inline-block;
  min-width: 50px;  /* enough space for largest number, e.g., 10/20 */
  text-align: center;
  
   font-variant-numeric: tabular-nums;
}


.reductionNav {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
  width: 100%;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child1 {
  width: 57%;
  position: relative;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child2 {
  width: 43%;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child1 .OTP2__imagewrapper {
  width: 100%;
  position: relative;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child1 .OTP2__image {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child1 .OTP2__child1cont {
  position: absolute;
  top: 63%;
  padding: 0px 64px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child1 .OTP2__child1cont .OTP2__header {
  color: var(--White);
  font-size: var(--fs32);
  text-align: left;
  font-family: Onest;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child1 .OTP2__child1cont .PTP_line {
  width: 100%;
  height: 1px;
  background-color: var(--PhilippineSilver);
  opacity: 20%;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child1 .OTP2__child1cont .OTP2__para {
  font-size: var(--fs20);
  color: var(--White);
  text-align: left;
  font-family: Onest;
  font-weight: 300;
}


.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child2 .OTP2__blackbox {
  background-color: var(--EerieBlack);
  border: transparent;
  padding: 2% 4% 1% 8%;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child2 .OTP2__blackbox .OTP2__toppara {
  font-size: var(--fs14);
  color: var(--GeraniumLake);
  text-align: end;
  padding: 2% 0%;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child2 .OTP2__header {
  display: flex;
  align-items: center;
  gap: 5%;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child2 .OTP2__header .OTP2__num {
  font-size: var(--fs80);
  color: var(--GeraniumLake);
  font-weight: 600;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child2 .OTP2__header .OTP2__para {
  color: var(--White);
  font-size: var(--fs30);
  font-family: Onest;
  text-align: left;
  font-weight: 400;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child2 .OTP2__threelines {
  color: var(--PhilippineSilver);
  font-size: var(--fs20);
  text-align: left;
  letter-spacing: 0.5px;
  font-weight: normal;
  padding-top: 1rem;
  font-family: Onest;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child2 .OTP2__bottompara {
  display: flex;
  align-items: center;
  padding: 10% 0;
  gap: 4rem;
}

.OTP2 .OTP2Wrapper .swiper .swiper-slide .OTP2__child2 .OTP2__bottompara .OTP2__ul .OTP2__list {
  color: var(--White);
  list-style-type: circle;
  text-align: start;
  font-size: var(--fs20);
  width: 80%;
  padding: 0.5rem 0rem;
  color: var(--PhilippineSilver);
  font-family: Onest;
}

.OTP2__bottomimgicon {
  width: 100px;
}


.OPE {
  width: 100%;
  margin-top: 5%;
}

.OPE .OPEWrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  padding: 0% 4% 4% 4%;
}

.OPE .OPEWrapper .OPE__child1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.OPE .OPEWrapper .OPE__child1 .OPE__leftcont {
  font-size: var(--fs58);
  font-family: "onest", sans-serif;
  font-weight: 700;
}

.OPE .OPEWrapper .OPE__child1 .OPE__rightcont {
  font-size: var(--fs22);
  margin-right: 2rem;
  font-family: Onest;
  text-align: center;
}

.OPE .OPEWrapper .OPE__child2,
.OPE .OPEWrapper .OPE__child3 {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
  gap: 2rem;
  padding: 0% 3%;
}

.OPE__child2 {
  margin-top: 3%;
}

.OPE .OPEWrapper .OPE__child2 .OPEimgWrapper,
.OPE .OPEWrapper .OPE__child3 .OPEimgWrapper {
  width: 25%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  filter: grayscale(100%);
  background-color: var(--GhostWhite);
}

.OPE .OPEWrapper .OPE__child2 .OPEimgWrapper:hover,
.OPE .OPEWrapper .OPE__child3 .OPEimgWrapper:hover {
  filter: none;
  background-color: var(--White);
}

.OPE .OPEWrapper .OPE__child2 .OPEimgWrapper .OPE__hoverimg,
.OPE .OPEWrapper .OPE__child3 .OPEimgWrapper .OPE__hoverimg {
  width: 50%;
}

.OPE .OPEWrapper .OPE__child2 .OPEimgWrapper .OPE__imgcont,
.OPE .OPEWrapper .OPE__child3 .OPEimgWrapper .OPE__imgcont {
  margin-top: 4%;
  font-size: var(--fs20);
  font-weight: 600;
}


.BAP {
  width: 100%;
  margin-top: 2%;
}

.BAP .BAP__wrapper {
  width: 100%;
  padding-left: 4%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.BAP .BAP__wrapper .BAP__child1 {
  width: 40%;
}

.BAP .BAP__wrapper .BAP__child2 {
  width: 55%;
  position: relative;
}

.BAP .BAP__wrapper .BAP__child1 .BAP__header {
  font-size: var(--fs80);
  color: var(--GeraniumLake);
  font-weight: 700;
}

.BAP .BAP__wrapper .BAP__child1 .BAP__para {
  font-size: var(--fs27);
  color: var(--OuterSpace);
  margin-top: 1rem;
}

.BAP .BAP__wrapper .BAP__child2 .BAP__img {
  width: 100%;
}

.BAP .BAP__wrapper .BAP__child2 .BAP__imgcont {
  position: absolute;
  right: 0%;
  bottom: 0.8%;
  background-color: var(--GeraniumLake);
  width: 32%;
  padding: 2% 0%;
  cursor: pointer;
  transition: all 0.2s linear;
}

.BAP .BAP__wrapper .BAP__child2 .BAP__imgcont:hover {
  border: 1px solid var(--White);
  background: var(--White);
  color: var(--GeraniumLake);
}

.BAP .BAP__wrapper .BAP__child2 .BAP__imgcont:hover .BAP__imgpara {
  color: var(--GeraniumLake);
}

.BAP .BAP__wrapper .BAP__child2 .BAP__imgcont .BAP__imgpara {
  font-size: var(--fs23);
  text-align: center;
  color: var(--White);
  transition: all 0.2s linear;
}


.RAD {
  width: 100%;
  padding-top: 7%;
}

.RAD .RADWrapper {
  width: 100%;
  display: flex;
  padding: 0 7%;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.RAD .RADWrapper .RAD__child1,
.RAD .RADWrapper .RAD__child2 {
  width: 40%;
}

.RAD .RADWrapper .RAD__child1 {
  width: 50%;
}

.RAD .RADWrapper .RAD__child1 .RAD__header {
  font-size: var(--fs55);
  color: var(--EerieBlack);
  font-weight: 600;
  margin-bottom: 6%;
}

.RAD .RADWrapper .RAD__child1 .RAD__header .RAD__headerRed {
  color: var(--GeraniumLake);
}

.RAD .RADWrapper .RAD__child1 .RAD__form {
  width: 100%;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .actionBtn {
  text-align: end;
  width: 90%;
  margin-top: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .actionBtn .submitBtn {
  color: var(--White);

  font-size: var(--fs25);
  font-weight: 600;
  border: 0px;
  background-color: var(--GeraniumLake);
  padding: 14px 40px;

  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .actionBtn .submitBtn .submit-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .actionBtn .submitBtn img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .actionBtn .submitBtn:hover img {
  transform: translateX(8px);
}


.error-msg {
  color: #e92827;
  display: block;
  width: 100%;
  height: 10px;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form1,
.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form1 .RAD__formEle,
.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form2 .RAD__formEle,
.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form3 .RAD__formEle {
  width: 95%;
  margin-bottom: 7%;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form1 .RAD__formEle label,
.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form2 .RAD__formEle label,
.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form3 .RAD__formEle label {
  font-size: var(--fs16);
  color: var(--PhilippineGray);
}

.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form1 .RAD__formEle .inputName,
.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form1 .RAD__formEle .inputCompany {
  border: none;
  border-bottom: 1px solid var(--PhilippineSilver);
  width: 75%;
  padding: 5px 0px 5px 0px;
  outline: none;
  font-size: 18px;
  font-weight: 500;

}

.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form2 .RAD__formEle .inputEmail,
.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form2 .RAD__formEle .inputPhone {
  border: none;
  border-bottom: 1px solid var(--PhilippineSilver);
  width: 75%;
  padding: 5px 0px 5px 0px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form3 .RAD__formEle .inputComment {
  border: none;
  border-bottom: 1px solid var(--PhilippineSilver);
  width: 94%;
  padding: 12px 0px 5px 0px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form3 .RAD__formEle .inputComment::placeholder {
  font-size: var(--fs16);
  color: var(--PhilippineGray);
  font-weight: 400;
}

.inputComment::-webkit-input-placeholder {
  color: var(--PhilippineGray);
}

.inputComment:-moz-placeholder {
  color: var(--PhilippineGray);
}

.inputComment::-moz-placeholder {
  color: var(--PhilippineGray);
}

.inputComment:-ms-input-placeholder {
  color: var(--PhilippineGray);
}

.RAD__select-menu .RAD__select-btn {
  display: flex;
  width: 93%;
  padding: 12px 0px 6px;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border: none;
  border-bottom: 1px solid var(--PhilippineSilver);
  outline: none;
}

.RAD__select-btn .RAD__arrow {
  margin-bottom: 5px;
  width: 30px;
  transition: 0.3s;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.RAD__select-btn .RAD__arrow .RAD__togglearr {
  width: 55%;
}

.RAD__select-menu.active .RAD__select-btn .RAD__arrow {
  transform: rotate(-180deg);
}

.RAD__select-menu .RAD__options {
  position: relative;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: var(--White);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: none;
}

.RAD__select-menu.active .RAD__options {
  display: block;
  position: absolute;
  width: 38%;
}

.RAD__options .RAD__option {
  display: flex;
  cursor: pointer;
  padding: 10px;
  border-radius: 8px;
  align-items: center;
}

.RAD__options .RAD__option:hover {
  background: #f2f2f2;
}

.RAD__option .RAD__option-text {
  font-size: 18px;
  color: #333;
}

.RAD .RADWrapper .RAD__child2 .RAD__mapWrapper {
  width: 100%;
}

.RAD .RADWrapper .RAD__child2 .RAD__mapWrapper .RAD__Gmap {
  width: 100%;
  height: 500px;
}

.FooterOne {
  width: 100%;
  background-color: #1b1d23;
  position: relative;
}

.FooterOne .footerWrapper {
  width: 92%;
  padding: 3%;
  margin: 5% auto 0% auto;
  display: flex;
  justify-content: space-between;
}

.FooterOne .footerWrapper .footer__child1 {
  width: 70%;
  padding-top: 2rem;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub1 {
  display: flex;
  flex-direction: column;
  gap: 33px;
  margin-bottom: 4%;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoWrapper {
  /* width: 10%; */
  width: 164px;
  margin-right: 3rem;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoWrapper .footer__logo {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoContent .footer__contpara {
  color: var(--PhilippineGray);
  font-size: var(--fs19);
  font-family: Onest;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 {
  width: 100%;
  position: relative;
  font-family: Onest;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: var(--PhilippineGray);
  opacity: 20%;
  height: 1px;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 59%;
  padding-top: 2%;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer__navlist .navlink {
  font-size: var(--fs19);
  color: var(--PhilippineGray);
  display: inline-block;
  width: auto;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer__navlist .navlink:hover {
  color: var(--GeraniumLake);
}


.FooterOne .footerWrapper .footer__child2 {
  width: 30%;
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 5%;
  position: relative;
}

.FooterOne .footerWrapper .footer__child2 .footer__imgwrapper {
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  background-color: #27292e;
  border-radius: 50%;
  padding: 3%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.FooterOne .footerWrapper .footer__child2 .footer__imgwrapper:hover {
  background-color: rgba(233, 40, 39, 0.2);
}

.FooterOne .footerWrapper .footer__child2 .footer__imgwrapper:hover .footer__img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(94%) saturate(7483%) hue-rotate(-4deg) brightness(95%) contrast(107%);
}

.FooterOne .footerWrapper .footer__child2 .footer__imgwrapper .footer__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  cursor: pointer;
  transition: all 0.6s;
}

.FooterOne .footer__bottompattern {
  width: 16%;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.FooterOne .footer__bottompattern .footer__bottompatternimg {
  width: 100%;
}

.FooterTwo {
  width: 100%;
}

.FooterTwo .footerTwoWrapper {
  width: 92%;
  margin: 0 auto;
  padding: 1% 0%;
  text-align: center;
  font-size: var(--fs18);
  font-family: Onest;
}

.btn {
  cursor: pointer;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 3px;
}

.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(6px, -6px);
}

.mobileMenuOverlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.3s ease;
  flex-direction: column;
}

.mobileMenuOverlay.show {
  left: 0;
}

.mobileMenuOverlay .navWrapper {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.mobileMenuOverlay .navlink {
  font-size: 24px;
  text-decoration: none;
  color: black;
}

.connect {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  cursor: pointer;
}

.connect .connect-wrapper {
  padding: 0px 165px;
}

.connect .connect-wrapper .conn-wrapper {
  width: 100%;
  margin: 0 auto;
}

.connect .connect-wrapper .conn-wrapper .connect-txt {
  width: 100%;
  height: auto;
}
.ETE .ETEWrapper .ETE__SlideBox .ETE__dottedElement {
  width: 100%;
  position: absolute;
  top: 60%;
  /* left: -1%; */
}
.ETE__dottedElement {
  width: 100vw;
  max-width: 100vw;
  overflow-x: auto;
  position: relative;
  left: 0 !important;
  padding-bottom: 8px;
}

.ETE__dottedElement svg {
  min-width: unset !important;
  width: 100% !important;
  max-width: 100vw !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

  @keyframes scalePulse {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.4);
      }
    }

    .animated-outline {
      transform-origin: 980px 50px; /* Set transform origin to the circle’s center */
      animation: scalePulse 1.5s infinite ease-in-out;
    }