:root {
  --primary-color: #008e4c;
  --secondary-color: #0c2721;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
}
p {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}
.aac-block-sec {
  padding: 5rem 0 2.2rem;
  position: relative;
  overflow: hidden;
  background: #09332c;
}
.aac-blocks-carousel .swiper-wrapper {
  margin-bottom: 3rem;
}
.aac-blocks-carousel .swiper-pagination-bullet-active,
.who-weservd .swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}
.aac-blocks-carousel .swiper-pagination-bullet,
.who-weservd .swiper-pagination-bullet {
  background: #fff;
  cursor: pointer;
}
.aac-block-sec .container {
  max-width: 1320px;
}
.sec-big-title {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
.sec-small-title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 7px 15px;
  border: 1px solid #cdd0cd;
  border-radius: 50px;
  display: inline-block;
  background: #538930;
  color: #fff;
}
.aac-block {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.aac-block .aac-content {
  background: white;
  padding: 33px 20px 20px;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0, 100% 80%, 90% 100%, 0% 100%);
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  max-width: 99%;
  margin: 0 auto;
}
.aac-block .aac-img {
  text-align: center;
  position: relative;
}
.aac-block .aac-img img {
  width: 100%;
}
.aac-block .aac-block-box {
  position: relative;
}
.aac-block .aac-block-box .title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

.aac-block .aac-block-box .aac-content-top {
  content: "";
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: #e2e2e2;
  clip-path: polygon(0% 0%, 100% 0, 100% 80%, 90% 100%, 0% 100%);
  z-index: -3;
}

.aac-block .aac-img .weight {
  text-transform: uppercase;
  position: absolute;
  display: block;
  background: #1b6538;
  z-index: 10;
  bottom: -12.5px;
  right: 10px;
  padding: 5px 10px;
  margin: 0;
  text-align: left;
}
.aac-block .aac-img .weight span {
  color: #fff;
  font-size: 13px;
  display: block;
  font-weight: 500;
}

.aac-block .aac-content p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.aac-block .aac-content .produc-btn {
  margin: 20px 0 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: none;
}

.aac-block .aac-content .produc-btn:hover {
  color: var(--primary-color);
}

.aac-block:hover {
  transform: translateY(-3px);
  transition-duration: 0.3s;
}

.section-title.text-center {
  margin: 0 auto 50px;
  /*max-width:75%;*/
}

.jointing-mortar-sec {
  padding: 2rem 0 5rem;
  position: relative;
  background: #09332c;
  overflow: hidden;
}

.jointing-points {
  padding: 0;
  list-style: none;
  margin: 0;
}

.jointing-points li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #e1e1e1;
}
.jointing-points li i {
  font-size: 20px;
  color: var(--primary-color);
  position: relative;
  top: 4px;
}

.section-title {
  margin: 0 0 30px;
  position: relative;
}

.jointing-points li:not(:last-child) {
  margin: 0 0 15px;
}

.join-ting-row {
  position: relative;
  padding: 30px 0;
  margin: 30px 0;
  border-bottom: 1px solid #e2e2e247;
  border-top: 1px solid #e2e2e247;
}

.jointing-mortar-content p {
  text-align: justify;
  margin: 0;
  color: #e1e1e1;
}

.jointing-info {
  padding: 0;
  list-style: none;
  margin: 50px 0 0;
  display: flex;
}

.jointing-info li .icon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.jointing-info li:nth-child(1) .icon i {
  transform: rotate(-45deg);
  display: inline-block;
  right: -2.5px;
  position: relative;
  font-size: 22px;
  color: var(--primary-color);
}
.jointing-info li:nth-child(1) .info-mortar {
  display: flex;
  align-items: center;
  gap: 20px;
}
.jointing-info li {
  position: relative;
}
.jointing-info li a {
  color: #fff;
}
.jointing-info li:nth-child(1) {
  margin-right: 40px;
  padding-right: 40px;
}
.jointing-info li:nth-child(1):before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 95%;
  width: 1px;
  margin: auto 0;
  background: #e2e2e2;
}
.jointing-info li:nth-child(1) .info-mortar span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.jointing-info li:nth-child(1) .info-mortar:hover .icon {
  transform: translateY(-3px);
  transition-duration: 0.3s;
}

.jointing-info li .tile {
  font-size: 16px;
  font-weight: 400;
  color: #538930;
}

.jointing-mortar-img img {
}

#circle svg {
  position: absolute;
  left: -44.5px;
  top: -55px;
  z-index: 999;
  width: 220px;
  height: 220px;
  animation-name: rotate;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
}
#circle svg textPath {
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: 500;
  color: #000;
  word-spacing: 9px;
}

.jointing-mortar-img {
  position: relative;
}

.jointing-mortar-img:before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  top: -10px;
  left: 0px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
  border: 2px solid #ffffff;
}

.aac-blocks-points-sec {
  padding: 1rem 0 5rem;
  position: relative;
  background: #09332c;
  overflow: hidden;
}

.aac-blocks-points {
  position: relative;
  background-color: #fff;
  padding: 33px 33px 60px;
  -webkit-border-radius: 20px;
}

.aac-blocks-points-sec .aac-img-points img {
  border-radius: 20px;

  width: 100%;
  object-fit: cover;
}

.aac-blocks-points-sec .ac-img-points {
  margin: 0 0 40px;
}
.aac-blocks-points-sec .ac-img-points img {
  width: 100%;
}
.aac-blocks-points-sec
  [data-aos^="fade-right-anime"][data-aos^="fade-right-anime"] {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%) !important;
  opacity: 0;
  animation-delay: 0.8s;
}

[data-aos^="fade-right-anime"][data-aos^="fade-right-anime"].aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
  opacity: 1 !important;
  animation-delay: 0.8s;
  transition: 1s linear;
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.strength-points {
  padding: 0;
  list-style: none;
  margin: 0;
}
.strength-points li:not(:last-child) {
  margin: 0 0 20px;
}

.strength-points li p {
  margin: 0;
  font-weight: 500;
}

.strength-points li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.strength-points li:before {
  content: "\f14b";
  min-width: 23px;
  font-family: flaticon_normal-icon !important;
  width: 23px;
  height: 23px;
  background: var(--secondary-color);
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  color: #fff;
}

.aac-blocks-points .aac-blogs-btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
}
.strenth-btn {
  display: flex;
  padding: 8px;
  border-radius: 1313.622px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  padding-right: 15px;
}

.strenth-btn span {
  margin-right: 10px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  line-height: 32px;
  text-align: center;
  background-color: var(--secondary-color);
  -webkit-border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.strenth-btn span img {
  filter: brightness(0) invert(1);
}

.why-test-aac-blocks-sec {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.why-test-box .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 20px;
  position: relative;
  text-transform: capitalize;
}

.why-test-box .title:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--secondary-color);
}

.why-test-box {
  padding-top: 25px;
  border-top: 1px solid rgba(31, 34, 32, 0.15);
  margin-right: 30px;
}
.why-test-box p {
  margin-bottom: 0;
  color: #474545;
  margin-top: 20px;
}
.why-test-box .number {
  color: var(--primary-color);
  font-size: 60px;
  font-weight: 600;
}

.why-test-aac-blocks-sec .section-title {
  margin: 0 0 50px;
}

.why-choose-sec {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  background: #09332c;
}

.spe-tresd {
  margin-top: 3rem;
}
.why-choos-img {
  text-align: -webkit-center;
  position: relative;
  height: 100%;
  margin-top: 1rem;
}

.why-choos-img .why-choleft-box {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 250px;
  padding: 25px;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 100% 71%, 76% 100%, 0 100%, 0 0);
}
.why-choos-content .why-choose-box {
  text-align: -webkit-center;
}
.why-choos-img .why-choleft-box .icon-title span {
  font-size: 40px;
  font-weight: 600;
}
.why-choos-img .why-choleft-box p {
  margin: 0;
}
.why-choos-img .why-choleft-box .icon-title {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}

.why-choose-box .icon {
  height: 62px;
  width: 62px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--secondary-color);
  margin-bottom: 12px;
  transition: 0.5s linear;
}
.why-choose-box:hover .icon {
  background-color: #538930;
}

.why-choose-box .icon img {
  filter: brightness(0.5) invert(1);
}

.why-choose-box .icon span {
  position: absolute;
  top: -6px;
  left: 1px;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-color: var(--primary-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.why-choose-box .title {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.why-choose-box p {
  margin: 0;

  color: #d5d2d2;
}

.why-choos-content .why-choose-box:not(:last-child) {
  margin: 0 0 50px;
}

.why-choos-img > img {
  object-fit: contain;
}

.faq-sec-aac {
  position: relative;
  padding: 0;
  /*background:#F6F8F0;*/
  overflow: hidden;
  padding-bottom: 3.2rem;
}
.faq-sec-main {
  padding: 50px;
  background: var(--secondary-color);
  border-radius: 20px;
  max-width: 85%;
  margin: auto;
}
.accordion-body {
  padding-top: 0;
}
.faq-img-cta .icon img {
  min-width: 170px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
}

.faq-img-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.faq-img-cta .title-text .number {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #fff;
  display: flex;
  align-items: center;
}

.faq-img-cta .title-text .number i {
  color: #fac43a;
  margin-left: 10px;
  font-size: 18px;
  height: 20px;
  display: inline-block;
}
.faq-img-cta .title-text p {
  color: #e1e1e1;
}
.accordion-item {
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  border-radius: 20px;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-button:not(.collapsed) {
  background: unset;
  box-shadow: none;
  color: var(--secondary-color);
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #e9e9e9;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.accordion-button {
  border-radius: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 50px 20px 20px;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  background-image: unset;
  content: "\f108";
  font-family: flaticon_normal-icon !important;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 18px;
  display: inline-block;
  right: 10px;
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: rotate(90deg);
  background-color: var(--primary-color);
}

.header-call-mail {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.header-call-mail li a i {
  font-size: 18px;
  min-width: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background-color: var(--primary-color);
  -webkit-border-radius: 50%;
}
@media (min-width: 1600px) {
  .footer-top-sec .row {
    max-width: 100% !important;
  }
}
.header-call-mail li a {
  font-size: 16px;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
}

.top-header-sec {
  background: var(--secondary-color);
  padding: 10px 0;
}

.mega-menu-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.mega-menu-main > ul > li > a {
  font-size: 15px;
  font-weight: 600;
}

.getinfo {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: var(--primary-color);
  border-radius: 7px;
  padding: 13px 18px;
  overflow: hidden;

  transition: all 0.3s linear;
  z-index: 1;
}
.footer-top-sec .getinfo {
  background: var(--secondary-color) !important;
}
.getinfo i {
  position: relative;
  top: 3px;
  margin-left: 10px;
}
.header-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.getinfo .hover-btn {
  background-color: var(--secondary-color);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}
.getinfo .hover-bx {
  left: 0;
  transition-delay: 0.105s;
  border-radius: 7px 0px 0px 7px;
}
.getinfo .hover-bx2 {
  left: 25%;
  transition-delay: 0.105s;
}
.hover-bx3 {
  left: 50%;
  transition-delay: 0.105s;
}
.getinfo .hover-bx4 {
  left: 75%;
  transition-delay: 0s;
  border-radius: 0 7px 7px 0;
}
.getinfo:hover .hover-btn {
  opacity: 1;
  transform: scale(1);
}

.test-header-menu-sec {
  position: relative;
  z-index: 999;
  left: 0;
  right: 0;

  margin: 0 auto;
}
.test-head-mega {
  padding: 5px 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.sticky.test-header-menu-sec {
  transform: translateY(0%);
  visibility: visible;
  animation: sliddown 1s;
}
.test-header-menu-sec.sticky .test-head-mega {
  padding: 5px 0;
}
@keyframes sliddown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.dropdown {
  position: relative;
}

.dropdown ul {
  position: absolute;
  top: 100%;
  left: -60px;
  background-color: #ffffff;
  min-width: 210px;
  padding: 20px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  transform-origin: 50% 0%;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  transition: all 200ms linear 0ms;
  border-top: 5px solid var(--secondary-color);
}

.dropdown ul li {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 17px 0px 17px;
  transition: all 200ms linear 0ms;
}

.dropdown > ul > li:hover > a {
  color: var(--primary-color);
  padding-left: 5px !important;
  text-shadow: 2px 3px 8px var(--primary-color);
}

.mega-menu-main > ul > .dropdown > a {
  padding: 38px 0;
  padding-right: 30px;
}
.sub-menu li {
  border-bottom: 1px solid #00000047;
  margin: 0;
  padding: 0 !important;
}
.dropdown .sub-menu {
  gap: 0 !important;
}
.sub-menu li a {
  font-size: 14px !important;
  transition: all 200ms linear 0ms;
  padding: 10px 0 20px !important;
  font-weight: 500 !important;
}
.mega-menu-main ul .dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0) translateY(34px);
}

.aac-blocks-slider {
  min-height: 90vh;
  position: relative;
  z-index: 1;
  transition: opacity 3s ease-in-out;
  display: flex;
}
/*.aac-blocks-slider:before{*/
/*    position:absolute;*/
/*    content:"";*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:#000;*/
/*    opacity:0.5;*/
/*    top:0;*/
/*    left:0;*/
/*    z-index:-1;*/
/*}*/

.aac-blocks-slider .content-box {
  position: relative;
}

.content-box .bann-tils {
  font-size: 41px;
  color: var(--secondary-color);
  line-height: 1.3;
  font-weight: 700;
  margin: 100px 0 30px;
  max-width: 60%;
  display: block;
}

.content-box p {
  color: #fff;
  max-width: 80%;
}
.video-block i {
  position: relative;
  font-size: 30px;
  color: #fff;
}

.video-block {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-btn-main {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 30px 0 0;
}

.video-block span {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.why-choos-content {
  margin-left: 0px;
}

/*banner*/
.banner-sec-test {
  position: relative;
}

.banner-carousel .swiper-button-next:after {
  position: absolute;
  content: "\f1c1";
  font-family: flaticon_normal-icon !important;
  font-size: 20px;
  text-align: center;
  color: #fff;
  right: 40px;
  width: 45px;
  background: #0c2721;
  height: 45px;
  line-height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s linear;
}

.banner-carousel .swiper-button-next:hover:after,
.banner-carousel .swiper-button-prev:hover:after {
  background: var(--primary-color);
  color: #000;
}

.banner-carousel .swiper-button-prev:after {
  position: absolute;
  content: "\f1c1";
  font-family: flaticon_normal-icon !important;
  font-size: 20px;
  text-align: center;
  color: #fff;
  left: unset;
  background: #0c2721;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: rotate(-180deg);
  transition: 0.4s linear;
}
.banner-carousel .swiper-button-prev {
  right: 57px;
  top: 53%;
  left: unset;
}

.banner-carousel .swiper-button-next {
  top: 43%;
}

.banner-carousel .swiper-wrapper .swiper-slide {
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}

.swiper-wrapper .swiper-slide-active .aac-blocks-slider {
  opacity: 1;
}
@media (min-width: 1400px) {
  .birs-one {
    background-image: url("../image/test/a1-grade-quality-aac-blocks.webp") !important;
  }
  .footer-top-sec {
    padding-left: 120px;
  }

  .birs-two {
    background-image: url("../image/aac-blocks/blocks-jointing-mortor.webp") !important;
  }
}

.birs-one {
  background-image: url("../image/test/a1-grade-aac-blocks.webp");
}
.birs-two {
  background-image: url("../image/aac-blocks/aac-blocks-jointing-mortor.webp");
}
.test-footer-sec {
  position: relative;
  background-image: url(/assets2/image/slides/slide1.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.mar-2s {
  padding-left: 1.6rem;
}
.footer-top-sec {
  padding: 50px 0;

  position: relative;
}
.footer-top-sec .row {
  position: relative;
  z-index: 1;
  max-width: 85%;
}
.footer-top-sec:after {
  background: var(--primary-color);
  max-width: 83%;
  height: 100%;
  content: "";
  width: 82%;
  top: 0;
  left: 0;
  position: absolute;
  clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}

.test-footer-sec .aac-blocks-footer {
  position: absolute;
  content: "";
  right: 35px;
  top: 30px;
  background-image: url(../image/bg/lightweight-aac-blocks-wall.webp);
  width: 250px;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-x3 {
  0% {
    transform: translateX(-15px);
  }

  50% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(-15px);
  }
}
.footer-top-sec .footer-title-main .title {
  font-size: 2vw;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

.footer-btn {
  text-align: center;
}

.footer-menu-links {
  padding: 5rem 0 0;
}

.footer-menu-cageri {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-menu-cageri li {
  margin: 0 0 10px;
  position: relative;
}

.footer-menu-cageri li a {
  padding-left: 20px;
}
.footer-menu-cageri li a:before {
  position: absolute;
  content: "\f1bf";
  font-family: flaticon_normal-icon !important;
  font-size: 20px;
  text-align: center;
  color: #fff;
  left: 0;
  top: 3px;
  font-size: 12px;
  bottom: 0;
  margin: auto 0;
}
.footer-menu-cageri li a:hover:before {
  color: var(--primary-color);
}
.footer-menu-cageri li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.footer-categeries .title {
  font-size: 20px;
  font-weight: 600;
  color: #ffff;
  margin: 0 0 20px;
}

.footer-logo img {
}

.footer-logo p {
  color: #fff;
  margin: 20px 0 0;
  font-size: 15px;
}

.footer-menu-cageri li a:hover {
  color: var(--primary-color);
}

.test-footer-sec:before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: -1;
}

.address-points {
  padding: 0;
  list-style: none;
  margin: 0;
}

.address-points li a,
.address-points li p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.address-points li a:hover,
.address-points li p:hover {
  color: var(--primary-color);
}
.address-points li i {
  font-size: 18px;
  min-width: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  -webkit-border-radius: 50%;
}

.address-points li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.address-points li:not(:last-child) {
  margin: 0 0 15px;
}

.copry-right {
  padding: 15px 0;
  margin-top: 3rem;
  border-top: 1px solid #ffffff8a;
}

.social-media {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}

.social-media li a {
  font-size: 16px;
  min-width: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  transition: all 500ms ease;
  position: relative;
}

.social-media li a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  content: "";
  bottom: 0;
  background: #fff;
  z-index: -1;
  transition: 0.5s;
  margin: auto;
}
.social-media li a:hover {
  background: unset;
}
.social-media li a:hover i {
  color: var(--primary-color);
}
.social-media li a:hover:before {
  width: 100%;
  left: 0;
}

.copry-aac {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.copry-aac a {
  color: #fff;
}
.dealers-sec-main {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

.dealers-title .sec-title-dears {
  position: relative;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
}

.dealers-title .sec-title-dears:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 225px;
  height: 0.5px;
  content: "";
  background-color: #223224;
  left: -260px;
}
.dealers-title .sec-title-dears:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 225px;
  height: 0.5px;
  content: "";
  background-color: #223224;
  right: -260px;
}

.footer-btn .getinfo .hover-btn {
  background-color: #fff;
}
.footer-btn .getinfo:hover {
  color: var(--primary-color);
}

.banner-btn-main .getinfo {
  background-color: var(--secondary-color);
}
.banner-btn-main .getinfo .hover-btn {
  background-color: var(--primary-color);
}
.dropdown:before {
  position: absolute;
  background-image: unset;
  content: "\f104";
  font-family: flaticon_normal-icon !important;
  text-align: center;
  color: #000;
  font-size: 18px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  right: 0;
  top: 0;
}

.site-icon-aac {
  position: fixed;
  top: 50%;
  right: 6px;
  z-index: 1;
  z-index: 999;
}
.about-content-box {
  height: 100%;
  margin-left: 30px;
}
.about-img {
  height: 100%;
  animation: top-animation 3000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
}
@keyframes top-animation {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@media (min-width: 1290px) {
  .about-img img {
    width: 100%;
  }
}

.about-sec-aac {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.about-text-box {
  max-width: 80%;
}

.about-btn {
  margin: 30px 0 0;
}

.certif-img {
  margin-top: 50%;
  animation: right-animation 3000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
}
.certif-img2 {
  animation: right-animation 3000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
}
.certif-img img {
  /*width:100%;*/
}
.certicat-box {
  background: #f6f8f0;
  border-radius: 10px;
  padding: 25px 20px;
  margin: 30px 0 0;

  display: flex;
  align-items: center;
}

@keyframes right-animation {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.join-circle {
  position: relative;
}
.join-circle:before {
  position: absolute;
  content: "";
  text-align: center;
  z-index: 1;
  align-items: center;
  top: 30px;
  left: 40px;
  background-image: url(../image/logo/favicon.png);
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 50px;
}
.spec-lpoin {
  position: relative;
  width: 25%;
  text-align: -webkit-center;
}
.spec-lpoin span {
  display: block;
  font-size: 15px;
  margin-top: 1rem;
}
.spec-lpoin .cer-ima {
  height: 80px;
  max-width: 80px;
  min-width: 80px;
  background: #fff;
  border-radius: 50%;
  object-fit: contain;
  line-height: 80px;
}
.who-we-serve-sec {
  position: relative;
  padding: 0rem 0 2rem;
}

.who-we-serve {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 20px;
}
.who-we-serve:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.who-we-serve .who-we-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(256, 256, 256, 0.5);
  min-height: 600px;
}

.who-we-serve .who-we-card .whe-title {
  transition: transform 0.3s ease;
  -webkit-transform: translateY(10px);
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  color: #fff;
}
.who-we-serve .who-we-card .whe-title .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.who-we-serve .who-we-card-img,
.who-we-serve .who-we-card-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.who-we-serve .who-we-card-img-bg.builders {
  background-image: url(../image/bg/aac-blocks-for-builders-contractors.webp);
}
.who-we-serve .who-we-card-img-bg.architects {
  background-image: url(../image/bg/aac-blocks-for-architects-designers.webp);
}
.who-we-serve .who-we-card-img-bg.real-estate {
  background-image: url(../image/bg/aac-blocks-for-real-estate-developers.webp);
}
.who-we-serve .who-we-card-img-bg.engineers {
  background-image: url(../image/bg/aac-blocks-for-engineers-and-consultants.webp);
}
.who-we-serve .who-we-card-img-bg.contractors {
  background-image: url(../image/bg/aac-construction-blocks.webp);
}
.who-we-serve .who-we-card-img {
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

.who-we-serve .who-we-card-img.hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1.05);
}
.who-we-serve .who-we-card .whe-title .bot-who {
  padding: 35px 7px;
  position: absolute;
  width: 100%;
  bottom: -10%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(37px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  left: 0;
  text-align: center;
}

.who-we-serve .who-we-card:hover .whe-title .bot-who {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.active a {
  color: var(--primary-color);
}
.mega-menu-main > ul > li > a:hover {
  color: var(--primary-color);
}
.social-media li:nth-child(5) a i {
  font-size: 19px;
}
.col20 {
  width: 20%;
}

.col22 {
  width: 22%;
}

.col18 {
  width: 18%;
}
.col18 .footer-categeries {
  margin-left: 20px;
}

.dropdown ul li:not(:last-child) {
  margin: 0 0 10px;
}

.aac-block .aac-content span {
  position: absolute;
  top: 0;
}

.about-text-box p {
  margin: 0;
}
.video-block .vi-icon {
  position: relative;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 57px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.video-block .vi-icon:before {
  content: "";
  position: absolute;
  margin: 0 14px;
  width: 50px;
  background: var(--secondary-color);
  height: 50px;
  box-shadow: 0 0 0 8px rgb(12 39 33 / 18%), 0 0 0 4px rgb(12 39 33 / 11%);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-in-out;
}

/*@keyframes ripple {*/
/*    0% {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1);*/
/*        opacity: 0*/
/*    }*/

/*    30% {*/
/*        opacity: 0.4*/
/*    }*/

/*    100% {*/
/*        -webkit-transform: scale(1.8);*/
/*        transform: scale(1.8);*/
/*        opacity: 0*/
/*    }*/
/*}*/

/*.video-block .vi-icon:before, .video-block .vi-icon:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: var(--secondary-color);*/
/*    z-index: -1;*/
/*    border-radius: 50%;*/
/*    -webkit-transition: all ease 0.4s;*/
/*    transition: all ease 0.4s;*/

/*        -webkit-animation-duration: var(--ripple-ani-duration);*/
/*    animation-duration: var(--ripple-ani-duration);*/
/*    -webkit-animation-timing-function: ease-in-out;*/
/*    animation-timing-function: ease-in-out;*/
/*    -webkit-animation-iteration-count: infinite;*/
/*    animation-iteration-count: infinite;*/
/*    -webkit-animation-name: ripple;*/
/*    animation-name: ripple;*/
/*}*/

.breadcurmb-section {
  position: relative;
  background-image: url("../image/bg/bg-breadcrumb.webp");
  background-size: cover;
  background-position: center;
  padding: 5.5rem 0;
}
.breadcurmb-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 0;
}

.banner-content {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  max-width: 75%;
}
.breadcumb-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumb-list li:not(:last-child):before {
  position: absolute;
  content: "\f102";
  font-size: 16px;
  color: #fff;
  right: 0;
  top: 1px;
  font-family: flaticon_normal-icon !important;
}

.active {
  color: #fff;
}
.breadcrumb-list li {
  position: relative;
}
.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb-list li a {
  color: #538930;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  text-transform: capitalize;
  padding-right: 25px;
}

.breadcrumb-list .separator {
  color: white;
}

.breadcurmb-section .breadcrumb-list li i {
  font-size: 15px;
  line-height: 10px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

.banner-content:before {
  position: absolute;
  width: 4px;
  background-color: #538930;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}

/*zic zack section*/

.aac-construction-guide {
  padding: 4rem 0;
  position: relative;
}

/* Header */
.guide-header {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  margin-bottom: 30px;
}

.guide-header .logo {
  height: 60px;
  width: auto;
}

.sec-heading-lite {
  font-size: 27px;
  font-weight: 700;
  color: #09332c;
  margin: 0;
  line-height: 1.4;
}

/* Steps */
.guide-step {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  /*padding: 10px 20px 15px 8px;*/
  /*margin-bottom: 7px;*/
  gap: 20px;
}

.highlight .block-one-heading {
  color: #fff;
}

.highlight {
  background: #538930;
  color: #fff;
}

.highlight .step-number {
  color: #fff;
  /*margin: 24px;*/
  /*  max-width: 620px;*/
}
.highlight p {
  color: #fff;
}

/*.step-icon {*/
/*  width: 150px;*/
/*  height: 140px;*/
/*  background-color: #bab2b2;*/
/*  padding: 12px;*/
/*  border-radius: 20px;*/
/*}*/

.step-icon img {
  /*width: 100%;
      height: 100%;*/
  object-fit: contain;
  /*border-radius: 20px;*/
  /*background: #bab2b2;*/
}

.step-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 25px;
}

.step-number {
  font-size: 40px;
  font-weight: bold;
  /*color: #538930;*/
  /*margin-bottom: 10px;*/
  display: block;
}

.zick-zack-sec {
  background-image: url("../image/bg/white-brick-back.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 30px;
}

.main-big-title {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

.main-big-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background-color: #000;
}

.aac-construction-guide .side-content-flow {
  margin-left: 15px;
  padding-top: 7px;
}
.aac-construction-guide .side-content-flow .block-one-heading {
  font-weight: 600;
  font-size: 1.3rem;
}
.aac-construction-guide .highlight .side-content-flow {
  padding-top: 22px;
}
.faq-block-section {
  padding: 3rem 0;
}

/* first-dtail-section */

.bricks-slide-section {
  padding: 3rem 0;
  overflow: hidden;
  position: relative;
}
.logo-shap-2 {
  background-image: url(../image/reff/logo-shapes-2.svg);
  height: 350px;
  width: 349px;
  position: absolute;
  top: -100px;
  right: -160px;
  background-size: cover;
}
.logo-shap-22 {
  background-image: url(../image/reff/logo-shapes-2.svg);
  height: 350px;
  width: 349px;
  position: absolute;
  bottom: -100px;
  left: -160px;
  background-size: cover;
}
.bricks-slide-section .section-title {
  margin: 1rem auto;
}
.bricks-slide-section .sec-big-title {
  font-size: 30px;
}
.contruction-para p {
  text-align: justify;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contruction-para .main-detail-arrow {
  margin-bottom: 30px;
  text-align: center;
}

.contruction-para .main-detail-arrow img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* <cta-section> */

.cta-brick-section {
  padding: 4.5rem 0 3.5rem;
  position: relative;

  z-index: 1;
  overflow: hidden;
}

/*.cta-brick-section{*/
/*    display: flex;*/
/*    align-items: center;     */
/*    justify-content: center; */
/*}*/

.cta-brick-section:after {
  position: absolute;
  background-color: rgba(12, 15, 33, 0.55);
  height: 84%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.cta-sectio .sec-big-title {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
.video-cta-design {
  text-align: center;
}
.cta-brick-section .aac-block-construct {
  position: relative;
  padding-top: 180px;
  padding: 2rem 0 0;
}

.cta-sectio {
  position: relative;
  z-index: 3;
}
.aac-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #538930;
  color: white;
  text-decoration: none;
  font-size: 30px;
  position: relative;
  overflow: visible;
  transition: all 0.3s ease-out;
  animation: animate-pulse 3s linear infinite;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.aac-cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: -1;
}
.aac-cta-btn::after {
  content: "\25B6";
  position: relative;
  z-index: -1;
  font-size: 36px;
  right: -3px;
}

/* the glow “ripple” from button‑size → big + fade out */
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
      0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}

.aac-cta-btn:hover {
  transform: scale(1.05);
  background-color: #09332c;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  animation: none;
  /* glow continues underneath */
}

/* container for absolute placement */

/*.number-design-sec {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 60px;               match your section’s left padding */
/*  z-index: 3;*/
/*}*/

/* the white “card” with only a top border */
.number-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-top: 4px solid #28a745;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Left: big masked “9” */
.number-mask {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.number-mask .number {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  background: url("../../404.html") center/cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Right: copy + button */
.number-text {
  flex: 1;
  padding: 1.5rem 2rem;
}
.number-text .vision‑label {
  display: inline-block;
  background: #28a745;
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.number-text p {
  margin: 0 0 1.2rem;
  color: #333;
  line-height: 1.6;
}
.meet-team {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #28a745;
  text-decoration: none;
  transition: color 0.3s;
}
.meet-team .arrow {
  margin-left: 0.5rem;
  transition: transform 0.3s;
}
.meet-team:hover {
  color: #1e7e34;
}
.meet-team:hover .arrow {
  transform: translateX(4px);
}

/* 1) make parent relative to pin the full‑width footer card */
.cta-brick-section {
  position: relative;
  overflow: hidden;
}

/* 2) full‑width number/design bar */
.number-design-sec {
  /*position: absolute;*/
  position: relative;
  /*left: 88px; */
  top: 6rem;
  bottom: 0;
  width: 50%;
  padding: 2rem 2rem;
  background: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

/* 3) vision card (left) */
.vision-card {
  display: flex;
  margin-bottom: 1rem;
}
.vision-number {
  flex: 0 0 100px;
  text-align: center;
}
.vision-number em {
  font-size: 15px;
  color: #0c2721;
  line-height: 1.3;
  display: block;
}
.number {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  background: url("../image/bg/bricks-aac-blocks.webp") center/cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vision-content {
  padding-left: 1rem;
}
.vision-content h4 {
  display: inline-block;
  background: #538930;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.vision-content p {
  margin: 0 0 1rem;
  color: #333;
  line-height: 1.6;
}
.meet-team {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
.meet-team span {
  margin-left: 0.5rem;
  transition: transform 0.3s;
}
.meet-team:hover {
  color: #1e7e34;
}

.cta-brick-section .swiper {
  width: 100%;
  height: auto;
}

.cta-brick-section .swiper-wrapper {
  /*margin-top: 20px;*/
}

.cta-brick-section .swiper-slide img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.cta-brick-section .swiper-wrapper {
  /*margin-top:40%;*/
}

/* connection-section */

.connection-section {
  text-align: -webkit-center;
  position: relative;
  padding: 3rem 0;
  background-color: #f9f9f9;
}

.connection-content {
  position: relative;
  background-color: #f9f9f9;
  padding: 40px;
}

.connection-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.connection-section .sec-big-title {
  font-size: 32px;
}

.block-one {
  display: inline-block;

  /*margin-bottom: 60px;*/
}
.new-recyfsd {
  width: 455px;
  height: 455px;
  border: 3px solid #03b162;
  border-radius: 50%;
  position: relative;
  margin: 5rem 0 3.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.log-sjapesd {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.font-lisd {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.mar-poindsd li {
  margin-bottom: 1rem;
}
.mar-poindsd {
  list-style: circle;
}
.mar-poindsd li strong {
  color: #09332c;
}
.text-left {
  text-align: left;
}
.fle-recylsd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.connection-section .container {
  max-width: 1140px;
}

.fle-recylsd li:nth-child(1) {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
}
.fle-recylsd li:nth-child(2) {
  position: absolute;
  right: -50px;
  top: 16%;
}
.fle-recylsd li:nth-child(3) {
  position: absolute;
  right: 2%;
  bottom: -20px;
}
.fle-recylsd li:nth-child(4) {
  position: absolute;
  left: 2%;
  bottom: -20px;
}
.fle-recylsd li:nth-child(5) {
  position: absolute;
  left: -50px;
  top: 16%;
}
.block-circle-aac {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;

  position: relative;
  z-index: 1; /* Ensure images are above the line */
}

.block-one-content {
  flex: 1;
}
.spacification-table .sec-big-title,
.product-recycle-sect .sec-big-title,
.aac-block-sec .sec-big-title {
  font-size: 30px;
}
.fle-recylsd .block-one-heading {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  background: #09332c;
  left: 0;
  max-width: fit-content;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
  z-index: 2;
  min-width: 100px;
}
.block-one p {
  margin: 0;
  line-height: 1.5;
}
.connection-content::before {
  content: "";
  position: absolute;
  left: 7rem;
  top: 193px;
  bottom: 139px;
  width: 2px;
  background-color: #0f2721;
  z-index: 0;
  /* top: 0; */
  right: 0;
}

.block-four {
  margin-bottom: 0;
}

.arrow-btn-cta {
  height: 34px;
  width: 34px;
  margin-left: 5px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid rgba(20, 24, 32, 0.14);
}

.arrow-btn-cta img {
  width: 16px;
  height: 16px;
  transition: filter 0.3s ease;
}

.meet-team:hover .arrow-btn-cta {
  background-color: #28a745;
}

.meet-team:hover .arrow-btn-cta img {
  filter: brightness(0) invert(1);
}

/*case-study*/
/* --- Section Styling --- */
.product-recycle-sect {
  padding: 60px 0;
  background-color: #09332c;
  color: #ffffff;
}

/* --- Header Styles --- */
.section-label {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #538930;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.product-recycle-sect p {
  margin-top: 1rem;
  color: #b7bec8;
  font-size: 1rem;
}

/* --- CTA Button --- */
.cta-button {
  display: inline-block;
  background-color: #538930;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.case-image img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  display: block;
}

.case-info {
  color: #ffffff;
}

.case-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.case-description {
  color: #cbd5e1;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

/* --- Case Stats --- */
.case-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.case-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1rem;
  margin-top: 1rem;
}

.stat-block {
  display: flex;
  flex-direction: column;
}

.stat-value {
  color: #22c55e;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.stat-label {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0;
}

.straight-line {
  border-top: 1px solid #4d5765;
  padding-top: 35px;
  margin-top: 20px;
}

.study-btn {
  float: inline-end;
}

.sticky-construction {
  margin-top: 2rem;
}

.sticky-construction {
  position: sticky;
  top: 155px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  padding: 20px 0;
  background-color: #09332c;
}

.study-btn {
  margin-top: 40px;
}

.sticky-construction .detail-button {
  display: inline-flex;
  align-items: center;
  color: white;
  transition: background 0.3s, color 0.3s;
  margin: 40px 0;
}

@media (min-width: 1300px) and (max-width: 2000px) {
  .cta-brick-section .swiper-wrapper {
    margin-top: 35%;
  }

  .cta-brick-section .aac-block-construct {
    top: 29%;
  }
  /*.number-design-sec {*/
  /*    left:81px;*/
  /*}*/
}

.spacification-table {
  position: relative;
  padding: 3rem 0;
}

.spacification-table table {
  border-collapse: collapse;
  width: 100%;
}
.spacification-table th {
  background-color: rgb(83 137 48);
  color: #fff;
  text-align: center !important;
  min-width: 280px;
}

.spacification-table td,
.spacification-table th {
  padding: 16px;
  font-size: 15px;

  border: 1px solid #dddddd;
  text-align: left;
  text-transform: capitalize;
}
.spacification-table tr:nth-child(even) {
  background-color: #53893029;
}

/*contact-us-page*/

.address-contact {
  padding: 5rem 0 3rem;
  background: #f6f8f0;
}

.contact-details {
  background: #fff;
  border-radius: 20px;
  /*padding: 20px 24px 32%;*/
  padding: 20px 24px 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.icon-box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0 0 10px;
  background: #f6f8f0;
  width: 70px;
  z-index: 9;
  height: 70px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.icon-box i {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.detail-id {
  line-height: 32px;
  margin: 20px 0 10px;
}
.icon-box i {
  color: #1b6538;
  font-size: 28px;
}

.contact-details span {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #538930;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-details h4 {
  font-size: 22px;
  margin: 10px 0 8px;
  font-weight: 600;
  color: #000;
}

.contact-details p {
  color: #777;
  font-size: 16px;
  margin: 0;
}

/*.detail-id{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*}*/

/*form*/

.aac-test-contact .map-catlog iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
}

.aac-test-contact {
  padding: 4rem 0;
  background: #f6f8f0;
  position: relative;
}
.aac-test-contact .sec-big-title {
  font-size: 30px;
}
.map-catlog iframe {
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 20px;
}

.form-aac-blocks {
  padding: 30px;
  border-radius: 20px;
}

.aac-form input,
.aac-form select,
.aac-form textarea {
  width: 100%;
  background: #fff;
  border: none;
  padding: 15px;
  border-radius: 30px;
  font-size: 16px;
  color: #333;
  outline: none;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.product-checkbox-group {
  background: #ffffff;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 30px;
  position: relative;
}
.product-checkbox-group label.error {
  position: absolute;
  bottom: -27px;
}
.product-checkbox-group label {
  display: block;
  margin: 10px 0;
  cursor: pointer;
}
.get-a-quote .product-checkbox-group label.error {
  left: 0;
}
.product-option {
  font-size: 15px;
  color: #333;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: background-color 0.3s, border-color 0.3s;
}

.product-option:hover {
  background-color: #f6f8f0;
}

.product-option input[type="radio"] {
  transform: scale(1.2);
  width: 20px;
  vertical-align: middle;
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  accent-color: var(--primary-color);
}

.aac-form textarea {
  border-radius: 20px;
}

.aac-form button.submit-btn {
  margin: 10px;
  background: #538930;
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  max-width: fit-content;
}

.aac-test-contact .section-contact {
  margin: 2px 37px;
}

.aac-form .submit-btn:hover {
  background-color: #0c2721;
}

.contact-breadcurmb {
  min-height: 104px;
}

.icon-box:after,
.icon-box:before {
  box-shadow: inset -30px 30px 0 0 #f6f4ee;
}

.icon-box:after {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  border-radius: 20px;
  bottom: -34px;
  right: -30px;
  z-index: -1;
}

.icon-box:before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  border-radius: 20px;
  top: -34px;
  left: -30px;
  z-index: -1;
  box-shadow: inset -30px 30px 0 0 #f6f4ee;
}

.map-catlog {
  padding: 20px 20px;
  background: #fff;
  position: sticky;
  top: 15%;
}

.white {
  color: #fff;
}

.aac-block-slider::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  /*width: 35%;*/
  z-index: 2;
  background-color: #fff;
}
.aac-block-slider {
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: -50px;
}
.cta-brick-section .container {
  position: relative;
}

.bann-videosd {
  position: relative;
  object-fit: cover;
  overflow: hidden;
}
.bann-videosd video {
  width: 100%;
}
.ctabul-culnd {
  position: relative;
}
.ctabul-culnd,
.ctabul-culnd th,
.ctabul-culnd td {
  border: 1px solid white;
}
.ctabul-culnd td {
  background-color: #ecf4e5;
}
.ctabul-culnd td:not(:first-child) {
  text-align: center;
}

/*who-weservd*/
.who-weservd {
  position: relative;
  padding: 60px 0;
  background-color: #09332c;
  color: #ffffff;
}
.wh-server-card {
  position: relative;
  /*background-color: #ffffff14;*/
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  padding: 1rem;
  border-radius: 30px;
  text-align: center;
  height: 100%;
}
.who-weservd .swiper-slide {
  display: flex;
  height: auto !important;
}
.wh-server-card .who-ser-image {
  display: flex;
  height: 100px;
  width: 100px;
  margin-top: -60px;
  z-index: 2;
  position: relative;
  margin: -70px auto 0;
  background: #1c433d;
  border-radius: 50%;
  border: 10px solid #09332c;
  justify-content: center;
  align-items: center;
  background: #538930;
}
.wh-server-card .who-ser-image img {
  /*filter:brightness(0)invert(1);*/
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(347deg)
    brightness(105%) contrast(101%);
}
.who-weservd .swiper-wrapper {
  margin-bottom: 3rem;
  margin-top: 3.3rem;
  align-items: stretch;
}
.wh-server-card h4 {
  font-size: 1.2rem;
  color: #fff;
  margin: 1.2rem 0 0.8rem;
  text-transform: capitalize;
  color: #1c433d;
}
.wh-server-card p {
  color: #e9e5e5;
  margin-bottom: 0.5rem;
  font-size: 14.5px;
  color: #1c433d;
  font-weight: 500;
}
.bg-linears {
  background: linear-gradient(180deg, #8f9b980f -3.62%, #ffffff 99.94%);
}

.aa-jointsd .why-choose-box {
  text-align: -webkit-center;
  height: 100%;
}
.aa-jointsd .row {
  row-gap: 35px;
}

/**/
.jointing-mornat-proce {
  position: relative;
  padding: 4rem 0;
}
.proces-stikysd {
  position: sticky;
  top: 15%;
}
.proces-list {
  position: relative;
  margin-bottom: 0;
}
.proces-list li span {
  position: relative;
  background: linear-gradient(
    to bottom,
    #85a74f,
    #729e40,
    #619637,
    #538930,
    #467a2a
  );
  border-radius: 50%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proces-list li {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
  gap: 20px;
}
.proces-list li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  transform: translate(30px, 60px);
  border-left: 1px solid #cd5f371a;
  height: 50%;
  z-index: 0;
  bottom: 5px;
}
.proces-list li:last-child {
  margin-bottom: 0;
}
.proc-contas h4 {
  font-size: 1.2rem;
  color: #09332c;
  text-transform: capitalize;
}

/*benefits*/
.befneifts {
  position: relative;
  padding: 4rem 0;
  background: #53893029;
}
.benef-cards {
  position: relative;

  display: flex;
  gap: 20px;
}
.benefi-image {
  position: relative;
  min-width: 52px;
}
.benef-ctonact {
  position: relative;
}
.benef-ctonact h4 {
  font-size: 1.2rem;
  color: #09332c;
}
.benef-ctonact p {
  margin-bottom: 0;
}
.befneifts .row {
  row-gap: 30px;
}

/*cta*/
.cta-jointing {
  position: relative;
  padding: 4rem 0 5rem;

  background-size: cover;
  background-image: url(../image/bg/bg-breadcrumb.jpg);
}
/*   .cta-jointing::before {*/
/*    content: "";*/
/*    background-image: url(../image/reff/s1.svg);*/
/*    width: 100%;*/
/*    height: 28px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    left: 0;*/
/*}*/
.cta-jointing::after {
  content: "";
  background-image: url(../image/reff/svg2.svg);
  width: 100%;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.cta-jointing p {
  color: #fff;
}
.cta-logsd {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  max-width: fit-content;
  border-radius: 50%;
  background: #fff;
  padding: 1rem;
}
.key-pointdnum {
  position: relative;
  color: #fff;
  list-style: none;
}
.key-pointdnum li span {
  font-size: 3.5rem;
  font-weight: 600;
}
.key-pointdnum li:not(:last-child) {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.key-pointdnum li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.button-flexs {
  display: flex;
  gap: 20px;
}
.button-flexs .strenth-btn {
  font-size: 14px;
  background: var(--secondary-color);
}
.button-flexs .strenth-btn span {
  background: var(--primary-color);
}
.button-flexs .strenth-btn span i {
  font-size: 18px;
  height: 25px;
}

/**/
.locati-cardsd {
  position: relative;
  padding: 1rem 0.5rem;
  background: #fff;

  border-radius: 10px;
  text-align: center;
  transition: 0.3s linear;
  display: block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.locat-image {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.locati-cardsd h4 {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0.5rem;
}
.locati-cardsd:hover {
  transform: translateY(-5px);
}
.row-gaopdsd {
  margin-top: 3rem;
  row-gap: 25px;
}

.hambuuefer,
.close-button {
  display: none;
}
.site-icon-aac .call {
  display: none;
}

/**/
.lico-smars {
  position: relative;
  padding: 2rem 0;
}
.lico-smars .sec-big-title span {
  color: var(--primary-color);
}
.bulk-carsd {
  position: relative;
  background: #f2f9eb;
  padding: 25px;
  border-radius: 10px;
}
.rel-titls {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.chen-pointsd {
  position: relative;
  list-style: none;
  margin-top: 1rem;
}
.chen-pointsd li {
  position: relative;
  margin-bottom: 1rem;
}
.chen-pointsd li:before {
  content: "\f14b";
  font-family: flaticon_normal-icon !important;
  position: absolute;
  left: -31px;
  background: var(--primary-color);
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.misd-image {
  text-align: center;
}
.vision-mission .sec-big-title {
  font-size: 25px;
  text-align: center;
}
.sec-row-padd {
  padding: 1rem 0;
}
.buld-materis {
  position: relative;
  padding: 3.5rem 0;
}
.ccar-maters {
  position: relative;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 2rem 0.5rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: 0.3s linear;
}
.buld-materis .row {
  row-gap: 25px;
}
.ccar-maters:hover {
  border-color: #538930;
}
.ccar-maters h4 {
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.ccar-maters img {
  filter: invert(50%) sepia(9%) saturate(2714%) hue-rotate(53deg)
    brightness(91%) contrast(91%);
}

.list-style ul,
li {
  list-style-type: none;
}

/*form css*/

/* Modal Container */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}

/* Modal Box */
.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.3s ease-out;
  font-family: "Segoe UI", sans-serif;
}

/* Close Button */
.close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 26px;
  color: #aaa;
  cursor: pointer;
  transition: color 0.2s ease;
}
.close:hover {
  color: #000;
}

/* Heading */
.modal-content h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

/* Form Fields */
.modal-content form {
  display: flex;
  flex-direction: column;
}
.modal-content label {
  margin: 12px 0 6px;
  font-weight: 500;
  color: #555;
}
.modal-content input,
.modal-content textarea {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  resize: none;
  transition: border-color 0.3s;
}
.modal-content input:focus,
.modal-content textarea:focus {
  border-color: #2e8b57;
  outline: none;
}

/* Submit Button */
.modal-content button[type="submit"] {
  margin-top: 20px;
  padding: 12px;
  background-color: #538930;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.modal-content button[type="submit"]:hover {
  background-color: #1b6538;
}

/* Animation */
@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.vision-mission .right-align {
  text-align: right;
}

.vision-mission .left-align {
  text-align: left;
}
.get-a-quote .product-checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.get-a-quote .product-checkbox-group label {
  width: 50%;
}
.ctabul-culnd tr td:first-child {
  font-weight: 600;
}
.spacification-table table tr td:first-child {
  font-weight: 600;
}
.vison-mison {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 2rem;
  /*height:100%;*/
  border-radius: 20px;
  background: #f2f9eb;
  border: 1px solid #53893085;
  width: 50%;
}
.sustaibake-future {
  display: flex;
  gap: 25px;
}
.vison-icon {
  text-align: center;
  margin-bottom: 1.3rem;
}

.red-breicks tr > td:first-child {
  font-weight: 600;
}

.red-breicks {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
}
.red-breicks th,
td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
}
.red-breicks th {
  background-color: #fdfdfd;
}
.heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  padding: 10px 0;
  margin-top: 1rem;
}
.highlight-red {
  color: red;
}
.highlight-green {
  color: #538930;
}
.red-breicks .bg-red {
  background-color: #ffebde;
}
.red-breicks .bg-green {
  background-color: #ecf4e5;
}
.red-breicks .note {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}
.note {
  margin-bottom: 1rem;
  text-align: center;
}

.aac-block-sec .aac-swiper-btn {
  width: 40px;
  height: 40px;
  background-color: #538930;
  color: #ffffff; /* White arrow */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 47%;
  z-index: 10;
  transform: translateY(-50%);
  transition: background 0.3s ease;
}

.aac-block-sec .swiper-button-prev {
  left: 10px;
}

.aac-block-sec .swiper-button-next {
  right: 10px;
}
.vision-mission {
  position: relative;
  padding: 3rem 0 5rem;
}
.aac-block-sec .aac-swiper-btn::after {
  font-size: 15px;
}

.aac-block-sec .aac-swiper-btn:hover {
  background-color: #09332c; /* Darker green on hover */
}
label.error {
  color: red;
  font-size: 14px;
  transform: translateY(-16px);
}

.eroe-pahe {
  position: relative;
  padding: 5rem 0;
}
.page-found h2 {
  font-size: 150px;
  font-weight: 700;
  color: #0c2721;
}
.page-found h2 span {
  color: #538930;
  display: inline-block;
  animation-name: float-bob-y;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.page-found .getinfo {
  margin-top: 2rem;
}
.page-found {
  text-align: center;
}
.page-found p {
  font-size: 30px;
  color: #538930;
  font-weight: 600;
  line-height: 0px;
}

.email-sent {
  text-align: center;
}

.hide-robot {
  display: none !important;
}
.styled-table thead th {
  background-color: #0f2e46;
  color: white;
  text-align: center;
}
.styled-table tbody tr:nth-child(even) {
  background-color: #0f2e46;
}
.styled-table td,
.styled-table th {
  padding: 12px;
  text-align: center;
}
