      html{
        scroll-behavior: smooth;
           }
        .footer {
            background-color: #0F2454;
            padding: 50px 0;
            color: white;
        }
        
        
        .contact-box {
            display: flex;
            align-items: center;
            background-color: transparent;
            border: 2PX solid black;
            padding: 15px;
            background-color: #b41212;
            border-radius: 5px;
            margin-bottom: 20px;
            min-height: 100%; 
        }
        .contact-box i {
            font-size: 30px;
            margin-right: 15px;
        }
        .footer-logo {
            font-size: 24px;
            font-weight: bold;
        }
        .footer-links a {
            color: white;
            text-decoration: none;
            display: block;
            margin: 5px 0;
        }
        .social-icons a {
            color: white;
            font-size: 20px;
            margin: 0 10px;
        }
        .subscribebox{
            display: flex;
            flex-direction: column;
            gap: 5px;
        }
        .box2{
            display: flex;
            gap: 5px;
        }
        .subscribe input {
            width: 70%;
            padding: 10px;
            border: none;
            border-radius: 5px;
        }
        .subscribe button {
            background-color: #1ba6e0;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            color: white;
            cursor: pointer;
        }
        .headinglogo{
            background-color: transparent;
        }
        .logoimg{
            width: 150px;
        }
        

       

        #scrollToTop,#scrollTobottom {
            display: none; /* Default hidden */
    position: fixed;
    bottom: 25px;
    right: 25px;
    
    width: 50px; /* Equal width and height */
    height: 50px;
    
    background: #f89123;
    opacity: 1;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%; /* Makes it circular */

    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    font-size: 24px; /* Increase caret size */
    font-weight: bold;
    z-index: 999;
    }
         

    

#suport24-7{
    position: fixed;
    bottom: 50px;
    right: 25px;
    
    width: 150px; 
    height: 150px;

}
    
.oneline{
    /* background-color: rgb(138, 9, 9); */
    display: flex;
    gap: 10px;
    justify-content: start;
    
}  

.oneline .email {
    width: 250px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid gray;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    border: 2px solid gray;
    color: white; /* Text color ko visible rakhne ke liye */
}

.oneline .email::placeholder {
    color: rgba(255, 255, 255, 0.5); /* Placeholder color ko halka white kar diya */
}

.oneline  .submit{
    color: black;
    background-color: antiquewhite;
    transition: all 0.3s ease;
    width: auto;
    height: 40px;
    border-radius: 8px;
    border: 2px solid gray;
    padding-left: 10px;
    padding-right: 10px;
}
.oneline .email input{
    background-color: #0F2454;
}
.oneline  .submit:hover{
    background-color: #0F2454;
    color: white;

}
/* ___________________________________________ */

.contact-box {
  border: 1px solid black;
  border-radius: 8px;
  background-color: #0b1e4a; /* or your dark blue */
}

.center-phone {
  width: 50px;
  height: 50px;
  background-color: transparent;
}

.contact a {
  color: #cfe8ff; /* Light blue or whatever fits your theme */
  text-decoration: none;
  font-size: 16px;
}

.contact a:hover {
  text-decoration: underline;
}




/* ..................................... */

.social-icon-f {
    color: #ffffff;
    transition: color 0.4s;
  border-radius: 50%;
  padding: 8px;
  transition: all 0.3s ease;
  text-decoration: none; /* optional, if you want to remove underline */
}

.social-icon-f:hover {
  color: #1877F2;

}
.social-icon-i {
    color: #ffffff;
    transition: color 0.4s;
  border-radius: 50%;
  padding: 8px;
  transition: all 0.3s ease;
  text-decoration: none; /* optional, if you want to remove underline */
}

.social-icon-i:hover {
  color: #e1306c;

}
.social-icon-w {
    color: #ffffff;
    transition: color 0.4s;
  border-radius: 50%;
  padding: 8px;
  transition: all 0.3s ease;
  text-decoration: none; /* optional, if you want to remove underline */
}

.social-icon-w:hover {
  color: #25d360;

}
.social-icon-y {
    color: #ffffff;
    transition: color 0.4s;
  border-radius: 50%;
  padding: 8px;
  transition: all 0.3s ease;
  text-decoration: none; /* optional, if you want to remove underline */
}

.social-icon-y:hover {
  color: #ff0000;

}

   .About:hover{
            text-decoration: underline;
        }
   .tour:hover{
            text-decoration: underline;
        }
   .descriptions:hover{
            text-decoration: underline;
        }
       
/* ___________________________________________ */

@media(min-width:320px) and (max-width:1366px){
    .oneline{
    /* background-color: rgb(138, 9, 9); */
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    
}  
.oneline  .submit{
    width: 250px;
  
}
#suport24-7{
    position: fixed;
    bottom: 50px;
    right: 25px;
    
    
    width: 150px; 
    height: 150px;

}
.About:hover{
            text-decoration: underline;
        }
   .tour:hover{
            text-decoration: underline;
        }
   .descriptions:hover{
            text-decoration: underline;
        }
       

}