html{
    overflow-x: hidden
}
body {
    font-family: "Elms Sans", sans-serif;
    padding: 0;
    margin: 0;
    color: #121b1d;
    overflow-x: hidden;
    background: #ffffff;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Zalando Sans Expanded", sans-serif;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
p{
    font-size: 16px;
    color: #414141;
    font-weight: 500;
}
a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.section-space{
    padding-top: 90px;
    padding-bottom: 90px;
}
.inner-wrap{
    padding-top: 50px
}
.sub-h{
    color: #0066cc;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0rem;
}
.m-heading{
    font-size: 34px;
    line-height: 1.4em;
    margin-top: 7px;
    color: #121b1d;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-weight: 500;
}
.small-h{
    font-size: 25px;
    line-height: 1.2em;
    margin-top: 3rem;
    color: #8e1b22;
    margin-bottom: 2rem;
    text-transform: capitalize
}
.m-heading span{
    color: #0066cc;
}
.m-heading.blue-h{
    color: #3d59e8
}
.m-heading-sub{
    display: inline-block;
    position: relative;
    padding-left: 70px;
    font-size: 24px;
    font-weight: 600;
    color: #8e1b22;
}
.m-heading-sub:before{
    content: '';
    width: 60px;
    height: 1.5px;
    background-color: #caa91c;
    position: absolute;
    top: 9px;
    left: 0;
}
.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}

.btn{
    padding: 13px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    border-radius: 30px;
    font-size: 16px;
}
.btn-gold{
    background-color: #8e1b22;
    align-items: center;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
}
.btn-gold::before,
.btn-gold::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #caa91c;
    z-index: -1;
    transition: all 0.5s;
}

.btn-gold::before {
    top: 0;
    left: 0;
}

.btn-gold::after {
    bottom: 0;
    right: 0;
}
.btn-gold:hover{
    color: #fff !important
}

.btn-gold:hover::before {
    left: auto;
    right: 0;
    width: 50%;
}
.btn-gold:hover::after {
    left: 0;
    right: 0;
    width: 50%;
}
.btn-gold.btn-black{
    background: #1e1e1e;
}
.btn-blue{
    background-color: #caa91c;
    display: flex;
    gap: 6px;
    align-items: center;
}
.btn-blue::before,
.btn-blue::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #8e1b22;
    z-index: -1;
    transition: all 0.5s;
}

.btn-blue::before {
    top: 0;
    left: 0;
}

.btn-blue::after {
    bottom: 0;
    right: 0;
}
.btn-blue:hover{
    color: #fff !important
}
.btn-blue:hover::before {
    left: auto;
    right: 0;
    width: 50%;
}
.btn-blue:hover::after {
    left: 0;
    right: 0;
    width: 50%;
}

.m-list{

}
.m-list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 27px;
    color: #222233;
}
.m-list li:before{
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #0066cc;
}

.ap-list{
    text-align: center;
    margin-bottom: 2rem;
}
.ap-list h5{
    color: #fff;
    font-size: 21px;
    font-family: "Inter", sans-serif;
}
.ap-list .ap-divide{
    color: #8e1b22;
}
.ap-list h5 span{
    color: #8e1b22;
    font-weight: bold;
}
/* Navbar */
.logo{
    width: 75px;
    transition: all 0.3s ease-in-out;
}
.navbar-light{
    background-color: #ffffff;
    z-index: 1050;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 0px solid #eaeaea;
    transition: all 0.3s ease-in-out;
}
.navbar-light .navbar-nav .nav-link.last{
    color: #ffffff;
    background: #f7941e;
    border-radius: 6px;
}
.navbar-light .navbar-nav .nav-link.last:focus, .navbar-light .navbar-nav .nav-link.last:hover{
    background: #0b9444;
    color: #ffffff;
}
.navbar-light .nav-call{
    padding-top: 3px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    font-size: 15px;
    margin-right: 16px;
}
.navbar-light .nav-call i{
    font-size: 30px;
    color: #caa91c;
}
.navbar-light .nav-call span{
    color: #8e1b22;
    font-weight: 700;
}
.navbar-light .nav-call p{
    margin-bottom: 0px;
    font-weight: 700;
}
.navbar-light .dropdown-menu{
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    background: #0066cc;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    color: #121b1d;
    text-transform: uppercase;
    margin-left: 0px;
    font-weight: 600;
    padding: 14px 16px;
    margin-bottom: 0px;
    letter-spacing: .5px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown.show .nav-link {
    color: #8e1b22;
}
.navbar-light.is-sticky {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light.is-sticky  .logo {
    width: 55px;
    transition: all 0.3s ease-in-out;
}
.nav-btn li{
    margin-left:10px
}
.navbar-toggler {
    border: none;
    background: transparent !important;
    padding: 0.25rem;
}

.navbar-toggler-icon {
    width: 24px;
    height: 2px;
    background-color: white;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
    top: -7px;
}

.navbar-toggler-icon::after {
    top: 7px;
}

/* Default state (collapsed) */
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-color: white;
    background-image: none
}

.navbar-toggler.collapsed .navbar-toggler-icon::before {
    transform: none;
    top: -7px;
}

.navbar-toggler.collapsed .navbar-toggler-icon::after {
    transform: none;
    top: 7px;
}

/* Active state (menu open) */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

/* Main Banner */
.main{
    position: relative;
    min-height: 100vh;
}
.main:after{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: #00000085;
    background: -webkit-linear-gradient(170deg, #00000085, #00000094);
    background: linear-gradient(170deg, #00000085, #00000094);
    opacity: 0.8999;
    z-index: 1;
}
.shape-bottom {
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 4;
}
.main .slider-content{
    z-index: 5;
    margin-top: 25%;
    display: block;
    position: relative;
}

.main .slider-content h1{
    color: #ffffff;
    font-weight: 500;
    font-size: 4rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
}
.slider-content h1 span{
    color: #8e1b22;
    display: block
}
.slider-content .lead-p{
    color: #fff;
    font-size: 19px;
    margin-bottom: 50px;
}
.slider-content .cta-list .list-inline-item:not(:last-child) {
    margin-right: 2.5rem;
}
.slider-content .cta-list .hash-btn{
    color: #fff;
    border-color: #fff;
    background: #8e1b22;
}
.slider-content .cta-list .hash-btn .hash-txt{

}
.slider-content .cta-list .hash-btn::before, .slider-content .cta-list .hash-btn::after, .slider-content .cta-list .hash-btn .hash-edge::before, .slider-content .cta-list .hash-btn .hash-edge::after{
    border-color: #fff
}
.main .owl-carousel{
    position: absolute;
    top: 0;
}
.main .owl-carousel .item{
    min-height: 100vh;
}
.main .owl-carousel .slide-1{
    background-image: url(../../assets/img/slide-1.webp);

}
.main .owl-carousel .slide-2{
    background-image: url(../../assets/img/slide-2.webp);
}
.main .owl-carousel .slide-3{
    background-image: url(../../assets/img/slide-3.webp);
}
.main .owl-carousel .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main .owl-theme .owl-nav.disabled+.owl-dots{
    display: none
}
.owl-theme .owl-nav{
    display: none
}
.main .owl-dots .owl-dot.active:before{
    border-color: #feb406;
    color: #fff
}
.main .owl-theme .owl-dots .owl-dot{
    display: inline-block;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.main .owl-theme .owl-dots .owl-dot.active span{
    background: #b80257;
}
.main .owl-theme .owl-dots .owl-dot:hover span {
    background: #7c91ff;
}
.main .owl-theme .owl-dots .owl-dot span{
    background: #fff;
    display:none;
}
.main .owl-carousel .owl-nav button.owl-next, .main .owl-carousel .owl-nav button.owl-prev{
    background: #b80257;
    color: #fff;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 30px;
    height: 30px;
    line-height: 33px;
}
.main .owl-carousel .owl-nav button.owl-next:hover, .main .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #2135a5;
}
.owl-dot:before{
    display: block;
    opacity: 0.3;
    border-bottom: 1px solid #919191;
    font-size: 12px;
    font-weight: 600;
    width: 50px;
    padding: 12px 5px;
}
.main-top{
    color: #b80257;
    font-size: 1.2rem;
}
.main-heading{
    font-size: 4rem;
    line-height: 3.125rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #caa91c;
    margin-bottom: 15px;
}
.sub-main-heading{
    color: #8e1b22;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}
.sub-heading{
    font-size: 1.2rem;
    color: gray;
    line-height: 1.8rem;
    font-weight: 100;
}
.heading-mb{
    margin-bottom: 3rem
}
.hero-feat{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3rem;
}
.main-serv{
    position: absolute;
    display: flex;
    align-items: end;
    z-index: 50;
    width: 100%;
    justify-content: end;
    bottom: 0;
    right: 0;
}
.ab-sec{
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}

/* Image column */
.ab-image{
    min-height: 600px;
    background-image: url(../../assets/img/Image-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: right;
}

/* Content */
.ab-content{
    padding: 70px 130px;
}

.m-heading-sub{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0px;
}

.m-heading{
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #8e1b22;
}

/* Checklist */
.check-list.simple{
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list.simple li{
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #414141;
}

.check-list.simple li::before{
    content: "\F26E"; /* bi-check-circle-fill */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 15px;
    color: #8e1b22;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 991px){
    .ab-content{
        padding: 45px 25px;
    }

    .ab-image{
        min-height: 300px;
    }

    .m-heading{
        font-size: 28px;
    }
}

.ab-top{
}
.ab-top p{
    line-height: 1.5;
    margin-bottom: 30px;
}
.ab-con-right{
    width: 97%;
    margin-right: auto;
}
.check-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.check-list li{
    position: relative;
    padding-left: 30px;
    margin-top: 8px;
    font-size: 16px;
    color: #414141;
    line-height: 1.6;
}
.check-list li::before{
    content: "\F26B";
    font-family: bootstrap-icons !important;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8e1b22;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ------------------- GALLERY ------------------- */
.ms-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ms-gallery img {
    width: 100%;
    height: auto;
    border-radius: 0px !important;
    cursor: pointer;
    opacity: 1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.ms-gallery img:hover {
    transform: scale(1.01);
}

/* ------------------- MODAL ------------------- */
.ms-gal-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    align-items: center;
    justify-content: center;
}

.ms-gal-modal .modal-dialog {
    width: 70vw;
    max-width: 1000px;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ms-gal-modal .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ms-gal-modal .modal-content img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    object-fit: contain;
}

/* ------------------- BUTTONS ------------------- */
.ms-gal-modal .close-btn,
.ms-gal-modal .arrow-btn {
    position: absolute;
    background: rgba(255,255,255,0.75);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    color: #222;
    transition: 0.3s ease;
    z-index: 10000;
}

.ms-gal-modal .close-btn {
    top: 10px;
    right: 10px;
    transform: none;
}

.ms-gal-modal .arrow-btn.left {
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.ms-gal-modal .arrow-btn.right {
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.ms-gal-modal .arrow-btn:hover,
.ms-gal-modal .close-btn:hover {
    background: #fff;
}
.service-sec{
    background-image: url(../../assets/img/services-bg.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}
.service-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    text-decoration: none;
    margin-top: 30px
}

/* Image */
.service-box-img img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition: transform .7s ease;
}

/* Overlay container */
.service-box-con{
    position: absolute;
    inset: 0;
    padding: 18px;
    pointer-events: none;
    z-index: 24;
    text-align: center;
}

/* Title */
.service-title{
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    transition: transform .6s ease;
    z-index: 2;
    background: #ffffff03;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 1;
    backdrop-filter: blur(6px);
    padding: 11px 10px;
    border-radius: 999px;
}

/* Paragraph (absolute – no layout shift) */
.service-box-con p{
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: -80px;
    color: #eaeaea;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0;
    transition: all .6s ease;
    z-index: 2;
}

/* Gradient overlay */
.service-box::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.3),
        transparent
        );
    z-index: 0;
    transition: opacity .6s ease;
    opacity: .5;
}

/* Read More Icon */
.service-box::before{
    content: "\f138";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    background: rgb(142 27 34);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 20px;
    z-index: 3;
    opacity: 0;
    transform: translateY(-10px);
    transition: all .5s ease;
}
.hash-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    text-decoration: none;
    transition: color .4s ease;
    overflow: visible;
}

/* Shutter */
.hash-btn .shutter{
    position: absolute;
    inset: 0;
    background: #8e1b22;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s ease;
    z-index: -1;
}

/* Shared edge base */
.hash-btn::before,
.hash-btn::after,
.hash-btn .hash-edge::before,
.hash-btn .hash-edge::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-color: #000;
    transition: transform .35s ease;
}

/* TOP-LEFT */
.hash-btn::before{
    left: -7px;
    top: -7px;
    border-width: 0 1px 1px 0;
    transform-origin: bottom right;
}

/* BOTTOM-RIGHT */
.hash-btn::after{
    right: -7px;
    bottom: -7px;
    border-width: 1px 0 0 1px;
    transform-origin: top left;
}

/* TOP-RIGHT */
.hash-btn .hash-edge::before{
    right: -7px;
    top: -7px;
    border-width: 0 0 1px 1px;
    transform-origin: bottom left;
}

/* BOTTOM-LEFT */
.hash-btn .hash-edge::after{
    left: -7px;
    bottom: -7px;
    border-width: 1px 1px 0 0;
    transform-origin: top right;
}

/* Hover */
.hash-btn:hover{
    color: #fff;
}

.hash-btn:hover .shutter{
    transform: scaleX(1);
}

/* Edges disappear */
.hash-btn:hover::before,
.hash-btn:hover::after,
.hash-btn:hover .hash-edge::before,
.hash-btn:hover .hash-edge::after{
    transform: scale(0);
}
/* Hover effects */
.service-box:hover img{
    transform: scale(1.05);
}
.service-box:hover::after{
    opacity: 1
}
.service-box:hover .service-title{
    transform: translateY(-111px);
    background: rgb(142 27 34)
}

.service-box:hover .service-box-con p{
    bottom: 24px;
    opacity: 1;
}

.service-box:hover::before{
    opacity: 1;
    transform: translateY(0);
}
.concept-sec{
    background-color: #f9f9f9;
}
.cnpt-left{
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.cnpt-left .m-heading-sub{
    color: #fff
}
.cnpt-left p{
    color: #fff;
    opacity: .9
}
.cnpt-left .m-heading{
    color: #fff
}
.cnpt-right{
    padding: 70px 110px 50px 100px;
}
.cnpt-box{
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
    align-items: center;
    position: relative
}

.cnpt-box .cnpt-icon{
}

.cnpt-box .cnpt-icon img{width: 160px;opacity: .5;}

.cnpt-box .cnpt-con{

}

.cnpt-box .cnpt-con h3{
    font-size: 22px;
    color: #8e1b22;
}

.cnpt-box .cnpt-con p{
    margin-bottom: 0px;
    font-size: 15px;
    color: #535353;
}
.cnpt-box:after{
    content: '';
    position: absolute;
    width: 82%;
    right: 0px;
    bottom: -25px;
    background: #d0d0d0;
    height: 1px;
}


/* Responsive */
@media (max-width: 768px) {
    .ms-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .ms-gal-modal .modal-dialog {
        width: 90vw;
        height: 70vh;
    }

    .ms-gal-modal .arrow-btn.left {
        left: 10px;
    }

    .ms-gal-modal .arrow-btn.right {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .ms-gallery {
        grid-template-columns: 1fr;
    }
}