 .home-logo {
   width: 20%;
 }

 .home-footer {
   gap: 140px !important;
 }

/*Home Banner*/
.cs_hero.cs_style_2{
    height: 100vh;
}


@media screen and (max-width: 768px){
.cs_hero.cs_style_2{
    height: 60vh;
}
}

@media screen and (max-width: 572px){
.cs_hero.cs_style_2{
    height: 80vh;
}
.cs_hero.cs_style_2 {
  position: relative;
  z-index: 1;
}

.cs_hero.cs_style_2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 70 160 / 0.3); /* Blue overlay */
  z-index: -1;
}
}


 .class-for-dr-img img {
   width: 100%;
   height: 350px;
   object-fit: contain;
 }

 .cs_iconbox.cs_style_5 {
   padding: 40px 25px !important;
 }

 .cs_iconbox.cs_style_5 .cs_iconbox_line {
   width: 40px !important;
 }

 .cs_iconbox.cs_style_5 .cs_iconbox_title {
   font-size: 18px !important;
 }

 .cs_iconbox.cs_style_5 .cs_iconbox_thumbnail {
   right: 5%;
 }

 .cs_iconbox.cs_style_5:hover .cs_iconbox_thumbnail {
   right: 10% !important;
 }

 .cs_iconbox.cs_style_5 .cs_iconbox_btn {
   right: 25px !important;
 }










 /* GRID */
 .slider-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 30px;
 }

 /* SLIDER CONTAINER */
 .before-after {
   position: relative;
   width: 100%;
   height: 260px;
   /* FIXED HEIGHT = no zoom effect */
   overflow: hidden;
   border-radius: 8px;
 }

 /* IMAGES */
 .before-after img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   /* IMPORTANT — prevents stretch/zoom */
   pointer-events: none;
 }

 /* AFTER IMAGE WRAPPER */
 .after-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 50%;
   height: 100%;
   overflow: hidden;
 }

 /* SLIDER LINE */
 .slider-line {
   position: absolute;
   top: 0;
   left: 50%;
   width: 2px;
   height: 100%;
   background: white;
   transform: translateX(-50%);
 }

 /* CIRCLE HANDLE */
 .slider-handle {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 42px;
   height: 42px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.9);
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
   font-size: 18px;
   font-weight: bold;
   user-select: none;
 }

 /* HOVER EFFECT */
 .before-after:hover .slider-handle {
   background: white;
 }










 /* Tablet CSS */
 @Media Screen and (max-width: 768px) {
   .home-logo {
     width: 25%;
   }

   .home-footer img {
     width: 50%;
   }

   .home-footer {
     gap: 0px !important;
     column-gap: 120px !important;
   }
 }



 /* Mobile CSS */
 @Media Screen and (max-width: 572px) {
   .home-logo {
     width: 50%;
   }

   .home-footer img {
     width: 80%;
   }

   .home-footer {
     gap: 50px !important;
     column-gap: 0px !important;
   }
 }


 /*New Video Section CSS Start*/
 .video-heading {
   color: #222;
   font-size: 40px;
   text-align: center;
   padding: 10px;
 }

 .video-container {
   display: grid;
   grid-template-columns: 2fr 1fr;
   gap: 15px;
   align-items: flex-start;
 }

 .video-container h3 {
   margin: 0;
 }

 .video-container .main-video {
   background: #eee;
   border-radius: 5px;
   padding: 10px;
 }

 .video-container .main-video video {
   width: 100%;
   border-radius: 5px;
 }

 .video-container .main-video .video-title {
   color: #090808;
   font-size: 20px;
   font-weight: 400;
   padding: 15px 0;
 }

 .video-container .video-list .video-title {
   color: #090808;
   font-size: 14px;
   font-weight: 400;
 }

 .video-container .video-list {
   background: #eee;
   border-radius: 5px;
   height: 540px;
   overflow-y: scroll;
 }

 .video-container.video-list::-webkit-scrollbar {
   width: 7px;
 }

 .video-container.video-list::-webkit-scrollbar-track {
   background: #ccc;
   border-radius: 50px;
 }

 .video-container.video-list::-webkit-scrollbar-thumb {
   background: #666;
   border-radius: 50px;
 }



 .video-container .video-list .vid video {
   width: 100px;
   border-radius: 5px;
 }

 .video-container .video-list .vid {
   display: flex;
   align-items: center;
   gap: 15px;
   background: #f7f7f7;
   border-radius: 5px;
   margin: 10px;
   padding: 10px;
   border: 1px solid rgba(0, 0, 0, 0.1);
   cursor: pointer;
 }

 .video-container .video-list .vid:hover {
   background: #eee;
 }

 .video-container .video-list .vid.active {
   background: #002260;
 }

 .video-container .video-list .vid.active .video-title {
   color: #fff;
 }

 @media (max-width: 991px) {
  .video-container{
    grid-template-columns: 1.5fr 1fr;
  }
  .video-container .video-list{
    height: auto;
  }
 }
  @media (max-width: 768px) {
  .video-container{
    grid-template-columns: 1fr;
  }
 }




/* Pages Banner Overlay */

.cs_page_heading {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.cs_page_heading::before {
    content: "";
    position: absolute;
    inset: 0;
background: rgba(0, 34, 97, 0.9);
    z-index: -1;
}

/* Make sure content stays above overlay */
.cs_page_heading .container {
    position: relative;
    z-index: 2;
}
.cs_page_heading {
    height: 400px;
    padding: 60px 0 60px;
}
.cs_page_heading .cs_page_title, .cs_page_heading .breadcrumb{
  color: #fff;
}





/* service Page CSS */
.cs_iconbox.cs_style_2:hover .cs_iconbox_title{
  color: #fff;
}
.services-section-css .col-xl-3{
  width: 33%;
}
.services-section-css .cs_iconbox.cs_style_2.cs_gray_bg{
  min-height: 450px;
}

@media (max-width: 768px){
  .services-section-css .col-xl-3{
  width: 50%;
}
.services-section-css .cs_iconbox.cs_style_2.cs_gray_bg{
  min-height: 275px;
}
}
@media (max-width: 572px){
  .services-section-css .col-xl-3{
  width: 100%;
}
.services-section-css .cs_iconbox.cs_style_2.cs_gray_bg{
  min-height: 0px;
}
}


.cs_iconbox.cs_style_1 .cs_iconbox_subtitle{
  max-width: 100%;
  margin-bottom: 15px !important;
}
.cs_about.cs_style_1 .cs_btn.cs_style_1{
  margin-top: 0;
}


.cs_footer_contact li a:hover{
  color: #fff !important;
}



.cs_iconbox .cs_iconbox_thumbnail{
    width: 17%;
}
.cs_iconbox .cs_iconbox_thumbnail img{
    border-radius: 15px;
    object-fit: cover;
    height: 150px;
}

@media (max-width: 572px){
.cs_iconbox.cs_style_5 .cs_iconbox_btn{
    top: 43px;
}
}


.slick-slide img{
    height: 410px;
    object-fit: cover;
}
.slick-slide .cs_team:hover img{
    height: 280px;
    object-fit: cover;
}

.cs_footer_highlight_col{
    padding: 10px 35px 30px;
}


@media (max-width: 768px){
    .slider-grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 572px){
    .slider-grid {
    grid-template-columns: repeat(1, 1fr);
}
}



/*Preloader CSS*/
.cs_preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff; /* Change background if needed */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.cs_preloader_img {
  width: 120px; /* Adjust size */
  animation: pulse 1.5s infinite ease-in-out;
}

/* Simple smooth pulse animation */
@keyframes pulse {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}




/*Why Choose Section CSS*/
.why-choose-section {
  background: #f6f8fb;
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0e2a5a;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 16px;
  color: #666;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.feature-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #0e2a5a;
  color: #ffffff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.feature-card h3 {
  font-size: 20px;
  color: #0e2a5a;
  margin-bottom: 15px;
}

.feature-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.cta-area {
  text-align: center;
  margin-top: 50px;
}

.primary-btn {
  background: #0e2a5a;
  color: #fff;
  padding: 14px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.primary-btn:hover {
  background: #163b7a;
}