.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
 }

@font-face {
    font-family: 'Poppins';
    src: url('img/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('img/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('img/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: ital;
    src: url('img/Bagien.ttf') format('truetype');
}
body, div, p, li, a, input, textarea, select, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
}

.navbar-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-custom .navbar-brand {
    margin-right: auto;
}
.navbar-custom #navbarNav{
    justify-content: center;
}
.navbar-custom .navbar-nav {
    background-color: #F5F5F5;
    border: 2px solid #E0E0E0;
    padding: 4px 20px;
    border-radius: 30px;
}
.navbar-custom .nav-link{
    color: #575555;
}
.navbar-custom .nav-link:hover, .nav-link:focus{
    color: #fff;
    font-weight: bold;
    
}
.navbar-custom .nav-item:hover{
    background-color: #2C2C2C;
    border-radius: 20px;
    padding: 0px 10px;
}
.navbar-custom .navbar-button {
    margin-left: auto;
    background-color: #DB2635;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
}
.navbar-custom .navbar-button:hover{
    background-color: #DB2635;
    color: #fff;
}

#first-sec{
    margin: 20px auto;
    background-image: url(img/hero-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 85vh;
    width: 96%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 30px;
}
#first-sec .row{
    align-items: flex-end;
}
#first-sec .pack img{
    width: 100%;
}
#first-sec .desc{
    background-color: #ffffff1a;
    backdrop-filter: blur(4px);
    color: #fff;
    padding: 20px;
    border-radius: 20px;
}
#first-sec .col-lg-4 h1{
    font-family: 'ital';
}
#first-sec button{
    background-color: #E2000F;
    color: #fff;
    font-weight: bold;
}
#first-sec .pack{
    background-color: #fff;
    border-radius: 18px;
    color: #2C2C2C;
}
#first-sec .pack-det{
    padding: 18px;
}
#first-sec .pack-det h5{
    font-weight: bold;
}

#second-sec{
    padding: 40px 0px;
}
#second-sec h2{
    font-family: 'ital';
}
#second-sec hr {
    background: #E2000F;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
    border-radius: 10px;
}
#second-sec img{
    width: 100%;
    height: auto;
    background-color: #2C2C2C;
    border-radius: 16px 16px 0 0;
}
#second-sec .col{
    position: relative;
    height:100%;
}
#second-sec .disc{
    background-color: #2C2C2C;
    border-radius: 0 0 16px 16px;
    color: #fff;
}
#second-sec .disc .row{
    padding: 14px;
    align-items: center;
}
#second-sec .disc .place{
    background-color: #413F3F;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 4px 8px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
#second-sec .disc h3{
    font-weight: 400;
    font-size: 16px;
}
#second-sec button.first-btn{
    background-color: #E2000F;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}
#second-sec .reg{
   text-align: center;
   background-color: #413F3F;
   border-radius: 0 0 16px 16px;
}

/* Make anchor links look like buttons */
#second-sec .disc a.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#third-sec{
    padding: 40px 0px;
}
#third-sec h2{
    font-family: 'ital';
}
#third-sec hr {
    background: #E2000F;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
    border-radius: 10px;
}
#third-sec p{
    color: #2C2C2Ccc;
}
#third-sec .disl{
    font-size: 20px;
    width: 70%;
}
#third-sec img{
    width: 100%;
    height: auto;
}
#third-sec .card{
    border: none;
}
#third-sec .card img{
    width: 90%;
}
#third-sec .card-title{
    font-weight: bold;
}

#fourth-sec{
    background-image: url(img/secure-bg.webp);
    background-size: cover;
    color: #fff;
}
#fourth-sec h2{
    font-family: 'ital';
}
#fourth-sec hr {
    background: #E2000F;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
    border-radius: 10px;
}
#fourth-sec img{
    width: 100%;
    height: auto;
    margin-top: -10%;
}
#fourth-sec button{
    background-color: #E2000F;
    color: #fff;
    font-weight: bold;
}

#fifth-sec{
    padding: 40px 0px;
}
#fifth-sec h2{
    font-family: 'ital';
}
#fifth-sec hr {
    background: #E2000F;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
    border-radius: 10px;
}
#fifth-sec .card{
    border: none;
    height: 100%;
    text-align: center;
}
#fifth-sec .card-title{
    color: #2C2C2C;
    font-weight: bold;
    margin-top: 20px;
}
#fifth-sec .card-text{
    color: #2C2C2Ccc;
}
#fifth-sec .card img{
    height: 100px;
    width: auto;
    margin: auto;
    border-radius: 0;
}

#sixth-sec{
    padding: 40px 0px;
    background-image: url(img/secure-bg.webp);
    background-size: cover;
    border-radius: 40px 40px 0 0;
    color: #fff;
}
#sixth-sec h2{
    font-family: 'ital';
}
#sixth-sec hr {
    background: #E2000F;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
    border-radius: 10px;
}
#sixth-sec img{
    width: 100%;
    height: auto;
}
#sixth-sec .col{
    position: relative;
}
#sixth-sec .description{
    background-color: #ffffff1a;
    border-radius: 0 0 20px 20px;
    position: absolute;
    bottom: 0;
    backdrop-filter: blur(3px);
    padding: 20px;
    width: 95%;
}
#sixth-sec .description h3{
    color: #fff;
    font-size: 18px;
    text-align: center;
}
#sixth-sec button{
    background-color: #E2000F;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
    border-radius: 30px;
}
#thumb-sec{
    padding: 40px 0px;
}
#thumb-sec h2{
    font-family: 'ital';
}
#thumb-sec p{
    font-size: 20px;
    color: #2C2C2Ccc;
}
#thumb-sec hr {
    background: #E2000F;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
    border-radius: 10px;
}
#thumb-sec img{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.video-thumbnail {
      cursor: pointer;
      max-width: 100%;
      height: auto;
}
#videoModal{
    max-width:100%;
    height:auto;
    --bs-modal-width: 1000px;
}
#seventh-sec{
    padding: 40px 0px;
}
#seventh-sec h2{
    font-family: 'ital';
}
#seventh-sec hr {
    background: #E2000F;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
    border-radius: 10px;
}
#seventh-sec .review{
    padding: 20px;
    border-radius: 0px 26px;
    background-color: #F5F5F5;
    color: #2c2c2c;
    height: 100%;
}
#seventh-sec .rate{
    color: #E2000F;
}
#seventh-sec .test{
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    justify-content: space-between;
}
#seventh-sec .test .test-img img{
    max-width: 70px;
}
#last-sec{
    padding: 20px 0px;
    background-image: url(img/footer-bg.webp);
    background-size: cover;
    color: #fff;
}
#last-sec h2{
    font-family: 'ital';
}
#last-sec hr {
    background: #E2000F;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
    border-radius: 10px;
}
#last-sec .bottom{
    color: #fff;
    background-color: #E2000F;
    border: none;
    font-size: 24px;
    text-align: left;
}
#last-sec .tite{
    font-size: 18px;
}
#last-sec .icontext {
    font-size: 20px;
    display: flex;
    align-items: flex-start;
}
#last-sec .icondiv {
    margin-right: 20px;
    font-size: 30px;
    color: #fff;
}
#last-sec .icontext p span{
    font-size: 24px;
}
#last-sec .icontext a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    word-break: break-all;
}
#last-sec .bi{
    background-color: #E2000F;
    border-radius: 50%;
    padding: 10px 16px;
}
#last-sec #form{
    border-radius: 8px;
    box-shadow: 7px 7px 14px 0px rgb(0 0 0 / 20%);
    background-color: #ffffff47;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#last-sec #form h4{
    background-color: #191919;
    color: #fff;
    text-align: center;
    padding: 16px 0px;
    border-radius: 8px 8px 0px 0px;
}
#last-sec #form form{
    padding: 20px 40px;
    border-radius: 0px 0px 8px 8px;
}
#last-sec form .formbtn {
    background: #E2000F;
    width: 160px;
    margin: auto;
    border-radius: 12px;
    padding: 6px 0px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
#last-sec #form form #second2{
    text-align: center;
}
#last-sec .copywrite{
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    font-weight: 500;
}
#last-sec .copywrite a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
#formModal h4{
    text-align:center;
}
#formModal form .formbtn {
    background: #E2000F;
    width: 160px;
    margin: auto;
    border-radius: 12px;
    padding: 6px 0px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/* Contact Form Section */


.contact-form-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-form-container h4 {
    text-align: center;
    margin-bottom: 30px;
    color: #2C2C2C;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-direction:column;
}

.form-group {
    flex: 1;
}

.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #E2000F;
    box-shadow: 0 0 0 0.2rem rgba(226, 0, 15, 0.25);
    outline: none;
}

.formbtn {
    background: #E2000F;
    width: 160px;
    margin: auto;
    border-radius: 12px;
    padding: 12px 30px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.formbtn:hover {
    background: #c4000d;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width:820px) {
    #first-sec {
        height:auto;
    }
    #first-sec .row {
    padding-top: 20px;
}
    #first-sec .col-lg-3{
        display: none;
    }
    #first-sec .desc {
    background-color: #0000004f;
    backdrop-filter: blur(6px);
}
.contact-form-container {
    margin-top:20px;
}
    #third-sec .disl{
        font-size: 18px;
        width: 100%;
    }
    #third-sec .col-lg-6 img{
        margin-bottom: 30px;
    }
    #fourth-sec{
        padding: 40px 0px;
    }
    #fourth-sec img{
        margin-top: 30px;
    }

    /* Mobile Buttons */
    .mobile-buttons {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        gap: 0;
        justify-content: center;
        padding: 0;
    }
    .mobile-btn {
        flex: 1;
        padding: 15px 10px;
        border: none;
        border-radius: 0;
        color: white;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.3s ease;
    }
    .mobile-btn i {
        font-size: 16px;
    }
    .mobile-btn-red {
        background-color: #E2000F;
    }
    .mobile-btn-red:hover {
        background-color: #c4000d;
        color: white;
    }
    .mobile-btn-white {
        background-color: #ffffff;
        color: #2C2C2C;
        border: none;
    }
    .mobile-btn-white:hover {
        background-color: #f5f5f5;
        color: #2C2C2C;
    }
    #last-sec .copywrite{
        margin-bottom: 30px;
        flex-direction: column;
    align-items: center;
    }
}

@media screen and (max-width:680px) {
    .navbar .container{
       justify-content: center !important;
    }
    .navbar-custom .navbar-brand {
        margin: auto;
    }
    #second-sec .disc img{
        margin-top: 20px;
        width: 100px;
    }
    #third-sec .card{
        text-align: center;
    }
    #third-sec .card img{
       width: 120px;
       margin: auto;
    }
    #last-sec .icontext a {
        font-size: 18px;
    }
    #last-sec .icondiv {
        font-size: 24px;
    }
    #thumb-sec p{
        font-size: 18px;
    }
    
}