:root {
    --ng-menu-bg-color: linear-gradient(0deg, rgba(59,59,59,1) 0%, rgba(0,0,0,1) 100%);
    --ng-background-color: white;
}

body {
    padding-top: 101px;
    background-color: white;
    font-size: 16px; /* Base font size */
    line-height: 1.6;
}

@media (max-width: 768px) {
    body {
        font-size: 14px; /* Adjust font size for smaller screens */
    }
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.bg-top-bar {
    background: linear-gradient(145deg, #232f4b, #3a4a6b, #1e2637, #2c3e5e, #182032);
}
/*start menu*/
header {
    /*background: rgb(0,0,0);*/
    background: linear-gradient(145deg, #000000, #002a74, #002a74, #000000, #004eff);
    /*background: linear-gradient(145deg, #232f4b, #3a4a6b, #1e2637, #2c3e5e, #182032);*/
    /*background: linear-gradient(0deg, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);*/
    /*border-bottom: 1px solid white;*/
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 1030;
}

#menu {
    width: auto;
}

    #menu a {
        text-decoration: none;
    }

    #menu ul {
        margin: 0;
        padding: 0;
        /*line-height:160px!important;*/
    }

    #menu .main-menu {
        display: none;
    }

#tm:checked + .main-menu {
    display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#menu li,
#toggle-menu {
    border-width: 0 0 1px;
}

#menu .sub-menu {
    background: linear-gradient(145deg, #232f4b, #3a4a6b, #1e2637, #2c3e5e, #182032);
    color: #232f4b;
    font-weight: 600;
    /*background-color: #444;*/
    border-width: 1px 1px 0;
    margin: 0 1em;
}

    #menu .sub-menu li:last-child {
        border-width: 0;
    }

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu,
#toggle-menu {
    linear-gradient(145deg, #232f4b, #3a4a6b, #1e2637, #2c3e5e, #182032);
    min-height: 60px;
}

    #toggle-menu,
    #menu a {
        padding: 0.5em 0.5em;
    }

    #menu a {
        transition: all .125s ease-in-out;
        -webkit-transition: all .125s ease-in-out;
    }

        #menu a:hover {
            background-color: white;
            color: black;
        }

    #menu .sub-menu {
        display: none;
    }

        #menu .sub-menu a {
            color: white;
        }
    /* Remove existing input[type="checkbox"] styles */
    #menu input[type="checkbox"] {
        display: none;
    }

    /* Make the entire li clickable */
    #menu li {
        cursor: pointer;
    }

        /* When li is clicked, show the submenu */
        #menu li:active .sub-menu,
        #menu li:focus .sub-menu,
        #menu li:hover .sub-menu {
            display: block;
        }

        /* Optional: To ensure submenu stays open on click */
        #menu li:active > .sub-menu,
        #menu li:focus-within > .sub-menu {
            display: block;
        }

    /* Maintain hover effect for sub-menu links */
    #menu .sub-menu a:hover {
        color: #444;
    }

    #toggle-menu .drop-icon,
    #menu li label.drop-icon {
        position: absolute;
        right: 1.5em;
        top: 1em;
    }

    #menu label.drop-icon, #toggle-menu span.drop-icon {
        border-radius: 50%;
        width: 1em;
        height: 1em;
        text-align: center;
        background-color: rgba(0, 0, 0, .125);
        text-shadow: 0 0 0 transparent;
        color: rgba(255, 255, 255, .75);
    }

    /* Additional CSS for better styling of the SVG icon */
    #toggle-menu .drop-icon svg {
        width: 1em;
        height: 1em;
        fill: rgba(255, 255, 255, .75);
        background-color: rgba(0, 0, 0, .125);
        border-radius: 50%;
        padding: 0.25em;
    }

    #menu .drop-icon {
        line-height: 1;
    }

@media only screen and (max-width: 64em) and (min-width: 52.01em) {

    #menu li {
        width: auto;
    }

    #menu .sub-menu li {
        width: auto;
    }
}

@media only screen and (min-width: 52em) {
    .logo-lg {
        padding: 1em;
        /*padding-left: 2em;*/
    }

    #toggle-menu,
    #menu a {
        /*padding: 1em 1.5em;*/
    }

    #menu ul {
        float: right;
    }

    #menu .main-menu {
        display: block;
    }

    #toggle-menu,
    #menu label.drop-icon {
        display: none;
    }

    #menu ul span.drop-icon {
        display: inline-block;
    }

    #menu li {
        float: left;
        border-width: 0 1px 0 0;
    }

    #menu .sub-menu li {
        float: none;
    }

    #menu .sub-menu {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 14em;
        z-index: 3000;
    }

    #menu .sub-menu,
    #menu input[type="checkbox"]:checked + .sub-menu {
        display: none;
    }

        #menu .sub-menu li {
            border-width: 0 0 1px;
        }

        #menu .sub-menu .sub-menu {
            top: 0;
            left: 100%;
        }

    #menu li:hover > input[type="checkbox"] + .sub-menu {
        display: block;
    }
}

/*end menu*/

/*Home section1*/
.banner-section {
    position: relative;
    overflow: hidden;
    background: url(../images/home/banner1.webp) no-repeat center center;
    background-size: cover;
}

    .banner-section .banner-content {
        /*        text-align: center;
        margin: 0 auto;*/
        /*max-width: 725px;*/
    }

    .banner-section .container {
        height: 95vh; /* Full viewport height */
        display: flex;
        align-items: center;
    }

    .banner-section .banner-content .banner-title {
        font-size: 50px;
        font-weight: 600;
        color: white;
    }

    .banner-section .banner-content .banner-text {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 30px;
        color: white;
    }

@media (max-width: 640px) {
    .banner-section .container {
        text-align: center;
    }

    .banner-section .banner-content .banner-title {
        font-size: 28px;
    }

    .banner-section .banner-content .banner-text {
        font-size: 16px;
    }
}


.sections-booknow h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 5rem;
}

.sections-booknow h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 2rem;
    color: #f9a392;
}

.sections-booknow p {
    color: #fff;
    margin-bottom: 20px;
    width: 60%;
}

.sections-booknow {
    padding: 250px 60px;
    background: url(../images/home/book-now-bg.webp);
    border-radius: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    color: #fff;
    position: relative;
}

@media (max-width:768px) {
    .sections-booknow h2 {
        font-size: 4rem;
    }

    .sections-booknow h3 {
        font-size: 1.5rem;
    }

    .sections-booknow {
        padding: 5px 5px;
    }

        .sections-booknow p {
            width: 100%;
        }
}
/*Home section1*/

/*About section1*/
.about-section {
    /*padding: 120px 0;*/
    background-color: var(--ng-background-color);
}

    .about-section .about-thumb {
        position: relative;
        width: 100%;
    }

        .about-section .about-thumb img {
            width: 100%;
            height: 100%;
        }

        .about-section .about-thumb .about-thumb-content {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: rgb(134 109 35);
            background: linear-gradient(0deg, rgb(193 157 50) 0%, rgba(0, 0, 0, 1) 100%);
            padding: 10px 15px;
        }

    .about-section .about-content .title {
        font-size: 42px;
        color: white;
        margin-bottom: 20px;
    }

    .about-section .about-content .subtitle {
        font-size: 26px;
        font-weight: 500;
        color: #f9a392;
        margin-bottom: 10px;
        display: block;
    }

    .about-section .about-content p {
        color: white;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about-section .about-thumb .about-thumb-content .year {
        color: white;
        font-size: 30px;
        font-weight: 500;
        padding: 0;
        margin: 0;
    }

    .about-section .about-content .about-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .about-section .about-content .about-list li {
            color: white;
            margin-bottom: 10px;
        }

.cmn--btn-2:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.cmn--btn-2 {
    padding: 13px 30px 13px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid white;
    z-index: 1;
    transition: all 0.6s ease-in-out 0s;
    overflow: hidden;
    text-transform: uppercase;
    color: white;
    border-radius: 5px;
}

.btn-area a {
    text-decoration: none;
}
/*testimonial*/
.testimonial-section {
    background: url(../images/testimonial/bg1.webp) no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.section-header {
    max-width: 830px;
    position: relative;
}

.section-center {
    text-align: center !important;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    /*position*/
}

.section-header .subtitle {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #f9a392;
    margin-bottom: 5px;
    display: block;
}

.section-header .title {
    font-size: 50px;
    font-weight: 700;
    color: var(--theme-color);
}

/*testimonial*/
.testimonial-section .testimonial-items .thumb {
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto 15px;
    border-radius: 50%;
}

    .testimonial-section .testimonial-items .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.testimonial-section .testimonial-items p {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: white;
}

.testimonial-section .testimonial-items .testimonial-founder {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .testimonial-section .testimonial-items .testimonial-founder .test-content {
        position: relative;
        text-align: center;
    }

        .testimonial-section .testimonial-items .testimonial-founder .test-content .title {
            margin: 2px;
            color: white;
        }

        .testimonial-section .testimonial-items .testimonial-founder .test-content .designation {
            color: #e7bd71;
        }









/*services*/



@media (min-width: 992px) {
    .content-md-shift-up {
        margin-top: -125px;
    }
}

.decorative-wrap-1, .decorative-wrap-2, .decorative-wrap-3 {
    position: relative;
    z-index: 1;
    display: inline-block;
}

@media (min-width: 992px) {
    .decorative-wrap-1, .decorative-wrap-2, .decorative-wrap-3 {
        display: block;
    }
}

.decorative-wrap-1 .decorative-border, .decorative-wrap-2 .decorative-border, .decorative-wrap-3 .decorative-border {
    border: 3px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
}

@media (min-width: 992px) {
    .decorative-wrap-1 .decorative-border, .decorative-wrap-2 .decorative-border, .decorative-wrap-3 .decorative-border {
        z-index: 0;
        display: block;
    }
}

.decorative-wrap-1 .image-wrap, .decorative-wrap-2 .image-wrap, .decorative-wrap-3 .image-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .decorative-wrap-1 .image-wrap img, .decorative-wrap-2 .image-wrap img, .decorative-wrap-3 .image-wrap img {
        width: 100%;
    }

@media (min-width: 992px) {
    .decorative-wrap-1 .image-wrap, .decorative-wrap-2 .image-wrap, .decorative-wrap-3 .image-wrap {
        width: 100%;
    }

        .decorative-wrap-1 .image-wrap img, .decorative-wrap-2 .image-wrap img, .decorative-wrap-3 .image-wrap img {
            width: 100%;
            height: auto;
        }

        .decorative-wrap-1 .image-wrap:before, .decorative-wrap-2 .image-wrap:before, .decorative-wrap-3 .image-wrap:before {
            content: '';
            position: absolute;
            border: 3px solid #fff;
        }
}

@media (min-width: 992px) {
    .decorative-wrap-1 .decorative-border {
        top: -30px;
        bottom: 35px;
        left: -30px;
        right: 30px;
    }
}

@media (min-width: 992px) {
    .decorative-wrap-1 .image-wrap:before {
        top: -30px;
        left: -30px;
        right: 30px;
        bottom: 30px;
    }
}

.decorative-wrap-2 .decorative-background {
    position: absolute;
    top: -110px;
    left: -110px;
    width: 100%;
    height: 100%;
    background: #dd2163;
    display: none;
    overflow: hidden;
}

    .decorative-wrap-2 .decorative-background:before {
        content: '';
        position: absolute;
        top: 50px;
        left: 50px;
        width: 100%;
        height: 100%;
        border: 3px solid #fff;
    }

@media (min-width: 992px) {
    .decorative-wrap-2 .decorative-background {
        display: block;
    }
}

@media (min-width: 992px) {
    .decorative-wrap-2 .decorative-border {
        top: -60px;
        bottom: 50px;
        left: -60px;
        right: 50px;
    }
}

@media (min-width: 992px) {
    .decorative-wrap-2 .image-wrap:before {
        top: -60px;
        bottom: 45px;
        left: -60px;
        right: 50px;
    }
}

.decorative-wrap-3 .decorative-background {
    position: absolute;
    top: 150px;
    left: -30px;
    width: 70%;
    height: 70%;
    background: #dd2163;
    display: none;
    overflow: hidden;
}

@media (min-width: 992px) {
    .decorative-wrap-3 .decorative-background {
        display: block;
    }
}

.decorative-wrap-3 .decorative-border {
    z-index: 3;
}

@media (min-width: 992px) {
    .decorative-wrap-3 .decorative-border {
        z-index: 2;
        top: -52px;
        bottom: 120px;
        left: -55px;
        right: 174px;
    }
}

.decorative-wrap-3 .image-wrap {
    z-index: 2;
}

@media (min-width: 992px) {
    .decorative-wrap-3 .image-wrap:before {
        top: -52px;
        bottom: 120px;
        left: -55px;
        right: 174px;
    }
}

.cmn--btn-light:hover {
    color: white;
    background-color: black;
    border: 1px solid #040201;
}

.cmn--btn-light {
    padding: 13px 30px 13px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid black;
    z-index: 1;
    transition: all 0.6s ease-in-out 0s;
    overflow: hidden;
    text-transform: uppercase;
    color: black;
    border-radius: 5px;
}

.btn-area a {
    text-decoration: none;
}

/*footer*/
footer {
    /*border-top: 2px solid white;*/
    border-top: 5px solid;
    border-image: linear-gradient(to right, #e5e4e2, #f7f7f7, #d1d1d1, #e5e4e2) 1;
    background: linear-gradient(145deg, #000000, #002a74, #002a74, #000000, #004eff);
    /*background: linear-gradient(145deg, #232f4b, #3a4a6b, #1e2637, #2c3e5e, #182032);*/
    color: white;
}

    footer ul {
        list-style: none;
    }

    footer a {
        color: #8C8F94;
        text-decoration: none;
        display: inline-block; /* Ensures clickable area expands with padding */
        padding: 12px 16px; /* Adds touch-friendly spacing */
        font-size: 16px; /* Ensures text remains legible */
    }

        footer a:hover {
            color: white;
        }

.footer-widget-one-social {
    display: flex;
    align-items: center;
}

    .footer-widget-one-social li {
        width: 10px;
        height: 10px; /* Adjust to match line-height */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        /*background: #c57165;*/
        margin-right: 15px;
    }

        .footer-widget-one-social li a {
            color: white;
        }

            .footer-widget-one-social li a:hover {
                color: #228bd0;
            }
/*.footer-widget-one-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(145deg, #d4af37, #f7e7b2, #bf9b30, #e3c565, #8d6f2d);*/
/*background: #f9a392;*/
/*text-decoration: none;
}*/

/*.footer-widget-one-social li a:hover {
    color:black;
    background-color: #f78b7a;
}*/


.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
    color: #8C8F94; /* Ensures that the text color matches the surrounding text */
}

    .contact-item i {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        /*background: linear-gradient(145deg, #d4af37, #f7e7b2, #bf9b30, #e3c565, #8d6f2d);*/
        /*background: #f9a392;*/
        margin-right: 15px;
    }



    .contact-item span {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .contact-item:hover {
        color: white;
        /*background: linear-gradient(145deg, #d4af37, #f7e7b2, #bf9b30, #e3c565, #8d6f2d);*/
        /*background-color: #f78b7a;*/
    }


/*footer*/









/*contact page*/
.contactform a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
/*contact page*/
/*bootstrap override*/
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #f9a392;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(249 163 146 / 23%);
}
/*bootstrap override*/

/* FAQ / Need*/
/*! CSS Used from: Embedded */



.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: 1px 1px 70px rgb(49 39 10);
}

.position-relative {
    position: relative !important;
}

.faq-section {
    padding: 5em;
}

    .faq-section .accordion-card {
        box-shadow: 1px 1px 70px rgb(33 42 61);
        /*box-shadow: 1px 1px 70px rgb(249 163 146 / 21%);*/
        background: #1d2025;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 16px;
        padding: 0 20px;
    }

@media (max-width:768px) {
    .faq-section {
        padding: 5px;
    }
}

@media (min-width:769px) {
    .faq-section .accordion-card {
        margin-left: 10px;
    }
}

.faq-section .accordian-inner p {
    font-weight: 400;
    border-left: 3px solid var(--e-global-color-secondary);
    padding-left: 12px;
}

.faq-section .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-section .accordian-inner .card-body {
    padding: 0px 18px 38px;
    margin: 0 -18px;
    border-bottom: 2px solid #2974ba;
    /*border-radius: 15px;*/
}

.faq-section .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-section .accordian-inner .accordion-card .btn {
    padding: 18px 0px 14px;
    text-decoration: none;
    text-align: left;
    display: block;
}

.faq-section .faq_content h2 {
    margin-bottom: 37px;
}

.faq-section .faq_content p {
    margin-bottom: 33px;
}

.faq-section .accordion-card .btn-link i {
    position: absolute;
    text-align: center;
    right: -30px;
    top: 16%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(to right, var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
    color: var(--e-global-color-white);
    font-size: 18px;
    border-radius: 100px;
}
/*! CSS Used from: Embedded */
.bi {
    display: inline-block;
    /*    width: 16px;
    height: 16px;*/
    background-repeat: no-repeat;
    background-size: contain;
}

.plus::before {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-plus' viewBox='0 0 16 16'> <path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/> </svg>");
}

.dash::before {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-dash' viewBox='0 0 16 16'> <path d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/> </svg>");
}

p {
    margin-top: 1em;
}

label[for] {
    cursor: pointer;
}

.faq input, input + label + .content {
    display: none;
}

label:hover {
    /*background: #4e8774;*/
}

input:checked + label + .content {
    display: block;
}

/*.bg-gold {
    background-color: #be7d23;
}*/
.text-gold {
    color: #1e2638;
}

/*///////////////////////////////////////////////*/
/* Gold gradient bottom border with animation */
.gold-bottom-border {
    position: relative;
    border: none;
    padding-bottom: 5px; /* Space for the animated border */
}

    .gold-bottom-border::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px; /* Height of the bottom border */
        /*background: linear-gradient(145deg, #d4af37, #f7e7b2, #bf9b30, #e3c565, #8d6f2d);*/
        background: linear-gradient(145deg, #232f4b, #3a4a6b, #1e2637, #2c3e5e, #182032);
        background-size: 200% 200%;
        animation: goldGlow 3s infinite linear;
    }

/* Keyframes for the gold gradient animation */
@keyframes goldGlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/*///////////////////////////////////////////////*/

.bg-gold {
    background: linear-gradient(145deg, #d4af37, #f7e7b2, #bf9b30, #e3c565, #8d6f2d);
    background-size: 200% 200%;
    border: 1px solid #a57c00;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    animation: goldGlow 3s infinite linear;
}

@keyframes goldGlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.header-social a {
    color: black;
    text-decoration: none;
}

    .header-social a:hover {
        color: white;
    }


/* Platinum border only at the bottom */
.platinum-bottom-border {
    border: none;
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, #e5e4e2, #f7f7f7, #d1d1d1, #e5e4e2) 1;
}

.top-bar {
    color: #2974ba;
    font-weight: 600;
}

    .top-bar a {
        color: #2974ba;
        text-decoration: none;
    }

        .top-bar a:hover {
            color: #040032;
        }

/*.home-welcom-bg {
    background-image: url('../../images/home/8.jpg');
}*/
.background-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; /* Set the width of the div */
    height: 80vh; /* Set the height of the div (can be changed based on requirement) */
    /*height: 86vh;*/ /* Set the height of the div (can be changed based on requirement) */
}

.bg-darkblue {
    background-color: #011126;
}

.feature-section {
    margin-top: -10em;
}

.xx {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 2px;
    padding-top: 3rem !important;
}

@media (max-width:768px) {
    .background-cover {
        height: 90vh; /* Set the height of the div (can be changed based on requirement) */
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; /* Center text horizontally */
    }

    .lead {
        font-size: 2em;
    }

    .xx {
        font-size: 4.5rem;
        font-weight: 500;
        line-height: 4.5rem;
        letter-spacing: 1px;
        padding-top: 1rem !important;
    }
}

@media (max-width:540px) {
    .lead {
        font-size: 1em;
    }

    .xx {
        font-size: 3.5rem;
        font-weight: 500;
        line-height: 3.5rem;
        letter-spacing: 1px;
        padding-top: 1rem !important;
    }
}

@media (max-width:425px) {
    .lead {
        font-size: 1em;
    }

    .xx {
        font-size: 2rem;
        font-weight: 500;
        line-height: 2rem;
        letter-spacing: 1px;
        padding-top: 1rem !important;
    }
}

.bg-transparency {
    background-color: rgba(0, 0, 0, 0.6);
}

.section-square {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-align: center;*/
    padding: 20px;
}

@media (min-width:426px) {
}

.bg-cover {
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.bg-auto-body-repair {
    background-image: url('../../images/home/cutting-edge-technology.webp');
}

.bg-paintless-dent-removal {
    background-image: url('../images/panel-beating-paintless-dent-removal/paintless-dent-removal.webp');
}

.bg-auto-spray-repair {
    background-image: url('../images/auto-spray-painting/auto-spray-repair.webp');
}

.bg-accident-repairs {
    background-image: url('../images/accident-repairs/accident-repairs.webp');
}

.services .title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 4rem;
    letter-spacing: 2px;
    text-align: center;
}

.services h2 {
    font-size: 4rem !important;
    font-weight: 700 !important;
    line-height: 4rem !important;
    letter-spacing: 2px !important;
    text-align: center;
}

.services p {
    font-size: 1.8rem;
    color: #747b85;
}

@media (max-width:526px) {
    .services .title {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }

    .services h2 {
        font-size: 3rem !important;
        line-height: 3rem !important;
    }

    .services p {
        font-size: 1.5rem;
    }
}
/*accident-repairs*/
.accident-repairs-welcom-bg {
    background-image: url('../images/accident-repairs/accident-repairs-header.webp');
}

.bg-accident-repairs-facility {
    background-image: url('../images/accident-repairs/accident-repair-facility.webp');
}

.bg-accident-repairs-goal {
    background-image: url('../images/accident-repairs/accident-repairs-goal.webp');
}
/*auto-body-repair*/
.auto-body-repair-welcom-bg {
    background-image: url('../images/auto-body-repair/auto-body-repair-header.webp');
}

.bg-collision-repair-technology {
    background-image: url('../images/auto-body-repair/collision-repair-technology.webp');
}

.bg-minor-dents-repair {
    background-image: url('../images/auto-body-repair/accident-repair-minor-dents.webp');
}
/*auto-spray-painting*/
.auto-spray-painting-welcom-bg {
    background-image: url('../images/auto-spray-painting/auto-spray-painting-header.webp');
}

.bg-trucks-auto-spray-painting {
    background-image: url('../images/auto-spray-painting/trucks-auto-spray-painting.webp');
}

.bg-vehicle-spray-painting {
    background-image: url('../images/auto-spray-painting/vehicle-spray-painting.webp');
}
/*panel-beating-paintless-dent-removal*/
.panel-beating-welcom-bg {
    background-image: url('../images/panel-beating-paintless-dent-removal/panel-beating-header.webp');
}

.bg-paintless-dent-removal-bg {
    background-image: url('../images/panel-beating-paintless-dent-removal/paintless-dent-removal-bg.webp');
}

.bg-paintless-dent-removal-on-time {
    background-image: url('../images/panel-beating-paintless-dent-removal/paintless-dent-removal-on-time.webp');
}

.bullet-list {
    font-size: 1.5rem;
    color: #747b85;
}

.bg-image-caption {
    background-color: #ede8de;
    max-width: 1024px !important;
}

.fs-message {
    font-size: 1rem !important
}

@media (max-width:768px) {
    .fs-message {
        font-size: 0.8rem !important
    }
}


/*Call section*/
:root {
    --theme-color: #1f283a;
    --color-white: #ffffff;
}

.call-area {
    background-image: url('../../images/section/call/01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

    .call-area::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(to left, rgb(31 40 58) 0%, rgba(0, 0, 0, 0) 100%)
    }

.call-content {
    padding: 40px;
    position: relative;
    background: var(--color-white);
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    z-index: 1
}

    .call-content::before {
        content: "";
        position: absolute;
        border: 5px solid var(--theme-color);
        border-radius: 20px;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        z-index: -1
    }

    .call-content::after {
        content: "";
        position: absolute;
        left: 50px;
        top: 10px;
        width: 80px;
        height: 10px;
        background: var(--color-white);
        z-index: -1
    }

    .call-content span {
        text-transform: uppercase;
        color: var(--theme-color);
        letter-spacing: 2px;
        font-size: 18px;
        font-weight: 500
    }

    .call-content h1 {
        margin-top: 10px;
        margin-bottom: 10px
    }

.emergency-call {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px
}

.emergency-call-icon {
    width: 80px;
    height: 80px;
    background: var(--theme-color);
    color: var(--color-white);
    font-size: 45px;
    text-align: center;
    border-radius: 50%
}

.emergency-call-info h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: var(--theme-color)
}

@media all and (max-width:767px) {
    .call-content {
        padding: 30px
    }
}

.hero {
    display: flex;
    justify-content: center; /* Horizontally center the container */
    align-items: center; /* Vertically center the container */
    width: 100%;
    height: 80vh;
    background: linear-gradient(to left, rgb(31 40 58) 0%, rgb(0 81 255 / 35%) 100%);
}
/*Call section*/


.background-cover {
    position: relative;
    width: 100%;
    height: 86vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #000;*/ /* Adjust to match the design */
}

.background-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* Ensures the image is behind content */
}

.bg-main {
    background: linear-gradient(145deg, #000000, #002a74, #002a74, #000000, #004eff);
    /*background: linear-gradient(145deg, #232f4b, #3a4a6b, #1e2637, #2c3e5e, #182032);*/
}

.contactpage {
    color: white;
    background: #002a74;
}

.bg-hero {
    background-color: #061639;
}

.btn-main {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2974ba;
    /*--bs-btn-bg: #232f4b;*/
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

/*======================================================================================*/
/* Feature Box
    ---------------------*/
.feature-box-1 {
    padding: 32px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    margin: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
}

    .feature-box-1 * {
        -moz-transition: ease all 0.35s;
        -o-transition: ease all 0.35s;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.35s;
    }

    .feature-box-1 .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        background: #e90510;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 22px;
        font-size: 27px;
    }

        .feature-box-1 .icon i {
            line-height: 70px;
        }

    .feature-box-1 h5 {
        color: #20247b;
        font-weight: 600;
    }

    .feature-box-1 p {
        margin: 0;
    }

    .feature-box-1:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        border-radius: 10px;
        width: 0;
        background: #20247b;
        z-index: -1;
        -moz-transition: ease all 0.35s;
        -o-transition: ease all 0.35s;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.35s;
    }

    .feature-box-1:hover {
        top: -5px;
    }

        .feature-box-1:hover h5 {
            color: #ffffff;
        }

        .feature-box-1:hover p {
            color: rgba(255, 255, 255, 0.8);
        }

        .feature-box-1:hover:after {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            left: 0;
            right: auto;
        }

.section {
    padding: 50px 0;
    position: relative;
}

.section-title {
    padding-bottom: 45px;
}

    .section-title h1 {
        font-weight: 700;
        color: #20247b;
        font-size: 2.5rem;
        margin: 0 0 15px;
        border-left: 5px solid #e90510;
        padding-left: 15px;
    }

.section-hero-title h1 {
    font-weight: 700;
    font-size: 2.5rem;
}

.service-page p {
    font-size: 1.5rem;
    line-height: 1.7;
}

.service-page ul {
    font-size: 1.2rem;
    line-height: 1.4;
}

.section-title h2 {
    font-weight: 700;
    color: #2974ba;
    /*color: #20247b;*/
    font-size: 2rem;
    margin: 0 0 15px;
    border-left: 5px solid #e90510;
    padding-left: 15px;
}

.services-section a {
    color: black;
}

.list-with-checks {
    list-style: none; /* Remove default bullets */
    padding: 0;
}

    .list-with-checks li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .list-with-checks li .check-icon {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            margin-right: 10px;
            background-color: #28a745; /* Green background */
            color: white;
            border-radius: 50%; /* Circle shape */
        }

            .list-with-checks li .check-icon svg {
                width: 32px;
                height: 32px;
            }

.timeline {
    display: grid;
    grid-template-columns: .25rem 1fr;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    list-style: none
}

    .timeline::before {
        content: "";
        grid-column: 1;
        grid-row: 1/span 20;
        background: #f8f7fa
    }

    .timeline li {
        grid-column: 2;
        margin-inline: 1.5rem;
        grid-row: span 2;
        display: grid;
        grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
        grid-template-rows: min-content min-content min-content
    }

        .timeline li:not(:last-child) {
            margin-bottom: 2rem
        }

        .timeline li .date {
            height: 3rem;
            margin-inline: -1.5rem;
            text-align: center;
            color: #fff;
            display: grid;
            place-content: center;
            position: relative;
            border-radius: 1.5rem 0 0 1.5rem
        }

            .timeline li .date::before {
                content: "";
                width: 1.8rem;
                aspect-ratio: 1;
                background: #f8f7fa;
                position: absolute;
                top: 100%;
                -webkit-clip-path: polygon(0 0,100% 0,0 100%);
                clip-path: polygon(0 0,100% 0,0 100%);
                right: 0
            }

            .timeline li .date::after {
                content: "";
                display: block;
                position: absolute;
                width: 14px;
                height: 14px;
                background: linear-gradient(145deg, #232f4b, #3a4a6b, #1e2637, #2c3e5e, #182032);
                border-radius: 15px;
                z-index: 1;
                top: 50%;
                -webkit-transform: translate(50%,-50%);
                transform: translate(50%,-50%);
                right: calc(100% + 2rem + .125rem)
            }

        .timeline li .title {
            position: relative;
            padding-inline: 1.5rem;
            overflow: hidden;
            -webkit-padding-before: 1.5rem;
            padding-block-start: 1.5rem;
            -webkit-padding-after: 1rem;
            padding-block-end: 1rem;
            font-weight: 500
        }

            .timeline li .title::before {
                bottom: calc(100% + .125rem)
            }

        .timeline li .descr {
            position: relative;
            padding-inline: 1.5rem;
            -webkit-padding-after: 1.5rem;
            padding-block-end: 1.5rem;
            font-weight: 300
        }

            .timeline li .descr::before {
                z-index: -1;
                bottom: .25rem
            }

@media (min-width: 40rem) {
    .timeline {
        grid-template-columns: 1fr .25rem 1fr
    }

        .timeline::before {
            grid-column: 2
        }

        .timeline li:nth-child(odd) {
            grid-column: 1
        }

            .timeline li:nth-child(odd) .date {
                border-radius: 0 1.5rem 1.5rem 0
            }

                .timeline li:nth-child(odd) .date::before {
                    -webkit-clip-path: polygon(0 0,100% 0,100% 100%);
                    clip-path: polygon(0 0,100% 0,100% 100%);
                    left: 0
                }

                .timeline li:nth-child(odd) .date::after {
                    -webkit-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                    left: calc(100% + 2rem + .125rem)
                }

        .timeline li:nth-child(even) {
            grid-column: 3
        }

        .timeline li:nth-child(2) {
            grid-row: 2/4
        }
}

.timeline .timeline-date {
    width: 54px;
    height: 85px;
    display: inline-block;
    padding: 8px;
    -webkit-clip-path: polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);
    clip-path: polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);
    z-index: 1
}

.steps h5, .steps h6 {
    color: #201f26 !important;
}

.faq-section .faq {
    color: white;
}

/*Call To Action START*/
.article-cta {
    min-width: 300px;
    min-height: 60px;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: white;
    /*color: #313133;*/
    background: #4FD1C5;
    /*background: linear-gradient(90deg, rgb(21 164 150) 0%, rgb(25 117 111) 100%);*/
    background: linear-gradient(90deg, #007bff 0%, #0056b3 100%);
    border: none;
    /*border-radius: 1000px;*/
    box-shadow: 12px 12px 24px rgba(255, 0, 0, 0.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 0 !important;
}

    .article-cta::before {
        content: '';
        /*border-radius: 1000px;*/
        min-width: calc(300px + 12px);
        min-height: calc(60px + 12px);
        border: 1px solid #2a3b59;
        box-shadow: 0 0 60px rgba(0,255,203,.64);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all .3s ease-in-out 0s;
    }

    .article-cta:hover, .button:focus {
        color: #313133;
        transform: translateY(-6px);
    }

        .article-cta:hover::before, button:focus::before {
            opacity: 1;
        }

    .article-cta::after {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 6px solid red;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: ring 1.5s infinite;
    }

    .article-cta:hover::after, button:focus::after {
        animation: none;
        display: none;
    }

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 200px;
        height: 200px;
        opacity: 0;
    }
}
/*Call To Action END*/
#menu .dropdown {
    padding: 1em 1.5em;
}

#privateDropdownMenu {
    position: absolute;
    z-index: 100;
    color: white;
    background: linear-gradient(145deg, #000000, #002a74, #002a74, #000000, #004eff);
    /*background: linear-gradient(145deg, #232f4b, #3a4a6b, #1e2637, #2c3e5e, #182032);*/
}

/*=======================================================================================*/
.main-menu .dropdown {
    position: relative;
}
.main-menu .dropdown ul{
    background-color:black;
}
.main-menu .dropdown ul li {
    width:100%;
}
.main-menu .dropdown-toggle {
    display: inline-block;
    /*padding: 1em 1.5em;*/ /* Matches other menu items */
    color: white; /* Ensures color consistency */
    cursor: pointer; /* Mimics clickable behavior */
}
.dropdown span {
    padding: 0.5em 0.5em;
}
.main-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Aligns the dropdown properly */
    left: 0;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    z-index: 1000;
}

.main-menu .dropdown:hover .dropdown-menu,
.main-menu .dropdown:focus-within .dropdown-menu {
    display: block;
}

.main-menu .dropdown-item {
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    display: block;
}

    .main-menu .dropdown-item:hover {
        background-color: red;
        color: #0056b3;
    }

/* Fix Padding for Menu Items */
.main-menu > li {
    padding: 1em 1.5em; /* Matches dropdown toggle */
}
@media (max-width: 768px) {
    #toggle-menu{
        padding-bottom:70px;
    }
    .main-menu {
        border-top: 1px solid white;
    }
    .main-menu .dropdown-menu {
        position: relative; /* Change from absolute to relative */
        width: 100%; /* Ensure it takes full width */
        display: none; /* Initially hidden */
        background-color: #fff; /* Optional for clarity */
        border: 1px solid #ddd; /* Adds subtle border for visual separation */
    }

    .main-menu .dropdown:hover .dropdown-menu,
    .main-menu .dropdown:focus-within .dropdown-menu {
        display: block; /* Show the dropdown on hover or focus */
    }

    .main-menu .dropdown-toggle {
        width: 100%; /* Ensures consistent spacing */
        display: block; /* Ensures proper alignment */
        text-align: left; /* Aligns the dropdown text properly */
    }

    .main-menu .dropdown-item {
        padding: 10px 15px; /* Better touch target for mobile users */
    }
}
