:root {
--accent: #00a8d0 !important;
--primary: #18333b !important;
--secondary: #67797e !important;
--primary-font: Unna, sans-serif;
--secondary-font: Roboto, sans-serif;
}

.video-section {
  position: relative;
  width: 100%;
  height: 100vh; /* Makes it full screen height */
  overflow: hidden;
}

.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video scales to cover entire area */
  transform: translate(-50%, -50%);
}

.cs_sticky_header{
background:transparent
}
.counter-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align children to left */
  padding: 60px 0;
  color:#fff
}
.cs_counter_1_wrap {
  /*width: 50%;*/
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-left: 5%;
}

.cs_counter.cs_style_1 {
  flex: 1 1 200px; /* Adjust width based on content */
}
.cs_counter_1_wrap .cs_counter.cs_style_1:not(:nth-child(4n+0)):before{
content:none}
.counter-bg .cs_primary_font{
color:#fff!important;
border-bottom:1px solid #fff;
font-weight:900
}
.counter-bg .cs_primary_font::after {
  content: &#039;&#039;;
  position: absolute;
  bottom: 0;
  left: 10%; /* centers the 80% width line */
  width: 80%;
  border-bottom: 2px solid black;
}
.service-tabs-container {
          padding: 20px;
        }

        .tab-titles {
          display: flex;
          gap: 10px;
          border-bottom: 1px solid #ddd;
          margin-bottom: 15px;
        }

        .tab-title {
          padding: 10px 15px;
          cursor: pointer;
          border: 1px solid transparent;
          border-radius: 4px 4px 0 0;
          transition: all 0.3s ease;
        }

        .tab-title.active {
          border-color: #ddd;
          border-bottom-color: white;
          background: #f9f9f9;
        }

        .tab-image {
          max-height: 40px;
          width: auto;
        }

        .tab-content {
          border: 1px solid #ddd;
          padding: 20px;
          border-radius: 0 4px 4px 4px;
          background: #fff;
        }
        .tabsoverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 40, 94, 0.9);
    z-index: 1;
}
.tabbg{
background:none!important;
border:none!important;
}
.tabbg h3{
color:#fff!important
}
.tabdetails p{
color:#fff!important
}
.timeline-year:active{
text-decoration:none
}
.cs_cta.cs_style_5:before{
background:none!important
}
.brandlogo{
height:200px!important
}
.cs_site_header.cs_style_2.cs_color_1.cs_sticky_active{
background:#fff
}
.cs_site_header.cs_style_2.cs_color_1 .cs_dropdown_toggle_btn, .cs_site_header.cs_style_2.cs_color_1 .cs_hamburger_btn{
color:#333

}
.cs_header_user_btn {
display:none
}
.aasa-infra{
padding:20px 0
}
.aasa-infra p{
    color: #8D8D8D;
    font-family: &quot;Interstate Light&quot;, Sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
}
.infra-content{
color:#18285E;
margin-bottom:50px
}
.infra-link{
    font-family: &quot;Interstate Regular&quot;, Sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 2rem;
    fill: #00A6D0;
    color: #00A6D0;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #00A6D0;
    border-width:2px;
    border-radius: 40px 40px 40px 40px;
    padding: 10px 20px 10px 20px;
}
.infra-link:hover{
    background-color: #00A6D0 !important;
    color: white !important;
}
.tab-content-wrapper{
padding:0 40px;
}
.list-group-item{
border:none;
border-top:1px solid #333!important;
padding:20px
}
.list-group-item img{
opacity:0.5
}
.list-group-item:last-child{
border-bottom:1px solid #333!important;
}
.bg-light{
background:none!important;
border-radius:none!important;
}
.list-group-item:first-child{
border-radius:none!important;
}
.list-group-item.active{
background:none!important;
}
.list-group-item.active img{
opacity:1!important
}
.fw-bold{
color:#333;
font-size:30px
}
.cs_about_thumb_1{
height:350px
}
.vision-mission{
text-align:center;
}
.vision-mission h4{
color:#fff
}
.vision-mission p{
color:#fff
}
/* Main testimonial card styling */
.testimonial-card {
  background-color: #f0f8fd;
  border-radius: 15px;
  padding: 60px 30px 40px;
  max-width: 400px;
  width: 100%;
  display: inline-block;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-family: &#039;Segoe UI&#039;, Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  margin: 40px 0;
  flex: 0 0 auto;
}

/* Avatar image box */
.testimonial-avatar {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 50%;
  padding: 10px;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.testimonial-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

/* Quotation marks */
.quote-left,
.quote-right {
  position: absolute;
}

.top-quote {
  top: 15px;
  left: 20px;
}

.bottom-quote {
  bottom: 15px;
  right: 20px;
}

.quote-left svg,
.quote-right svg {
  width: 40px;
  height: 40px;
  fill: #8dd3dd;
}

/* Testimonial content */
.testimonial-content {
  margin-top: 40px;
  font-size: 16px;
  color: #002c5a;
  line-height: 1.6;
  font-weight: 500;
  padding: 0 10px;
}

/* Author info */
.testimonial-author {
  margin-top: 30px;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1e1e1e;
}

.author-position {
  font-size: 14px;
  color: #00a6c7;
  font-weight: bold;
}
.testimonial-carousel-section h2{
text-align:center;
}
.testimonial-carousel-section{
padding:100px 0

}
.underlined-tabs-component{
padding:100px 0
}
.underlined-tabs-component .cs_section_heading{
display:none!important
}
.custom-image-height {
  height: 300px;
  object-fit: cover;
}
.video-content{
width:100%;
margin:0 auto
}
.stability-heading{
color:#fff
}
.corevalue-text{
color:#fff
}
.cs_top_header{
display:none
}
.cs_gallery_modal .cs_gallery_modal_title{
background:rgba(256,256,256,0.6)
}
.cs_header_user_btn{
display:none!important
}
.note {
  margin-top: 30px;
  color: #fff;
  font-size: 1rem;
  font-family: &quot;Merriweather&quot;, sans-serif;
  line-height: 1.5;
  text-align: center;
}
.parent-container {
  position: relative;
  height: 80vh; /* Full screen height */
}

article.card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 350px;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

/* Card Info Section */
article.card .infos {
  position: relative;
  width: auto;
  height: 350px;
  padding: 14px 24px;
  background: #fff;
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

/* Title */
article.card .infos .title {
  position: relative;
  margin: 10px 0;
  letter-spacing: 3px;
  color: #152536;
  font-family: &quot;Grotesque Black&quot;, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  text-shadow: 0 0 0px #32577f;
}

/* Flag */
article.card .infos .flag {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 23px;
  background: url(&quot;https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png&quot;) no-repeat top right;
  background-size: 100% auto;
  display: inline-block;
}

/* Date &amp; Seats */
article.card .infos .date,
article.card .infos .seats {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: rgba(21, 37, 54, 0.7);
  font-family: &quot;Grotesque&quot;, sans-serif;
}

/* Seats */
article.card .infos .seats {
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

/* Text */
article.card .infos .txt {
  font-family: &quot;Merriweather&quot;, sans-serif;
  line-height: 2;
  font-size: 0.95rem;
  color: rgba(21, 37, 54, 0.7);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

/* Details Button */
article.card .infos .details {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 10px 0;
  padding: 20px 24px;
  letter-spacing: 1px;
  color: #4e958b;
  font-family: &quot;Grotesque Black&quot;, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

/* Hover Effects */
article.card:hover .infos {
  transform: translateY(-260px);
}

article.card:hover .infos .seats,
article.card:hover .infos .txt,
article.card:hover .infos .details {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  height: auto;
}
#hovercard-1748644517849{
padding-top:30px
}
#hovercard-1748644517849 h2{
text-align:center
}