html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.page-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.home .video_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.home .video-background-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 24 / 9;
}

.home .video-background-wrapper iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: scale(1.2);
}

.home .video-overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: flex-end;
}


/*
.home {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home .video_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home .video_section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .video-overlay-text {
    position: absolute;
    z-index: 5;
}
*/

/*////////////////////*/

.container-loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #2A2D65;
    color: #fff;
    transition: 0.5s all;
    bottom: 0;
    z-index: 99999999999999;
    font-family: "Oswald", sans-serif;
}

.container-inner-loader {
    width: 100%;
    height: 100%;
    /* background: red; */
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    transition: top 1s, opacity 1s;
    font-family: "Oswald", sans-serif;
}

.heading-wrapper {
    display: flex;
    align-items: center;
    font-family: "Oswald", sans-serif;
}

.heading-wrapper h2,
.heading-wrapper span {
    font-size: 6rem;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.heading-wrapper h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: #E51D2E
}

.heading-wrapper span {
    position: relative;
    left: 0;
    opacity: 1;
    width: 380px;
    transition: width 1s ease-in-out, transform 2s, opacity 1s;
    font-family: "Oswald", sans-serif;
}

.heading-wrapper:nth-child(2) span {
    width: 310px;
    font-family: "Oswald", sans-serif;
}


/*////////////////////*/



.small_screen_bar_none {
    position: relative;
    z-index: 10;
}

#mainNavbar {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.bg-colo-other-page {
    background: #2A2D65;
}

h1 {
    font-weight: 600;
    font-size: 70px;
    color: #000;
    font-family: 'Oswald';
}

h2 {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    font-family: 'Oswald';
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #253551;
    font-family: 'Oswald';
}

h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #000;
    font-family: 'Oswald';
}

h5 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #000;
    font-family: 'Oswald';
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000;
    font-family: 'Montserrat';

}

a {
    text-decoration: none;
    border-bottom: none;
    color: #000;
}

.nav_text {
    font-weight: 600;
    font-size: 18px;
    color: white;
}

.nav_text:hover {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #F8E508 !important;
}


.pt-100 {
    padding: 100px 0 0 0;
}

.pb-100 {
    padding: 0 0 100px 0;
}

.py-100 {
    padding: 100px 0;
}

.pt-50 {
    padding: 50px 0 0 0;
}

.pb-50 {
    padding-bottom: 50px;
}

.footer {
    background: #2A2D65;
}

.footer_menu_name {
    font-weight: 400;
    font-weight: 400;
    font-size: 24px;
    color: white;
}

.footer_font_text_li {
    color: #FFFFFF;
    font-size: 16px;
}



#mainNavbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.video_section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.video_section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-overlay-text {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
}

.video-overlay-text h1 {
    color: white;
    font-size: 5rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.video-overlay-text p {
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    text-align: end;
}

.container {
    max-width: 100%;
    padding: 0 7vw;
}

.about_text_padding_right {
    padding-right: 100px;
}

video {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.content-text {
    color: #191970;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.6;
    text-align: center;
    font-family: 'Calistoga';
}

.text-red {
    color: #E51D2E;
}

.inline-img {
    height: 47px;
    border-radius: 25px;
    vertical-align: middle;
    margin: 0 8px;
    object-fit: cover;
    width: 100px;
}

.product-slider-container {
    position: relative;
}

swiper-slide {
    background: #fff;
    text-align: left;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

swiper-slide h5 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    font-family: 'Oswald';
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: -60px;
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev {
    right: 45px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #212529;
}

.swiper-button-next {
    right: 0;
    background-color: #0b2344;
    border: none;
    color: #fff;
}

.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}








.list-group-item {
    border: none;
    border-radius: 0 !important;
    padding: 25px 20px;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #212529;
    background-color: #ffffff;
    margin-bottom: 1px;
    font-family: 'Oswald';
}

.list-group-item.active {
    background-color: #2c3862;
    color: #ffffff;
}

.form-container {
    border: 1px solid #e9ecef;
    padding: 40px;
    background-color: #ffffff;
    height: 100%;
}

.form-control-custom {
    border: 1px solid #dee2e6;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    height: 45px;
    margin-bottom: 1rem;
}

.form-control-custom:focus {
    box-shadow: none;
    border-color: #2c3862;
}

.form-control-custom::placeholder {
    color: #9fa5ab;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-submit-custom {
    background-color: #2c3862;
    color: white;
    border: none;
    border-radius: 4px !important;
    padding: 10px 30px !important;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 500;
}

.btn-submit-custom .btn-text {
    padding: 12px 20px;
}

.btn-submit-custom .btn-arrow {
    padding: 12px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-submit-custom:hover {
    background-color: #2c3862;
    color: white;
}




.nav-tabs-custom {
    border-bottom: none;
}

.nav-tabs-custom .nav-item {
    margin-right: 2px;
}

.nav-tabs-custom .nav-item:last-child {
    margin-right: 0;
}

.nav-tabs-custom .nav-link {
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f1f1f1;
    color: #343a40;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.nav-tabs-custom .nav-link.active {
    background-color: #2c3862;
    color: #ffffff;
}

.section-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.form-control-custom {
    border: 1px solid #dee2e6;
    border-radius: 0;
    padding: 0.75rem;
    margin-bottom: 1rem;
}

.form-control-custom::placeholder {
    color: #9fa5ab;
}

.form-control-custom:focus {
    box-shadow: none;
    border-color: #2c3862;
}

.btn-submit-custom {
    background-color: #2c3862;
    color: white;
    border: none;
    border-radius: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.btn-submit-custom .btn-text {
    padding: 12px 20px;
}

.btn-submit-custom .btn-arrow {
    padding: 12px 15px;
    background-color: rgba(0, 0, 0, 0.1);
}

.contact-details-box {
    background: #2A2D65;
    color: #ffffff;
    padding: 25px;
    height: 100%;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 5px;
    width: 20px;
    text-align: center;
}

.contact-item div {
    flex: 1;
}

.map-container {
    height: 100%;
    min-height: 300px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
}

.contact-page-location {
/*     height: 500px; */
    object-fit: cover;
    width: 100%;
}


.contact-card {
    border: 1px solid #2A2D651A;
    padding: 15px;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.contact-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-card .profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px auto;
}

.contact-card .profile-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e9ecef;
    margin: 0 auto 20px auto;
}

.contact-card .card-content h4 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-family: 'Oswald';
}

.contact-card .card-content .title {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.contact-card .contact-info p {
    margin-bottom: 8px;
    font-size: 0.9rem;
    word-break: break-all;
}

.contact-card .contact-info i {
    margin-right: 8px;
    color: #343a40;
}

.contact-card.special-card {
    background: #2A2D65;
    color: #ffffff;
}

.special-card .card-content {
    text-align: center;
}

.special-card .card-content .title {
    color: rgba(255, 255, 255, 0.8);
}

.special-card .contact-info i {
    color: #ffffff;
}

.email_style {
    font-size: 12px;
    text-decoration: underline;
}

.since_heading {
    color: #2A2D65;
    font-size: 100px;
    font-weight: 800;
	letter-spacing: 10px;
}
.since-wrapper{
	margin-top: auto !important;
}
.june_heading {
    color: #E51D2E;
    font-size: 120px;
    font-weight: 800;
}

.footer-logo {
    width: 250px;
}

.about_first_section_padding {
    padding: 50px 0 50px 0;
}

.header_item_gap {
    gap: 1.5rem;
}

.mb-50 {
    margin-bottom: 50px;
}

.menu_btn {
    color: white;
    padding: 15px 24px;
    border: none;
    border-radius: 4px;
    background: #2A2D65;
}


.responsive-video-container {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #000;
}

.responsive-video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 178%;
    height: 178%;
}

.image_height_manu {
    height: 200px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #2A2D651A;
    padding: 20px;
    margin-bottom: 10px;
}

/*////////////////////*/

.tooltip-wrapper{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.inline-img{
    cursor: pointer;
}

#image-tooltip {
    position: absolute;
    z-index: 100;
    background-color: #2A2D65;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.4;
    max-width: 400px;
    word-wrap: break-word;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

#image-tooltip.top::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2A2D65 transparent transparent transparent;
}

#image-tooltip.bottom::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #2A2D65 transparent;
}

#image-tooltip.visible {
    opacity: 1;
    visibility: visible;
}

.single-product .pb-100 .col-lg-3 > div:first-child {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.single-product .pb-100 .col-lg-3 img {
    display: block;
    height: 350px;
    transition: transform 0.3s ease-in-out;
    object-fit: fill;
}

.single-product .pb-100 .col-lg-3 a:hover img {
    transform: scale(1.05);
}

.single-product .pb-100 .col-lg-3 a:hover ~ div,
.single-product .pb-100 .col-lg-3 > div:first-child:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.image_height_manu:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.menu_btn {
    transition: all 0.3s ease-in-out;
}

.menu_btn:hover {
    background: #E51D2E;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}











.instagram-feed-section {
    background-color: #f8f9fa;
    padding-top: 80px;
    padding-bottom: 80px;
}

.instagram-feed-section .section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.instagram-feed-section .section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555;
    margin-bottom: 0;
}

.instagram-carousel {
    width: 100%;
    height: 370px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.instagram-carousel .swiper-wrapper {
    align-items: center;
}

.instagram-carousel .swiper-slide {
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.instagram-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.instagram-carousel .swiper-slide:nth-child(even) {
    transform: translateY(50px);
}


.view-more-btn {
    display: inline-flex;
    align-items: center;
    background: #2A2D65;
    color: #ffffff;
    padding: 12px 24px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
}



.view-more-btn:hover {
    background: #E51D2E;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.view-more-btn .arrow-wrapper {
    background-color: #ffffff;
    color: #192a56;
    margin-left: 15px;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    transition: transform 0.3s ease;
}

.view-more-btn:hover .arrow-wrapper {
    transform: translateX(5px);
}

@media (max-width: 767px) {
    .instagram-carousel {
        height: 220px;
    }

    .instagram-carousel .swiper-slide {
        height: 200px;
    }

    .instagram-carousel .swiper-slide:nth-child(even) {
        transform: translateY(0);
    }

    .instagram-feed-section .section-title {
        font-size: 32px;
    }
}


.view-more-btn {
    display: inline-flex;
    align-items: center;
    background: #2A2D65;
    color: #ffffff;
    padding: 12px 24px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border: none;
    border-radius: 4px;
}

.view-more-btn:hover {
    background-color: #273c75;
    color: #fff;
}

.view-more-btn .arrow-wrapper {
    background-color: #ffffff;
    color: #192a56;
    margin-left: 15px;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    transition: transform 0.3s ease;
    border: none;
    border-radius: 4px;
}

.view-more-btn:hover .arrow-wrapper {
    transform: translateX(5px);
}


.email_style {
    font-size: 12px;
    text-decoration: underline;
}

.contact-card {
    border: 1px solid #2A2D651A;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.contact-card h2,
.contact-card .title,
.contact-card a,
.contact-card i {
    transition: color 0.3s ease;
}

.contact-card.special-card {
    background: #2A2D65;
}

.contact-card.special-card h2 {
    color: #ffffff;
}

.contact-card.special-card .title {
    color: rgba(255, 255, 255, 0.8);
}

.contact-card.special-card .contact-info i,
.contact-card.special-card .contact-info a {
    color: #ffffff;
}