/* body {
    margin: 0; 
     padding-top: 100px; 
} */


.video-hero {
    width: 100%;
    height: 100vh; 
    position: relative;
    overflow: hidden;
    margin: 0 auto; 
    /* margin-bottom: 2rem;  */
}
  
  
.video-container {
    position: relative;
    width: 100vw;
    height: 100%;       
    overflow: hidden;   
    text-align: center; 
}
  

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}
  
  
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); 
    z-index: 1; 
}
  
  
.video-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 10px)); 
    color: #fff;       
    /* text-align: center; */
    z-index: 2;        
    max-width: 80%;    
}
  
.video-text h1 {
    font-size: 4vw;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
}

.video-text p {
    font-size: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    color:#fff;
    text-align: center;
    font-weight: bold;
}

.view-more-container {
    text-align: center;
    margin-top: 20px; 
}
  

.view-more-btn {
    display: inline-block;
    padding: 10px 20px;
    width: 150px;
    background-color: rgb(201, 243, 29);  
    color: #000;             
    border: 1px solid #000;
    border-radius: 10px;  
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

#services-offered::before {
    content: "";
    display: block;
    height: 80px;       
    margin-top: -80px; 
}


@media (max-width: 768px) {
	#contact.section-padding{
		max-height: unset !important;
		padding-top: 30px !important;
	}
}
	
@media (max-width: 768px) {
    .video-hero {
        height: 60vh; 
    }
    .video-text h1 {
        font-size: 2rem;
    }
    .video-text p {
        font-size: 0.6rem;
    }
}

@media (max-width: 480px) {
    .video-hero {
        height: 50vh; 
    }
    .video-text h1 {
        font-size: 1.5rem;
    }
    .video-text p {
        font-size: 0.8rem;
    }
}


.sub-bg .serv-item {
    min-height: 230px;
    overflow: auto; 
}

.serv-box {
    margin-top: 80px;
    position: relative;
    overflow: auto;
    margin-bottom: 60px;
    
}

/* .serv-box h2 .rotate-text { */
    /* font-size: 1.8rem;  */

/* } */

.serv-box::after {
    content: "";
    display: block;
    clear: both;
}


.contact-crev {
    position: relative;
    z-index: 1;    
    overflow: auto;
} 

footer .main-bg {
    position: relative;
    z-index: 1;
    /* margin: 250px 0 0 0; */
}

/* Localization Section */
.localization-section {
    background-color: #1a1a1a;      
    padding: 60px 0; 
    margin-top: 100px;         
    margin-bottom: 100px;           
}
  
.localization-heading {
    text-transform: capitalize;   
    font-size: 1.5rem;          
    line-height: 1.4;
    letter-spacing: 1px;        
    margin-bottom: 20px;
}
  
.localization-description p {
    font-size: 1rem;            
    line-height: 1.6;
    color: #fff;                
}

/* Localization img 1 */


.localization-dropdown-1 {
    background-color: #1a1a1a;
    padding: 60px 0;
    border-top: 1px solid #fff;   
    border-bottom: 1px solid #fff;  
}
  

  
.localization-dropdown-1 .row {
    align-items: center;
}
  
  
.localization-dropdown-1 img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px; 
}

.localization-dropdown-2 {
    background-color: #1a1a1a;
    padding: 60px 0;
    border-top: 1px solid #fff;   
    border-bottom: 1px solid #fff;
    margin-bottom: 100px;  
}
  

  
.localization-dropdown-2 .row {
    align-items: center;
}
  
  
.localization-dropdown-2 img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px; 
}
  
  
.localization-heading {
    color: #fff;
    font-size: 1.8rem;   
    margin-bottom: 20px;
    text-transform: none;  
}
  
  
.localization-intro {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 20px;
}
  
  
.localization-list {
    list-style: disc;        
    padding-left: 1.5rem;     
    margin: 0;
}

  
.localization-list li {
    margin-bottom: 15px;
}
  
  
.toggle-desc {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;         
    font-weight: 500;
    transition: color 0.3s ease;
}
  
  
.toggle-desc:hover {
    color: rgb(201, 243, 29);
}
  
  
.desc {
    display: none;              
    margin-top: 10px;
    padding: 15px;              
    background: rgba(255, 255, 255, 0.1); 
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}
  
  
.desc.show {
    display: block;
}
 

#contact.section-padding{
    max-height: 500px;
    padding-top: 300px;
    margin-bottom: 5%;
    overflow: unset;
}

.image-border img{
    border-radius: 25px;
}

.post-qoute{
    border: 1px solid #888888;
    padding: 30px;
}