html{
    overflow-x: hidden;
}


body{
    margin: 0;
 overflow: hidden;

}


.ip-loader{
    margin-left: 0px!important;
    bottom: 40%!important;
}
.loader {
  width: 236px;
  height: 120px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  animation: filter-animation 3s infinite;
  /*  stroke: darkred;*/
  /*transition: fill .3s ease-in-out;*/
  /*animation: chng 1s linear infinite;*/
  /* transform-origin: bottom;*/
  /*-webkit-animation: colorchange 20s infinite alternate;*/
  /*margin-left: 80px;*/
}
.loader img{
       max-width: 242px;
       width: 100%;
       /* margin-top: -71px; */
}

@keyframes filter-animation {
   0% { transform: translateY(-3px); opacity: 1;}
  25% { transform: translateY(3px); opacity: 1;}
  50% { transform: translateY(-3px); opacity: 1;}
   75% { transform: translateY(3px); opacity: 1;}
 
  100% { transform: translateY(-3px); opacity: 1;}
}


.iti
 {
    position: relative;
    display: inline-block;
    width: 100%;
}













.instrument-sans-<uniquifier> {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.manrope-<uniquifier> {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*shrinks*/
body.modal-open {
    padding-right: 0 !important;
}

a{
    text-decoration: none;
   

}
a:hover{
    
}
button{
  

}
.number-block {
  transition: transform 3s ease-out; /* Increased from 1s to 3s */
  display: inline-block;
}
hover{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}


a:hover{
    text-decoration: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

.mainheader {
  width: 100%;
  float: left;
  background: transparent;
  position: absolute;
  /* z-index: 99; */
  height: 150px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
@media (max-width: 449px) {
  #myHeader.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
            background-color: #fff;
  }
}
.total-header{
    width: 100%;
    padding-top: 42px;
    float: left;
    width: 100%;
    }
.logopart{
    width: 29%;
    padding: 19px 0px 0px 0px;
    float: left;
    position: relative;
    z-index: 11;
}
.logobox{
    float: left;

    
}
.logopart img{
    float: left;
    width: 245px;
}
.menuarea{
        /* border-bottom: 1px solid #bab9b6; */
        padding: 41px 0px 0px 0px;
        width: 71%;
        float: left;
        text-align: center;
}


/*mediasidemenu*/
.menuarea > .mob_nav {
        margin-top: 43px;

      display: block;
      float: right;
      width: 28px;
      height: 20px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      position: relative;
    z-index: 11111;
}

.menuarea > .mob_nav > div {
background-color:#fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.menuarea > .mob_nav > div:nth-child(1) {
    top: 8px; 
        width: 19px;

}

.menuarea > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 16px; 
}

.menuarea > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    top: 1px;
    background: #fff;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #fff;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menuarea > ul{
     /* padding-left: 37px !important; */
     width: 100%;
     display: inline-block;
     vertical-align: middle;
     margin-bottom: 0px;
     padding-bottom: 0px;
     float: right;
     padding-left: 0px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}
    
.menuarea > ul > li{
     z-index: 9;
     float: right;
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 28px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}

.menuarea > ul > li > a{
    padding-bottom: 30px;
    width: auto;
    color: #d1e6f2;
    font-family: "Manrope", serif !important; 
    font-weight: 400;
    float: left;
    position: relative;
    /* padding-bottom: 30px; */
    font-size: 16px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
    /* border-radius: 20px; */
    }
.menuarea > ul > li > a:hover{
    color: #fff;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.activeli{
        color: #fff !important;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        text-decoration: none;
}


.buttonarea{
    margin-top: -17px;
    /* padding-left: 28px; */
    float: right;
    display: inline-block;
    position: relative;
    z-index: 111;
    padding: 0px 27px;
     -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.buttonarea a{
    background: linear-gradient(90deg,rgba(27, 97, 159, 1) 19%, rgba(15, 80, 137, 1) 100%);
    transition: all ease-in-out .5s;
    border: 1px solid transparent;
    letter-spacing: -0.5px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #d1e6f2 !important;
    width: 156px;
    transition: background-position 0.5s ease-in-out;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: right;
    font-family: "Instrument Sans", sans-serif !important;
}

.buttonarea a:hover {
  background-color: transparent; /* Apply a solid color on hover */
  /* background-position: 0% 0%; */ /* Move the background position to the right */
  background-size: 0% 0%;
  border: 1px solid #fff;
  color: #fff;
   -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



.menu ul li a {
  line-height: 21px;
  padding: 14px 43px;
  display: block;
  font-size: 15px;
  color: #191a1b;
  background: #ffffff;
  /* text-align: left; */
  text-decoration: none;
  /* border-bottom: 1px solid #e31e24; */
  transition: all 0.3s ease;
  font-family: "Manrope", sans-serif;
}

.menu ul li a:hover,
.menu ul li:hover > a {
  background: #11538d !important;
  color: #fff;
  text-decoration: none;
}

.menu li {
    width: 100%;
    position: relative;
    border-radius: 20px;
}
.has-menu {
    right: -100% !important; 
    top: 0% !important;
}
.spl > a::before, .spl > a::after {
    left: 208px !important;
    top: 23px !important;
}
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.sub-menu {
  border-radius: 20px;
  text-align: center;
  /* padding: 10px 0px; */
  position: absolute;
  right: -68%;
  top: 69%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: #345969;
  width: 315px; /* 230px * 3 columns */
  height: 267px;
  /* padding: 20px; */
  /* box-shadow: 0 5px 20px rgba(0,0,0,0.1); */
  display: flex;
  flex-wrap: wrap;
  z-index: 999;
  transform: translateY(10px); /* smooth no-jerk effect */
}

.sub-menu .menu-padding {
  width: 100%;
  box-sizing: border-box;
  /* padding: 5px 10px; */
}





.overlay::-webkit-scrollbar-track
{
    border-radius
: 50px;
    background-color: #000;
       height: 3px;
       border-top-left-radius: 50px;
}

.overlay::-webkit-scrollbar
{    border-radius: 50px;
    width: 5px;
    height: 3px;
    background-color: #000;
}

.overlay::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #000;
       height: 3px;
}

.btn2 img{
  width: 31px;
}
.btn2{
  float: right;
  margin-left: 27px;
  margin-top: 0px;
  position: relative;
  z-index: 999;
}
.hamburgermenu{
  
cursor: pointer;
}
.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 99px;
    background: transparent;
    height: 100%;
    margin-right: -80px;
    /* display: flex; */
    align-items: center;
}.hd-address img {
    float: left;
    width: 95px;
    height: 95px;
    margin-right: 20px;
    /* margin-top: -10px; */
    margin-bottom: 21px;
}.menu2 {
    width: 30px !important;padding:5px;
}
.c-message h5{

font-size: 36px;

font-weight: 600;

color: #f47920;

text-transform: uppercase;
}
.c-message h6{
  
font-size: 20px;
  
color: #000;
  
text-transform: uppercase;
}


.slide {
         float: left;
         width: 100%;
         top: 0px;
         position: relative;
         z-index: 1;
         /* margin-top: -150px; */
         height:100vh;
         background-color: #000;
}

.slider-ban .item {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Make image sit in the background */
.slider-ban .item .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}


.slide .item .slide-image-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}


/* Content area */
.content-wrapper {
  display: flex;
  align-items: center;
  height: 100vh;
  z-index: 2;
  position: relative;
  /* bottom: 56px; */
  top: 43px;
}

/* Existing styles can stay the same */
.header-content {
  width: 100%;
  position: relative;
  z-index: 9;
  /* margin-top: 42px; */
}




@keyframes oceanZoom {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.15); /* Zoom in quicker */
  }
  100% {
    transform: scale(1);
  }
}


.slider-ban .owl-item.active .slide-image {
  animation: oceanZoom 8s ease-in-out infinite;
  will-change: transform;
}
.owl-carousel .owl-item {
}

.slider-ban .owl-item.active .header-content h2{
        transform: auto !important;
       transition: auto !important;
}

.slider-ban .owl-item.active .header-content p{
        transform: auto !important;
       transition: auto !important;
}



.slider-ban .item  .header-content {
    width: 100%;
  

    overflow: hidden;
   
}

.header-content h2 {
       line-height: 93px;
       margin-bottom: 13px;
       position: relative;
       z-index: 9999999;
       float: left;
       font-size: 80px;
       color: #fff;
       font-weight: 700;
       text-align: left;
       width: 100%;
       letter-spacing: -3.5px;
       font-family: "Instrument Sans", sans-serif !important;
}

.header-content p{
      font-family: "Instrument Sans", sans-serif !important;
      margin-top: 6px;
      /* margin-bottom: 47px; */
      font-size: 16px;
      color: #bbcfde;
      font-weight: 400;
      line-height: 200%;
      width: 100%;
      padding-right: 36%;
      text-align: left;
      float: left;
      z-index: 9;
      position: relative;
}



.slider-ban .item {
  background-color: #000; /* or #081b29 or dark blue matching your theme */
}

.owl-carousel .owl-nav.disabled {
    display: none;
}


.banner2 {
  height: 1228px;
  /* background-size: 100%; */
  width: 100%;
  padding: 0px 0 80px 0px;
  text-align: center;
  float: left;
  background-image: url("../images/aboove-banner-bg.webp");
  background-repeat: no-repeat;
  /* background-position-y: 33%; */
  background-size: cover;
}

.banner2 h1 {
  z-index: 999;
  position: relative;
  /* margin-top: -50px; */
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.5px;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 25%;
  font-family: "Instrument Sans", sans-serif !important;
}

.banner2 p{
       font-family: "Instrument Sans", sans-serif !important;
       font-size: 16px;
       font-weight: 400;
       line-height: 200%;
       margin-top: 21px;
       margin-bottom: 29px;
       color: #e7e7e8;
       float: left;
       width: 100%;
       text-align: center;
       padding: 0px 18%;
       letter-spacing: -0.5px;
}
.know-more-btn {
  /* font-family: 'Instrument Sans', sans-serif; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: transparent;
  border: 1px solid #ffffff1c; /* semi-transparent white border */
  color: #e7e7e8;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  border-radius: 999px; /* pill shape */
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 14px;
  width: 197px;
  letter-spacing: -0.5px;
  float: none;
  margin: auto;
}

.arrow {
width: 24px;  transition: transform 0.3s ease;
}

.know-more-btn:hover {
  background-color: #1b619f; /* optional hover effect */
}

.know-more-btn:hover .arrow {
  transform: translateX(5px);
}
.know-more-btn:hover{
    color: #fff;
}
.ban2-a{
    float: left;
    width: 100%;
    margin-bottom: 78px;
}

.diving-card {

    margin-bottom: 70px;
    float: left;
    width: 100%;
    position: relative;
    height: 239px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #000;
      -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.card-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-content {
  position: absolute;
  inset: 0;
  padding: 22px 20px 31px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(to top, rgb(0 0 0 / 83%) 40%, #00000000);
     -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.card-content h3 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 20px;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.card-arrow {
  position: absolute;
  top: 22px;
  right: 20px;
  background-color: white;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.card-arrow img {
        -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  width: 12px;
  /* height: 15px; */
}



.diving-card:hover .card-content{
       -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

    background: linear-gradient(to top, rgb(0 59 73) 40%, #00000000);
}
.diving-card:hover .card-arrow{
background-color: #1D64A3;
}
.diving-card:hover .card-arrow img{
filter: invert(1);
    transform: rotate(45deg);
        -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.banner3{
    float: left;
    width: 100%;
    padding-bottom: 70px;
 position: relative;
}
.banner3 img{
    position: absolute;
    right: 152px;
    top: -210px;
    width: 155px;
  animation: rotateStar 20s linear infinite; /* Slower: 20s instead of 10s */
}

@keyframes rotateStar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.banner3 h1{
      padding: 0px 10%;
      font-family: 'Instrument Sans', sans-serif;
      float: left;
      font-size: 40px;
      font-weight:500;
      color: #a0a0a0;
      margin-bottom: 8px;
      /* padding: 7px 24px; */
      width: 100%;
      line-height: 140%;
      text-align: center;
      letter-spacing: -1px;
}
.banner3 h1 span{
color: #000;
}

.banner4{
    float: left;
    width: 100%;
    padding: 119px 0px 100px 0px;
    background-image: url("../images/service-sec-bg-color.webp");
    background-repeat: no-repeat;
    position: relative;


}
.jelly-1{
    position: absolute;
    width: 273px;
    right: 372px;
    top: -66px;
 animation: slowFloat 8s ease-in-out infinite;
}

/* Slow vertical floating */
@keyframes slowFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.banner4 h1{
     font-family: 'Instrument Sans', sans-serif;
     float: left;
     font-size: 50px;
     font-weight:600;
     color: #fff;
     margin-bottom: 8px;
     /* padding: 7px 24px; */
     width: 100%;
     line-height: 140%;
     letter-spacing: -2px;
}
.banner4 h6{
     font-family: 'Instrument Sans', sans-serif;
      float: left;
      font-size: 16px;
      font-weight:400;
      color: #cfe4ea;
      margin-bottom: 8px;
      /* padding: 7px 24px; */
      width: 87%;
      line-height: 200%;
      letter-spacing: -0.5px;
}
.up-arw{
    float: right;
    width: 185px;
    margin-top: 19px;
      animation: moveUpRight 1.5s ease-in-out infinite;
}
@keyframes moveUpRight {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, -5px); /* right and up */
  }
  100% {
    transform: translate(0, 0);
  }
}


.b3-loop{
    padding-left: 125px;
}
.b3-loop2{
    padding-right: 125px;
    margin-top: 0;
    float: left;
    width: 100%;
}
.car-ban3{
    float: left;
    width: 100%;
    margin-top: 36px;
}
.b3-card {
    margin-bottom: 46px;
    float: left;
    width: 100%;
    position: relative;
    height: 310px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #000;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.b3-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.b3-content {
  position: absolute;
  inset: 0;
  padding: 33px 20px 31px 36px;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  color: #fff;
}

.b3-content h3 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 20px;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  letter-spacing: -0.5px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}

.b3-card:hover .b3-content h3{
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
      text-decoration: underline;
      text-decoration-color: #ffffffba; /* Underline color */
      text-decoration-thickness: 2px; /* Underline thickness */
      text-underline-offset: 5px; /* Space between text and underline */
}
.b3-arrow {
  position: absolute;
  bottom: 26px;
  right: 31px;
  background-color: white;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.b3-arrow img {
  width: 12px !important;
  /* height: 15px; */
}

.b3-card:hover .b3-arrow{
background-color: #1D64A3;
}
.b3-card:hover .b3-arrow img{
filter: invert(1);
    transform: rotate(45deg);
        -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.ban4-a {
  width: 100%;
  margin-bottom: 78px;
  display: flex;
  justify-content: center;
}

.view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: transparent;
  border: 1px solid #ffffff1c;
  color: #e7e7e8;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 14px;
  width: 197px;
  letter-spacing: -0.5px;
  margin: 0 auto;
  float: none; /* remove float */
}

.view-btn:hover {
  background-color: #1b619f;
  color: #fff;
}

.view-btn:hover .arrow {
  transform: translateX(5px);
}


.banner5{
    float: left;
    width: 100%;
    padding: 30px 0px;
    position: relative;
}
.star-2{
    position: absolute;
    left: 148px;
    top: -171px;
    width: 204px;
    animation: rotateStar 20s linear infinite;
}

@keyframes rotateStar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.insta-title h1 {
      font-family: 'Instrument Sans', sans-serif;
      font-size: 40px;
      font-weight: 500;
      margin: 0;
      float: left;
      line-height: 140%;
      letter-spacing: -2px;
}

.insta-title h1 span {
  color: #a0a0a0;
      font-family: 'Instrument Sans', sans-serif;

}

.insta-title h2 {
  font-size: 30px;
  font-weight: 300;
  color: #999;
  margin: 0;
    font-family: 'Instrument Sans', sans-serif;

}



.insta-profile {
  display: flex;
  align-items: center;
  gap: 25px;
  float: right;
  margin-top: 6px;
}

.profile-img {
  width: 103px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}

.profile-info {
  display: flex;
  flex-direction: column;
}

.username-1 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #a0a0a0;
  font-family: 'Instrument Sans', sans-serif;
}

.display-name {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  font-family: 'Instrument Sans', sans-serif;
}

.follow-btn {
  background-color: #3597F0;
  color: white;
  border: none;
  /* padding: 6px 16px; */
  font-size: 14px;
  border-radius: 7px;
  cursor: pointer;
  margin-top: 10px;
  width: 116px;
  height: 32px;
  font-family: 'Instrument Sans', sans-serif;
}
.follow-btn:hover{
    background-color: #111;

}
.b5-insta-loop{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.gal-img{
    height: 287px;
    width: 100%;
    object-fit: cover;
}


.why-ocean {
  width: 100%;
  float: left;
  padding: 60px 0px 112px 0px;
  font-family: 'Instrument Sans', sans-serif;
}

.diver-img {
  float: left;
  width: 540px;
  border-radius: 30px;
  margin-right: 20px;
}

.why-ocean-text {
  float: left;
  width: 50%;
  margin-top: 5px;
}

.why-ocean h5 {
  color: #A0A0A0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 29px;
}

.why-ocean h2 {
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 27px;
  font-weight: 600;
  letter-spacing: -2px;
}

.why-ocean h2 span {
  color: #a0a0a0;
}

.features {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.feature-box {
  width: calc(50% - 15px);
  /* text-align: center; */
}
.feature-box:hover img{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.social-icons img:hover{
     transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s; 
}

.feature-box img {
  float: left;
  width: 56px;
  /* height: 60px; */
  /* background-color: #1D64A3; */
  /* border-radius: 50%; */
  /* padding: 13px; */
  margin-bottom: 15px;
}

.feature-box h4 {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 7px;
  letter-spacing: -0.5px;
}

.feature-box p {
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #111;
  margin: 0;
  letter-spacing: -0.5px;
}



.banner10{
    float: left;
    width: 100%;
    padding: 92px 0px;
    background-color: #f2f2f2;
    font-family: 'Instrument Sans', sans-serif;
}
.banner10 h1 {
    margin-bottom: 24px;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Instrument Sans', sans-serif;
    color: #000;
    line-height: 140%;
    letter-spacing: -1.9px;
}

.banner10 h1 span{
    color: #a0a0a0;
}
.banner10 h2 {
      color: #A0A0A0;
      line-height: 140%;
      margin-bottom: 13PX;
      font-size: 16px;
      width: 100%;
      float: left;
      font-weight: 600;
      font-family: 'Instrument Sans', sans-serif;
      letter-spacing: -1px;
}

.test-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #000;
  border: 1px solid #ffffff1c;
  color: #fff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 14px;
  width: 197px;
  letter-spacing: -0.5px;
  margin: 0 auto;
  float: none; /* remove float */
}

.test-btn:hover {
  background-color: #1b619f;
  color: #fff;
}

.test-btn:hover .arrow {
  transform: translateX(5px);
}







.panel1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fefefe;
    border-radius: 15px;
    padding: 35px 36px;
}
.b10-1{
float: left;
width: 100%;
}
.panel1 h6{
 color: #000;
 line-height: 200%;
 font-size: 16px;
 /* margin-top: 23px; */
 font-weight: normal;
 font-family: 'Instrument Sans', sans-serif;
 margin-bottom: 20px;
}
.panel1 h5{
 color: #00748e;
 line-height: 27px;
 font-size: 15px;
 font-weight: 500;
 font-family: 'Instrument Sans', sans-serif;
}


.panel1 h3{
 color: #a0a0a0;
 line-height: 27px;
 font-size: 14px;
 font-weight: 500;
 font-family: 'Instrument Sans', sans-serif;
 margin-top: 0px;
}

.slider-ban .owl-carousel .owl-stage-outer{
    padding: 40px 0px !important; 
}
.panel1 img{
    float: right;
    width: 90px !important;
    height: 120px;
    object-fit: cover;
    border-radius: 50px;
    margin-left: 22px;
    /* margin-bottom: 50px; */
    border: 5px solid #fff;
    
}

.register {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  float: left;
  flex-wrap: wrap; /* Optional for mobile */
}

.register h2 {
  margin: 0;
  font-size: 30px;
    color: #111;
      font-family: 'Instrument Sans', sans-serif;
        letter-spacing: -0.5px;
        font-weight: 500;
}

.register-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.padi {
   width: 160px;
  object-fit: contain;
}

.aramco {
   width: 190px;
  object-fit: contain;
}


.footer {
  padding: 60px 0 0px 0px;
  background: #fff;
  float: left;
  width: 100%;
  font-family: 'Instrument Sans', sans-serif;
}



.f-logo{
    width: 394px;
    float: left;
}

.text-right {
  text-align: right;
}




.logo-right {
  width: 298px;
  float: right;
}

.venture-text {
  font-size: 16px;
  text-align: right;
  margin-bottom: 8px;
  float: right;
  letter-spacing: -.5px;
}

.footer .phone {
  font-size: 20px;
  font-weight: 400;
  float: left;
  letter-spacing: -.5px;
  width: 100%;
  margin-bottom: 10px;
}
.small-text{
    float: left;
    width: 100%;
    color: #a0a0a0;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 18px;
}
.phone a{
    color: #111;
}
.email a{
        color: #111;

}
.footer .email {
  font-size: 30px;
  font-weight: 600;
  float: left;
  width: 100%;
  letter-spacing: -1px;
}

.dummy {
  font-size: 40px;
  line-height: 140%;
  font-weight: 500;
  float: left;
  /* width: 100%; */
  letter-spacing: -2px;
}

.dummy span{
    color: #a0a0a0;
}


.ftr-h1 {
  display: flex;
  align-items: stretch; /* make both columns full height */
  justify-content: space-between;
  width: 100%;
  /* padding: 20px 0; */
}

.text-left {

float: left;  display: flex;
  align-items: center; /* or flex-start for top */
}

.ftr-btn1 {

float: right;  display: flex;
  align-items: flex-end;     /* align to bottom vertically */
  justify-content: flex-end; /* align to right horizontally */
}
.ftr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  color: #111;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 197px;
  letter-spacing: -0.5px;
  gap: 14px;
}

.ftr-btn:hover {
  background-color: #1b619f;
  color: #fff;
}

.ftr-btn:hover .arrow {
  transform: translateX(5px);
  filter:unset !important;
}
.email a:hover{
    color:#1b619f ;
}
.phone a:hover{
    color:#1b619f ;
}
.footer-title a:hover{
    color:#1b619f ;
}
.bo-1 {
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 49px;
    border: 0;
    border-top: 1px solid #ddd8d8;
}
.bo-2 {
    float: left;
    width: 100%;
    height: 1px;
    margin-top: 42px;
    margin-bottom: 55px;
    border: 0;
    border-top: 1px solid #ddd8d8;
}
.bo-3 {
    float: left;
    width: 100%;
    height: 1px;
    margin-top: 53px;
    margin-bottom: 55px;
    border: 0;
    border-top: 1px solid #ddd8d8;
}
.footer-title {
      font-family: 'Instrument Sans', sans-serif;

  font-size: 30px;
  font-weight: 500;
  margin-bottom: 17px;
  float: left;
  width: 100%;
  color: #111;
  letter-spacing: -1px;
}
.footer-title a{
    color: #111;
}
.footer-cnct{
      font-family: 'Instrument Sans', sans-serif;

    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    color: #111;
    letter-spacing: -1px;
    text-align: center;
}

.style-diff{
    text-align: right !important;
}
.footer-cnct span{
      font-family: 'Instrument Sans', sans-serif;

    margin-top: 9px;
    color: #a0a0a0;
    font-size: 16px;
    width: 100%;
    float: left;
    letter-spacing: -0.5px;
    font-weight: 400;
    line-height: 128%;
    text-align: center;
}
.social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;           /* Allows wrapping if space is tight */
  gap: 35px;                 /* Smaller gap to avoid overflow */
  margin-top: 17px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.social-icons img {
  width: 34px;
  vertical-align: middle;
}
.address {
      font-family: 'Instrument Sans', sans-serif;

  text-align: right;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 140%;
  font-weight: 400;
  color: #111;
}
.artrades-sec{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}


.footer-bar {
  background-color: #fff;
  padding: 20px 15px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #eee;
}

.footer-content {
  width: 100%;
  float: left;
  font-family: 'Instrument Sans', sans-serif;
  margin-bottom: 45px;
}

.copy{
    float: left;
    width: 50%;
    font-size: 16px;
    color: #a0a0a0;
    font-weight:400;
    letter-spacing: -0.5px;
      font-family: 'Instrument Sans', sans-serif;
}
.design{
    float: left;
    width: 50%;
    text-align: right;
    font-size: 16px;
    color: #a0a0a0;
    font-weight:400;
    letter-spacing: -0.5px;
      font-family: 'Instrument Sans', sans-serif;


}
.design a{
    color: #a0a0a0;
}
.design a:hover{
    color:#1b619f ;
}

.big-banner-text {
  line-height: 94px;
  float: left;
  text-align: center;
  font-size: 116px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Instrument Sans', sans-serif;
  width: 100%;
  background: linear-gradient(to right, #dfdfdf 10%, #f3f3f3 25%, #e9e9e9 40%, #005D76 55%, /* darker color for contrast */ #016c83 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 300% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


/*about*/
/*innerpage*/

.ab-ban1 {
    padding-top: 200px;
    float: left;
    width: 100%;
    background-image: url(../images/inner-bnr.webp);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: cover;
    font-family: 'Instrument Sans', sans-serif;
    position: relative;
}
.star-about{
    position: absolute;
    width: 159px;
    right: 100px;
    bottom: -72px;
    animation: rotateStar 20s linear infinite;
}


.ab-ban1 h3{
     letter-spacing: -1.5px;
     font-size: 52px;
     font-weight: 600;
     line-height: 130%;
     text-align: left;
     color: #fff;
     float: left;
     width: 100%;
     margin-bottom: 79px;
     position: relative;
     text-align: left;
     font-family: 'Instrument Sans', sans-serif;
}
.ab-ban1 h2{
     padding-top: 63px;
     padding-bottom: 30px;
     float: left;
     /* width: 100%; */
     background-color: #11538d;
     padding: 10px 30px;
     border-radius: 30px;
     margin-bottom: 20px;
         font-family: 'Instrument Sans', sans-serif;

}
.ab-ban1 a{
     text-align: left;
     float: left;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
}

.loop-a:hover{
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
}
.a-bus-1{
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0px 70px 0px;
}

.about-img{
    margin-bottom: 20px;
    float: none;
    object-fit: cover;
    width: 500px;
    margin-right: auto;
    border-radius: 35px;
    height: 500px;
    margin-left: auto;
    display: block;
}
.medabout-img{
    margin-bottom: 20px;
    float: none;
    object-fit: cover;
    width: 100%;
    margin-right: auto;
    border-radius: 35px;
    height: 500px;
    margin-left: auto;
    display: block;
}

.a-bus-1 h1 {
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 27px;
  font-weight: 600;
  letter-spacing: -2px;
  font-family: "Instrument Sans", sans-serif !important;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 19%;
}

.a-bus-1 h1 span {
  color: #a0a0a0;
}

.a-bus1-1 p{
           font-family: "Instrument Sans", sans-serif !important;
           font-size: 16px;
           font-weight: 400;
           line-height: 200%;
           color: #111;
           letter-spacing: -0.5px;
           float: left;
           width: 100%;
           text-align: center;
}


.vision-mission{
    background: #000;
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
    font-family: "Instrument Sans", sans-serif !important;
}


.vision-item{
     float: left;
     width: 100%;
     margin-bottom: 22px;
}

.vision-item h2{
   font-family: 'Instrument Sans', sans-serif;
   float: left;
   font-size: 29px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 8px;
   /* padding: 7px 24px; */
   width: 100%;
   line-height: 140%;
   letter-spacing: -2px;
}
.vision-item p{
     font-family: "Instrument Sans", sans-serif !important;
     font-size: 16px;
     font-weight: 400;
     line-height: 200%;
     color: #bdbdbd;
     letter-spacing: -0.5px;
     float: left;
     width: 100%;
}


  
.call-action{
    float: left;
    width: 100%;
    padding: 77px 0px;
    background-image: url("../images/fo-cta.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    position: relative;
    background-position-x: 79%;

}

.call-bg{
    float: left;
    width: 55%;
}
.call-bg h1,
.call-bg h2 {
     margin-bottom: 24px;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Instrument Sans', sans-serif;
    color: #fff;
    line-height: 140%;
    letter-spacing: -1.9px;
    float: left;
    width: 100%;
}
.call-bg p{
       font-family: 'Instrument Sans', sans-serif;
       width: 78%;
       float: left;
       /* line-height: 30px; */
       /* float: left; */
       /* font-size: 16px; */
       /* font-weight: 400; */
       color: #fff;
       margin-bottom: 30px;
       font-size: 16px;
       font-weight: 400;
       line-height: 200%;
       /* color: #bdbdbd; */
       letter-spacing: -0.5px;
}




.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #1b619f;
  border: 1px solid #ffffff1c;
  color: #fff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 14px;
  width: 197px;
  letter-spacing: -0.5px;
  margin: 0 auto;
  float: none; /* remove float */
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.cta-btn:hover {
  background-color: #fff;
  color: #000;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.cta-btn:hover .arrow {
  transform: translateX(5px);
  filter: invert(1);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}














#expertise-section {
    float: left;
    width: 100%;
    padding-top: 55PX;
    padding-bottom: 55PX;
}
.golden-img {
    width: 100%;
    float: left !important;
    margin-right: 0px;
    margin-left: 0px !important;
    margin-bottom: 20px;
    border-radius: 20px;
}
#expertise-section h1 {
    float: left;
    width: 100%;
    color: #191A1B;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 500;
    line-height: 59px;
    text-align: left;
    padding-bottom: 20px;
}
#expertise-section p {
  width: 100%;
  float: left;
  text-align: left;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}

.connectus-bg p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    
    padding: 15px;
    text-align: center !important;
    margin-bottom: 5px;
}


.connectus-bg {
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    /* background-color: #f3ffea; */
    background: linear-gradient(0deg, rgb(28 75 65) 0%, rgba(128, 199, 71, 1) 100%);
}
.connectus-bg h4 {
    float: left;
    width: 100%;
    color: #191a1b;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    line-height: 30px;
    background: white;
    padding: 15px;
    border-radius: 24px;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 2px 30px -15px rgba(0,0,0,.75);
    box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%);
}

.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.mail-bg span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px rgb(70 85 98 / 12%);
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #191a1b;
    font-weight: 500;
}
.mail-bg strong {
    color: #686868;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 5px;
}
.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}


.sr-bg {
    border: 1px solid #d5d5d5;
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    /* padding: 15px; */
    background-color: #ffffff;
    /* margin-top: 25px; */
    /* padding-bottom: 25px; */
    margin-bottom: 25px;
    border-radius: 30px;
}
.sr-bg h4 {
    border-radius: 30px 30px 0px 0px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    /* margin-top: 15px; */
    font-weight: 500;
    line-height: 30px;
    background: #1C4B41;
    /* background: linear-gradient(338deg, rgb(253 76 105) 0%, rgb(101 95 95) 100%); */
    padding: 15px;
    /* border-bottom-left-radius: 20px; */
    /* -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%); */
    -moz-box-shadow: -1px 2px 30px -15px rgba(0, 0, 0, .75);
    /* box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%); */
    margin-bottom: 0px;
}
.srv-list {
    float: left;
    width: 100%;
}
.srv-nav {
    border-bottom: 1px solid #d5d5d5;
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 18px;
    color: #686868;
    font-size: 16px;
    padding-left: 25px;
    /* border-bottom-left-radius: 20px; */
}

.srv-nav:hover {
    padding-left: 20px;
    background-color: #1c4b41;
    color: white;
    text-decoration: none !important;
}
.srv-nav-active {
    padding-left: 20px;
    background-color: #80c747 !important;
    color: white;
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
}


.srv-list a:last-of-type:hover {
    border-radius: 0 0 20px 20px;
}
.srv-nav {
    transition: all 0.3s ease;
}

#sub-page-intro {
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}
#sub-page-intro h6 {

  font-size: 50px;
  line-height: 140%;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: -2px;
  font-family: "Instrument Sans", sans-serif !important;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 19%;
}

#sub-page-intro h6 span {
  color: #a0a0a0;
}

#sub-page-intro p{
           font-family: "Instrument Sans", sans-serif !important;
           font-size: 16px;
           font-weight: 400;
           line-height: 200%;
           color: #111;
           letter-spacing: -0.5px;
           float: left;
           width: 100%;
           text-align: center;
           padding: 0px 20%;
           margin-bottom: 50px;
}
.career-frn {
    float: left;
    width: 100%;
}
.frm-titel {
    font-family: "Instrument Sans", sans-serif !important;
    float: left;
    padding-bottom: 5px;
    width: 100%;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.career-frm {
    /* border: 1px solid #b0aaaa; */
    color: #131616;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    background: #3e444a0d;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500msease;
    /* border: solid 1px #80c747; */
    margin-top: 3px;
    width: 100%;
    font-family: "Instrument Sans", sans-serif !important;
    float: left;
    padding: 16px 10px;
    margin-top: 3px;
    border-radius: 8px;
}
.morebtn {
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: center; /* horizontal centering */
  width: 100%;
  height: 100px; /* set a height or inherit from parent */
}

.morebtn button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #1b619f;
  border: 1px solid #ffffff1c;
  color: #fff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  gap: 14px;
  width: 100%;
  letter-spacing: -0.5px;
  cursor: pointer;
}

.morebtn button:hover{
    background-color: #000;
}


.morebtn button:hover .arrow {
  transform: translateX(5px);
}

.social-icons a{
    width: auto !important;
}



/* ======= Contact style ======= */
.contact {
    float: left;
    width: 100%;
padding-bottom:50px;    /* background: #fafafa; */
}




.contact-section2{
    float: left !important;
    width: 100% !important;
   
    }

.contact-section2 h1{
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: -2px;
  font-family: "Instrument Sans", sans-serif !important;
  float: left;
  width: 100%;
  text-align: left;
}
.contact-section2 h1 span{
  color: #a0a0a0;
}
.contact-section2 p{float: left;width: 100%;font-size: 16px;/* letter-spacing: 0.5px; */color: #686868;font-weight: 400;margin-bottom: 30px;/* font-family: 'Barlow',sans-serif; */line-height: 28px;}
.contact-label2 {
      font-family: "Instrument Sans", sans-serif !important;
    float: left;
    padding-bottom: 5px;
    width: 100%;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.mct_form2 {
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 46px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    /* outline: none; */
    background: transparent;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    /* border-bottom: solid 1px rgb(244 244 244 / 80%); */
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    border: 1px solid #dbdbdb;
}
.contactform2 h2{
          float: left;
          width:100%;
          font-size: 40px;
          font-weight: 500;
          line-height: 48px;
          color: #80c747;
          /* letter-spacing: -2.12px; */
          margin-bottom: 30px;
          /* font-family: 'space grotesk',sans-serif; */
          /* background: linear-gradient(to bottom, #80C747 0%, #343E2C 100%); */
}


.frm-enq {
 float: left;
 width: 100%;
margin-top: 50px;
}

.contact-snd  {
  display:flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #1b619f;
  border: 1px solid #ffffff1c;
  color: #fff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  gap: 14px;
width: 197px;  letter-spacing: -0.5px;
  cursor: pointer;
  float: none;
  margin: auto;
}

.contact-snd button:hover{
    background-color: #000;
}


.contact-snd button:hover .arrow {
  transform: translateX(5px);
}




.ct-box {
    margin-right: 5px;
    float: left;
    width: 49%;
    background: #111;
    margin-top: 10px;
    padding: 25px 20px;
    border-radius: 20px;
    height: 253px;
    font-family: "Instrument Sans", sans-serif !important;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* optional, for safety */
}

.ct-box h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    float: left;
    width: 100%;
    text-align: center;
    /* margin-bottom: 15px; */
    letter-spacing: -1px;
    margin-bottom: 22px;
    /* align-items: center; */
}
.ct-box h4 {
    color: #bcbcbc;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    line-height: 180%;
    letter-spacing: -0.5px;
    float: left;
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
    justify-content: end;
}
.ct-box a {
    width: 100%;
    color: #bcbcbc;
    display: block; /* changed from flex to block */
    margin-bottom: 5px; /* optional for spacing */
    text-align: center;  /* to maintain right alignment */
}

.ct-box a:hover{
    color: #1b619f;
}
.quick-send{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #1b619f;
  border: 1px solid #ffffff1c;
  color: #fff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  gap: 14px;
  width: 197px;
  letter-spacing: -0.5px;
  cursor: pointer;
}

.nav-logo{
    float: left;
    width: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 39px;
}
.nav-logoclass{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 587px;
}

.quick-send:hover {
    color: #1b1b1b; /* Change text color on hover */
    background-color: #fff; /* Make background transparent for animation */
}.menu > li > a:first-child {
  border-radius: 20px 20px 0 0;
}


/*floting*/
.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}




.fa-whatsapp:before {
    content: "\f232";
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

.my-float {
    margin-top: 3px;
}

.ip-loader{
    margin-left: 0px!important;
    bottom: 46%!important;
}
.loader {
 width: 203px;
 height: auto;
 display: inline-block;
 box-sizing: border-box;
 position: relative;
 opacity: 1;
 animation: filter-animation 3s infinite;
 /*  stroke: darkred;*/
 /*transition: fill .3s ease-in-out;*/
 /*animation: chng 1s linear infinite;*/
 /* transform-origin: bottom;*/
 /*-webkit-animation: colorchange 20s infinite alternate;*/
 /*margin-left: 80px;*/
}
.loader img{
       max-width: 276px;
       width: 100%;
       /* margin-top: -71px; */
}

@keyframes filter-animation {
   0% { transform: translateY(-3px); opacity: 1;}
  25% { transform: translateY(3px); opacity: 1;}
  50% { transform: translateY(-3px); opacity: 1;}
   75% { transform: translateY(3px); opacity: 1;}
 
  100% { transform: translateY(-3px); opacity: 1;}
}




@media(min-width:1200px)
{
    .loader {
    width: 317px;
}
}


body.loading {
  overflow: hidden;
}

/*odometer*/
 .counterup-section {
      padding: 100px 0px;
      color: #111;
      text-align: center;
      float: left;
    width: 100%;
    position: relative;
    }

    .counterup-container {
     display: flex;
     /* flex-wrap: wrap; */
     /* justify-content: space-around; */
     /* gap: 40px; */
     float: left;
     width: 100%;
    }
.odometer-wrapper {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  font-family: "Instrument Sans", sans-serif;
}

.suffix {
  margin-left: 2px;
  position: relative;
  top: 1px;
}

.plus {
  margin-left: 2px;
  position: relative;
  top: 4px;
}
    .counter-box {
      flex: 1 1 200px;
          background: #f5f5f5;
    padding: 60px 20px;
    border-radius: 30px;
    }

    .odometer {
      font-size: 48px;
        font-family: "Instrument Sans", sans-serif;

      font-weight: bold;
      margin-bottom: 10px;
    }

    .counter-title {
      font-size: 19px;
      font-family: "Instrument Sans", sans-serif;
      letter-spacing: -1px;
      font-weight: 400;
    }
    .jelly-counter{
position: absolute;
    width: 191px;
    right: 83px;
    top: -100px;
 animation: slowFloat 8s ease-in-out infinite;
}

.service-ban{
    float: left;
    width: 100%;
    padding: 70px 0px 30px 0px;
}

.service-card {
  width: 100%;
  margin-bottom: 46px;
  float: left;
  border-radius: 25px;
  overflow: hidden;
  background-color: #000;
  transition: all ease-in-out 0.5s;
  height: 380px; /* uniform card height */
  display: flex;
  flex-direction: column;
}

.service-img {
  width: 100%;
  height: 90%; /* image takes up 70% of card */
  object-fit: cover;
  display: block;
}

.service-content {
  height: 30%; /* text box takes up 30% */
  background-color: #000;
  padding: 15px 20px 15px 36px;
  display: flex;
  align-items: center; /* vertical centering */
}

.service-content h2, 
.service-content h3 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 20px;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;

}

.map-sec {
    float: left;
    width: 100%;
    margin-top: 78px;}







#enroll .modal-content {
   /* background: #000;*/
   background-size: cover;
   border-radius: 30px;
   background: #000;
   /* background: linear-gradient(90deg,rgba(27, 97, 159, 1) 19%, rgba(15, 80, 137, 1) 100%); */
   border: none;
}

.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    z-index: 999;
    top: 15px;
    background: #111 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}
.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 30px;
    border-radius: 30px;
}

.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.log-field label {
    font-size: 15px;
    color: #111;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    font-weight: 500;
    font-family: 'Instrument Sans', sans-serif;
}
.log-field input {
      height: 50px;
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
    background: #3e444a0d;
    font-family: 'Instrument Sans', sans-serif;
}
.log-sec p {
    font-size: 14px;
    color: #817f7f;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    float: left;
      font-family: 'Instrument Sans', sans-serif;

}
.mod-right {
    width: 100%;
    float: left;
    padding: 30px 30px;
}
.mod-right img{width: 100%;max-width: 305px;float: left;margin: auto;display: block;text-align: center;}
.mod-right a {
    margin-bottom: 25px;
    font-size: 21px;
    color: #a0a0a0;
    text-decoration: none;
    float: left;
    width: 100%;
    font-weight: 500;
    font-family: 'Instrument Sans', sans-serif;
}
.mod-right h6 {
    font-size: 27px;
    color: #fff;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    line-height: 140%;
    letter-spacing: -1px;
}
.time-mod {
    font-size: 20px;
    color: #b3b3b3;
    font-weight: 400;
    margin-top: 30px;
      font-family: 'Instrument Sans', sans-serif;

}




@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}




.modal.fade .modal-dialog {
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.modal.fade.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

/* Optional: Smooth Backdrop */
.modal-backdrop {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.modal-backdrop.show {
  opacity: 0.5;
}
.log-field select {
  width: 100%;
  padding: 0 15px; /* horizontal only */
  height: 50px;
  line-height: 50px; /* aligns text vertically */
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  font-size: 15px;
  font-family: 'Instrument Sans', sans-serif;
  background: #3e444a0d;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}


.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    
.grecaptcha-badge { 
    visibility: hidden;
}


@media(max-width:767px)
{
    .register h2 {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    }
    
    .register-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    float: left;
    width: 100%;
}
}

@media(max-width:449px)
{
        .register-logos {
        display: block !important;
        }
    .aramco {
    display: block;
    float: none;
    margin: 0px auto 30px auto;
}
    .padi {
    display: block;
    float: none;
    margin: 0px auto 0px auto;
}
}





.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.6s linear infinite;
  margin-left: 10px;
  vertical-align: middle;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}