
  .hsdgfjhgsdf{display:none;}
  .shgdfdvsvfdhsgfvsfdhgsv{
    font-weight:400;
    font-family:'FontAwesome';
    color:#023569;
    font-size:41px;
    line-height:1.3;
  }
  @media (max-width: 775px) {
    .hsdgfjhgsdf{display:block;}
    .modal-dialog{
      position:relative;
      width:auto;
      margin:8px;
      margin-top:8px;
    }
    .shgdfdvsvfdhsgfvsfdhgsv{
      font-weight:400;
      font-family:'FontAwesome';
      color:#023569;
      font-size:33px;
      line-height:1.3;
      text-align:center;
    }
    .bg-opacitykok{
      padding-left:0;
      padding-right:0;
    }
  }

  body,
.container-fluid.hero-slider-wrap,
#carousel-example-generic{
  background: transparent !important;
}
/* ===== ABOUT SECTION PERFECT ALIGNMENT ===== */
.welcome_section .row{
  display: flex;
  align-items: center;   /* vertical center */
  justify-content: space-between;
  gap: 20px;
}
.welcome_section{
  background: #f9fbfd;
  padding: 60px 0;
}
.welcome_section img{
  margin-top: 20px;
  border-radius: 16px;
}
/* LEFT CONTENT */
.welcome_section .col-lg-6:first-child{
  padding-right: 50px;
}
/* RIGHT IMAGE */
.welcome_section .video-box{
  text-align: right;
}
.welcome_section .video-box img{
  width: 100%;
  max-width: 520px;
  height: auto;
  display: inline-block;
  border-radius: 10px;
  object-fit: cover;
}
/* spacing improve */
.welcome_section p{
  font-size: 15px;
  line-height: 28px;
  color: #444;
}
@media (max-width: 991px){

  .welcome_section .row{
    flex-direction: column;
  }

  .welcome_section .col-lg-6:first-child{
    padding-right: 0;
    margin-bottom: 25px;
  }
  .welcome_section .video-box img{
    max-width: 100%;
  }
}
/* ===== WELCOME SECTION GAP FIX WHILE KEEPING CENTER HEADING ===== */
.welcome_section{
  padding-top: 28px !important;
  padding-bottom: 20px !important;
  margin-top: 0 !important;
  padding: 60px 0 40px;
}
.theme_title_center{
  margin-bottom: 25px;
}

.welcome_section .theme_title_center{
    margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.welcome_section .theme_title_center::after{
  margin-top: 8px !important;
  display: none;
  content: none;
}

.welcome_section .theme_title_center h2{
  margin-bottom: 0 !important;
  line-height: 1.15 !important;
}

.welcome_section .row{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.welcome_section .row + .row{
  margin-top: 8px !important;   /* heading row and content row gap control */
}

.welcome_section .col-lg-6:first-child{
  padding-right: 45px !important;
}

.welcome_section .video-box{
  text-align: right;
  margin-top: 0 !important;
}

.welcome_section .video-box img{
  width: 100%;
  max-width: 520px;
  height: auto;
  display: inline-block;
  border-radius: 12px;
  object-fit: cover;
}

/* remove extra top gap from first paragraph */
.welcome_section .col-lg-6:first-child p:first-of-type{
  margin-top: 30px !important;
}

/* mobile */
@media (max-width: 991px){
  .welcome_section .row + .row{
    margin-top: 18px !important;
  }

  .welcome_section .col-lg-6:first-child{
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }

  .welcome_section .video-box{
    text-align: center;
  }

  .welcome_section .video-box img{
    max-width: 100%;
  }
}
/* ===== LATEST NOTIFICATION BAR ===== */
.latest-notification-bar{
  margin: 0;
  padding: 0;
  background: #ffffff !important; 
  border: none;
}

.latest-notification-wrap{
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background: #ffffff !important;
  box-shadow: none;
  border: none;
  border-radius: 0 !important; 
}
.latest-notification-label{
  flex: 0 0 360px;        /* width increase */
  max-width: 360px;
  background: #f9775e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;        /* bigger text */
  font-weight: 700;
  padding: 20px 24px;     /* height increase */
  white-space: nowrap;
}

/* icon size increase */
.latest-notification-label i{
  font-size: 20px;
}

.latest-notification-label i{
  font-size: 18px;
}

.latest-notification-track{
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  background: #f9f6f4 !important;
  min-height: 65px;
  display: flex;
  align-items: center;
}

.latest-notification-marquee{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 100%;
  animation: latestTicker 42s linear infinite;
  will-change: transform;
}

.latest-notification-marquee span{
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.latest-notification-marquee .sep{
  color: #f9775e;
  font-weight: 700;
  margin: 0 18px;
}

.latest-notification-wrap:hover .latest-notification-marquee{
  animation-play-state: paused;
}

@keyframes latestTicker{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-100%);
  }
}
.latest-notification-bar{
  width: 100vw !important;
  margin-bottom: 0 !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.latest-notification-bar + .welcome_section{
  padding-top: 28px !important;
}

.latest-notification-wrap{
  width: 100% !important;
  margin: 0 !important;
}
.latest-notification-bar,
.latest-notification-bar *{
  box-sizing: border-box;
}

.welcome_section + .latest-notification-bar{
  margin-top: 0 !important;
}

.latest-notification-bar + .our_service.service_grid{
  margin-top: 0 !important;
}

/* spacing cleanup around welcome + services */
.welcome_section{
  padding-bottom: 30px !important;
}

.our_service.service_grid{
  padding-top: 10px !important;
}

/* mobile */
@media (max-width: 991px){
  .latest-notification-wrap{
    flex-direction: column;
    align-items: stretch;
  }

  .latest-notification-label{
    flex: none;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    padding: 14px 16px;
    font-size: 15px;
  }

  .latest-notification-track{
    min-height: 52px;
  }

  .latest-notification-marquee span{
    font-size: 14px;
  }
}
/* ===== PREMIUM HEADING ANIMATION ===== */
.reveal-heading{
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
/* when visible */
.reveal-heading.is-visible{
  opacity: 1;
  transform: translateY(0) scale(1);
}
.reveal-heading h2 span{
  position: relative;
}

.reveal-heading h2 span::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: #fe4d29;
  transition: width 0.8s ease;
}

.reveal-heading.is-visible h2 span::after{
  width: 100%;
}
.reveal-heading{
  opacity: 1 !important;
}
.reveal-heading{
  opacity: 0;
  transform: translateY(50px) scale(0.94);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-heading.is-visible{
  opacity: 1;
  transform: translateY(0) scale(1);
}
/* NEWS & UPDATES BAR - SAME AS NOTIFICATION BAR */
/* ===================================== */

.news-update-bar{
  margin: 0;
  padding: 0;
  background: #ffffff !important;
  border: none;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.news-update-bar .latest-notification-wrap{
  display: flex;
  align-items: center;
  width: 100% !important;
  overflow: hidden;
  background: #ffffff !important;
  box-shadow: none;
  border: none;
  border-radius: 0 !important;
  margin: 0 !important;
}

.news-update-bar .latest-notification-label{
  flex: 0 0 360px;
  max-width: 360px;
  background: #f9775e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 24px;
  white-space: nowrap;
}

.news-update-bar .latest-notification-label i{
  font-size: 18px;
}

.news-update-bar .latest-notification-track{
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  background: #f9f6f4 !important;
  min-height: 65px;
  display: flex;
  align-items: center;
}

.news-update-bar .latest-notification-marquee{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 100%;
  animation: newsTicker 42s linear infinite;
  will-change: transform;
}

.news-update-bar .latest-notification-marquee span{
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.news-update-bar .latest-notification-marquee .sep{
  color: #f9775e;
  font-weight: 700;
  margin: 0 18px;
}

.news-update-bar .latest-notification-wrap:hover .latest-notification-marquee{
  animation-play-state: paused;
}
.news-updates-bar{
  margin-bottom: 12px !important;   /* 👈 gap control */
  padding-bottom: 0 !important;
}

@keyframes newsTicker{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-100%);
  }
}

/* spacing between homepage content and services */
.home-between-bar{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.welcome_section + .home-between-bar{
  margin-top: 0 !important;
}

.home-between-bar + .our_service.service_grid{
  margin-top: 0 !important;
  padding-top: 10px !important;
}

/* mobile */
@media (max-width: 991px){
  .news-update-bar .latest-notification-wrap{
    flex-direction: column;
    align-items: stretch;
  }

  .news-update-bar .latest-notification-label{
    flex: none;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    padding: 14px 16px;
    font-size: 15px;
  }

  .news-update-bar .latest-notification-track{
    min-height: 52px;
  }

  .news-update-bar .latest-notification-marquee span{
    font-size: 14px;
  }
}

@media (max-width: 767px){
  .news-update-bar{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .news-update-bar .latest-notification-label{
    gap: 10px;
  }

  .news-update-bar .latest-notification-marquee{
    animation-duration: 32s;
  }
}
.news-updates-bar{
  margin-bottom: 25px !important;
  margin-bottom: 25px;
}

.services-heading{
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
/* Main Heading */
.home-heading{
  margin-bottom: 20px;   /* 👈 space below heading */
  line-height: 1.2;
}

/* Paragraph Content */
.home-content p{
  margin-bottom: 14px;   /* 👈 gap between lines */
  line-height: 1.7;      /* 👈 readability improve */
  color: #5f6b7a;        /* optional professional tone */
}

/* Section spacing */
.home-content{
  margin-top: 10px;  /* 👈 small gap from heading */
}
/* Heading spacing */
.theme_title_center h2{
  margin-bottom: 18px;
  line-height: 1.2;
}

/* Highlight text (orange part) */
.theme_title_center h2 span{
  margin-left: 8px;
}

/* Paragraph clean spacing */
.home-text{
  margin: 0 0 14px 0;
  line-height: 1.7;
  color: #5f6b7a;
}
.home-text{
  font-size: 16px;
  line-height: 1.9;
  color: #5f6b7a;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.2px;
  max-width: 520px;
}
.home-text:first-of-type{
  border-left: 3px solid #ff4d2d;
  padding-left: 12px;
  color: #2c3e50;
}

/* first paragraph highlight */
.home-text:first-of-type{
  font-size: 17px;
  color: #2c3e50;
  font-weight: 500;
}

/* spacing between paragraphs */
.home-text + .home-text{
  margin-top: 20px;
}

/* mobile */
@media (max-width:768px){
  .home-text{
    font-size: 15px;
    line-height: 1.7;
  }
}