*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



html,body{
   margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth; 
}



body{
   font-family: 'Inter', sans-serif;
    height: fit-content;
    overflow-y: scroll;
    scroll-behavior: smooth;
   background-color: #FFFFFF;
   overflow-x: hidden;
  
}


.discount{
    width:100%;
    height: 90px;
    padding:36px 10px 10px 10px;
    gap: 10px;
    background: linear-gradient(to right, #486341, #66B3c2);
     direction: rtl;
    color:white;
    text-align: center;
    font-family: 'cairo', sans-serif;
  
    /* position: sticky;
    top:0px;
     z-index:5;  */
}


.header{
    background-color: #FFFFFF;
    min-height: 202.68px;
    height: 110px;
    width: auto;
    padding-right: 20px;
    display: flex;
    align-items: center;
    padding: 0 20px;   
    justify-content: space-between; 
}
  

#small{
  display: none;
}

.container {
display:flex;
height: fit-content;
  align-items:center;
  justify-content:space-between;
  width:100%;
}





.logo-image-shake:hover  {
  animation: shake 0.9s ease-in-out  ;
}
@keyframes shake {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(15deg); }
  40%  { transform: rotate(-15deg); }
  60%  { transform: rotate(10deg); }
  80%  { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}  

#small .phone-icon a:hover {
  color:gray;
}


.description-section p {
    direction: rtl;
      width:fit-content ;
      min-height: 59px;
      font-family: 'cairo',sans-serif;
      font-weight: bold;
       font-size: 31.38px; 
       line-height: 100%;
        letter-spacing: 0%;
        margin-left: auto;
}
.description-section .title {
           direction: rtl;
     /* padding-right: 70px;   */
      width:100% ;
      min-height: 59px;
      font-family: 'cairo',sans-serif;
      font-weight: bold;
       font-size: 31.38px; 
       line-height: 100%;
        letter-spacing: 0%;
         margin-left: auto; 
        text-align: center;
}

.vedios-section .title{
  direction: rtl;
     /* padding-right: 70px;   */
      width:100% ;
      min-height: 59px;
      font-family: 'cairo',sans-serif;
      font-weight: bold;
       font-size: 31.38px; 
       line-height: 100%;
        letter-spacing: 0%;
         margin-left: auto; 
        text-align: center;
}


.logo-parent{
    max-width: 400px;  
     min-height: 200px;
    
      display: flex; 
      flex-direction: column;
       align-items: center;
        text-align: center;
}
.logo-section {
    order:3;
  display:flex;
  align-items:center;
  gap:10px;
}

.logo-section img {
  width: 95px;
  height: auto;
}

.opinions-section{
gap: 10px;
  display: inline-block; 
  text-align: center;

}
.opinions-section img{
  width: 180px;
  height: auto;
}


.logo-text{
    display: inline-block;
     vertical-align: middle;
      text-align: right;
}

.logo-text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #00657b;
  margin: 0;
      font-size: large;
    font-weight: bold;
}

.logo-text p {
  font-size: 12px;
  color: #007b9c;
  margin: 0;
}

.logo-text img{
    display: inline-block; 
    vertical-align: middle;
     width: 80px; height: auto;
      margin-right: 10px;
}

.nav-links {
 order:2;
  display:flex;
  gap:25px;
  justify-content:center;
  flex:1;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  position: relative;
      font-size: larger;
    font-weight: bold;
}

.nav-links a.active,
.nav-links a:hover {
  color: #007b9c;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #007b9c;
  border-radius: 2px;
}

.contact-section {
  font-family: 'Inter', sans-serif;
    font-weight: 500;       
    font-style: normal;     
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    /* border: 1px solid white; */
    border-radius: 8px;
    background-color:  rgba(23, 38, 74, 1);
    padding: 8px 25px ;
  }


.phone {
  border: 1px solid  #1A7182;
   color:  #1A7182;
  padding: px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  gap: 8px;
  
}

.new-phone{
  color:rgba(255,255,255,1);
  text-decoration: none;


}



.phone:hover ,.new-phone:hover{
   text-decoration: none;
  
   opacity: 0.7;
   color: white;
}



.phone i {
  color: #007b9c;
}

.social {
  gap: 15px;
  display: flex;
   justify-content: space-evenly;
}

.new-social {

  display: flex;
   justify-content: space-around;
}

.social a ,.new-social a{
 color: rgba(0, 51, 102, 0.88);

  font-size: 20px;
  transition: 0.3s;
}

.social a:hover  ,.new-social a:hover{
  color: rgba(0, 51, 102, 0.88);
}


.icons-container{
width: 284px;
min-height: 162.5px;
height: fit-content;
gap: 50px;
}




.description-section{
    width:auto;
    height: fit-content;
     min-height: 761.18px; 
     padding-top:193px; 
     padding-bottom: 123px;
     gap: 38px;
      justify-content: center; 
      align-items: center; 
      direction: ltr;
}


.vedios-section{
     min-height: 599.67px;
     height: fit-content;
     width: auto;
  padding: 183.7px 72.32px 134px 72.32px;


  gap:38px;
   justify-content: center; 
      align-items: center; 

  background-color: white;
  direction: ltr;
  
}




.card{
    width:340.83px ; 
    height: fit-content;
    min-height: 445.18px;
    border-radius: 29.4px;
     padding:32px 25.94px 32px 25.94px;
     gap:15.28px;
     background: linear-gradient(#FFFFFF,#CFE3E4);
     margin: 0px 5px;
     
}

.card img {
    border-radius:29.4px ;
     width:320.95px;
     height: 232.63px;
     position:relative;
     left:-19px;
}



.vedios-sec img{
   border-radius:29.4px ;
     width:348.95px;
     height: 232.63px;
     position:relative;
     right:12px;
}



.vedios-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 20px;
}

.vedios-sec {
  position: relative;
  width: 320px;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}




.play{
cursor: pointer;
}



.vedios-sec video{
display: none;
  width: 100%;
  height:100% ;
  border-radius: 16px;
  object-fit: contain;
 transition: background-color 0.3s ease;
}

.card p{
    direction: rtl;
     font-family: 'cairo', sans-serif;
      font-weight: 500;
       font-size: 20.72px;
       line-height: 1.2;
        letter-spacing: 0%;
       text-align: center; 
       color:#656363;
       
    
}



.icone-styling{
  width:30px ;
  height: 30px ;
   background-color: rgba(0, 51, 102, 0.88);
 
  border-radius: 50% ;
  color:white ;
   text-align: center ;
    line-height: 30px !important; 
}

.sp-icone{
    width:30px ;
  height: 30px ;
  background-color: #1A7182 ;
 
  border-radius: 50% ;
  color:white ;
   text-align: center ;
    line-height: 30px !important; 
}


.icone-styling:hover{
  background-color:  #007b9c;
}




.description {
  background-image: 
    url('/images/firstCar.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 681px;
  height: 1024px;
justify-content: flex-start;
  display: flex;
  flex-direction: column;
  /* justify-content: space-evenly; */
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px;
}




.buttons-row {
  display: flex;
  flex-direction: row; /* horizontal */
  gap: 10px;           /* space between buttons */
  justify-content: center; /* center on screen */
  flex-wrap: wrap;     /* allows wrap on very small screens */
}

.buttons-row .btn {
  flex: 1 1 auto;       /* optional: make buttons equal width */
  max-width: 200px;     /* optional max width */
}

.content {
  max-width: 600px;
  /* background: rgba(255, 255, 255, 0.1); */
  border-radius: 10px;
  padding: 30px 20px;
  /* backdrop-filter: blur(4px); */
}



.description h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 51.67px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.description h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;        /* Medium weight */
  font-size: 29.76px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}




.buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 13px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  border: none;
  gap:18.77px;
 
  width:260;
  margin: 15px;
}

.call img{
  height: 20px;
  width: 20px;
}

.btn.call {
    color: white;

  background: rgba(255,255,255,0.05);
  border: 0.5px solid;
  border-image-source: linear-gradient(
    267.27deg,
    rgba(255,255,255,0.05) 0.44%,
    #FFFFFF 50.07%,
    rgba(255,255,255,0.05) 99.7%
  );
  border-image-slice: 1;

  backdrop-filter: blur(53px);

  box-shadow:
    inset 0px 2px 4px rgba(255,255,255,0.4),
    inset 0px -2px 4px rgba(0,0,0,0.2);
}
.call{
     width: 217px;
    height: 48px;
}

.btn.whatsapp {
 color:white;
  background-color: rgba(23, 38, 74, 1);

  

}

.btn:hover {
  opacity: 0.8;

}

  






@media (max-width: 768px) {
  #who-we-are {
    direction: ltr;
  max-width:100%;
  min-height: 685px;
  height: fit-content;
   padding: 92px 25px;       
 background-color: rgba(15, 23, 42, 1);

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  
  justify-content: flex-end;
  align-items: center;
}
 

  .who-we-image{
  width:100%;
  max-width:557px;
  aspect-ratio:557/498;
  border-radius:30px;
}

  #who{
    margin-top: 30px;
  }

  .inline-Who{
    flex-direction:column;
    align-items:center;
    padding-right: 20px;
  }

  #bigImage-continer{
    width:100%;
    display:flex;
    justify-content:center;
    margin-bottom:30px;
  }
}





 .full-width {
  width: 100%; 
  margin: 0;    
  padding: 0;   
} 


.white-space{
   width: 100%;
   height: 126px;
    padding: 33px 114px;  
   gap:12px;
}

.rank{
  background-image: url('/white-water/images/rank.jpg');
  width:100%;
  min-height: 408px;
  height: fit-content;
  gap:50px;
  color:#011E17;
}


.not-focused{
  background: linear-gradient(to bottom,);
  width:348.95px;
     height: 232.63px;
border-radius: 15px;

}

@media (max-width:499px) {
  .header{
    background-color: #FFFFFF;
    min-height: 202.68px;
    height: fit-content;
    width: auto;
    padding-right: 20px;
   
    display: flex;
    align-items: center;
    padding: 0 20px;   
    justify-content: space-between; 
}
}


.omage{
  display: none;
}


.feedback-card {
  background-color: #fff;
  width: 220px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feedback-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e0e0e0;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-img::before {
  content: attr(data-initials);
  position: absolute;
  font-size: 18px;
  color: #333;
}

.user-info h3 {
  font-size: 18px;
  margin: 0;
}

.user-info p {
  color: #777;
  font-size: 14px;
  margin: 3px 0 0;
}

.stars {
  color: #f5c518;
  margin-bottom: 10px;
}

.feedback {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  min-height: 115px;
}

.scroll-box {
  overflow-x: scroll;      
}
.disable-scrollbars::-webkit-scrollbar {
  background: transparent; 
  width: 0px;
}
    
.disable-scrollbars {
  scrollbar-width: none; 
  -ms-overflow-style: none;  
}


::-webkit-scrollbar {
  display: none;
}

#call-icone{

  display:none;
  color: white;
}

#slashs{
  display: none;
}

.phone-icon{
  width:45px;
  height:45px;
  background-color:rgba(0, 51, 102, 1);
  border-radius:50%;
  align-items:center;
  justify-content:center;
  display: none;
}



.trans-me{
  transform: translateY(0px);

}
.trans-me:hover{
  transform: translateY(-8px);
   transition: transform 0.4s ease-in-out;
}

 


/* @media(max-width:770px){
  .container{
  width:100%;
  }

  #small{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    position: relative;
height: fit-content;
  align-items:center;
  justify-content:space-between; 

  }

   .nav-links{
    display: none;
  }

  .contact-section{
    display: none;
  }
 

  #slashs{
    display: block;
    position: absolute;
    right: -220px;
  }

  

 .phone-icon{
  width:60px;
  height:60px;
  background-color:rgba(0, 51, 102, 1);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  position: absolute;
   top:37px;
 
}

.phone-icon a{
  color:white;
  font-size:25px;
} 
 
.logo-text{
  display: none;
}
.logo-image-shake{
  display: none;
}

.omage{
  display: block;
  width: fit-content;
  position: relative;
  right:-75px;
}
.omage #image{
  width: 150px;
  height: 150px;
  display: block;
}

} */



@media(max-width:770px){
 .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }

  #small{
            display: flex;
        width: 100%;
        height: fit-content;
        min-height: 219px;
        align-items: center;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;

  }

   .nav-links{
    display: none;
  }

  .contact-section{
    display: none;
  }
 

  #slashs{
    display: block;
    /* position: absolute;
    right: -220px; */
  }

  

 .phone-icon{
  width:60px;
  height:60px;
  background-color:rgba(0, 51, 102, 1);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  /* position: absolute;
   top:37px; */
 
}

.phone-icon a{
  color:white;
  font-size:25px;
} 
 
.logo-text{
  display: none;
}
.logo-image-shake{
  display: none;
}

.omage{
  display: block;
  width: fit-content;
 
}
.omage #image{
  width: 150px;
  height: 150px;
  display: block;
}

}








.container {
display: flex; 

 width: 100%;
}


#call-icone{
  display:block;
  width:50px ;
  height: 50px ;
  background-color: #1A7182 ;
 
  border-radius: 50% ;
  color:white ;
   text-align: center ;
    line-height: 50px !important; 
    justify-self: left;
    

     transform: translateY(0);
  transition: transform 0.4s ease;
}
#call-icone:hover{
  transform: translateY(-3px);

}


.slash-image{
  width:50px;
  height: 50px;

}


.logo-parent{
  display: flex;
  flex-direction: row;
 width: 100%;
  direction: ltr;
}

.slash{
display: block;
  transform: translateY(0);
  transition: transform 0.4s ease;
}
.slash-image:hover{
  transform: translateY(-3px);

}


#image{
  position: relative;
  left: 30px;
}

/* .logo-section{
display: flex;
width:100vw;
height: 200px;
margin:0 auto;
justify-content: center;
align-items: center;
direction: rtl;
}
  */

 /* .contact-section{
  display: none;
}
.nav-links{
  display: none;
} */





.serveTitle{
  padding: 50px;
  text-align: center;
  font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 39px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: rgba(0, 51, 102, 1);
}

.new-section{
width: 100%;
height: fit-content;
}

.row-image{
  /* width:313px;
  height:241px;
border-radius: 21px; 
object-fit: cover; */
width: 100%;            
    max-width: 400px;       
    aspect-ratio: 400 / 270; 
    object-fit: cover;     
    height: auto;
    border-radius: 21px; 
}


.new-service-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  gap: 30px;

}

.new-service-row-reverse{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  gap: 30px;

}

.new-row-text{
   font-family: Inter;
    font-weight: 600;
    font-style: normal; /* CSS doesn’t support 'Semi Bold' in font-style, use font-weight */
    font-size: 31.66px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(21, 35, 68, 1);
      
    
}

.new-row-inner{
   font-family: Inter;
    font-weight: 400;
    font-style: normal; /* CSS doesn’t support 'Regular' in font-style, use font-weight */
    font-size: 25.33px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(123, 122, 122, 1);
     word-break: normal; 
    
    }

    @media (max-width:500px){
      .new-row-inner, .new-row-text{
             width: 177px;
    line-height: 1.5;
      }
    }


.words{
  max-width: 50%;
  direction: rtl;
}



.img-container{
  max-width: 50%;
}

.circular-button {
  width: 70px;
  height: 70px;
  padding: 17.15px; /* optional, content padding inside */
  gap: 17.15px; /* only works in flex/grid containers */
  border-radius: 54.5px; /* makes it round */
  background: linear-gradient(180deg, #22335C 0%, #054A8F 100%);
  opacity: 1;
  display: flex; /* if you want to center content inside */
  align-items: center;
  justify-content: center;
  cursor: pointer; /* makes it clickable */
  margin: 10px 0;
  
}
.drop{
  width: 23.327831268310547;
height: 29.159788131713867;
opacity: 1;

}

@media (max-width:770px) {
  .new-service-row,.new-service-row-reverse{
     flex-direction: column;

  }
}


.whoWe{
   font-family: 'Inter', sans-serif;
    font-weight: 600; /* Semi Bold is handled via weight */
    font-style: normal; /* CSS doesn't support 'Semi Bold' in font-style */
    font-size: 35.75px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: white;
}

.inline-Who{
display: flex; 
flex-wrap: wrap;
direction: ltr;
  min-height: 685px;
  height: fit-content;
  width: auto;
  padding: 92px 40px 92px 65px;
  background-color: rgba(15, 23, 42, 1);

}

.who-we-image{
  display: block;
    max-width: 557px;          
    max-height: 498px; 
   
    border-radius: 30px;  
    opacity: 1;           
    transform: rotate(0deg); 
}

.who-we-are-p{
  font-family: 'Inter', sans-serif;  /* Use Inter font */
    font-weight: 400;                   /* Regular weight */
    font-style: normal;                 /* CSS uses 'normal' instead of 'Regular' */
    font-size: 23.48px;                 /* Font size */
    line-height: 100%;                  /* Line height */
    letter-spacing: 0%;                 /* Letter spacing */
    text-align: right;   
    color:white; 
     line-height: 1.5; 
     line-break: normal;
}

.text-row{
   font-family: 'Inter', sans-serif;  /* Inter font */
    font-weight: 500;                   /* Medium weight */
    font-style: normal;                 /* CSS doesn’t support 'Medium' in font-style */
    font-size: 23.48px;                 /* Font size */
    line-height: 100%;                  /* Line height */
    letter-spacing: 0%;                 /* Letter spacing */
    text-align: right;  
    color:white; 
    padding-bottom:20px ;
}



.map-section{
  height: fit-content;
  min-height: 800px;
  max-width: 100%;
  background-color: rgba(15, 23, 42, 1);

}

.map-container{
   display: flex;
   flex-flow: row-reverse;
  justify-content: space-around;
  align-items: center;
  min-height: 800px;
  height: fit-content;
}



.map-imgContainer img {
  width: 100%;       /* fills parent container */
  max-width: 400px;  /* optional: keep max size */
  height: auto;      /* keeps aspect ratio */
  border-radius: 10px;
  display: block;    /* remove inline spacing issues */
}




  .card {
    background: linear-gradient(160deg, #0f1f3d 0%, #0d1a35 60%, #0a1628 100%);
    border-radius: 20px;
    padding: 32px 28px;
    width: 420px;
    border: 1px solid rgba(255,255,255,0.07);
    box-shadow: 0 25px 60px rgba(0,0,0,0.5);
    animation: fadeIn 0.6s ease;
  }
 
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
 
  .card-title {
    color: #1e293b;

    font-size: 22px;
    font-weight: 900;
    text-align: right;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
  }
 
  .card-subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.7;
  }
 
  .stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }
 
  .stat-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(56, 189, 248, 0.15);
    border-radius: 14px;
    padding: 18px 14px;
    text-align: center;
    transition: transform 0.2s, border-color 0.2s;
  }
 
  .stat-box:hover {
    transform: translateY(-3px);
    border-color: rgba(56, 189, 248, 0.4);
  }
 
  .stat-value {
    color: #38bdf8;
    font-size: 28px;
    font-weight: 900;
    display: block;
    margin-bottom: 4px;
    line-height: 1.1;
  }
 
  .stat-label {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    font-weight: 600;
  }
 
  .divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin-bottom: 20px;
  }
 
  .places-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
 
  .place-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    padding: 12px 18px;
    transition:  0.2s;
  }
 
  .place-row:hover {
    background: rgba(56, 189, 248, 0.07);
  }
 
  .place-name {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
  }
 
  .place-name::before {
    content: '•';
    color: #38bdf8;
    font-size: 18px;
  }
 
  .place-status {
    color: #4ade80;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
  }
 
  .place-status::after {
    content: '✓';
    font-size: 13px;
  }

 @media (max-width: 750px) {
  .map-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; /* center images/cards */
  }

  .map-imgContainer {
    width: 90%;      /* container shrinks on mobile */
    padding-bottom: 20px;
  }

  .card {
    width: 90%;      /* shrink cards too */
    padding-bottom: 20px;
  }
}



  
  .section {
    width: 100%;
    min-height: 700px;
    height: fit-content;
  }
 
  .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 48px;
    padding: 30px;
  }
 
  .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center; 
    
  }
 
  .card2 {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 20px 20px;
    border: 1px solid #e8edf3;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    animation: fadeUp 0.5s ease both;
  }
 
  .card2:nth-child(1) { animation-delay: 0.05s; }
  .card2:nth-child(2) { animation-delay: 0.10s; }
  .card2:nth-child(3) { animation-delay: 0.15s; }
  .card2:nth-child(4) { animation-delay: 0.20s; }
  .card2:nth-child(5) { animation-delay: 0.25s; }
  .card2:nth-child(6) { animation-delay: 0.30s; }
 
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
  }
 
  .card2:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
  }
 
  .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: flex-end;
  }
 
  .card-title2 {
    font-size: 17px;
    font-weight: 800;
    text-align: right;
    
    color: rgba(68, 232, 255, 1);
  }
 
  .icon-box {
    width: 42px;
    height: 42px;
    background: #1d4ed8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
 
  .icon-box svg {
    width: 22px;
    height: 22px;
    fill: white;
  }
 
  .card-desc {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    line-height: 1.7;
    width: 100%;
  }
 
  .badge {
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    align-self: flex-end;
    margin-top: 4px;
  }
 
  @media (max-width: 700px) {
    .cards-grid { grid-template-columns: 1fr; }
  }






  
  .reviews-section {
    background: #0f172a;
    padding: 60px 40px;
  }
 
  .reviews-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 40px;
  }
 
  .reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 860px;
    margin: 0 auto;
  }
 
  .review-card {
    background: #1e293b;
    border-radius: 16px;
    padding: 24px 22px;
    border: 1px solid rgba(255,255,255,0.07);
    transition: transform 0.2s, box-shadow 0.2s;
    animation: reviewFadeIn 0.5s ease both;
  }
 
  .review-card:nth-child(1) { animation-delay: 0.05s; }
  .review-card:nth-child(2) { animation-delay: 0.10s; }
  .review-card:nth-child(3) { animation-delay: 0.15s; }
  .review-card:nth-child(4) { animation-delay: 0.20s; }
 
  @keyframes reviewFadeIn {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
  }
 
  .review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  }
 
  .review-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
  }
 
  .review-quote-icon {
    width: 38px;
    height: 38px;
    background: rgba(56, 189, 248, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 20px;
    flex-shrink: 0;
  }
 
  .review-author-info {
    display: flex;
    align-items: center;
    gap: 10px;
  }
 
  .review-author-details {
    text-align: right;
  }
 
  .review-author-name {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
  }
 
  .review-author-location {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 2px;
  }
 
  .review-avatar {
    width: 40px;
    height: 40px;
    background: #334155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
 
  .review-avatar svg {
    width: 22px;
    height: 22px;
    fill: #94a3b8;
  }
 
  .review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 16px;
  }
 
  .review-stars span {
    font-size: 20px;
    color: #f59e0b;
  }
 
  .review-divider {
    height: 1px;
    background: rgba(255,255,255,0.07);
    margin-bottom: 16px;
  }
 
  .review-text {
    color: rgba(255,255,255,0.75);
    font-size: 13.5px;
    line-height: 1.8;
    text-align: right;
  }
 
  @media (max-width: 600px) {
    .reviews-grid { grid-template-columns: 1fr; }
  }



  
  .stats-rating-wrapper {
    width: 100%;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 32px;
    min-height: 450px;
    height: fit-content;
  }
 
 
  .stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding-top: 20px;
  }
 
  .stat-item {
    
  background: linear-gradient(to bottom,  #1e3a8a 0%, #3b82f6  100%);

    border-radius: 14px;
    padding: 18px 14px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(29, 78, 216, 0.35);
    transition: transform 0.2s;
    animation: statFade 0.5s ease both;
  }
 
  .stat-item:nth-child(1) { animation-delay: 0.05s; }
  .stat-item:nth-child(2) { animation-delay: 0.10s; }
  .stat-item:nth-child(3) { animation-delay: 0.15s; }
  .stat-item:nth-child(4) { animation-delay: 0.20s; }
 
  @keyframes statFade {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
 
  .stat-item:hover { transform: translateY(-3px); }
 
  .stat-item-value {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 5px;
  }
 
  .stat-item-label {
    display: block;
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    font-weight: 600;
  }
 
  /* ── Rating Card ── */
  .rating-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    animation: statFade 0.5s ease 0.25s both;
  }
 
  .rating-card-title {
    font-size: 19px;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 12px;
  }
 
  .rating-card-subtitle {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 24px;
  }
 
  .rating-stars {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
 
  .rating-stars span {
    font-size: 36px;
    color: #f59e0b;
    cursor: pointer;
    transition: transform 0.15s;
    display: inline-block;
  }
 
  .rating-stars span:hover {
    transform: scale(1.25);
  }
 
  @media (max-width: 560px) {
    .stats-row { grid-template-columns: repeat(2, 1fr); }
  }






  
  .footer {
    background: #0f172a;
    padding: 50px 60px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
 
  .footer-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
  }
 
  /* ── Brand Column ── */
  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }
 
  .footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
 
  .footer-brand-name {
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
  }
 
  .footer-brand-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(to bottom, #1d4ed8, #1e3a8a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.15);
  }
 
  .footer-brand-icon svg {
    width: 34px;
    height: 34px;
    fill: white;
  }
 
  .footer-socials {
    display: flex;
    gap: 12px;
  }
 
  .footer-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    color: white;
    font-size: 16px;
    text-decoration: none;
  }
 
  .footer-social-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
  }
 
  /* ── Columns ── */
  .footer-col-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: right;
  }
 
  .footer-col-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: right;
  }
 .footer-col-list li span {
    color: rgba(255,255,255,0.6);
    font-size: 13.5px;
    font-weight: 500;
    transition: color 0.2s;
  }
  .footer-col-list li a {
    color: rgba(255,255,255,0.6);
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
  }
 
  .footer-col-list li a:hover {
    color: #38bdf8;
  }
 
  /* ── Contact ── */
  .footer-contact-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: right;
  }
 
  .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: flex-end;
    color: rgba(255,255,255,0.65);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.6;
  }
 
  .footer-contact-icon {
    color: #38bdf8;
    font-size: 16px;
    margin-top: 1px;
    flex-shrink: 0;
  }
 
  /* ── Divider ── */
  .footer-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
  }
 
  /* ── Vision 2030 ── */
  .footer-vision {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 16px;
    gap: 12px;
  }
  .footer-vision img{
    width: 230px;
    height: 150px;
  }
 
  .footer-vision-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }
 
  .footer-vision-title {
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
  }
 
  .footer-vision-number {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1px;
  }
 
  .footer-vision-number span {
    color: #38bdf8;
  }
 
  .footer-vision-sub {
    color: rgba(255,255,255,0.4);
    font-size: 10px;
    letter-spacing: 1.5px;
    text-align: center;
  }
 
  /* ── Copyright ── */
  .footer-copyright {
    text-align: center;
    color: rgba(255,255,255,0.35);
    font-size: 12.5px;
    padding: 12px 0 20px;
  }
  .foooter h2{
       color: white;
    font-size: 13.5px;
    line-height: 1.8;
    text-align: right;
  }
 
.footer-contact-item a{
  color: inherit;
  text-decoration: none;
}
.footer-contact-item a:hover{
  color:white;
}

@media (max-width: 705px) {
  .footer {
    padding: 40px 20px 0;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
    order: -1;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 24px;
  }
#go-mid{
 
  margin: 0 auto;
}
}
@media (max-width: 500px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  #go-mid {
    grid-column: 1 / -1;
    order: 1;
    align-items: center;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .quick-links {
    order: 2;
    text-align: right;
  }

  .coverage {
    order: 3;
    text-align: right;
  }

  .contact {
    order: 4;
    text-align: right;
  }
  .footer-col-list li{
    text-align: center;
  }

  .footer-contact-list {
    text-align: center;
  }
  .footer-contact-item{
    width: fit-content;
    margin: 0 auto;
  }

  .footer-col-title{
    text-align: center;
  }
}


.icone-styling {
    font-size: 1.4rem; /* Custom size */
    transition: all 0.3s ease;
    display: inline-block;
}

.icone-styling:hover {
    transform: translateY(-3px); /* Lifts up slightly on hover */
    color: #007bff; /* Optional: change to your brand color */
}


.buttons-row a {
    font-size: large;
    font-weight: bold;
}