.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    object-fit: cover; 
    z-index: -1;
    filter: brightness(50%); 
}

/* Base styles */
.main-heading {
    font-size: 6rem; /* Default for large screens */
    white-space: nowrap; /* Prevents breaking */
    text-align: left;
}

.sub-heading {
    color: aliceblue;
    font-size: 3rem;
    display: block; /* Ensures it appears on a new line */
    margin-top: 10px;
}

.main-text {
    font-size: 1.2rem;
    line-height: 1.6;
}
.nowrap {
    white-space: nowrap;
    font-weight: bold;
}

/* Responsive Design */

@media (max-width: 1024px) {
    .main-heading {
        font-size: 4.5rem !important;
    }
}

/* Small screens (Mobile devices) */
@media (max-width: 768px) {
    .main-heading {
        font-size: 3.5rem !important;
        white-space: normal; /* Allow wrapping on smaller screens */
    }
}

/* Extra small screens (Very small phones) */
@media (max-width: 480px) {
    .main-heading {
        font-size: 2.5rem !important; 
        
    }
}



@media (max-width: 1200px) {
    /* .main-heading {
        font-size: 4.5rem !important;
    } */
    .sub-heading {
        font-size: 2.5rem;
        white-space: nowrap;
    }
    
}

@media (min-width: 1025px) {
    .main-heading {
        font-size: 6rem !important;
    }
}

@media screen and (min-width:769px) and (max-width:1023px){
    .main-heading{
        font-size: 4rem !important;
    }
}


@media screen and (min-width:1025px) and (max-width:1200px){
    .main-heading{
        font-size: 4rem !important;
    }
}


@media (max-width: 768px) {

    /* .main-heading {
        font-size: 3.5rem !important;
    } */
    
    .sub-heading {
        font-size: 2rem;
        font-weight: 900;
        white-space: nowrap;

    }
    .main-text {
        font-size: 1rem;
    }
    .termsandcondition{
        font-size:3.5rem !important
    }
    .privacyandpolicy{
        font-size:3.5rem !important
    }
    .refund{
        font-size:3.5rem !important

    }
}

@media (max-width: 480px) {
    /* .main-heading {
        font-size: 3.5rem !important;
        font-weight: bolder;
        white-space: normal; 
    } */
    .sub-heading {
        font-size: 1.3rem !important;
        font-weight: 900;
    }
    .main-text {
        font-size: 0.9rem !important;
    }
}

@media screen and (min-width:1500px) {
    .vlt-navbar-inner--center .vlt-default-menu__navigation {
        display: flex;
        justify-content: center; /* Centers the menu */
    }
    
    .sf-menu {
        display: flex;
        justify-content: center; /* Centers the list items */
        gap: 20px; /* Adds spacing between menu items */
    }
    
    .sf-menu>li {
        float: none; 
    }
    
}

/* Footer Screen media query  */

@media screen and (max-width :1440px){
    .big-screen{
        display: none !important;
    }
    
    .menu-social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row; /* Icons stay in one row */
        gap: 40px; /* Increase space between icons */
        width: 100%;
        padding: 10px 0;
        margin-bottom: 70px;
    }

    /* Make the icons bigger */
    .menu-social-icons .social-icon {
        font-size: 20px !important; 
    }

    /* If using font-based icons (like Font Awesome or Lineicons) */
    .menu-social-icons .social-icon i {
        font-size: 20px; /* Adjust the icon size inside the <i> tag */
    }
}

@media screen and (min-width:571px) and (max-width:2560px){

    .menu-social-icons{
        display: none;
    }
    .policy{
        padding-bottom: 10px !important;
    }

}


.policy{
    padding-bottom: 50px !important;
}

@media (max-width: 1024px) {
    .vlt-footer {
        flex-direction: column; /* Stack elements vertically */
    }
}

/* Terms and Condition Page  */

.colors {
color: white;
}

li {
    color: white;
    }


@media screen and(max-width:425px){

    .terms{
        font-size: 2.5rem !important ;
    }
}
/* .vlt-project-excerpt p {
    margin: 2px 0; 
    line-height: 1.4; 
} */




 .refundandcopyright{
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
 }
    
.privacyandpolicys{
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;

}

.termsandcondition {
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
}

h5, h6 {
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

p.colors {
    font-size: 16px;
    margin-bottom: 5px; /* Reduce bottom margin */
}

ul {
    padding-left: 20px;
    margin-top: 0px; /* Reduce space between <p> and <ul> */
}

ul li {
    margin-bottom: 8px;
    font-size: 16px;
}



@media screen and (min-width:575px) and (max-width : 1199px){
    .vlt-navbar .vlt-navbar-inner {
        padding: 2.5rem 4.75rem;
    }
}


/* .map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    
} */

/* Adjust for smaller screens (mobile devices) */
/* @media screen and (max-width: 1024px) {
    .map-container {
        max-width: 100%; 
        padding-bottom: 75%; 
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .map-container iframe {
        display: block !important; 
        width: 100% !important;
        height: 400px !important; 
    }
} */


.red{
    color: #CF000F;
}

.vlt-footers--fixed {
    position: relative !important; 
     /* Override fixed position */
}
.svg-container {
    display: flex;
    justify-content: flex-end; 
    /* margin-top: 50px;  */
}

.rotated-svg {
    transform: rotate(180deg);
}



.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; /* SVGs on the sides */
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.svg-icon {
    height: 75px;
}

.svg-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.svg-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.image-container {
    position: relative;
    flex: 2;
    text-align: center;
}


.review-header {
    position: relative;
    display: inline-block; /* Ensures the image and text stay together */
    text-align: center;
}


.review-header {
    position: relative;
    display: inline-block; /* Keeps the image and text together */
    width: 100%; /* Ensures responsiveness */
    text-align: center;
}

.review-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    opacity: 0.6;
    /* Optional rounded edges */
}

.overlay-text {
    position: absolute;
    top: 90%;  /* Moves text to the center vertically */
    left: 50%; /* Moves text to the center horizontally */
    transform: translate(-50%, -50%); /* Ensures perfect centering */
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%; /* Adjust width for better fit */
}

@media screen and (min-width:320px) and (max-width:425px){

    .overlay-text {
       
        font-size: 13px !important;
        width: 100%;
       
    }
}
@media screen and (min-width:426px) and (max-width:475px){

    .overlay-text {
       
        font-size: 17px !important;
        width: 100%;
       
    }
}
@media screen and (min-width:576px) and (max-width:700px){

    .overlay-text {
       
        font-size: 17px !important;
        width: 100%;
       
    }
}

/* Burger Menu Responsive  */

@media screen and (max-width:667px) {

    .vlt-offcanvas-menu__navigation .sf-menu>li {
        padding: 0px;
    }
    
}