.top-header{
  background-color: #2C2B2B;
  padding: 15px 0;
  margin: 0;
}

.top-header .icon-block{
  padding:0;
  margin: 0;
}

.top-header .left-block {
  padding: 0;
  margin: 0;
}

.top-header .left-block .icon-block .icon{
  text-decoration: none;
  color: #fff !important;
  padding:0;
  margin: 0;
}

.top-header .icon-block .icon i{
font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
  color: #fff !important;
  padding:0;
  margin: 0;
}

.top-header .icon-block a{
font-family: var(--title-font);
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 1.2;
text-decoration: none;
color: #FFFFFF;
  padding:0;
  margin: 0;
}

/* header */
header{
  position: absolute;
  z-index: 9999;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  transition: 0.3s;
}
header .logo-block {
    width: 107px;
    padding: 0;
    margin: 0;
}

/* banner */
.banner {
  position: relative;
  background: url('../images/banner1.png') center/cover no-repeat; /* 🔹 Replace with your image */
  width: 100%;
  height: 680px;
  overflow: hidden;
}

/* Gradient Shade Overlay */
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270.06deg, rgba(0, 0, 0, 0) 34.74%, rgba(160, 160, 160, 0.9) 72.92%);
  z-index: 1;
}

#banner2{
  position: relative;
  background: url('../images/banner2.jpg') center/cover no-repeat; /* 🔹 Replace with your image */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 680px;
  overflow: hidden;
}

#banner2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270.06deg, rgba(0, 0, 0, 0) 34.74%, rgba(160, 160, 160, 0.9) 72.92%);
  z-index: 1;
}

#banner3{
  position: relative;
  background: url('../images/gallery1.jpg') center/cover no-repeat; /* 🔹 Replace with your image */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 680px;
  overflow: hidden;
}

#banner3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270.06deg, rgba(0, 0, 0, 0) 34.74%, rgba(160, 160, 160, 0.9) 72.92%);
  z-index: 1;
}

/* Content inside section */
.banner .hero-text {
  position: relative;
  z-index: 2;
  margin-top: 15%;
  max-width: 50%;
}
.banner .hero-text h1{
font-family: var(--title-font);
font-style: normal;
font-weight: 700;
font-size: clamp(1.875rem, 1.5278rem + 1.8519vw, 3.75rem);
line-height: 1.2;
color: #FFFFFF;
padding: 0;
margin-bottom: 20px;
}

.banner .hero-text p{
font-family: var(--regular-font);
font-style: italic;
font-weight: 400;
font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
line-height: 1.2;
color: #FFFFFF;
max-width: 70%;
padding: 0;
margin-bottom: 25px;
}

.banner .hero-text .primary-btn i{
font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
margin-right: 10px;
}

/* verified */

.verified {
  background-color: #2C2B2B;
  padding: 10px 0;
  margin: 0;
}

.verified .cards {
  padding: 0;
  margin: 0;
}

.verified .cards .content {
  border-right: 2px solid #acacac;
  padding: 10px;
  width: 500px;
  border-radius: 0;
  margin: 0;
}

.verified .cards .content .icon {
  width: 100px;
}

.verified .cards .content .icon video {
  width: 100%;
}

.verified .cards .content .text-content {
  padding: 0;
  margin-left: 14px;
}

.verified .cards .content .text-content h4 {
font-family: var(--title-font);
font-style: normal;
font-weight: 600;
font-size: clamp(1rem, 0.9537rem + 0.2469vw, 1.25rem);
line-height: 1.2;
color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.verified .cards .content .text-content p {
font-family:var(--regular-font);
font-style: italic;
font-weight: 300;
font-size: clamp(0.75rem, 0.7269rem + 0.1235vw, 0.875rem);
line-height: 1.2;
color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.cards-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.cards {
  display: flex;
  gap: 20px;
  animation: slide 20s linear infinite;
  /* Smooth sliding animation */
  /* Pause on hover */
  transition: all 0.3s ease;
}

.cards-wrapper:hover .cards {
  animation-play-state: paused; /* Stop sliding when hovered */
}

.content {
  flex: 0 0 auto; /* Keep content inline */
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

/* Smooth sliding animation */
@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* about-us */
.about-us {
  position: relative;
  background: url('../images/about-bgi.png') center/cover no-repeat; /* 🔹 Replace with your image path */
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: top;
  background-attachment: fixed;
  padding: 50px 0 90px 0;
  margin: 0;
}

/* Overlay (Gradient + Blur + Light Shade) */
.about-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      270.06deg,
      rgba(0, 0, 0, 0) 34.74%,
      rgba(160, 160, 160, 0.9) 72.92%
    ),
    rgba(242, 249, 255, 0.8);
  backdrop-filter: blur(5px);
  z-index: 1;
}

/* Content */
.about-us .text-content , .left-block{
  position: relative;
  z-index: 2;
}

.about-us .left-block {
  padding: 0;
  margin: 0;
}

.about-us .left-block .img-block{
  position: relative;
  width: 516px;
  height: 540px;
  padding: 0;
  margin-left: 80px;
}

.about-us .left-block .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 18%;
    padding: 0;
    margin: 0;
}

.about-us .left-block .img-block .video{
  position: absolute;
  top: 63%;
  left: -9%;
  width: 343px;
  height: 243px;
  padding: 0;
  margin: 0;
}

.about-us .left-block .img-block .video img{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.about-us .left-block .img-block .video a{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 0;
  display: grid;
  place-items: center;
  background-color: var(--primary-light-color);
}
.about-us .left-block .img-block .video a i{
  line-height: 0;
  font-size: 53px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.about-us .left-block .img-block .experience-block{
  position: absolute;
  top: 10%;
  left: -9%;
  padding: 20px;
  width: 268px;
  background-color: var(--primary-light-color);
}

.about-us .left-block .img-block .experience-block h4{
font-family: 'Bai Jamjuree';
font-style: normal;
font-weight: 700;
font-size: clamp(1.375rem, 1.0741rem + 1.6049vw, 3rem);
line-height: 1.2;
color: #FFFFFF;
padding: 0;
margin-bottom: 5px;
}



.about-us .left-block .img-block .experience-block p{
font-family: var(--regular-font);
font-style: italic;
font-weight: 400;
font-size: clamp(1.125rem, 1.0556rem + 0.3704vw, 1.5rem);
line-height: 1.1;
color: #E8E8E8;
padding: 0;
margin: 0;
}

.about-us .text-content{
  padding: 0;
  margin: 0;
}

.about-us .text-content h5{
font-family: var(--title-font);
font-style: normal;
font-weight: 700;
font-size: clamp(1.625rem, 1.5556rem + 0.3704vw, 2rem);
line-height: 1.2;
color: var(--primary-light-color);
  padding: 0;
  margin-bottom: 20px;
}

.about-us .text-content h2{
font-family: var(--title-font);
font-style: normal;
font-weight: 600;
font-size: clamp(1.875rem, 1.7593rem + 0.6173vw, 2.5rem);
line-height: 1.2;
color: #252525;
  padding: 0;
  margin-bottom: 13px;
}

.about-us .text-content p{
font-family: var(--regular-font);
font-style: italic;
font-weight: 400;
font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
line-height: 1.2;
color: #2F2F2F;
  padding: 0;
  margin-bottom: 15px;
}

.about-us .text-content h6{
font-family: var(--regular-font);
font-style: normal;
display: flex;
align-items:center ;
font-weight: 600;
font-size: clamp(1rem, 0.9537rem + 0.2469vw, 1.25rem);
line-height: 1.2;
color: #414141;
  padding: 0;
  margin-bottom: 10px;
}

.about-us .text-content i{
font-size: clamp(1.625rem, 1.5093rem + 0.6173vw, 2.25rem);
  color: var(--primary-light-color);
  margin-right: 10px;
}

.about-us .text-content .primary-btn{
  border-radius: 0;
  margin-top: 30px;
}

/* Features */
.Features{
  background-color: #F2F9FF;
  overflow: hidden;
  padding: 50px 0;
  margin: 0;
}
.Features .col-xxl-6 , .col-xl-6 , .col-lg-6 , .col-col-md-6 {
  padding: 0 !important;
}

.Features .left-block{
  padding: 50px 0;
  margin: 0;
}

.Features .left-block {
  position: relative;
  background: url('../images/Features-leftblock-bgi.png') center/cover no-repeat; /* 🔹 Replace with your background image */
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Overlay (Gradient + Blue Glass Effect) */
.Features .left-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      270.06deg,
      rgba(9, 165, 243, 0.2) 20%,
      rgba(9, 165, 243, 0.49) 70%,
      rgba(160, 160, 160, 0.8) 100%
    );
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(8px); /* For Safari support */
  z-index: 1;
}

/* Content Box */
.Features .left-block .text-content {
  padding: 0;
  margin-left: 10%;
  position: relaative;
  z-index: 2;
  max-width: 70%;
}
.Features .left-block .text-content  h5{
font-family: var(--title-font);
font-style: normal;
font-weight: 600;
font-size: clamp(1.375rem, 1.2593rem + 0.6173vw, 2rem);
line-height: 1.2;
color: #FFFFFF;
  padding: 0;
  margin-bottom: 15px;

}
.Features .left-block .text-content p{
font-family: var(--regular-font);
font-style: italic;
font-weight: 400;
font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
line-height: 22px;
color: #F4F4F4;
  padding: 0;
  margin: 0;

}
.Features .left-block .text-content .primary-btn{
  border-radius: 0;
  background-color: #fff;
  color: var(--primary-light-color);
  margin-top: 30px;
}

.Features .right-block{
  background-color: #03344C;
  padding:40px;
  margin: 0;
  height: 100%;
}

.Features .right-block .Feature-content{
  border-bottom: 1px solid #585858;
  padding:20px;
  margin: 0;
  cursor: pointer;
  transition: 0.2s;
}


.Features .right-block .Feature-content:hover{
  background-color: #04547c;
}
.Features .right-block .Feature-content .icon-block{
  overflow: hidden;
  background-color: #cfcfcf;
  width:150px;
  height: auto;
  padding:0;
  margin: 0;
}
.Features .right-block .Feature-content .icon-block img{
  width: 100%;
  height: 100%;
  padding:0;
  margin: 0;
}
.Features .right-block .Feature-content .text-content{
  padding:0;
  margin: 0;
}
.Features .right-block .Feature-content .text-content h6{
font-family:var(--title-font);
font-style: normal;
font-weight: 600;
font-size: clamp(1rem, 0.9537rem + 0.2469vw, 1.25rem);
line-height: 1.2;
color: #FFFFFF;
  padding:0;
  margin-bottom: 5px;
}
.Features .right-block .Feature-content .text-content p{
font-family: var(--regular-font);
font-style: italic;
font-weight: 400;
font-size: clamp(0.75rem, 0.7269rem + 0.1235vw, 0.875rem);
line-height: 1.2;
color: #EAEAEA;
padding: 0;
margin: 0;
}

.Features .img-block{
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.Features .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* services */
.Services {
  position: relative;
  background: url('../images/Services-bgi.png') center/cover no-repeat; /* 🔹 Replace with your image */
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  background-attachment: fixed;
}

/* Soft Frosted Glass Overlay */
.Services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      270.06deg,
      rgba(0, 0, 0, 0) 34.74%,
      rgba(160, 160, 160, 0.7) 72.92%
    ),
    rgba(242, 249, 255, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); /* For Safari */
  z-index: 1;
}

.Services .all-Services , .introduction , .heading {
  position: relative;
  z-index: 2;
}

.Services .all-Services  .Service{
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.Services .all-Services  .Service .img-block{
  height: 300px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.Services .all-Services  .Service .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  margin: 0;
}

.Services .all-Services .Service {
  position: relative; /* Important to make absolute children work */
  overflow: hidden;   /* Hide content when it slides */
}

.Services .all-Services .Service .text-content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%; /* Start hidden */
  background: rgba(12, 12, 12, 0.65);
  padding: 25px;
  transition: bottom 0.3s ease-in-out; /* Smooth slide */
  z-index: 10;
}

/* On hover, slide it up */
.Services .all-Services .Service:hover .text-content {
  bottom: 0; /* Fully visible */
}

.Services .all-Services  .Service .text-content h3{
font-family: var(--title-font);
font-style: normal;
font-weight: 600;
font-size: clamp(1.625rem, 1.5556rem + 0.3704vw, 2rem);
line-height: 1.2;
color: #FFFFFF;
padding: 0;
margin-top: 17%;
margin-bottom: 10px;
}
.Services .all-Services  .Service .text-content p{
font-family:var(--regular-font);
font-style: normal;
font-weight: 400;
font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
line-height: 1.2;
color: #E5E5E5;
padding: 0;
margin: 0;

}

.Services .all-Services  .Service .text-content .primary-btn{
  border-radius: 0;
  margin-top: 25px;
    font-size: 15px;
  padding: 12px 22px;
}

.Services .introduction{
  padding-top: 50px;
  margin: 0;
}

.Services .introduction .img-block{
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding:0;
  margin: 0;
}

.Services .introduction .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding:0;
  margin: 0;
}
.Services .introduction .text-content{
  padding: 0;
  margin: 0;
}
.Services .introduction .text-content h4{
font-family:var(--title-font);
font-style: normal;
font-weight: 700;
font-size: clamp(1.625rem, 1.5556rem + 0.3704vw, 2rem);
line-height: 1.2;
color: var(--primary-light-color);
  padding: 0;
  margin-bottom: 12px;
}
.Services .introduction .text-content h3{
font-family:var(--title-font);
font-style: normal;
font-weight: 600;
font-size: clamp(1.875rem, 1.7593rem + 0.6173vw, 2.5rem);
line-height: 1.2;
color: #252525;
  padding: 0;
  margin-bottom: 15px;
}
.Services .introduction .text-content p{
font-family: var(--regular-font);
font-style: italic;
font-weight: 400;
font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
line-height: 1.2;
color: #414141;
padding: 0;
margin-bottom: 30px;

}

.Services .introduction .text-content .primary-btn{
  border-radius: 0;
}


/* gallery */
.gallery{
  background-color: #F2F9FF;
  padding: 50px 0;
  margin: 0;
}

.gallery .gallery-row {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}

.gallery .gallery-row .img-block {
  width: 450px;      /* ✅ your size */
  height: 300px;     /* ✅ your size */
  overflow: hidden;
  margin-right: 10px;
  flex: 0 0 auto;    /* ✅ important for scrolling */
}

.gallery .gallery-row .img-block img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
}


   .gallery .primary-btn{
    display: block;
    margin: 0 auto;
    width: fit-content;
    border-radius: 0;
    margin-top: 40px;
   }


   /* certificate */
.certificate-section{
  padding: 50px 0;
  margin: 0;
}

.certificate-section .all-certificates{
  padding: 0;
  margin: 0;
}

.certificate-section .all-certificates .certificate{
  padding: 0;
  margin: 0 10px;
}

.certificate-section .all-certificates .certificate .img-block{
  width: 100%;
  height: 250px;
  border: 2px solid #ccc;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.certificate-section .all-certificates .certificate .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  margin: 0;
}

.certificate-section .all-certificates .certificate .content-block{
  padding: 30px 30px 25px 30px;
  background-color: var(--primary-light-color);
}

.certificate-section .all-certificates .certificate .content-block .primary-btn{
  background-color: #fff;
  color: var(--primary-light-color);
  display: block;
  margin: 0 auto;
  width: fit-content;
}

button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -4%;
width: 46px;
height: 46px;
border-radius: 50%;
background-color: var(--primary-light-color);
display: grid;
place-items: center;
border: none;
}


button.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -4%;
width: 46px;
height: 46px;
border-radius: 50%;
background-color: var(--primary-light-color);
display: grid;
place-items: center;
border: none;
}

button.slick-prev.slick-arrow i ,
button.slick-next.slick-arrow i
{
font-size: 21px;
color: #fff;
line-height: 0;
}

/* footer and contact */
.footer-contact {
  position: relative;
  background: url('../images/footer-bgi.png') center/cover no-repeat; /* your background image */
  color: #fff;
  padding: 60px 20px;
  overflow: hidden;
  background-attachment: fixed;
}

/* Gradient + blur overlay above the background */
.footer-contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(116, 116, 116, 0.4982) 0%,
    rgba(9, 22, 31, 0.5264) 69.23%,
    rgba(1, 20, 29, 0.94) 97.12%
  );
  backdrop-filter: blur(4px);
  z-index: 1;
}


/* Content above the overlay */
.footer-contact .contact-us ,footer {
  position: relative;
  z-index: 2;
}

.footer-contact .contact-us .contact-block{
background: rgba(170, 170, 170, 0.5);
padding: 0;
margin: 0;
}

.footer-contact .contact-us .contact-block .contact-infor{
padding: 20px;
margin: 0;
}

.footer-contact .contact-us .contact-block .contact-infor h4{

font-style: normal;
font-weight: 700;
font-size: clamp(1.125rem, 1.0556rem + 0.3704vw, 1.5rem);
line-height: 1.1;
text-transform: capitalize;
color: #09A5F3;
padding: 0;
margin-bottom: 15px;
}

.footer-contact .contact-us .contact-block .contact-infor h5{
font-family: var(--title-font);
font-style: normal;
font-weight: 700;
font-size: clamp(1.5rem, 1.3611rem + 0.7407vw, 2.25rem);
line-height: 1.1;
color: #FFFFFF;
padding: 0;
margin-bottom: 15px;
}


.footer-contact .contact-us .contact-block .contact-infor h3{
font-family: var(--regular-font);
font-style: italic;
font-weight: 400;
font-size: clamp(0.75rem, 0.7269rem + 0.1235vw, 0.875rem);
line-height: 1.3;
color: #EFEFEF;
padding: 0;
margin-bottom: 30px;
}

.footer-contact .contact-us .contact-block .contact-infor .details{
padding: 0; 
margin-bottom: 10px;
}

.footer-contact .contact-us .contact-block .contact-infor .details .icon-block{
padding: 0; 
margin: 0;
}
.footer-contact .contact-us .contact-block .contact-infor .details .icon-block a{
width: 32px;
height: 32px;
background-color: var(--primary-light-color);
border-radius: 50%;
display: grid;
place-items: center;
padding: 0; 
margin: 0;
}

.footer-contact .contact-us .contact-block .contact-infor .details .icon-block a i{
color: #ffffff;
text-decoration: none;
line-height: 0;
list-style: none;
padding: 0; 
margin: 0;
}

.footer-contact .contact-us .contact-block .contact-infor .details .icon-block p{
font-family: var(--regular-font);
font-style: normal;
font-weight: 500;
font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
line-height: 1.2;
color: #FFFFFF;
padding: 0; 
margin: 0 ;
}
.footer-contact .contact-us .contact-block .map-block{
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.footer-contact .contact-us .contact-block .map-block iframe{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.footer-contact .contact-us .contact-block .form-block{
  padding: 20px 20px 0 0;
  margin: 0;
}

.footer-contact .contact-us .contact-block .form-block input{
background: rgba(255, 255, 255, 0.75);
border: 2px solid #09A5F3;
border-radius: 0px;
  padding: 12px;
  margin-bottom: 10px;
}

.footer-contact .contact-us .contact-block .form-block input::placeholder{
font-family: var(--regular-font);
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-transform: capitalize;
color: #0B1956;
  padding: 0;
  margin: 0;
}

.footer-contact .contact-us .contact-block .form-block textarea{
height: 101px;
background: rgba(255, 255, 255, 0.75);
border: 2px solid #09A5F3;
border-radius: 0px;
}

.footer-contact .contact-us .contact-block .form-block textarea::placeholder{
font-family: var(--regular-font);
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-transform: capitalize;
color: #0B1956;
  padding: 0;
  margin: 0;
}

.footer-contact .contact-us .contact-block .form-block .primary-btn{
  border-radius: 0;
  margin-top: 30px;
}

.footer-contact footer{
  padding: 80px 0 0 0;
  margin: 0;
}

.footer-contact footer .social-media{
  padding: 0;
  margin: 0;
}

.footer-contact footer .social-media .logo{
  width: 110px;
  padding: 0;
  margin-bottom: 20px;
}

.footer-contact footer .social-media h5{
font-family:var(--title-font);
font-style: normal;
font-weight: 600;
font-size: 20px;
font-size: clamp(1.125rem, 1.1019rem + 0.1235vw, 1.25rem);
color: #09A5F3;
  padding: 0;
  margin-bottom: 10px;
}

.footer-contact footer .social-media p{
font-family: var(--regular-font);
font-style: normal;
font-weight: 500;
font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
line-height: 1.3;
color: #FFFFFF;
  padding: 0;
  margin-bottom: 15px;
}

.footer-contact footer .social-media .icon-block{
  padding: 0;
 margin: 0;
}
.footer-contact footer .social-media .icon-block a {
  width: 32px;
  height: 32px;
  background: var(--primary-light-color);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.footer-contact footer .social-media .icon-block a i {
  color: #fff;
  font-size: 16px;
  transition: all 0.4s ease;
}

/* Highlight Hover Effect */
.footer-contact footer .social-media .icon-block a:hover {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-light-color));
  transform: scale(1.2);
  box-shadow: 0 0 20px var(--primary-color), 0 0 40px var(--primary-light-color);
}

/* Moving shine effect */
.footer-contact footer .social-media .icon-block a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  transform: skewX(-25deg);
  transition: all 0.6s ease;
}

.footer-contact footer .social-media .icon-block a:hover::before {
  left: 125%;
}

/* Icon light-up animation */
.footer-contact footer .social-media .icon-block a:hover i {
  color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 20px var(--primary-color);
  transform: scale(1.2);
}


.footer-contact footer .text-content{
  padding: 0;
  margin: 0;
}

.footer-contact footer .text-content p{
font-family: var(--title-font);
font-style: normal;
font-weight: 600;
font-size: clamp(1.125rem, 1.1019rem + 0.1235vw, 1.25rem);
line-height: 1.2;
color: #09A5F3;
  padding: 0;
  margin-bottom: 25px;
}

.footer-contact footer .text-content li{
list-style: none;
margin-bottom: 10px;
}

.footer-contact footer .text-content li a{
font-family: 'Open Sans';
text-decoration: none;
font-style: normal;
font-weight: 400;
text-transform: capitalize;
font-size: clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);
line-height: 1.2;
color: #FFFFFF;
transition: 0.3s;
padding: 0;
}
.footer-contact footer .text-content li a:hover{
  color: var(--primary-light-color);
}
.footer-contact footer .contact-infor{
  padding: 0;
  margin: 0;
}

.footer-contact footer .contact-infor p{
font-family: var(--title-font);
font-style: normal;
font-weight: 600;
font-size: clamp(1.125rem, 1.1019rem + 0.1235vw, 1.25rem);
line-height: 1.2;
color: #09A5F3;
  padding: 0;
  margin-bottom: 25px;
}

.footer-contact footer .contact-infor .details{
padding: 0;
margin-bottom: 10px;
}

.footer-contact footer .contact-infor .details .icon-block .icon {
  width: 32px;
  height: 32px;
  background: var(--primary-light-color);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.footer-contact footer .contact-infor .details .icon-block .icon i {
  color: #fff;
  font-size: 16px;
  transition: all 0.4s ease;
}

/* Highlight Hover Effect */
.footer-contact footer .contact-infor .details .icon-block .icon:hover {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-light-color));
  transform: scale(1.2);
  box-shadow: 0 0 20px var(--primary-color), 0 0 40px var(--primary-light-color);
}

/* Moving light sweep (shine) */
.footer-contact footer .contact-infor .details .icon-block .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.7), transparent);
  transform: skewX(-25deg);
  transition: all 0.6s ease;
}

.footer-contact footer .contact-infor .details .icon-block .icon:hover::before {
  left: 125%;
}

/* Icon light-up animation */
.footer-contact footer .contact-infor .details .icon-block .icon:hover i {
  color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 20px var(--primary-color);
  transform: scale(1.2);
}


.footer-contact footer .contact-infor .details a{
  background-color: none;
  text-decoration: none;
  color: #fff;
}










.down-footer{
  background-color:var(--primary-light-color);
  padding: 15px 0;
  margin: 0;
}

.down-footer a{
font-size: clamp(1.125rem, 1.1019rem + 0.1235vw, 1.25rem);
  font-weight: 500;
  color: #fff;
  font-family: var(--regular-font);
  padding:0;
  margin: 0;
}

/* fixed icon */
.fixed-icons {
  position: fixed;
  right: 20px;
  top: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 99999999;
}

.fixed-icons .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background: #25d366; /* WhatsApp color */
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  animation: bounce 2s infinite;
  overflow: hidden;
}

/* Mail color */
.fixed-icons .icon.mail {
  background: #0072c6; /* mail color */
}

/* Animated border using ::before */
.fixed-icons .icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 2px solid #fff;
  animation: borderBlend 3s linear infinite;
  opacity: 0.5;
}

/* Bounce animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

/* Border blending animation */
@keyframes borderBlend {
  0% { transform: rotate(0deg); border-color: #fff; }
  25% { transform: rotate(90deg); border-color: #ff0; }
  50% { transform: rotate(180deg); border-color: #f0f; }
  75% { transform: rotate(270deg); border-color: #0ff; }
  100% { transform: rotate(360deg); border-color: #fff; }
}

/* Hover effect */
.fixed-icons .icon:hover {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

/* Responsive */
@media (max-width: 768px) {
  .fixed-icons {
    right: 10px;
    top: 35%;
  }
  .fixed-icons .icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .fixed-icons .icon::before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
  }
}


.fixed-icons .icon.scroll-top {
  background: var(--yellow-theme); /* orange color for scroll up */
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: bounce 2s infinite;
  border: none;
}

/* Hover effect */
.fixed-icons .icon.scroll-top:hover {
  transform: scale(1.2) rotate(10deg);

}

/* Animated border (same as other icons) */
.fixed-icons .icon.scroll-top::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 2px solid #fff;
  animation: borderBlend 3s linear infinite;
  opacity: 0.5;
}

body.scroll-down header{
    position: fixed;
    margin-top: -49px;
    backdrop-filter: blur(20px);
}

body.scroll-up header{
    position: fixed;
    margin-top: -49px;
    backdrop-filter: blur(20px);
  
}




/* inner */


/* INNER PAGE STYLE */
.inner-banners{
    width: 100%;
    height: 470px;
    overflow: hidden;
    position: relative;
}
.inner-banners img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inner-banners .dark-shade{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(3, 81, 197, 0.5), rgba(39, 39, 39, 1.2));
    position: absolute;
    z-index: 2;
    top: 0;
}
.inner-banners h2{
font-family: var(--semi-regular-font);
font-size: clamp(1rem, 0.5096rem + 2.6154vw, 3.125rem);;
text-transform: capitalize;
color: #fff;
position: absolute;
z-index: 4;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}


/* inner about */
.inner-about{
  padding: 60px 0;
}

.inner-about .sticky {
    position: sticky;
    top: 0;
}

.inner-about .sticky .left-block {
   padding: 0;
   margin: 0;
}

.inner-about .sticky .left-block .img-block{
  width: 100%;
  height: 450px;
  overflow: hidden;
   padding: 0;
   margin: 15px 0;
}

.inner-about .sticky .left-block .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
   padding: 0;
   margin: 0;
}

.inner-about .right-block{
  padding: 0;
  margin: 0;
}

.inner-about .right-block .text-content{
  padding: 0;
  margin: 0;
}

.inner-about .right-block .text-content h5{
  font-family: var(--title-font);
  font-size: clamp(1.375rem, 1.2308rem + 0.7692vw, 2rem);
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin:30px 0 0 0; 
  padding: 12px;
  background-color: var(--primary-light-color);
}

.inner-about .right-block .text-content h6{
  font-family: var(--regular-font);
  font-size: clamp(0.9375rem, 0.8942rem + 0.2308vw, 1.125rem);
  color: #181818cc;
  font-weight: 500;
  line-height: 1.5;
  margin:0; 
  padding: 12px ;
  background-color: #cce6ff;
}

/* inner-gallery */
.inner-gallery{
  background-color: #F2F9FF;
  padding: 60px 0;
  margin: 0;
}

.inner-gallery .img-block{
  width: 100%;
  height: 400px;
  overflow: hidden;
  padding: 0;
  margin: 15px 0;
}

.inner-gallery .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  margin: 0;
}

/* innner-contact-map */
.innner-contact-map{
    background-color: #F2F9FF;
  padding: 60px 0;
  margin: 0;
}

.innner-contact-map .map-block{
  width: 100%;
  height: 500px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.innner-contact-map .map-block iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  margin: 0;
}

body.scroll-down header{
    position: fixed;
    margin-top: -54px;
    backdrop-filter: blur(20px);
}

body.scroll-up header{
    position: fixed;
    margin-top: -54px;
    backdrop-filter: blur(20px);
  
}
