head, body, html, button, h1, h2, h3, h4, h5, h6, li, ol, ul, a{
    margin: 0;
    padding: 0;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none !important;
    -webkit-text-stroke: 0px;
    -webkit-text-emphasis-style: none;
    text-rendering: optimizeSpeed;
    -webkit-text-size-adjust: 100%;
}

html, body{
    color: #1f2937;
    line-height: 1.6;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none !important;
    -webkit-text-stroke: 0px;
    -webkit-text-emphasis-style: none;
    text-rendering: optimizeSpeed;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Philosopher', sans-serif !important;
    font-weight: 600;
    display: block;
}

p{
    font-size: 1.05rem;
    color: #4b5563;
}

img{
    max-width: 100%;
    height: auto;
}

.section_wrapper{
    padding: 80px 0;
    position: relative;
}

.section_wrapper.bg-light{
    background-color: #f8f8f6 !important;
}

.section_wrapper + .section_wrapper{
    padding-top: 80px;
}

.section_wrapper .container{
    position: relative;
    z-index: 10;
}

.card{
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.card h3,
.card h5{
    font-weight: 700;
}

.btn-outline-danger:hover{
    background-color: #d92b17;
    color: #fff;
}

.btn-danger:hover{
    background-color: #b41f10;
    border-color: #b41f10;
}

.bg-light .card{
    background-color: #ffffff;
}

.section_title::before{
    left: 0;
    bottom: -12px;
    width: 70px;
}

.btn{
    font-weight: 600;
    border-radius: 999px;
    padding: 0.75rem 1.6rem;
}

.btn-danger{
    background-color: #d92b17;
    border-color: #d92b17;
}

.btn-outline-danger{
    color: #d92b17;
    border-color: #d92b17;
}

.card{
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
}

.card-footer{
    padding-bottom: 1.5rem;
}

.form-control,
select.form-control,
textarea.form-control{
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.2);
    padding: 0.7rem 0.9rem;
}

iframe{
    border-radius: 1rem;
}

/*==========================================
Header Part Start Here
============================================*/
.navbar{
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.navbar-brand img{
    height: 50px;
    width: auto;
}

#navbarNav .nav-link{
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.navbar-toggler {
    border: 1px solid #212529 !important;
    padding: 8px 15px;
}

.navbar-collapse.collapse.show{
    padding-top: 15px;
}

.dropdown-menu{
    border-radius: 0.5rem;
    border: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    margin-top: 0.75rem;
}

.navbar .dropdown-item{
    padding: 0.55rem 1.2rem;
    font-size: 0.95rem;
}

#navbarNav .nav-link{
    color: #131515;
    font-weight: bold;
}

#navbarNav .nav-item{
    margin-left: 1rem;
}

.navbar-dark .navbar-toggler{
    border-color: rgba(255, 255, 255, 0.4);
}

.navbar-dark .navbar-toggler-icon{
    filter: invert(1);
}

#navbarNav .nav-link:hover,
#navbarNav .nav-link:active,
#navbarNav .nav-link:focus,
#navbarNav .nav-link.active{
    color: #b21f2d;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    color: #000;
    font-weight: bold;
}

.navbar.navbar-sticky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    transform: translateY(0);
    animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
/*==========================================
hero-section Part Start Here
============================================*/

.hero-section{
    background-image: url("./images/hero-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    height: auto;
    width: 100%;
    background-attachment: scroll;
}

.hero-section::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 5;
}

.hero-section p, .hero-section a, .hero-section h1{
    position: relative;
    z-index: 5;
}

.hero-section .title {
    font-size: clamp(3rem, 9vw, 4.5rem);
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
}

.hero-section .title::before{
    position: absolute;
    content: "";
    left: 0;
    z-index: 5;
    width: 80px;
    bottom: -12px;
    border-bottom: 4px solid #d92b17;
}

.hero-section .subtitle{
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 25px;
}

.hero-section a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.1rem;
    position: relative;
    z-index: 5;
}

.hero-content{
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 5;
    padding-top: 140px;
    padding-bottom: 140px;
    min-height: 400px;
}

.hero-content h2{
    margin-bottom: 20px;
}

.hero-content p{
    max-width: 670px;
}

/* All In One Experience Section  */
.experience-section{
    overflow: hidden;
}

.experience-section::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(217, 43, 23, 0.12) 0%, rgba(217, 43, 23, 0) 70%);
    z-index: 1;
}

.experience-section::after{
    content: "";
    position: absolute;
    bottom: -140px;
    left: -140px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0) 70%);
    z-index: 1;
}

.experience-section .container{
    position: relative;
    z-index: 2;
}

.experience-header{
    max-width: 820px;
    margin: 0 auto;
}

.experience-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18rem;
    font-size: 0.75rem;
    color: #d92b17;
    background: rgba(217, 43, 23, 0.1);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.experience-header h2{
    font-size: 2.6rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.experience-header p{
    font-size: 1.1rem;
    color: #475569;
}

.experience-list{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.experience-item{
    background: #ffffff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(15, 23, 42, 0.05);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience-item:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

.experience-item--reverse{
    direction: rtl;
}

.experience-item--reverse > *{
    direction: ltr;
}

.experience-image{
    min-height: 260px;
    background-size: cover;
    background-position: center;
}

.experience-body{
    padding: 2.4rem 2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.experience-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.experience-meta span{
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    color: #475569;
    background: #f1f5f9;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

.experience-body h4{
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.8rem;
}

.experience-body p{
    color: #475569;
    font-size: 1rem;
}

.experience-body p + p{
    margin-top: 0.8rem;
}

@media (max-width: 991px){
    .experience-header h2{
        font-size: 2.2rem;
    }

    .experience-item{
        grid-template-columns: 1fr;
    }

    .experience-item--reverse{
        direction: ltr;
    }

    .experience-body{
        padding: 1.8rem 1.8rem 2.1rem;
    }
}

@media (max-width: 767px){
    .experience-section{
        padding: 90px 0;
    }

    .experience-header h2{
        font-size: 2rem;
    }

    .experience-image{
        min-height: 200px;
    }
}
/* All In One Experience Section  */

.section_wrapper{
    position: relative;
}


.section_title{
    font-size: 3.2rem;
    line-height: 1.1;
    transform: none;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #d92b17;
    position: relative;
    z-index: 11;
}

.section_title::before{
    position: absolute;
    content: "";
    z-index: 5;
    border-bottom: 4px solid #d92b17;
}

.section_content{
    position: relative;
}

.section_content h4{
    font-weight: 700;
    padding-bottom: 20px;
}

/* Footer/  */
.footer_section{
    margin-top: 0;
    padding: 90px 0 15px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.95));
    color: #f8fafc;
}

.footer_top{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
    align-items: start;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(248, 250, 252, 0.15);
}

.footer_brand p{
    color: rgba(248, 250, 252, 0.75);
    font-size: 1rem;
    line-height: 1.7;
}

.footer_column h4{
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #f8fafc;
}

.footer_list li{
    margin-bottom: 0.75rem;
    color: rgba(248, 250, 252, 0.72);
}

.footer_list a{
    color: rgba(248, 250, 252, 0.9);
    text-decoration: none;
}

.footer_list a:hover{
    color: #ffffff;
}

.footer_note{
    color: rgba(248, 250, 252, 0.75);
    margin-bottom: 1rem;
}

.footer_actions{
    display: flex;
    gap: 0.75rem;
}

.footer_icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background-color: rgba(248, 250, 252, 0.12);
    color: #ffffff;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.footer_icon:hover{
    transform: translateY(-2px);
    background-color: rgba(248, 250, 252, 0.25);
    color: #ffffff;
}

.footer_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.75rem;
    font-size: 0.95rem;
    color: rgba(248, 250, 252, 0.7);
}

.footer_meta{
    margin: 0;
}

.form-control,
select.form-control,
textarea.form-control{
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.2);
    padding: 8px;
}

iframe{
    border-radius: 1rem;
}


.list-content {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-content li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 5px 0;
    font-size: 0.95rem;
    color: #3c3c3c;
    line-height: 1.5;
}

.list-content li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #2fa26a;
    margin-top: 2px;
    font-size: 0.85rem;
}

.list-content.list-with-price li::before {
    content: "\f02b"; /* fa-tag */
    color: #3d6fb4;
}

.list-content.list-with-partner li::before {
    content: "\f007"; /* fa-user */
    color: #8a8a8a;
}

.list-content.list-with-cross li::before {
    content: "\f00d";
    color: #e05b5b;
}

.list-content.list-with-plus li::before {
    content: "\f067";
    color: #3d6fb4;
}

/* ==========================================
   Video Popup Modal
============================================ */
.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 30, 0.88);
    cursor: pointer;
}

.video-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 860px;
    margin: 1.5rem;
    animation: videoModalIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes videoModalIn {
    from {
        opacity: 0;
        transform: scale(0.88);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.video-modal-close {
    position: absolute;
    top: -48px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.video-modal-close:hover {
    background: #d92b17;
    transform: scale(1.1);
}

.video-modal-body {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #000;
}

@media (max-width: 575px) {
    .video-modal-close {
        top: -44px;
        right: 0;
    }
}

/* ==========================================
   Gallery Section
============================================ */
.gallery-section {
    overflow: hidden;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.gallery-item {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    background-color: #e2e8f0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.gallery-item:hover img {
    transform: scale(1.07);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 1.8rem;
    color: #ffffff;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

/* Lightbox */
.gallery-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(10, 15, 30, 0.92);
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.gallery-lightbox.active {
    display: flex;
}

.gallery-lightbox-inner {
    position: relative;
    max-width: 900px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox-inner img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 1rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
    object-fit: contain;
}

.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
    position: fixed;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 999px;
    transition: background 0.2s ease, transform 0.2s ease;
    line-height: 1;
}

.gallery-lightbox-close {
    top: 1.25rem;
    right: 1.25rem;
    font-size: 2rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox-prev,
.gallery-lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.4rem;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox-prev {
    left: 1.25rem;
}

.gallery-lightbox-next {
    right: 1.25rem;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
    background: rgba(217, 43, 23, 0.75);
    transform: translateY(0) scale(1.08);
}

.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
    transform: translateY(-50%) scale(1.08);
}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-lightbox-prev {
        left: 0.5rem;
    }

    .gallery-lightbox-next {
        right: 0.5rem;
    }
}