@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

figure {
    margin: 0;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

h1,
h3 {
    font-size: 30px !important;
}

:root {
    --primary--color: #059cd6;
    --black--color: #000000;
    --dark-blue: #000c36;
    --navy-blue: #00186e;
    --secondary--color: #ffffff;
    --text-color: #090909;
    --light-blue: #dcf5ff;
    --bg-color: #f1f8fb;
    --sky-color: #005170;
    --black-family-color: #0f0d1d;
}

ol,
ul {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}



/*header start*/
/*topHeader start*/
.topheader {
    padding: 10px 0px;
    background-color: #2e0000;
}

.topcontact {
    display: flex;
}

.rowtop {
    margin-top: 4px;
}

.topmail {
    width: 39%;
    flex-wrap: wrap;

}

.topno {
    flex: 1;
}

.topheaderul>a {
    list-style: none;

    color: #fff;

}

.nav-link2:hover {
    color: #fff!important;
}

.topheaderul>a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;

    font-size: 18px;
}

.topheaderul>a>i {
    border-radius: 50%;
    padding: 7px;
    background-color: #fff;
    color: #2e0000;
    margin-right: 10px;
}

.topheaderul>a>i:hover {
    background-color: #701717;
    color: #fff;
}

.social {
    margin-left: 27px;

    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: right;
    background-color: #644242;

    border: 1px solid #644242;
}

.social>ul> {
    padding: 0px;
    margin-bottom: 0px !important;
}

.social>ul>li {

    padding: 5px 0px;
    color: #530909;
    display: inline-block;
}

.social>ul>li>a>i {
    border-radius: 50%;
    padding: 7px;
    background-color: #fff;
    color: #2e0000;
    margin-right: 10px;
}

.social>ul>li>a>i:hover {
    background-color: #701717;
    color: #fff;
}

/*topheader end*/
/*Navbar  Start*/
.sectionheader {
    background-color: #f7f7f7;
}

.bg-light {
    --bs-bg-opacity: 1;

}

.offcanvas-body {
    background-color: #f8f9fa;
}

.navbar-brand img {
    width: 231px;
    /* Adjust the logo size */
}

.navbar-expand-lg .navbar-nav {
    display: contents;

}

.navbar-expand-lg .offcanvas .offcanvas-body {
    display: block !important;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-nav>.nav-item {
    display: inline-block;
}

.offcanvas-start {
    text-align: right;
}

.nav-link {
    font-weight: bold;
    color: #000;
    font-size: 17px;


}

.nav-link:hover {

    color: #701717;
}

.nav-link1 {
    padding: 6px 26px;
    border-radius: 23px;
    font-weight: bold;
    color: #5f0b0b;
    border: 1px solid #5f0b0b;

    width: fit-content;

}

.nav-link1>i {
    color: #5f0b0b;
    border: 1px solid #5f0b0b;
    padding: 5px;
    border-radius: 50%;

}

.nav-link2 {

    border-radius: 23px;
    color: #fff;
    background-image: linear-gradient(to right, #991111, #5f0b0b);
    width: fit-content;


}

/*Navbar end*/
/*header End*/
/*section1 start*/
.section1box {
    border-radius: 10px;
    margin-top: 20px;
    padding: 50px 133px;
    text-align: center;
    border: 1px solid #000;
    color: #fff;
    background-image: linear-gradient(to bottom right, #000000, #761010);

}

.arr {
    border: 2px solid #ffd2d2;
    padding: 10px;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #ffd2d2;
}

.section1box>p {
    font-weight: bold;
}

.section1button {
    margin-top: 40px;
    margin-bottom: 30px;
    transition-duration: .3s;
}

.section1button>a:hover {
    background-image: linear-gradient(to right, red, #cfcfb8);
}

.section1button>a {

    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    padding: 20px;
    border: 3px solid #390606;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff;
    color: #390606;
}

.section1button>a:hover {
    background-image: linear-gradient(to right, red, #cfcfb8);
}

/*section1  end*/
/*section2 start*/
.section2box {
    padding: 30px 0px;
}

.section2para {
    font-weight: bold;
}

.section2heading {
    text-align: center;
}

.rowpack {
    margin-bottom: 20px;


}

.pack2 {
    /*height: 479px;*/
    box-shadow: #370606 0px 5px 15px;
    background-image: linear-gradient(#000000, #370606);
}

.pack {


    padding: 30px 25px;
    text-align: center;
    color: #fff;

}

.lispan {
    margin-right: 10px;
}

.pack>ul>li {
    text-align: left !important;
    list-style-type: none;
}

.pack>ul>li>i {
    margin-right: 10px;
}

.packbutton>a:hover {
    background-image: linear-gradient(to right, red, #cfcfb8);
}

.packbuttonspace1 {
    margin-top: 62px ;
}

.packbuttonspace2 {
    margin-top: 37px ;
}

.pricebutton {
    padding: 20px 0px;
}

.pricebutton>button {
    background-image: linear-gradient(to bottom right, #560f0f, #000000);
    background-color: #502929;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 30px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
}

.bht {
    padding-right: 26px;
}

.packbutton>a {
    text-decoration: none;
    background-color: #fff;
    color: #390606;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.section2heading>h3 {
    padding: 30px 0px;
}
.packlist{
    display: flex;
}
.packlisticon{


flex-wrap: wrap;
width:12%
}
.packlistcontent{
text-align: left;
flex: 1;
}

/*section2 end*/

/*section3 Start*/
.section3 {
    background-color: #fff3f3;
    padding: 80px 0px;
}

.section3button {
    margin: 40px 0px;
}

.section3button>a:hover {
    background-image: linear-gradient(to bottom right, #560f0f, #000000);
    color: #fff;
}

.section3button>a {
    padding: 20px 16px;
    font-weight: bold;
    text-decoration: none;
    font-size: 19px;
    background-color: #502929;
    border-radius: 137px;
    color: #fff;
    background-image: linear-gradient(to bottom right, #000000, #560f0f);


}

.section3button>a>i {
    background-color: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding: 15px;
    margin-left: 10px;
    color: #502929;

}

.colsection3 {
    margin-bottom: 14px;
}

.section3m {
    display: flex;
}

.section3m1 {
    flex-wrap: wrap;
    width: 40%;
}

.section3m2 {
    flex-wrap: wrap;
    flex: 1;
}

.section3m2>h3 {
    margin-top: 10px;
}

.section3m2>h3>span {
    color: #ada4a4;
}

.section3m2>h3>span>p {
    font-weight: bold;
    font-size: 19px;
}

.section3m1>i {
    background-color: #ffdede;
    color: #502929;
    font-weight: bold;
    font-size: 41px;
    border-radius: 50%;
    padding: 23px;
}

/*Section3 end*/
/*section4 start*/
.section4 {
    padding: 60px 0px;
}

.section4heading {
    padding: 25px 0px;
    
    margin: auto;
}

.section4heading h1 {
    text-align: center;
}

.section4heading h4 {
    text-align: center;
}

.regtable {
    border: 1px solid #ffb4b4;
    background-color: #fbe6e6;

}

.regtable>table {
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #fbe6e6;
    border-radius: 15px;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;

    transition: background-color 0.3s ease-in-out;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {

    padding: 10px;
    text-align: left;
}

th {
    background-color: #f4f4f4;
}

.tablehead>th {
    text-align: center;
    background-color: #fbe6e6;
}

.tab>tr>td {
    text-align: center;
    background-color: #fff;
    border-bottom: 3px solid #fbe6e6;
}

.tab>tr>td:first-child {

    position: sticky;
    left: 0;
    background-color: white;
    z-index: 2;

    font-weight: bold;
    text-align: center;
    background-color: #ffeaea;
    border-bottom: 3px solid #fbe6e6;
}

.fixed-column {

    position: sticky;
    left: 0;
    background-color: #ffeaea;
    border-bottom: 3px solid #fbe6e6;
    z-index: 2;
}

.tab>tr>td>i {
    font-size: 26px;
    border-radius: 50%;
    color: #530909;
    padding: 10px 14px;
    border: 3px solid #530909;
}

/*section4 end*/
/*section 5 start*/
.section5 {
    background-color: #fff3f3;
    padding: 60px 0px;
}

.sectionimagevideo {
    position: relative;
}

.sectionimagevideo>img {
    width: 100%;
    border-radius: 20px;
    box-shadow: #370606 0px 5px 15px;

}



.videoicon>i {
    top: 41%;
    left: 41%;

    position: absolute;
    background-color: #ffdede;
    color: #502929;
    font-weight: bold;
    font-size: 41px;
    border-radius: 50%;
    padding: 23px;
}

/*section 5 end*/
/*section 6  start*/
.section6 {

    padding: 40px 0px;
}

.section6blog>h2 {
    margin: 20px 0px;
}

.section6blog>h1 {
    color: #502929;
    font-weight: bold;
}

/*Blog Section Start*/
.blog {
    position: relative;
    background-color: transparent;

}



.blog>img {

    width: 100%;
    object-fit: cover;
    border-radius: 13px;
}


.blog::after {

    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 151px;
    /* Adjust shadow height */

    box-shadow: inset 7px -140px 23px -9px #fdf1f1;

}

.blog>.blogdate {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    background-color: #fff;
}

.blog>.blogname {
    z-index: 1;
    position: absolute;
    bottom: 62px;
    left: 10px;
    padding: 10px;

}

.blog>.blogcontent {
    z-index: 1;
    position: absolute;
    bottom: -9px;
    left: 10px;
    padding: 10px;

}

.blogbutton {
    text-align: center;
    margin-top: 76px;


}

.blogbutton>a:hover {
    border-radius: 14px;
    border: 3px solid #530909;
    background-color: #fff;
    color: #000;
    transform: scale(1.2);
    /* 20% bigger */

}

.blogbutton>a {
    font-weight: bold;
    background-color: #530909;
    padding: 16px 42px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

/*Blog Section End*/
/*section 6 end*/
/*section 7 start*/
.section7 {
    padding: 70px 0px !important;
    background-color: #460101;

}
.section8 {
    padding: 70px 0px !important;
    
}

.section7heading>h1 {
    text-align: center;
    font-weight: bold !important;
    color: #fff;
}

.section7heading>h3 {
    text-align: center;
    color: #fff;
}

.testimonial-container {
    padding-top: 40px;
    width: 100%;
    /* Set to 100% width */
    max-width: 1200px;
    /* Optional max-width for large screens */
    overflow: hidden;
    position: relative;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.testimonial {
    /* Two testimonials at once, so each takes 50% of the container */
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    margin: 0 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial p {
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.testimonialprofile {
    display: flex;
}

.testimonialprofile1 {
    flex-wrap: wrap;
    width: 12%;
    margin-right: 20px;
}

.testimonialprofile2 {
    flex-wrap: wrap;
    flex: 1;
}

.testimonialprofile1>img {
    width: 100%;
    border-radius: 50%;

}

.testimonialprofile2>.tqt1 {
    color: #502929;
    font-weight: bold;

}

.testimonialprofile2>.tqt1 {

    font-weight: bold;
}

.testimonial p:last-child {
    font-weight: bold;

}

/* Navigation arrows */
.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.slider-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}

.slider-nav button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Dot indicators */
.dots {
    position: absolute;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dot {
    height: 22px;
    width: 22px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
}

.active {
    background-color: #bd2323;
}

/*section 7 end*/

/*section 8 start*/

.accordion-header>.accordion-button {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding: 22px 15px;

    border-bottom-width: 3px;

    border-bottom-color: #460101;
}

.accordion-button::after {
    font-weight: bold !important;
}

.accordion-button:not(.collapsed) {
    color: #460101;
    background-color: #fff;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-header>.accordion-button:focus {
    background-color: #f2f2f2;
}

.accordion-button:focus {
    background-color: #f2f2f2;
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.accordion-header {
    border-bottom: 3px solid #72130e;
}

.accordion-body {
    font-weight: bold;
    background-color: #f2f2f2;
}

/*section 8 end*/

/* Section9 Start */
.Section9 {
    background-color: #0f0e0e;
    padding: 40px 0px;
    color: #fff;
}

.Section9-menu {
    background-color: #191818;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 15px 15px;
}

.Section9-menu-heading>p {
    font-weight: bold;
    font-size: 25px;
    margin:13px 0px;
}

.Section9-menu-heading>ul> {
    margin: 0px;
    padding-left: 0px !important;

}

.Section9-menu-heading>ul>li {
    display: inline-block;
    margin: 0px;
    padding: 0px !important;

}

.Section9-menu-heading>ul>li>a:hover {
    text-decoration:underline;
}

.Section9-menu-heading>ul>li>a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #5e5e5e;
    padding: 8px;

    border-radius: 10px;
    margin-right: 8px;
    margin-top: 8px;
}

.query-form {
    margin-top: 20px;
}

.query-form>form>div>label {
    font-weight: bold;
}

.query-form>form>div>input {
    border: 2px solid #ffff;
    color: #fff;
    font-weight: bold !important;
    background-color: #000 !important;
}

input::placeholder {
    color: #fff !important;
    /* Yahan apni pasand ka color daalein */
}

.form-control:focus {
    color: #ffff;
    background-color: var(--bs-body-bg);
    border-color: #ffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ffff;
}

.form-button {
    text-align: center;
}

.form-button>button {

    font-weight: bold;
    background-color: #ffff;
    color: #390606;
    border-radius: 10px;
    font-size: 18px;
    padding: 15px;
}

.form-button>button:hover {
    color: #fff;
    background-image: linear-gradient(to bottom right, #000000, #560f0f);
    border: 1px solid #560f0f;

}

/* Section9 End */


/* footer Start */
.footer-section {
    background-color: #000000;
    padding-top: 50px;
    color: #fff;

}

.footer-logo>img {
    width: 64%;
    margin-bottom: 45px;
}

.footer-logo>p {
    width: 65%;
    line-height: normal;
    font-weight: bold;

}

.contact>h2 {
    color: #fff;
}

.contact>.contact-ul>li {
    position: relative; /* Font Awesome icon ke liye space banane ke liye */
            padding-left: 30px;
    list-style: none;
}
.contact>.contact-ul>li::before {
   
    font-family: 'Font Awesome 5 Free'; /* Font Awesome font-family */
    font-weight: 900; /* Icon ko bold karna */
    position: absolute;
    font-size: 21px;
    left: 0;
    top: 5px;
    color: #fff; /* Tick icon ka color */
}
.contact>.contact-ul>.conatct-icon::before {
    content: '\f3c5'; /* Font Awesome tick/checkmark icon ka Unicode */
    
}

.contact>.contact-ul>.conatct-icon2::before {
    content: '\f2a0'; /* Font Awesome tick/checkmark icon ka Unicode */
}
    
.contact>.contact-ul>.conatct-icon3::before {
    content: '\f0e0'; /* Font Awesome tick/checkmark icon ka Unicode */
  
}

.contact>.contact-ul>li>a>i {
    margin-right: 10px;
    font-size: 20px;

}

.contact>.contact-ul>li>a {
    font-size: 21px;
    line-height: normal;
    text-decoration: none;
    color: #fff;

}

.contact>.contact-ul>li>a:hover {
    color: #bd2525;

}

.contact>.contact-ul>li>a>i:hover {
    color: #bd2525;
    /*border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px;*/

    text-decoration: none;
}

.contact {
    padding-bottom: 20px;
}

.footer-social {
    margin-top: 10px;
}

.footer-social>li {
    list-style-type: none;
    display: inline-block;
}

.footer-social>li>a>i {
    padding: 17px;
    margin-right: 4px;

    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;

}

.footer-social>li>a>i:hover {
    background-color: #701717;
    color: #fff;
}

.rowfooter {
    background-color: #000;
    padding-top: 15px;
    border-top: 2px solid #fff;
}

.footerend>p {
    margin-bottom: 0px !important;
    padding: 15px 0px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.footlink>a {
    color: #fff;
    /*border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px;*/

    text-decoration: none;
}



.footlink1 {
    text-align: center;

}

.footlink1>a {
    color: #fff;
    /*border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px;*/

    text-decoration: none;
}

/* footer End*/



@media screen and (max-width:992px) {
    .topmail {
        width: 45%;
        flex-wrap: wrap;

    }

    /*topheader start*/
    .topheaderul>a {

        font-size: 18px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .section3button>a>i {
        background-color: #fff;
        border-radius: 50%;
        font-weight: bold;
        padding: 13px;
        margin-left: 10px;
        color: #502929;


    }
.mail{
    display: none;
}
.no{
    display: none;
}

    .social {
       margin: 0px;
        text-align: right;
        background-color: transparent;
        border: 1px solid transparent;
    }

    /*topheader end*/
    /*Navbar start*/
    .navbar-brand {
        display: contents;
    }

    .nav-link2 {
        padding: 10px;
    }

    .navbar-brand>img {
        width: 37%;

    }

    .navbar-nav>.nav-item {
        display: block;
    }

    .nav-link {
        margin-top: 10px;
        text-align: left;
    }

    .offcanvas.offcanvas-start {
        padding: 33px;
    }

    /*Navbar end*/
    /*section1 start*/
    .section1box {
        border-radius: 10px;
        margin-top: 20px;
        padding: 50px 13px;
        text-align: center;
        border: 1px solid #000;
        color: #fff;
        background-image: linear-gradient(to bottom right, #000000, #390606);

    }
    .bht {
        padding-right: 26px;
    }

    /*section2 start*/
    .pack2 {
        height: 100%;
        box-shadow: #370606 0px 5px 15px;
        background-image: linear-gradient(#000000, #370606);
    }
    .packbuttonspace1 {
        margin-top: 61px ;
    }
    
    .packbuttonspace2 {
        margin-top: 37px;
    }

    .pack>ul>li {

        list-style: none;
    }

    /*section2 end*/
    /*section3 Start*/
    .sectionvedioheading h1 {
        text-align: center;
    }

    .sectionvedioheading h4 {
        text-align: center;
    }

    .section3m1>i {
        font-size: 23px;
        padding: 16px;
    }

    .section3m1 {
        flex-wrap: wrap;
        width: 38%;
    }

    .section3button {
        text-align: center;
    }

    .section3box>h1 {
        text-align: center;
    }

    .section3box>h3 {
        text-align: center;
    }

    .section3m2>h3>span>p {
        font-weight: bold;
        font-size: 18px;
    }

    /*section3 end*/
    /*section4 start*/
    .section4heading {
        padding: 25px 0px;
        width: 100%;
        margin: auto;
    }

    /*section4 end*/
    /*section 5 start*/

    .sectionimagevideo {
        position: relative;
        margin-bottom: 40%;
    }

    .sectionimagevideo {
        position: relative;

    }

    /*section 5 end*/
    /*section 6  start*/
.col-blog{

margin-bottom: 40px;
}
    /*section 6 end*/



/*section 7 start*/
.testimonial-container {
    padding-top: 40px;
    width: 100%;
    /* Set to 100% width */
    max-width: 1200px;
    /* Optional max-width for large screens */
    overflow: hidden;
    position: relative;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.testimonial {
    /* Two testimonials at once, so each takes 50% of the container */
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    margin: 0 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial p {
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.testimonialprofile {
    display: flex;
}

.testimonialprofile1 {
    flex-wrap: wrap;
    width: 15%;
    margin-right: 20px;
}

.testimonialprofile2 {
    flex-wrap: wrap;
    flex: 1;
}

.testimonialprofile1>img {
    width: 100%;
    border-radius: 50%
}

.testimonialprofile2>.tqt1 {
    color: #502929;
    font-weight: bold;

}

.testimonialprofile2>.tqt1 {

    font-weight: bold;
}

.testimonial p:last-child {
    font-weight: bold;

}



/* Navigation arrows */
.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.slider-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}

.slider-nav button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Dot indicators */
.dots {
    position: absolute;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dot {
    height: 22px;
    width: 22px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
}

.active {
    background-color: #bd2323;
}

/*section 7 end*/

/*section 8 start*/
.section8 {
    padding: 40px 0px;
}

.section8heading {
    font-weight: bold;
    margin-bottom: 30px;
}

/*section 8 end*/
/* Section9 Start */
.colsd {
    display: none;
}

/* Section9 End */
/* footer Start */
.footer-logo>h2 {
    width: 100%;
    line-height: normal;

}

/* footer End*/

}
@media screen and (max-width:768px) {

    /*topheader start*/


    .tophead {
        text-align: center;
    }

    .topheaderul {
        text-align: center;
    }

    .section3button>a>i {
        background-color: #fff;
        border-radius: 50%;
        font-weight: bold;
        padding: 10px;
        margin-left: 0px;
        color: #502929;

    }

    .offcanvas-start {
        text-align: left;
    }

    .social {

        text-align: center;

    }

    .mail {
        display: none;
    }

    .no {
        display: none;
    }

    .social>ul>li>a>i {

        border-radius: 50%;
        padding: 5px;
        background-color: #fff;
        color: #2e0000;
        margin-right: 10px;
    }
    .topheaderul>a>i {
        padding: 5px;
    }
    .section3button > a {
        padding: 10px 10px;
        font-size: 12px;
    }
    .social {
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        text-align: center;
        background-color: transparent;
        border: 1px solid transparent;
    }

    /*topheader end*/
    /*Navbar start*/
    .navbar-brand {
        display: contents;
    }

    .nav-link2 {
        padding: 10px;
    }

    .navbar-brand>img {
        width: 55%;
    }

    .navbar-nav>.nav-item {
        display: block;
    }

    .nav-link {
        margin-top: 10px;
    }

    .offcanvas.offcanvas-start {
        padding: 33px;
    }

    /*Navbar end*/
    /*Section1 start*/
    .section1box {
        border-radius: 10%;
        margin-top: 20px;
        /*padding: 50px 50px;*/
        text-align: center;
        border: 1px solid #000;
        color: #fff;
        background-image: linear-gradient(to bottom right, #000000, #390606);

    }

    .section1button>a {

        font-size: 14px;
        text-decoration: none;
        font-weight: bold;
        padding: 10px;
        border: 3px solid #390606;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: #fff;
        color: #390606;
    }

    .section3m2 > h3 {
        font-size:15px!important;
    }
    /*Section1 end*/
    /*section2 start*/
    .packbuttonspace1 {
        margin-top: 37px;
    }

    .packbuttonspace2 {
        margin-top: 37px ;
    }
    

    .packbuttonspace2 {
        margin-top: 37px ;
    }
    .pack>ul>li {
        

        list-style: none;
    }

    .pack2 {
        height: 100%;
        box-shadow: #370606 0px 5px 15px;
        background-image: linear-gradient(#000000, #370606);
    }

    /*section2 end*/

    /*section3 start*/
    .section3 {
        background-color: #fff3f3;
        padding: 40px 0px;
    }

    .section3m2>h3>span>p {
        font-weight: bold;
        font-size: 15px;
    }

    /*section3 end*/
    /*section4 start*/
    .section4heading {
        padding: 25px 0px;
        width: 100%;
        margin: auto;
    }

    .table-container {
        overflow-x: auto;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }


    /*section4 end*/
    /*section 5 start*/
    .videoicon {
        width: 15%;
        margin: auto;
        margin-top: -174px;


    }

    /*section 5 end*/
    /*section 6  start*/

    .blog>.blogcontent {bottom:-18px;

    }
    /*section 6 end*/

    /*section 7 start*/

    /*section 7 end*/

    /*section 8 start*/
    .accordion-header>.accordion-button {
        font-size: 17px;
    }

    /*section 8 end*/
    /* Section9 Start */
    .colsd {
        display: none;
    }

    /* Section9 End */
    /* footer Start */
    .footer-logo>img {
        width: 51%;
        margin-bottom: 45px;
    }

    .footer-logo>h2 {
        width: 100%;
        line-height: normal;

    }

    .footlink {
        margin-bottom: 40px;
        text-align: center;
    }

    .footlink1 {
        margin-bottom: 40px;
        text-align: center;
    }

    /* footer End*/
}
.pack h3 {
    font-size:25px!important;
}
.pack .whycompany {
    padding-top:20px;
}
.pack .whycompany h4 {
    font-size: 20px !important;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height = 9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.modal-header {
    padding: 15px 50px 15px 15px;
    border-bottom: 2px dashed #eee;
    margin-bottom: 10px;
}
.modal-body input::placeholder {
    color: #6c757d!important; /* Bootstrap s default gray */
    opacity: 1;
}
.modal-body input:focus {
    border:1px solid #530909 !important;
    color:#000!important;

        
}
.modal-body select:focus {
    border: 1px solid #530909 !important;
    color: #000 !important;
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all .3s ease !important;
    left: 4px !important;
}

.topformbanner {
    background: #B80E0E;
    background: linear-gradient(90deg,rgba(184, 14, 14, 1) 0%, rgba(184, 14, 14, 1) 50%, rgba(112, 19, 0, 1) 100%);
    padding-top: 50px;
}

    .topformbanner .bannner-sec1 {
        color: #fff;
    }


    .topformbanner .banner-heading {
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

    .topformbanner .headingspan {
        color: #ffcb00;
    }

    .topformbanner .banner-subheading {
        text-align: center;
        font-weight: bold;
    }

    .topformbanner .headingul {
        margin-top: 20px;
        padding-left: 20px;
    }

        .topformbanner .headingul > li {
            font-size: 19px;
            color: #fff;
            font-style: italic;
            font-weight: bold;
        }

    .topformbanner .banner > img {
        width: 100%;
    }

    .topformbanner .front-form {
        box-shadow: 20px 20px 50px grey;
        background-color: #fff;
        border-radius: 5px;
        padding: 20px 10px;
        color:#000;
    }

        .topformbanner .front-form > h5 {
            text-align: center;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 17px;
            padding-bottom: 10px;
        }

        .topformbanner .front-form .form-control {
            margin-bottom: 21px;
            background-color: #eee;
            color:#000;
            
        }
    .topformbanner input::placeholder {
        color: #7e7b7b!important;
        opacity: 1;
    }

    .topformbanner .formbutton {
        text-align: center;
    }

        .topformbanner .formbutton > button:hover {
            font-weight: bold;
        }
.query-form select {
    background-color: #000; /* Black background */
    color: #fff; /* White text */
    border: 3px solid #fff; /* Optional: subtle border */
    padding: 10px;
    font-size: 16px;
}
    .query-form select:focus {
        border-color: #00aced; /* Highlight border (light blue) */
        box-shadow: 0 0 5px #00aced; /* Optional glowing effect */
    }
    .query-form select option {
        background-color: #000;
        color: #fff;
    }