/* Global CSS */
.text-center {
  text-align: center;
}

.small-fnt {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #090b19;
  font-weight: 600;
}

.left-image-sec h2.large-heading {
  margin-bottom: 8px;
}

.container-boxed {
  max-width: 1500px;
  margin: 0 auto;
}

.text-center .large-heading {
  max-width: 80%;
  margin: 0 auto 22px;
}

.quote-heading,
.large-heading,
.sub-heading {
  margin-bottom: 20px;
  font-primary: 'Poppins', sans-serif;
}

.quote-heading {
  font-weight: 400;
  color: #6e7488;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 20px;
}

.large-heading {
  color: #090B19;
  font-weight: 600;
  font-size: 52px;
  line-height: 55.2px;
  letter-spacing: -1.44px;
}

.sub-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.6px;
}

/*  */

.faq-sec .container-boxed {
  max-width: 55% !important;
  margin: 0 auto;
}

section.sub-section,
section.home-services,
section.info-banner,
section.tab-section,
section.why-choose,
section.work-action,
#content .ast-container:has(.bleed-container),
section.our-approach,
section.home-testimonials,
section.recent-posts,
.global-margin {
  margin-top: 90px;
}


div#ast-desktop-header {
  margin: 0 auto;
}

.ast-mobile-popup-drawer .ast-mobile-popup-overlay {
  backdrop-filter: blur(10px);
}

.ast-mobile-popup-inner .children.sub-menu a.menu-link {
  line-height: 20px;
}

/* Custom CSS for header and hero banner */

/* Header styles */
.custom-header {
  background-color: white;
  border-bottom: 1px solid #ddd;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 60px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.custom-header .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-header .site-title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.5px;
}

.custom-header .custom-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

.custom-header .custom-nav ul li a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.5px;
  transition: color 0.3s ease;
}

.custom-header .custom-nav ul li a:hover {
  color: #555;
}

.ast-mobile-popup-inner {
  background-color: #070707 !important;
  border-left: 1px solid #ffffff;
}

/* .main-header-menu>.menu-item>.menu-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 2px 20px !important;
  background-color: #070707 !important;
  color: #ffffff !important;
} */
.ast-mobile-popup-drawer.active .menu-toggle-close {
  color: #ffffff !important;
}

.main-header-menu>.menu-item.current-menu-item>.menu-link,
.main-header-menu>.menu-item>.menu-link:hover {
  color: #ffffff !important;
  padding: 9px 17px;
  margin-right: 5px;
  background-color: #ffffff3d !important;
  border-radius: 3px;
  backdrop-filter: blur(10px);
}

.main-header-menu>.menu-item>.menu-link {
  padding: 9px 15px !important;
  margin-right: 5px !important;
}



.ast-builder-menu-mobile .main-navigation .main-header-menu {
  background-color: #070707;
}

/* Homepage */
.ast-container.home-page {
  flex-direction: column;
}

/* Hero banner styles */
#content .ast-container:has(.hero-banner) {
  position: relative;
  background-image: url('http://192.168.75.205/Staging/csi/wp-content/uploads/2025/07/home-hero-banner.webp');
  background-size: cover;
  background-position: center;
}

.page-id-16 #content .ast-container:has(.hero-banner) {
  background-image: url('http://192.168.75.205/Staging/csi/wp-content/uploads/2025/07/service-bg.webp');
}

.service-details {
  background-image: url('http://192.168.75.205/Staging/csi/wp-content/uploads/2025/07/table-bg.webp');
  background-size: contain;
}

.hero-banner {
  max-width: 1500px !important;
  width: 100%;
  margin: auto;
  margin-top: 100px;
  height: 600px;
  color: white;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
}

@media (max-width: 921px) {
  .hero-banner {
    margin-top: 0;
  }
}

#content .ast-container:has(.hero-banner)>.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-banner .small-text {
  /* background-color: #a59e2a; */
  /* background: linear-gradient(to bottom, #C5B04B, #98831D, #C5B04B); */
  background: linear-gradient(to right, #BA9A00 0%, #98831D 50%, #98831D 50%, #BA9A01 100%);
  color: #ffffff;
  padding: 5px 15px;
  font-size: 12px;
  letter-spacing: 1.5px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.hero-banner h1 {
  /* font-size: 48px;
  margin: 0 0 20px 0;
  line-height: 1.1;
  color: #ffffff; */
  font-family: Poppins;
  font-weight: 600;
  font-size: 78px;
  line-height: 83.6px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-banner h1+p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.6px;
  letter-spacing: 0;
  vertical-align: middle;
}

/* .hero-banner .btn-quote {
  background-color: #fff200;
  color: black;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
} */

.hero-banner .btn-quote {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #070707;
  background-color: #FCF506;
  padding: 20px 40px;
  border-radius: 50px;
  display: inline-block;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

/* .hero-banner .btn-quote:hover {
  background-color: #d4d400;
} */

.hero-banner {
  position: relative;
}

.hero-featured-content {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
}

.hero-featured-content>div:first-child {
  margin: 0;
  background-color: #f3f6fc;
  height: 100%;
  width: fit-content;
  padding: 35px 12px;
}

.hero-featured-content>div:first-child>p {
  margin: 0;
  font-weight: 400;
  color: #6e7488
}

.hero-featured-content>div:first-child>p span {
  transform: rotate(-90deg);
  display: inline-block;
}

.hero-featured-content>div:nth-child(2) {
  background-color: #ffffff;
  padding: 22px 35px;
}

.hero-featured-content>div:nth-child(2)>p {
  margin: 0;
  color: #090b19;
  font-weight: 400
}

.hero-featured-content>div:nth-child(2)>strong {
  color: #090b19
}

/* Homepage - Sub Section --start */
.home-page .sub-section {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin: 100px 0 50px; */
}

.home-page .sub-section>div:first-child {
  width: 60%;
}

.home-page .sub-section>div:nth-child(2) {
  width: 40%;
}

.home-page .sub-section>div:first-child>h2 {
  font-size: 52px;
  margin-bottom: 30px;
}

.home-page .sub-section>div:first-child>p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #6E7488;
}

.home-page .sub-section>div:first-child>p:last-of-type {
  font-weight: 500;
  font-size: 18px;
  line-height: 25.6px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #070707;
}

/* Homepage - Sub Section --end */

/* Homepage - Services --start */
.home-services-header {
  margin-bottom: 40px;
}

.home-services .home-services-header span {
  font-weight: 400;
  color: #6e7488;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
  margin: 0 auto 20px;
  width: fit-content;
}

.home-services .home-services-header h2 {
  text-align: center;
  margin-bottom: 20px;
}

.home-services .home-services-header p {
  text-align: center;
  width: 60%;
  margin: auto;
  color: #6E7488;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

/* .home-services .home-services-header div {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

.home-services-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.home-services-content .services-card {
  padding: 40px;
  cursor: default;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.home-services-content .services-card:first-child,
.home-services-content .services-card:nth-child(2) {
  border: 1px solid #F3F6FC;
  border-bottom: none;
}

.home-services-content .services-card:nth-child(3),
.home-services-content .services-card:nth-child(4),
.home-services-content .services-card:nth-child(5) {
  border: 1px solid #F3F6FC;
  border-bottom: none;
}

.home-services-content .services-card:nth-child(6),
.home-services-content .services-card:nth-child(7) {
  border: 1px solid #F3F6FC;
}

.home-services-content .services-card:nth-child(1) {
  border-right: none;
}

.home-services-content .services-card:nth-child(2) {
  border-left: none;
}

.home-services-content .services-card:nth-child(3) {
  border-right: none;
}

.home-services-content .services-card:nth-child(4) {
  border-left: none;
  border-right: none;
}

.home-services-content .services-card:nth-child(5) {
  border-left: none;
}

.home-services-content .services-card:nth-child(6) {
  border-right: none;
}

.home-services-content .services-card:nth-child(7) {
  border-left: none;
}

.home-services-content .services-card:first-child {
  grid-column: 1/3;
}

.home-services-content .services-card:last-child {
  grid-column: -3/-1;
}

.home-services-content .services-card:hover {
  box-shadow: 0 0 100px 0px rgba(0, 0, 0, 15%);
  transition: 0.2 ease-in-out;
}

.home-services-content .services-card>img {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}

.home-services-content .services-card h3 {
  font-weight: 700;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 15px;
  color: #090B19;
}

.home-services-content .services-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #6E7488;
}

/* Homepage - Services --end */
/* Homepage - Info Banner --start */
#content .ast-container:has(.bleed-container.info-banner) {
  padding: 0;
}

/* #content .ast-container:has(.bleed-container.info-banner) {
  background-image: url('http://192.168.75.205/Staging/csi/wp-content/uploads/2025/06/home-info-banner-background-cover.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} */

/* .info-banner {
  max-width: 1500px !important;
  width: 100%;
  margin: 90px auto;
  box-sizing: border-box;
  padding: 0 20px;
} */

.info-banner {
  /* max-width: 1500px !important; */
  width: 100%;
  /* margin: 90px auto; */
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  padding: 100px;
}

.info-banner>div.content {
  max-width: 580px !important;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  color: #fff;
}

video#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(http://192.168.75.205/Staging/csi/wp-content/uploads/2025/07/home-video-background.webp);
  z-index: 2;
  background-size: cover;
  background-position: center;
}

/* .play-btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
} */

#play-btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  opacity: 1;
  border-radius: 100px;
  border-width: 1px;
  background-color: #1456AD;
  border: 1px solid #ffffff;
}

#play-btn svg {
  margin-left: 5px;
}

/* .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('http://192.168.75.205/Staging/csi/wp-content/uploads/2025/07/home-video-background.webp');
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}

.video-container.hide-bg {
  background-image: none;
} */

.info-banner>div .info-sub-head {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 60px;
}

.info-banner>div .info-sub-head:last-of-type {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
  padding-left: 30px;
}

.info-banner>div h2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 55px;
  letter-spacing: -1.44px;
  vertical-align: middle;
  color: #ffffff;

}

.info-sub-head.cl-border::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  left: 0px;
  background-color: #fff;
}


.home-page .tab-section {
  text-align: center;
  /* margin: 100px 0 50px; */
}

.home-page .tab-panels {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.home-page .tab-panel {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.home-page .tab-panel.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.home-page #panel-renovation {
  background-image: url("http://192.168.75.205/Staging/csi/wp-content/uploads/2025/06/home-tab-section-background-1.jpg");
}

.home-page #panel-addition {
  background-image: url("http://192.168.75.205/Staging/csi/wp-content/uploads/2025/06/home-tab-section-background-1.jpg");
}

.home-page #panel-commercial {
  background-image: url("http://192.168.75.205/Staging/csi/wp-content/uploads/2025/06/home-tab-section-background-1.jpg");
}

.home-page .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-page .subheading {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.home-page .heading {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 48px;
  line-height: 55.2px;
  letter-spacing: -1.5px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

.home-page .cta-btn {
  padding: 18px 30px;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.home-page .cta-btn:hover {
  background: white;
  color: black;
}

.home-page .tabs {
  display: flex;
  justify-content: center;
  padding: 0 60px;
}

.home-page .tab {
  flex: 1;
  padding: 40px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #F3F6FC;
}

.home-page .tab:hover,
.home-page .tab.active {
  background: #1456AD;
  color: white;
}


/* Homepage - Info Banner --end */


/* Homepage - Why Choose --start */

section.why-choose {
  /* margin: 50px auto; */
}

section.why-choose>div>p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #090B19;
}

section.why-choose>div>h2 {
  color: #090B19;
  font-family: Poppins;
  font-weight: 600;
  font-size: 52px;
  line-height: 55.2px;
  letter-spacing: -1.44px;
  text-align: center;
  vertical-align: middle;
  text-wrap: balance;
  padding: 0 300px;
  margin-bottom: 50px;
}

.why-choose-card {
  width: calc(33% - 10px);
  text-align: center;
  padding: 30px 70px;
  background-color: #F3F6FC;
  border-radius: 10px;
}

.why-choose-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.why-choose-card>p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #090B19;
  margin: 0;
}

.why-choose-card>img {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  margin: 0 auto 18px;
}

/* Homepage - Why Choose --end */

/* Homepage - Work Action --start */

section.work-action {
  /* margin: 50px 0; */
}

section.work-action>div>p {
  color: #090B19;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 15px;
}

section.work-action>div>h2 {
  color: #090B19;
  font-weight: 600;
  font-size: 52px;
  line-height: 55.2px;
  letter-spacing: -1.44px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 50px;
}

.work-action-card:nth-child(even)>.work-action-card-content {
  margin-bottom: 60px;
}

.work-action-card:nth-child(odd)>.work-action-card-content {
  margin-top: 60px;
}

.work-action-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 80px;
}

.work-action-card-content {
  height: 465px;
  position: relative;
  overflow: hidden;
}

.work-action-card-content>img.work-action-bg-img {
  position: absolute;
  height: 100%;
  width: auto;
  object-fit: cover;
  transform: scale(1.1);
}

.work-action-card-content>*:not(img) {
  z-index: 9;
  position: relative;
  display: block;
}

.work-action-card-content p.work-action-location {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding-top: 40px;
  color: #ffffff;
}

.work-action-card-content p.work-action-location {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding-top: 40px;
  color: #ffffff;
}

.work-action-card-content h3.work-action-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.72px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

.work-action-card-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 30%);
  z-index: 1;
}

.work-action-card-content p.work-ction-date {
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  vertical-align: middle;
  text-transform: uppercase;
}


/* Homepage - Work Action --end */


/* Homepage - Benefit Insulation --start */

.home-page:has(section.benefit-insulation.bleed-container) {
  background-color: #1456AD;
  /* margin: 50px 0; */
}

section.benefit-insulation.bleed-container {
  width: 100%;
  max-width: 1500px !important;
  margin: 100px auto;
  box-sizing: border-box;
}

section.benefit-insulation.bleed-container>div>p {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 15px;
}

section.benefit-insulation.bleed-container>div>h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 52px;
  line-height: 55.2px;
  letter-spacing: -1.44px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 50px;
}

.benefit-insulation-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.benefit-insulation-card {
  text-align: center;
  color: #ffffff;
  padding: 0 40px 40px;
  border-left: 1px solid #FFFFFF1A;
  border-right: 1px solid #FFFFFF1A;
  cursor: pointer;
}

.benefit-insulation-content {
  padding: 30px;
  background-color: #FFFFFF1A;
  height: 100%;
  width: 100%;
}

.benefit-insulation-content:hover {
  background-color: transparent;
}

.benefit-insulation-card:nth-child(2),
.benefit-insulation-card:nth-child(5) {
  border: none;
}

.benefit-insulation-card .benefit-insulation-content h3.benefit-insulation-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.72px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}

.benefit-insulation-card .benefit-insulation-content p.benefit-insulation-info {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

.benefit-insulation-img {
  position: relative;
  margin-bottom: 30px;
}

.benefit-insulation-img::before {
  content: '';
  display: inline-block;
  width: 82px;
  height: 82px;
  background-color: #fff;
  border-radius: 50%;
}

.benefit-insulation-img>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  padding-bottom: 6px;
}

/* Homepage - Benefit Insulation --end */

/* Homepage - Our Approach --start */

section.our-approach {
  /* margin: 50px 0; */
}

section.our-approach>div>p {
  color: #070707;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

section.our-approach>div>h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  text-wrap: balance;
  padding: 0 300px;
  margin-bottom: 50px;
}

.our-approach-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.our-approach-card>img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.our-approach-card:first-child>img {
  object-position: center 65%;
}

.our-approach-card:nth-child(2)>img {
  object-position: center bottom;
}

.our-approach-content {
  padding: 40px;
}

h3.our-approach-title {
  color: #070707;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-wrap: balance;
  padding: 0 10px;
  margin-bottom: 20px;
}



p.our-approach-info {
  color: #626262;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

/* Homepage - Our Approach --end */

/* Homepage - Home Testimonials --start */


section.home-testimonials {
  /* margin: 0 0 50px; */
}

section.home-testimonials>div {
  display: flex;
}

.home-testimonials-banner {
  width: 35%;
  height: 550px;
  position: relative;
}

.home-testimonials-header {
  width: 28%;
  padding: 70px 50px;
  position: relative;
}

.home-testimonial-content {
  width: 37%;
  padding: 40px;
}


.home-testimonials-header>p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home-testimonials-header>h2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 55.2px;
  letter-spacing: -1.44px;
  vertical-align: middle;
}

.home-testimonials-control {
  position: absolute;
  bottom: 40px;
  display: flex;
  gap: 20px;
}

.home-testimonials-control>buttons.control-left,
.home-testimonials-control>buttons.control-right {
  cursor: pointer;
}

.home-testimonials-banner>img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: right center;
}

.home-testimonials-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0000004D;
}

.home-testimonial-card {
  padding: 10px;
  position: relative;
}

.home-testimonial-card>h2,
.home-testimonial-card>h2 a {
  font-weight: 600;
  font-size: 28px;
  line-height: 55.2px;
  letter-spacing: -1.44px;
  vertical-align: middle;
  color: #070707;
  margin-bottom: 30px;
}

.home-testimonial-card .testimonial-content p {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

p.testimonial-location {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #070707;
  position: absolute;
  bottom: 0;
}

.home-testimonial-content .slick-list {
  height: unset !important;
  min-height: 500px;
}

.home-testimonial-content .slick-list .slick-track,
.home-testimonial-content .slick-list .slick-track .home-testimonial-card {
  min-height: 500px;
}




.home-testimonials-header::before {
  content: '';
  position: absolute;
  right: 30px;
  height: 100%;
  width: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0000001F;
}

/* Homepage - Home Testimonials --end */

/* Homepage - Recent Posts --start */

.recent-posts-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

section.recent-posts>div>p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #090B19;
  margin-bottom: 15px;
}

section.recent-posts>div>h2 {
  color: #090B19;
  font-weight: 600;
  font-size: 48px;
  line-height: 55.2px;
  letter-spacing: -1.44px;
  vertical-align: middle;
  margin-bottom: 40px;
}

.recent-post-img {
  height: 225px;
}

.recent-post-img>img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.recent-post-content {
  padding: 25px;
}

.recent-post-content>h2,
.recent-post-content>h2 a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #090B19;
  margin-bottom: 15px;
}

.recent-post-content>p {
  color: #6E7488;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0;
  vertical-align: middle;
}

/* Homepage - Recent Posts --end */

/* Homepage - Contact --start */

#content .ast-container:has(.contact-us.bleed-container) {
  padding: 0;
}

section.contact-us.bleed-container {
  background-color: #070707;
  overflow: hidden;
}

section.contact-us.bleed-container>div {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
}

.contact-info {
  /* padding: 80px 80px 0; */
  width: 45%;
}

.contact-form {
  /* padding: 80px 80px 0; */
  padding: 6% 3% 0;
}

.contact-info-content {
  padding: 80px 40px 0;
  margin-bottom: 40px;
  /* margin: 0 -10px 40px; */
}

.contact-info>.contact-info-content h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 20px;
  /* margin: 0 -20px 20px; */
}

.contact-info>.contact-info-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  text-wrap: balance;
}


.contact-info-banner {
  position: relative;
  max-height: 600px;
  /* height: 600px; */
  /* overflow: hidden; */
}

.contact-info-banner>div {
  height: 550px;
  overflow: hidden;
}

.contact-info-banner>div>img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  /* transform: scale(1.1); */
}

.contact-info-banner>img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -100px;
  right: -40px;
  transform: scaleX(-1) rotate(-120deg);
}

.home-contact-form>div {
  display: flex;
  gap: 50px;
}

.home-contact-form>div>div,
.home-contact-form>div>p {
  flex: 1;
}

.home-contact-form input,
.home-contact-form textarea {
  color: #ffffff;
  border: 1px solid #262626;
  background-color: #1A1A1A;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  padding: 20px !important;
  display: inline-block;
  height: unset;
  border-radius: 0;
}

.home-contact-form input::placeholder,
.home-contact-form textarea::placeholder {
  color: #666666;
}

.home-contact-form input:focus,
.home-contact-form textarea:focus {
  color: #ffffff !important;
  border: 1px solid #fff !important;
  background-color: #1A1A1A !important;
}

.home-contact-form label {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
}

.home-contact-form label:has(input[type="checkbox"]) {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.home-contact-form textarea {
  resize: none;
}

.home-contact-form>div:last-child>p {
  display: flex;
  align-items: center;
}

.home-contact-form>div:last-child span.wpcf7-spinner {
  order: 2;
  margin: 0 10px;
}

.home-contact-form input[type="submit"] {
  order: 3;
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #070707;
  background-color: #FCF506;
  padding: 18px 45px !important;
  border-radius: 50px;
}

.home-contact-form input[type="submit"]:hover,
.home-contact-form input[type="submit"]:focus,
.home-contact-form input[type="submit"]:active {
  color: #ffffff !important;
  border: 1px solid #fff !important;
  background-color: #1A1A1A !important;
}

.home-contact-form>div:last-child>p>span[data-name="agreement"] {
  order: 1;
  width: fit-content;
  flex: 1;
}

.home-contact-form>div:last-child>p>span[data-name="agreement"] span {
  margin-left: 0;
}

.wpcf7 form.invalid .home-contact-form+.wpcf7-response-output {
  color: #ffb900;
}

.home-contact-form .home-contact-form-telephone>div {
  display: flex;
  align-items: start;
  gap: 15px;
}

.home-contact-form .home-contact-form-telephone>div .dropdown {
  width: 75px;
}

.home-contact-form p:has(>span[data-name="country_code"]) {
  display: flex;
  align-items: start;
  gap: 15px;
}

.home-contact-form span[data-name="country_code"] {
  width: 75px !important;
}

.home-contact-form span[data-name="country_code"] .iti__flag-container {
  width: 100%;
}

.home-contact-form span[data-name="phone-number"] {
  flex: 1;
}

.home-contact-form p:has(label[for="phone-number"]) {
  margin: 0;
}

input#countryCodeSelect_page::placeholder {
  color: transparent;
}

.home-contact-form span.arrow {
  transition: 0.2s ease-in-out;
  line-height: 1;
}

.home-contact-form span.arrow.down {
  transform: rotate3d(1, 0, 0, 0deg);
}

.home-contact-form span.arrow.up {
  transform: rotate3d(1, 0, 0, 180deg);
}


.home-contact-form .dropdown {
  width: 280px;
  font-family: sans-serif;
  position: relative;
}

.home-contact-form .selected {
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  width: 100px;
  height: 70px;
  justify-content: center;
  gap: 10px;
  border: 1px solid #262626;
  background-color: #1A1A1A;
}

.home-contact-form .home-contact-form-telephone>div .dropdown {
  width: 100px;
}

.home-contact-form .flag {
  object-fit: cover;
  width: 34px;
  height: 34px;
  border-radius: 100px;
}

.home-contact-form .dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  /* border-top: none; */
  z-index: 10;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 320px;
  color: #ffffff;
  /* border: 1px solid #262626; */
  background-color: #1A1A1A;
}

.home-contact-form #countrySearch {
  width: 95%;
  padding: 8px;
  margin: 10px auto;
  display: block;
  border: 1px solid #ccc;
  outline: none;
  color: #ffffff;
  border: 1px solid #262626;
  background-color: #1A1A1A;
}

.home-contact-form #selectedCountry>p>br {
  display: none;
}

.home-contact-form #selectedCountry>p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  height: 100%;
  width: 100%;
}

.home-contact-form .option {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.home-contact-form .option:hover {
  background-color: #f0f0f0;
  color: #1A1A1A;
}

.home-contact-form div#dropdownList::-webkit-scrollbar {
  display: none;
}

.home-contact-form div#dropdownList {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.home-contact-form #countrySearch:hover,
.home-contact-form #countrySearch:focus,
.home-contact-form #countrySearch:active {
  border: 1px solid #262626 !important;
}

/* Homepage - Contact --end */



/* Services Page --start */

/* Services hero section --start */

.page-template-template-services .hero-banner h1 {
  max-width: 900px;
}

.page-template-template-services .sub-section>div:last-child {
  order: 1;
}

.page-template-template-services .sub-section>div:first-child {
  order: 2;
}

.table-config {
  max-width: 995px;
  margin: 30px auto;
  /* overflow-x: scroll; */
}

.table-config tbody tr td {
  border-right: none;
  padding: 12px 25px !important;
  font-size: 18px !important;
  background: #fff;
}

.image-slider-sec .why-choose-card {
  border: 1px solid #1456ad3d;
  border-radius: 0;
  background: #fff;
}

.image-slider-sec .why-choose-card>p {
  color: #6E7488;
  font-size: 18px;
}

.image-slider-sec .grey-area p.text-center,
.image-slider-sec .grey-area h5.text-center {
  margin-top: 30px;
  margin-bottom: 0;
}

.image-slider-sec .grey-area {
  background: #F6F7F8;
  padding-top: 14em;
  width: 100%;
  margin: -14em auto 0;
  padding-bottom: 5em;
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
}

.image-slider-sec .why-choose-cards {
  margin-top: 45px;
}


/* Services hero section --end */



/* Services Page --end */


/* Slider image css start */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

iframe {
  aspect-ratio: 16/9;
}

.video-container {
  margin: 2rem;
  max-height: 300px;
}

img {
  display: block;
  max-width: 100%;
}

main {
  display: grid;
  place-items: center;
  /* min-height: 100vh; */
}

.container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  /* border-radius: 1rem; */
  --position: 50%;
}

.image-container {
  max-width: 100%;
  max-height: 500px;
  /* aspect-ratio: 1/1; */
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(100%)
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider:focus-visible~.slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}


/* Slider image css end */

/* ACCORDIAN CSS start */

.accordion-item {
  margin-bottom: 5px;
  border-radius: 4px;
  background: #F6F7F8;
  overflow: hidden;
  position: relative;
}

.accordion-header {
  background-color: transparent;
  color: #090B19;
  font-family: Poppins;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.72px;
  vertical-align: middle;
  text-align: left;
}

a.yello-btn {
  border-radius: 90px;
  color: #000;
  background: #FCF506;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding: 15px 28px;
  width: fit-content;
  margin: 20px 0;
}

.accordion-item.opened .accordion-content {
  max-height: fit-content !important;
  height: 100% !important;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  background-color: #fff;
}

.accordion-item.opened,
.accordion-item.opened .accordion-content {
  background: #1966ca;
  color: #fff;
  padding: 0 15px;
}

.accordion-item.opened,
button.accordion-header {
  /* display: flex; */
  box-shadow: none;
  /* padding: 15px 0; */
  /* justify-content: space-between; */
}

.accordion-item span.right-arrow {
  transform: rotate(-40deg);
  font-weight: 100;
  position: absolute;
  right: 20px;
}

.accordion-item.opened button.accordion-header {
  padding-left: 15px;
  padding-bottom: 0;
  color: #fff;
}

.accordion-content p {
  margin: 15px 0;
}

/* .accordion-item {
  padding-left: 30px !important;
  padding-right: 30px !important;
} */
.check-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-left: 0;
}

.check-box ul li {
  list-style: none;
  border: 1px solid #D1C7BE;
  border-radius: 15px;
  padding: 18px 10px 18px 20px;
}

.check-box ul li:before {
  content: '';
  margin-right: 10px;
  background-image: url(http://192.168.75.205/Staging/csi/wp-content/uploads/2025/07/tick-icon.png);
  height: 20px;
  width: 23px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 75%;
}

.right-image-sec .container-boxed {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}

.right-image-sec .container-boxed div:last-child {
  padding-left: 20px;
}

.left-image-sec .container-boxed {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

.left-image-sec .container-boxed div:last-child {
  padding-left: 20px;
}

span.right-arrow {
  transform: rotate(-40deg);
  font-weight: 100;
  background: #ffffff;
  height: 35px;
  width: 35px;
  border-radius: 37px;
  padding: 4px;
  text-align: center;
}

.accordion-item.opened span.right-arrow,
button.accordion-header:hover span.right-arrow {
  background: #1966ca;
  color: #fff;
}

/*  */


.faq-sec .container {
  width: clamp(18.75rem, 2.2059rem + 88.2353vw, 37.5rem);
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.faq-sec .container-inner>*+* {
  border-top: 1px solid #d1d5db;
}

.faq-sec .disclosure-question {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 0.75rem;
  color: #111827;
  background: transparent;
  border: none;
  cursor: pointer;
}

.faq-sec .question-text {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.faq-sec .chevron-icon {
  width: 1rem;
  height: 1rem;
  transition: all 0.3s ease-in-out;
}

.faq-sec .disclosure-answer {
  display: none;
  transition: all 0.3s ease-in-out;
}

.faq-sec .disclosure-answer.active {
  display: block;
  height: auto;
  margin: 12px 0;
  padding-left: 12px;
}

.faq-sec .answer-text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #718096;
}

.content-section-box .why-choose-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.content-section-box .why-choose-cards .why-choose-card {
  width: 100%;
  height: 100%;
}

.content-section-box .why-choose-cards .why-choose-card h4 {
  margin-bottom:20px;
}

.page-id-26 .left-image-sec .container-boxed div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-id-26 .left-image-sec .container-boxed div:last-child a.csi-btn-sec.round-btn {
  display: block;
  width: fit-content;
}

.with-sml-head h2.large-heading {
  margin-bottom: 5px;
}

.blog main#main {
  background: #fff;
  padding: 60px 20px 30px;
}

.blog main#main article .ast-post-format-.blog-layout-4.ast-article-inner {
  height: 100%;
}

.blog main#main .ast-row {
  max-width: 1500px;
}

.page-id-20 #content .ast-container:has(.bleed-container) {
  margin-top: 0;
}