* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    overflow-x: hidden;

}

/* navbar css start */

.navbar-logo img {
    max-height: 60px;
}

.contact-text {
    font-size: 14px;
    color: #000;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Always show hamburger */
@media (min-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 1rem;
        min-width: 200px;
    }
}

/* Fullscreen overlay */
.overlay-menu-sm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1050;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: none;
}

/* Fullscreen sliding menu */
.menu-box {
  background-color: #c9282b;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%);
  transition: transform 0.6s ease-in-out !important;
  position: relative;

  /* Centering content */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Show slide-down */
.show .menu-box {
  transform: translateY(0);
}

.nvlnk {
    font-size: 30px;
    
}

.nvlnk:hover {
    text-decoration: underline;
}

.btn-close {
    border: 2px solid #000 !important;
   
}


.hmbrgerspace {
    padding-right: 100px;
}

@media screen and (max-width:600px) {
    .hmbrgerspace {
        padding-right: 0;
    }

    .pdtopinmb {
        padding-top: 20px;
    }

    .lstdiv {
        background-color: #fff;
        padding: 20px 0px 20px 15px;
        border-radius: 13px;
        width: 96% !important;
        margin-left: -33% !important;
        margin-top: 30% !important;
    }
}

/* navbar css end */

/* banner section start */
/*.txtdiv {*/
/*    position: absolute;*/
/*    top: -50px;*/
/*    left: 10px;*/
/*}*/

.mntext {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    padding-top: 10px;
}

.subtext {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;

    padding-top: 10px;
}

.hr {
    border-top: 1px solid #6d6d6d;
    width: 80%;

}

/* banner section ends */

/* texts start */

.cmnhedd {
    font-size: 25px;
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
}

.cmnheddftr {
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
}

.enwbtn {
    margin-top: 15px;
    padding: 10px 24px;
    border: none;
    /* width: 180px; */
    background-color: #D61A1A;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 15px;
}

.callbtnn {
    background-color: #D61A1A;
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;

}

.frmcnt {
    background-color: #141A38;
    height: 380px;
    width: 350px;
    padding: 25px 25px;

}

.cmnpara {
    font-size: 14px;
    color: #6d6d6d;
    font-weight: normal;
}

/* text end */

/* section 2 css start */
.secnt2 {
    background-color: #edf2f4;
    background-size: cover;
}

.mnpars {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.vrlinee {
    position: relative;
}

.vrlinee:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 40px;
    /* adjust height here */
    background-color: rgba(0, 0, 0, 0.2);
    /* soft gray, match your image */
}


/* section 2 css ends */

/* section 3 css start */
/* .difdiv {
    background-image: url('../assets/images/blrred01.png');
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
} */

.difdiv {
    background-image: url('../assets/images/blrred01.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

    width: 100%;
    min-height: 300px;
    /* Adjust based on your design */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* Ensure responsive scaling */
    box-sizing: border-box;
    padding: 20px;

    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .difdiv {
        min-height: 290px;
        /* Slightly smaller for phones */

        background-position: center top;
        /* optional tweak */
    }
}




.num {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

.numhed {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.numpara {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

/* section 3 css end */

/* section 4 start */
.sectn4 {

    background-color: #c9282b;
    background-size: cover;
    background-repeat: no-repeat;
}

.lstdiv {
    background-color: #fff;
    padding: 20px 0px 20px 15px;
    border-radius: 13px;
    width: 80%;
    margin-left: -24%;
    margin-top: 15%;
}

.ulytx {
    list-style: none;
    padding-left: 0;
}

.ulytx li {
    position: relative;
    padding-left: 1.5em;
    color: #6d6d6d;
    font-size: 14px;
}

/*.ulytx li::before {*/
/*    content: "✔";*/
   
/*    position: absolute;*/
/*    left: 0;*/
/*    color: red !important;*/
/*    font-weight: bold;*/
/*}*/

ul.ulytx li.tick-item::before {
  content: "✔" !important;
  color: red !important;
  font-family: initial !important;
  font-weight:bold;
  left:0;
  padding-right:7px;
}



/* section 4 end */

/* section 5 start */

/* .owlshape {
    background-color: #72173e;
    border-radius: 20px;
    height: 100%;
} */

.owlshape {
    width: 100%;
    /* adjust as needed */
    height: 100%;
    background-color: #6F1D41;
    /* your maroon background */
    border-radius: 20px 20px 0 20px;
    position: relative;
    overflow: hidden;


}

.owlshape::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 60px;
    background: #eef3f5;
    /* match your page background */
    bottom: 0;
    right: 0;
    border-radius: 20px 0px 0px 0px;
}

.bgsep {
    background-color: #edf2f4;
    border-radius: 20px;
}

.accbtn {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    color: #000000 !important;
}

.accbody {
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding-left: 50px;
    margin: 0;
}

.accbtn::after {
    content: '\2193';
    /* ↓ Downwards arrow */
    font-size: 1rem;
    background-image: none;
    transform: none;
    font-weight: bold;
}

.accbtn:not(.collapsed)::after {
    content: '\11014';
    /* ↑ Upwards arrow */
}

.accbtn::after {
    display: none !important;
    /* hide default Bootstrap arrow */
}

.arrow-icon {
    margin-left: auto;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M12 5v14m0 0l-5-5m5 5l5-5' stroke='grey' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
    background-size: contain;
    transition: transform 0.3s;
}


.accordion-button:not(.collapsed) .arrow-icon {
    transform: rotate(180deg);
}

/* section 5 end */

/* section 6 starts */
.pllhed {
    margin-left: 5px;
}

.pillhed4 .nav-link.active {
    border-bottom: none;
    border-radius: 0px !important;
    background-color: #c9282b;
}

.nav-pills .pillminhed {
    text-align: left;
    background-image: url('../assets/images/acrinactiv.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-pills .pillminhed.active {
    color: #fff !important;
    background-image: url('../assets/images/acractiv.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.pillminhed {
    color: #a3a3a3 !important;
    font-size: 20px;
    font-weight: 600;
    border: none;
    background-color: #fff !important;
    padding-left: 0px;
    margin-bottom: 20px;
}

.pillminhed:focus {
    color: #f00 !important;
    border: none;
    border-radius: 0px !important;
}

.nav-pills .pillminhed.active .actv-icon {
    display: inline-block !important;
}

.nav-pills .pillminhed.active .defalt-icon {
    display: none;
}



.actv-icon {
    display: none;
}

/* section 6 ends */

/* section 8 starts */
.sectn8 {
    background-color: #edf2f4;
    background-size: cover;
}

.numzzdiv {
    background-color: #fff;
    height: 210px;
    padding: 30px 20px;
    border-radius: 37px;
    transition:all 0.4s ease-in-out;
}

.numzzdiv:hover {
    transform:scale(1.04);
}

/* section 8 ends */

/* section 9 starts */
.sectn9 {
    background-image: url('../assets/images/redbgi.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btntext {
    background-color: #fff;
    color: #000;
    padding: 8px 20px;
    border: none;
    font-size: 14px;
}

/* clr btns */
.btntextbr {
        background-color: #D61A1A;
        border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 10px 24px;
    fill: #fff;
    text-align: center;
    transition: all .4s ease-in-out;
    border:none;
}
.btntextbr:hover {
    border:1px solid #D61A1A;
    color:#D61A1A;
    background-color:#fff;
    font-weight:bold;
    
}

.eftbg {
    background-image: url('../assets/images/mapimage.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 430px;
}

.ertbg {
    background-image: url('../assets/images/buildbg.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 430px;
    display: grid;
    place-items: center;
    align-content: center;

}

/* section 9 ends */

/* footer start */
.sectnfooter {
    background-color: #000;
    background-size: cover;
}

.ftrheds {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.ftrtext {
    font-size: 14px;
    color: #d9d9d9;
    font-weight: 400;
}

.icnslist {
    display: flex;
    list-style-type: none !important;
    gap: 35px;

}

.icnslist li {
    cursor: pointer;
}

.ftrlist {
    list-style-type: none;
    color: #d9d9d9;
    font-size: 14px;
}

.ftrlist a {
    text-decoration: none;
    color: #d9d9d9;
    font-size: 14px;
}

.ftrlist li::before {
    content: ' >';
    color: #d9d9d9;
    margin-left: 6px;
    margin-right: 6px;
}

.ftrlist li {
    padding-bottom: 12px;
}

.et-phone-call:before {
    content: "\e945";
}

.cntus li {
    list-style-type: none;
}

/* footer ends */

/* animations start */
.difdiv:hover {
    transform: scale(1.03);

}

.hvranime {
    transition: all 0.4s ease-in-out;
}

.hvranime:hover {
    transform: scale(1.04);
}

.hvrote {
    transition: all 0.6s ease-in-out;
}

.hvrote:hover {
    transform: rotateY(180deg);
}

/* animation end */

