@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

body{
    direction: ltr;
    font-family: 'Signika', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}


*, *::before, *::after {
    box-sizing: border-box;
  }

  :root {
    --color: #00ADB5;
    --shade: #282D4F;
  }
  
  .mainbox-frame {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    max-width: 1310px;
	  margin: 0 auto;
  }
  
  button {
    border: none;
  }
  
  p {
    padding: 0;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  li {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  ul {
    padding: 0;
    margin: 0;
  }
  
  img {
    max-width: 100%;
  }


  .apex-header-section {
    background-image: url(uploads/2025-06/bg_q700.webp );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .apex-header-section-overlay {
    background-color: #00ADB54f;
  }

  .apex-header-navwrapper {
    position: relative;
    z-index: 1;
    background-color: var(--shade);
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .ahnw-cont-slogan, .ahnw-cont-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 18px;
    justify-content: center;
    align-items: center;
  }

  .ahnw-cont-pic{
    width: 28px;
    height: 28px;
    color: #fff;
  }

  .ahnw-cont-item a {
    color: #fff;
    font-size: 16px;
    word-break: break-all; 
  }

  .ahnw-slogan h4 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
  }

  .ahnw-navi {
    position: relative;
    z-index: 1;
    margin-top: -35px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items: center;
    justify-content: space-between;
    border-radius: 9px;
    background-color: #fffcfa;
  }

  .ahnw-logo {
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items: center;
  }

  .ahnw-logo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .ahnw-logo h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: var(--shade);
  }

  .ahnw-navi-list {
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 14px;
    justify-content: center;
    align-items: center;
  }

  .ahnw-navi-item {
    font-size: 17px;
    font-weight: 700;
    color: var(--color);
    transition: cubic-bezier(0.23, 1, 0.320, 1);
  }

  .ahnw-navi-item:hover {
    color: var(--shade);
    opacity: 0.74;
  }

  .ahnw-navi-downmenu {
    display: inline-block;
    position: relative;
    text-align: center;
  }
  
  .ahnw-navi-downmenu input[type="checkbox"]  {
    display: none;
  }
  
  .ahnw-navi-downmenu input[type="checkbox"]:checked ~ .ahnw-navi-downmenu-list {
    opacity: 1;
    max-height: 400px;
    padding: .6rem 0;
  }
  
  .ahnw-navi-downmenu input[type="checkbox"]:checked ~ .ahnw-navi-downmenu-btn {
    z-index: 99;
    box-shadow: 0 0 0 1px #eac8afba;
    position: relative;
  }
  
  .ahnw-navi-downmenu-btn {
    font-weight: 700;
    font-size: 17px;
    color: var(--color);
    transition: all ease 0.4s;
    position: relative;    
    display: inline-block;
    cursor: pointer;
  }
  
  .ahnw-navi-downmenu-btn:hover {
    opacity: 0.74;
   color: var(--shade);
  }
  
  .ahnw-navi-downmenu-list {
    position: absolute;
    top: calc(100% + 0.4rem);
    width: 220px;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    background: #fffcfa;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    z-index: 99;
  }
  
  .ahnw-navi-downmenu-item {
    list-style: none;
  }
  
  .ahnw-navi-downmenu-item a {
    display: block;
    color: #555;
    text-decoration: none;
    padding: 9px;
    transition: all 0.3s ease;
  }
  
  .ahnw-navi-downmenu-item a:hover {
    background: #eee;
  }

  .apex-header-banner {
    position: relative;
    z-index: 0;
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .ahb-title {
    width: 70%;
    font-size: 33px;
    font-weight: 600;
    margin: 0 auto 28px auto;
    color: #fff;
  }

  .ahb-phne-btn {
    display: flex;
    justify-content: center;
  }

  .ahb-circle1 {
    position: absolute;
    top: -200px;
    left: 1px;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    animation: jumpping 5s infinite linear;
    background: linear-gradient(115deg, #282D4F 10.22%, rgba(1, 19, 60, 0) 100.58%);
  }

  .ahb-circle2 {
    position: absolute;
    top: 50px;
    left: 20%;
    z-index: -1;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); 
    animation: jumpping 5s infinite linear;
    background: linear-gradient(150deg, var(--color) 50.22%, rgba(1, 19, 60, 0) 110.58%);  }

  @keyframes jumpping {

    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }
  
    40% {
      transform: translate3d(0, 25px, 0);
    }
  }

  .our-accomplishments{
    padding: 60px 0;
}

.our-accomplishments-title{
    font-size: 35px;
    font-weight: 600;
    text-transform: inherit;
    text-align: center;
    margin: 0;
}
.our-accomplishments-shell{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 9px;
    width: 100%;
    justify-content: space-between;
}
.our-accomplishments-body{
  display: flex;
  flex-direction: column;
    width: 23%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.0509803922);
    padding-bottom: 25px;
    border-radius: 9px;
    transition: all 0.4s ease;
}
.our-accomplishments-body-image{
    overflow: hidden;
    border-radius: 9px;
}
.our-accomplishments-body-image img{
    transform: scale(1);
    border-radius: 9px;
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-fit: cover;
}
.our-accomplishments-body-icon{
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: -35px auto 9px auto;
    box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
    border: 14px solid var(--color);
}
.our-accomplishments-body-icon img{
    width: 71px;
    height: 71px;
}
.our-accomplishments-text{
    padding: 0px 14px;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 600;
}
.our-accomplishments-body:hover {
    color: #fff;
    transform: translate(-3%, -3%);
    background-color: var(--shade);
}

.trending-items {
  padding: 35px 0;
}

.trending-items-title{
  font-size: 45px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.trending-items-shell {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 14px;
  width: 100%;
  justify-content: center;
}

.trending-items-body{
  width: 24%;
  background-color: #00000007;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.4s ease;
}

.trending-items-body:hover{
  background-color: var(--shade);
}

.trending-items-body:hover .trending-body-icon svg{
  fill: black;
}

.trending-items-body:hover .trending-link-btn{
  color: #fff;
}

.trending-items-images{
  overflow: hidden;
  border-radius: 9px;
}

.trending-items-images img{
  object-fit: contain;
  border-radius: 9px;
  width: 100%;
  height: 280px;
}

.trending-body-icon{
  width: 70px;
  height: 70px;
  background: var(--color);
  border-radius: 50%;
  margin: -27px auto 14px auto;
  box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(1);
}

.trending-body-icon svg{
  width: 40px;
  height: 40px;
}

.body-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  margin-bottom: 14px;
}

.trending-body-text{
  font-size: 12px;
}

.trending-bottom{
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.trending-link-btn{
  display: flex;
  justify-content: center;
}

.trending-items-body:hover .trending-body-icon {
  background-color: #fff;
  transform: scaleX(-1);
}

.trending-items-body:hover .trending-body-text, .trending-items-body:hover .body-title {
  color: #fff;
} 

.spotlight-stories{
  padding: 60px 0;
}

.spotlight-stories-title, .rate-display-title{
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  text-transform: inherit;
  text-align: center;
}

.rate-display-title {
  margin-bottom: 35px;
}

.spotlight-stories-shell{
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 28px;
  width: 100%;
  justify-content: center;
}
.spotlight-stories-blog{
  width: 23%;
  background-color: #fff;
  border-radius: 9px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 14px 28px -4px, rgba(0, 0, 0, 0.3) 0px 8px 18px -8px;
}
.spotlight-stories-blog-image{
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  width: 100%;
}
.spotlight-stories-blog-image img{
  border-radius: 9px;
  object-fit: contain;
  height: 313px;
  width: 100%;
}
.spotlight-stories-blog-image:hover img{
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.blog-meta2{
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #282D4Fe0;
  text-align: center;
  padding: 9px;
  border-radius: 9px;
}
.blog-meta2 span{
  display: block;
  color: #fff;
}

.date{
  font-size: 12px;
  font-weight: 400;
  line-height:  20px;
}
.spotlight-stories-blog-content{
  padding: 14px 18px;
  border-radius: 9px;
}

.ssb-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.blog-meta-user-com{
  padding: 9px;
  display: flex;
  gap: 14px;
  text-align: center;
  justify-content: start;
  align-items: center;
  background-color: var(--color);
  border-radius: 9px;
  color: #fff;
}
.blog-meta-user-com svg{
  width: 28px;
  height: 28px;
  stroke: #fff;
  fill: #fff;
}
.user{
  font-size: 12px;
}
.spotlight-stories-blog-title{
  font-size: 16px;
  text-transform: inherit;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-bottom: 14px;
}
.spotlight-stories-blog-title:hover{
  color: var(--shade);
}
.spotlight-stories-blog-text{
  font-size:  16px;
}
.ssb-btn {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.some-data-numbers {
  padding: 60px 0;
  background-color: #282D4F70;
}

.some-data-title {
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  text-transform: inherit;
  text-align: center;
  color: #fff;
}

.some-data-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: center;
}

.some-data-text {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.some-data-list{
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  gap: 35px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;    
}

.some-data-list-main {
  width: 24%;
}

.some-data-list-item{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.media-icon-first{
  position: relative;
}

.media-icon-first img{
  animation-name: spin;
  animation-duration: 12000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  100% {
      transform: rotate(360deg);
}
}

.icon-second svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
}

.some-data-content{
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}

.some-data-content p{
  font-size: 20px;
}

.our-key-benefits{
  overflow-x: hidden;
  position: relative;
  padding: 60px 0;
}

.our-key-benefits-title{
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.our-key-benefits-main{
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.our-key-benefits-wrapper{
  width: 95%;
  margin: auto;
  align-items: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
}
.our-key-benefits-accordion-item{
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  padding: 28px;
  background-color: #00ADB5d2;
  width: 100%;
}
.our-key-benefits-text{
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  width: calc(100% - 70px);
}
.image-hover{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.background-image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.our-key-benefits-left{
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background-color: #116DAE;
  text-align: center;
  color: #fbf8f8;
  border-radius: 100%;
  font-size: 21px;
  font-weight: 600;
}
.our-key-benefits-wrapper:hover .image-hover, 
.our-key-benefits-wrapper:hover .our-key-benefits-accordion-item{
  visibility: visible;
  opacity: 0.9;
  z-index: 1;
  color: #fff;
}

.our-key-benefits-wrapper:hover .our-key-benefits-accordion-item {
  background-color: #000000c2;
}

.bene-circle1 {
  top: -300px;
  left: -10%;
}

.bene-circle2 {
  top: -350px;
  left: 7%;
}

.okb-part {
  width: 100%;
  position: relative;
  z-index: 1;
}

.trusted-collaborators{
  background-color: var(--color);
  padding: 60px 0;
}

.trusted-collaborators-child{
  display: flex;
  flex-direction: row-reverse;
  gap: 28px;
  margin: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.trusted-collaborators-child-image {
  width: 20%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid #ffffff6b;
  border-radius: 9px;
}
.trusted-collaborators-child-image img{
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 9px;
  opacity: 0.46;
}
.trusted-collaborators-child-image:nth-child(1) img{
  opacity: 1;
  transform: scale(1);
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
  transform: scale(0.95);
}
70% {
  transform: scale(1);
}
  100% {
  transform: scale(0.95);
  }
}
.trusted-collaborators-child-image img:hover {
  opacity:1;
  transform: scale(1);
animation: pulse 2s infinite;
}

.rate-display-section {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.rate-display-list {
  display: flex;
  flex-direction: row-reverse;
  gap: 35px;
  align-items: baseline;
  justify-content: center;
}

.rate-display-item {
  border-radius: 10px;
  width: 30%;
  border: 1px solid #cecece;
  padding: 14px;
  background-color: #fffcfa;
}

.rdi-pic {
  position: relative;
  top: 34px;
  display: flex;
  align-items: center;
  min-height: 87px;
  width: 87px;
  justify-content: center;
  border: 4px solid #fff;
  background-color: var(--color);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.rdi-pic svg {
  width: 62px;
  height: 62px;
  fill: #fff;
  stroke: #fff;
  color: #fff;
}

.rdi-heder {
  border-radius: 10px;
  padding: 27px 27px 15px;
  position: relative;
  background-color: var(--shade);
  transition: all 0.3s ease-in-out;
  background-image: url(uploads/2025-06/bg-overlay_3bIL0.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: -28px;
}

.rdi-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 14px;
}

.rdi-price {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.rdi-service {
  padding: 35px 14px 25px;
}

.rdi-service-list {
  list-style: none;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rdi-service-item::before {
  content: "\01F5F9";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: var(--color);
  font-size: 20px;
}

.rdi-service-item {
  padding-left: 28px;
  position: relative;
  color: #000;
  font-weight: 600;
}

.rate-display-item:hover .rdi-heder {
  background-color: var(--color);
}

.rate-display-item:hover .rdi-pic {
  background-color: var(--shade);
  transition: all 0.3s ease-in-out;
}

.tailpiece-area-bg {
  padding: 60px 35px;
  background-color: var(--shade);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tailpiece-area-row {
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}

.tailpiece-area-col {
  width: 32%;
}

.tac-logo {
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
  margin-bottom: 18px;
}

.tac-logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.tac-logo h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.tac-txt {
  font-size: 16px;
  font-style: italic;
  color: #fff;
  margin-bottom: 18px;
}

.tac-whatsapp {
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
  border: 1px solid var(--color);
  border-radius: 10px;
  padding: 9px;
  background-color: #f0f8ff5c;
  color: #fff;
}

.tac-whatsapp svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.tac-whatsapp a{
  color: #fff !important;
}

.tac-whatsapp {
  font-size: 20px;
  font-weight: 600;
  color: var(--color);
}

.title-shell-line, .title-shell-slmalline {
  opacity: 1;
  max-width: 200px;
  height: 8px;
  position: relative;
  margin: 9px auto 35px;
  overflow: hidden;
}

.title-shell-line::before, .title-shell-slmalline::before {
  content: "";
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--shade);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.title-shell-line::after, .title-shell-slmalline::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  width: 60px;
  transform: translateY(-50%);
  height: 8px;
  border-radius: 10px;
  background-color: var(--color);
  animation: sectionLine 5s linear infinite;
}

@keyframes sectionLine{
  0%{
      left: -60px;
  }
  100%{
      left: 100%;
  }
}

.title-shell-slmalline {
  max-width: 50%;
  height: 4px;
  margin: 9px auto 28px;
}

.title-shell-slmalline::before {
  height: 3px;
  background-color: #fff;
}

.title-shell-slmalline::after {
  height: 4px;
  width: 20px;
}

.tac-title {
  color: #fff;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.tac-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.tac-nav-item {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}

.tac-nav-item:hover {
  color: var(--color);
  border-bottom: 1px solid #fff;
}

.tac-gallery {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}

.tac-gallery img {
  width: 40%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.gall-col {
  display: block;
}

.tailpiece-area-speslink {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}

.tailpiece-area-row:nth-child(2) {
  padding: 18px 0 0;
  border-top: 2px solid #fff;
}

.tailpiece-area-copytxt {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.tailpiece-area-speslink .tac-nav-item {
  font-size: 16px;
}

.our-key-benefits-rform {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: center;
}

.okb-form-part {
  width: 100%;
  position: relative;
  z-index: 0;
}

.okb-form-part img {
  position: absolute;
  right: -20%;
  bottom: 50px;
  width: 30%;
  height: auto;
  object-fit: contain;
  z-index: -1;
}

.okb-form-wrapper {
    background: #282D4F7a;
    padding: 27px 28px;
    border-radius: 9px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 80%;
    text-align: center;
    box-sizing: border-box;
margin: 0 auto;
}

.okb-form-wrapper h2 {
    margin-bottom: 18px;
    font-size: 20px;
    color: #fff;
}

.okb-forn-body {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.okb-forn-body label {
    display: block;
    margin-bottom: 9px;
    font-weight: 600;
    color: #ccc;
}

.input-control_section_group, .textarea-control_section_group {
    margin-bottom: 14px;
    margin-top: 14px;
    width: 100%;
    padding: 14px;
    border: 1px solid #555;
    border-radius: 4px;
    background: #333;
    color: #ccc;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.input-control_section_group:focus, .textarea-control_section_group:focus {
    border-color: var(--color);
    outline: none;
}

.okb-form-check, .contact-form-checker {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.okb-form-check label, .contact-form-checker {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.okb-form-check input, .contact-form-checker {
  width: 14px;
  height: 14px;
}

.okb-form-btn {
  display: flex;
  justify-content: center;
}

.chief-section-article {
  padding: 60px 0;
}

.cda-title-bg, .csa-title-bg {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.40948879551820727) 5%, #282D4Fc2  80%);
}

.cda-title-opac, .csa-title-opas {
  background-image: url(uploads/2025-06/bg-overlay_3bIL1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px;
  position: relative;
  border-radius: 10px;
}

.cda-title, .csa-title {
 font-size: 35px;
 font-weight: 600;
 margin: 0;
 text-align: center;
 color: #fff;
}

.cda-price, .csa-info {
  position: absolute;
  right: 35px;
  bottom: -50px;
  width: fit-content;
  padding: 18px;
  border-radius: 100px;
  color: var(--color);
  font-size: 33px;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(255,255,255, 1) 60%, #550A46 150%);
}

.csa-info {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  bottom: -50px;
}

.csa-info-item {
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.csa-info-item svg {
  width: 28px;
  height: 28px;
  fill: var(--color);
}

.cda-content, .csa-content {
  padding-top: 60px;
  padding-bottom: 35px;
}

.cda-img, .csa-img {
  float: left;
  width: 50%;
  height: 500px;
  margin: 0 18px 18px;
}

.cda-img img, .csa-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cda-txt, .csa-txt {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 18px;
}

.our-mission{
  padding: 60px 0;
}

.our-mission-title{
  margin-bottom: 18px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.our-mission-wrapper{
  display: flex;
  flex-direction:  column;
  gap: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.our-mission-content-images1, .our-mission-content-images2 {
  display: flex;
  flex-direction: row-reverse;
  gap: 35px;
  align-items: center;
}

.our-mission-text{
  font-size: 16px;
  line-height: 1.4;
  width: 55%;
}

.our-mission-content-list{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
}

.our-mission-box{
  position: relative;
  z-index: 2;
  top: 18px;
  left: 18px;
  background-color: var(--color);
  padding: 14px;
  border-radius: 9px;
}

.our-mission-box-title{
  color: #fdfbfb;
  margin: 0;
  font-size: 35px;
}

.box-text{
  color: #fffdfd;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.our-mission-pic{
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
}

.our-mission-pic:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.our-mission-pic:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
.our-mission-pic:after, .our-mission-pic:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  transform: rotate(5deg);
}
.our-mission-pic:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}

.our-mission-pic:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}

.our-mission-pic img{
  border-radius: 10px;
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.our-mission-about {
  font-size: 16px;
  line-height: 1.4;
}

.have-any-questions {
  padding: 60px 0;
}

.have-any-questions-container {
  margin-bottom: 60px;
  padding: 35px;
  border-radius: 10px;
  background-color: #00ADB580;
}

.have-any-questions-title {
  margin-bottom: 28px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.haq-subtitle-text {
  font-size: 20px;
}

.have-any-questions-contactform{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.contact-form{
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  align-items: center;
}

.contact-form-input{
  height: 60px;
  padding: 0 28px 0 25px;
  border: 1px solid transparent;
  color: #282D4F50;
  background-color: #fff;
  border-radius: 9px;
  font-size: 12px;
  width: 45%;
}

.contact-form textarea{
  height: 60px;
  padding: 18px 28px 0 28px;
  border: 1px solid transparent;
  color: #282D4F50;
  background-color: #fff;
  border-radius: 9px;
  font-size: 12px;
  width: 45%;
}

.contact-form-checker {
  width: 45%;
}


.bottom-contact-box {
  position: relative;
  background-color: var(--shade);
  padding: 60px;
  border-radius: 9px;
  display: flex;
  flex-direction: row-reverse;
  gap: 14px;
  width: 100%;
}

.bottom-contact-list{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 35%;
  border: 1px solid #ECF5FB;
  padding: 14px;
  border-radius: 9px;
}
.bottom-contact-list-items{
  display: flex;
  word-break: break-all;
  gap: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-contact-list-items a {
  word-break: break-all;
}
.bottom-icon{
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-icon svg{
  width: 40px;
  height: 40px;
}
.bottom-contact-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}
.bottom-contact-content p{
  color: #fff;
  font-size: 12px;
}
.bottom-contact-content a{
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  word-break: break-all;
}
.bottom-text{
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.positive-feedback {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(90deg, rgba(29,26,26,0.60) 12%, rgba(29,26,26,0.80) 54%, rgba(14,14,14,0.70) 100%),url(uploads/2025-06/bg_q701.webp);
}

.positive-feedback-title{
  margin: 0;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.positive-feedback-shell{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 28px;
  width: 100%;
}
.positive-feedback-body{
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  width: 48%;
  justify-content: space-between;
  gap: 9px;
}

.positive-feedback-image{
  display: flex;
  width: 100%;
  max-width: 40%;
  position: relative;
}
.positive-feedback-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedback-quote{
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  border-radius: 0px 0px 0px 9px;
}
.feedback-quote svg{
  fill: white;
  width: 40px;
  height: 40px;
  margin-top: 9px;
}
.positive-feedback-content{
  padding: 14px 14px 14px 9px;
  width: 59%;
}
.positive-feedback-text{
  margin: 0 0 18px 0;
  color: var(--shade);
  line-height: 21px;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
}
.positive-feedback-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--color);
  text-align: center;
}
.positive-feedback-raiting {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  font-size: 20px;
  font-weight: 600;
  color: var(--shade);
}
.positive-feedback-raiting svg{
  fill: yellow;
  width: 20px;
}

.privacy-terms-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #00000007;
}

.privacy-terms-page {
  word-break: break-all;
  padding-left: 25px;
  font-size: 16px;
  line-height: 20px;
}

.privacy-terms-title {
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 35px;
  text-align: center;
}









.button-1 {
  padding: 14px;
  border: 1px solid #2c2c2c;
  background-color: #1a1a1a;
  color: #ffffff;
  cursor: pointer;
  border-radius: 32px;
  transition: all 0.4s ease;
  outline: none;
  position: relative;
  overflow: hidden;
}

.button-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: scale(0);
  transition: transform 0.4s ease;
}

.button-1:hover::after {
  transform: scale(4);
}

.button-1:hover {
  border-color: #666666;
  background: #292929;
}


.button-2 {
  cursor: pointer;
  display: flex;
  gap: 14px;
  border: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  backdrop-filter: blur(31px);
  border-radius: 100px;
  font-weight: 700;
  place-content: center;
  padding: 14px 18px;
  font-size: 16px;
  background-color: rgba(22, 22, 22, 0.28);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.04),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: #fff;
}

.button-2:hover {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(252, 232, 3, 0.08);
  color: #fce803;
  transform: translate(0, -0.25rem);
  background-color: rgba(255, 255, 255, 0.16);
}

.button-3 {
  font-size: 12px;
  padding: 9px 14px;
  border-radius: 10px;
  cursor: pointer;
  background-image: linear-gradient(#268bff, hsl(252, 82%, 57%));
  transition: all 0.3s ease;
  color: #fff;
  font-weight: 600;
}

.button-3:hover {
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
  letter-spacing: 2px;
}

.button-3:active {
  transform: translateY(4px);
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 rgba(5, 186, 218, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(218, 103, 68, 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(218, 103, 68, 0%);
  }
}

.button-4 {
  position: relative;
  z-index: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 300px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  text-indent: 60px;
  transition: 300ms;
  font-weight: 400;
  font-size: 12px;
  border: none;
  background: transparent;
}

.button-4::before {
  content: "";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: #282936;
  z-index: -1;
}

.button-4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 400ms;
}

.button-4:hover {
  text-indent: 15px;
  color: white;
  font-weight: 600;
}
.button-4:active {
  scale: 0.95;
}

.button-4:hover::before {
  width: 100%;
}

.button-4:hover::after {
  left: calc(100% - 25px);
}

.button-5 {
    text-decoration: none;
    color: #fff;
    background: #232621;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    padding: 14px;
    border-radius: 10px 10px;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1;
} 
.button-5:hover{
    background: #fff;
    color: #232621;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.button-5:before{
    content: "";
    background: #fff;
    transform: skewX(-45deg) scale(0, 1);
    position: absolute;
    top: 0;
    left: -20%;
    bottom: 0;
    right: -20%;
    transition: all 0.5s;
    z-index: -1;
}
.button-5:hover:before{
    transform: skewX(-45deg) scale(1, 1);
}



@media (max-width: 1200px) {

  .mainbox-frame {
    max-width: 1140px;
  }

  .okb-form-part img {
    display: none;
  }

  .ahb-title {
    width: 85%;
  }

  .ahnw-cont-item a, .ahnw-slogan h4 {
    font-size: 12px;
  }

  .our-accomplishments-text {
    font-size: 11px;
  }

  .spotlight-stories-shell {
    flex-direction: row !important;
  } 

  .spotlight-stories-blog {
    flex-direction: column !important;
    width: 43%;
  }

  .cda-txt, .csa-txt {
    padding-left: 28px;
  }

}

@media (max-width: 992px) {
 
  .mainbox-frame {
    max-width: 960px;
  }

  .rate-display-list {
    flex-direction: column;
  }

  .rate-display-item {
    width: 100%;
  }

  .rdi-heder {
    margin-right: -20px;
  }

  .okb-form-wrapper {
    max-width: 100%;
  }

  .bene-circle2 {
    top: 20px;
  }

  .trusted-collaborators-child {
    flex-wrap: wrap;
    gap: 18px;
  }

  .trusted-collaborators-child-image {
    width: 30%;
  }

  .some-data-content p {
    font-size: 16px;
  }

  .cda-price, .csa-info {
    font-size: 21px;
  }

  .our-accomplishments-shell {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3% 3%;
  }

  .our-accomplishments-body {
    width: 43%;
    margin-bottom: 18px;
  }

 .ahnw-cont-item {
  display: none;
 }

 .our-key-benefits-rform {
  flex-direction: column;
 }

 .tailpiece-area-copytxt, .tailpiece-area-speslink .tac-nav-item {
  font-size: 12px;
 }

 .trending-items-shell {
  flex-wrap: wrap;

 }

 .trending-items-body {
  width: 43%;
 }

 .positive-feedback-shell {
  flex-direction: column;
}
 
.positive-feedback-image {
  width: 30% !important;
}

.positive-feedback-content {
  width: 65%;
}

.feedback-quote {
  width: 40px;
  height: 40px;
}

.feedback-quote svg {
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

.bottom-contact-box {
  padding: 30px;
}

}

@media(max-width: 767px)  {

  .mainbox-frame {
    max-width: 720px;
  }

  .some-data-list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .some-data-list-main {
    width: 43%;
  }

  .positive-feedback-raiting, .positive-feedback-name {
    font-size: 14px;
  }

  .positive-feedback-text {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .our-mission-content-images1, .our-mission-content-images2, .our-mission-wrapper {
    flex-direction: column;
  }

  .our-mission-content-list, .our-mission-text {
    width: 100%;
  }

  .box-text, .our-mission-box-title {
    font-size: 16px;
  }
  
}

@media(max-width: 576px) {
  .cda-img, .csa-img {
    height: auto;
  }

 .mainbox-frame {
    max-width: 540px;
  }

  .positive-feedback-image {
    width: 40% !important;
  }

  .positive-feedback-content {
    width: 59%;
  }

  .feedback-quote {
    display: none;
  }

  .positive-feedback-image img {
    margin-right: 4px;
    margin-left: 4px;
  }

  .csa-info-item svg {
    width: 20px;
    height: 20px;
  }

  .csa-info-item {
    font-size: 12px;
  }

  .positive-feedback-raiting, .positive-feedback-name {
    font-size: 12px;
  }

  .apex-header-banner, .our-key-benefits {
    overflow: hidden;
  }

  .tailpiece-area-col {
    width: 43%;
  }

  .gall-col {
    display: none;
  }

  .tailpiece-area-row, .ahnw-navi, .tailpiece-area-speslink {
    flex-direction: column;
  }

  .ahnw-navi-item, .ahnw-navi-downmenu-btn {
    font-size: 12px;
  }

  .spotlight-stories-title, .ahb-title, .our-accomplishments-title, .our-key-benefits-title, .rate-display-title, .some-data-title, .cda-title, .csa-title, .trending-items-title {
    font-size: 21px;
  }

  .spotlight-stories-blog, .our-accomplishments-body, .trending-items-body, .our-key-benefits-wrapper, .tailpiece-area-col {
    width: 100%;
  }

  .cda-img, .csa-img {
    float: none;
  }

  .bene-circle1 {
    top: -150px;
    left: -30%;
}

.bene-circle2 {
  top: 200px;
  left: -20%;
}

.our-key-benefits-text {
  font-size: 12px;
}

.okb-form-wrapper h2 {
  font-size: 16px;
}

.trusted-collaborators-child-image {
  width: 43%;
}

.ahnw-navi-downmenu-list {
  left: -50px;
}

.bottom-contact-box {
  flex-direction: column;
}

.bottom-contact-list {
  width: 100%;
}
.positive-feedback-body {
  width: 100%;
}
.contact-form-input {
  width: 80%;
}
.contact-form textarea {
  width: 80%;
}
.contact-form-checker {
  width: 80%;
}
.form-check-label {
  margin: 20px 0;
}

}


.ourPaddAbout{
  margin: 50px 0;
}

.maps iframe{
  border: 0;
}