.headeremtyspace {
    padding-top: 0px;
}

#homepage {
    width: 100%;
    /* min-height: 100vh; */
}

.livenza_footer {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.divider {
    height: 17px;
    border-right: 2px solid #fff;
}

.livenza_footer li {
    position: relative;
    display: inline-block;
}

.livenza_footer li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 7px;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.header-floating {
    background: #fff;
    padding: 0px 0px;

    border-bottom: 1px solid #efefef;
}

.header-1.header-floating:hover,
.header-1.header-sticky.scrolled-past-header {
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.livenza_footer li:last-child::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
}

.footer-bottom {
    padding: 3px 0px 7px 0px;
}

@media (max-width: 1600px) {
    .menu-link-main {
        padding: 18px 0px;
    }
}

@media (min-width: 992px) {
    .leftside_navbs {
        justify-content: left;
    }

    .rightside_navbs {
        justify-content: right;
    }
}


.menu-link {
    color: var(--color-shadow);
}



.logo_link {
    padding: 0;
}

.logo_li {
    list-style-type: none;
}

.logo_link img {
    width: 120px;
    margin: 0 auto;
}

.menu-link {
    font-size: 14px;
    /* font-weight: 400; */
    text-transform: uppercase;
}

.nav-item:focus>.menu-link,
.nav-item:hover>.menu-link {
    color: var(--theme-bg-blue);
}

.social-link {
    text-decoration: none;
    width: var(--size-social, 23px);
    height: var(--size-social, 23px);
    font-size: 12px;
    transition: 600ms;
    border-radius: 2px;
    border: 1px solid var(--theme-bg-blue);
    color: var(--theme-bg-blue);
}

.social-link:hover {
    color: #fff;
    background: #0033CC;
    transition: 600ms;
}

.shop_now {
    border: 1px solid var(--theme-bg-blue);
    color: var(--theme-bg-blue);
    font-size: 12px;
    margin-right: 15px;
    font-weight: 800;
    padding: 3px 15px;
    transition: 600ms;
}

.shop_now_item:hover .shop_now {
    color: #fff;
    font-weight: 800;
    /* background: #0033CC; */
    background: var(--theme-bg-blue);
    transition: 600ms;
    color: #fff;
}

.card-project {
    /* box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25); */
}

.livenza_footer_legal .link:hover {
    color: var(--theme-bg-green);
}

.footer-menu .link:focus,
.footer-menu .link:hover {
    opacity: 1;
}

/* .bd-hotels .large-image-slider:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 15px;
    background-image: url(/assets/images/site/triangle2.svg);
} */

.slider_main_paragraph,
.slider_main_paragraph p,
.slider_main_paragraph a,
.slider_main_paragraph span,
.slider_main_paragraph p span {

    color: rgb(255 255 255 / 94%) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 33px;
    text-decoration: none !important;
    background-color: none !important;
}

.single_page_description,
.single_page_description p,
.single_page_description a,
.single_page_description span,
.single_page_description p span {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 30px;
    text-decoration: none !important;
    background-color: none !important;
}


.heading_border {
    border-bottom: 1px solid rgb(255 255 255 / 74%);
}

.right_bottom_slider {
    padding-top: 30px;
}

.left_side_slider {
    padding-top: 50px;
}

.middlebutton {
    position: absolute;
    z-index: 9;
    /* background: #0033cc; */
    /* padding: 10px 40px; */
    color: #fff;
    text-decoration: none;
    /* font-size: 20px; */
    /* border-radius: 10px; */
    top: -30px;
    left: 50%;
    transform: translate(-50%, -20%);
}

.button_container {
    position: relative;
}

.single_company_title {
    padding: 100px 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 50px;
    font-weight: 600;
}

.single_page_title_border {
    margin: 0 auto;
    height: 2px;
    width: 200px;
    background: #0033cc;
    margin-top: 20px;
}

#single_page_description {
    padding: 0px 100px 100px 100px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    background-color: #0033cc;
}

.swiper-button-prev:focus,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-next:hover {
    color: #fff;
    background-color: #0033cc;
}

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

.page-banner {
    height: 85vh;
}

.featured-blog {
    background-color: rgb(0 51 204 / 7%);
}

.triangle {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 15px;
    background-image: url(/frontend/assets/img/triangle.svg);
}

#mapsection iframe,
#mapsection img {
    height: 400px;
    border-radius: 30px;
}

.note-modal-footer .btn {
    background: #000000 !important;
}

#companysingle_page video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-video {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.company_logo img {
    max-width: 300px;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
    /* box-shadow: 0px 0px 3px 1px #fff; */
    object-fit: contain;
}

.visit_company_logo img {
width: 100px;
    height: 100px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    /* box-shadow: 0px 0px 3px -2px #fff; */
    object-fit: contain;
    border: 2px solid #0033cc;
}

.slider_title {
    line-height: 40px;
}

.about_main_paragraph,
.about_main_paragraph p,
.about_main_paragraph span,
.about_main_paragraph a,
.about_main_paragraph p span {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 35px !important;
    font-weight: 400 !important;
}

.about_des {
    text-align: justify !important;
    line-height: 30px !important;
    font-size: 16px !important;
    margin-top: 15px !important;
}

.section-padding {
    --padding-top: 70px;
    --padding-bottom: 70px;

}

.choose-bottom-cards {
    margin: 0px;
}

.about_sections_image {
    border-radius: 15px;
}

.about_des ul li {
    margin: 0px !important;
}

#mission_vission {
    position: relative;
}

.mission_overlay {
    background: #ffffffe3;
    width: 100%;
    height: 100%;
}

.card-blog-list-horizontal,
.card-blog-list,
.card-blog {
    --color-background: rgb(2 52 201 / 5%);
}

.sidebar-widget {
    --color-background: rgb(2 52 201 / 5%);
}

.section-headings .promotion-lists,
.section-headings .text-lists,
.section-headings .list-block,
.section-headings .heading+.text {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    text-align: justify;
}

.copmany_card {
    border: 1px solid #00000017;
    padding: 20px;
    height: 250px;
}

.copmany_card img {
    object-fit: contain !important;
    height: 100%;
    width: 100%;
}

/* Parallax Section */
.video-parallax {
    position: relative;
    height: 600px;
    width: 100%;
    /* Change height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

/* Fixed Background Video */
.video-parallax .video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    /* Behind content */
    pointer-events: none;
}

/* Content Layer */
.video-parallax .content {
    z-index: 2;
    text-align: center;
}

/* Regular section after video */
.normal-content {
    padding: 80px 20px;
    background: #fff;
    color: #222;
}

.single_circlar {
    background: #e4ebffa3;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.product-grid {
    row-gap: 0px;
}

.circular_serial {
    text-align: center;
    background: #243230;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    border-radius: 6px;
    height: 45px;
    width: 45px;
}

.job_title {
    padding: 20px;
}

.job_deadline ul li {
    list-style-type: none;
    font-size: 14px;
    line-height: 25px;
}

.select_option {
    background-color: #fff;
    color: currentcolor;
    width: 100%;
    padding: 0 15px;
    min-height: 54px;
}

.form {
    gap: 15px;
}

#career_page ul {
    padding-left: 15px !important;
}
/*.card-project:hover .card-project-content {*/
/*    transform: translateY(-140px) !important;*/
/*    text-align:center;*/
/*        margin: 0 auto;*/
/*}*/

@media (min-width: 1200px) {
.page-projects .container-fluid{
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}
}
.closeicon{
    display: none;
}
.company_page{
    height: 220px !important;
}
.card-icon-text .svg-wrapper {
  --size: 40px;
  min-width: var(--size, 40px);
  width: var(--size, 40px);
  height: var(--size, 40px);
}
.contact_page_image img{
    border-radius: 4px;
    border: 1px solid #dadadaa6;
    padding: 3px;
}
.homepage_logo{
    width: 45px !important;
    height: 45px !important;
    object-fit: contain !important;
    border: 1px solid rgb(241 241 241);
    padding: 3px;
    border-radius: 50% !important;
    background: #fff;
}
@media (max-width: 1100px) {
.logo_link img {
    width: 100px;
    float: right;
}
.menu-open {
    width: 50px;
        height: 40px;
        padding-top: 20px;
}
.headeremtyspace {
    padding-top: 50px;
}
.text-11 {
    line-height: 2;
}
.livenza_footer li {
    line-height: 10px;
}
.header-nav {
    top:50px;
}
.header-menu>* {
    padding-left: 20px;
}
.image-text-video .heading {
        font-size: 16px;
        padding-top: 10px;
}
.section-content {
    margin-block-start: 20px;
}
.section-padding {
    --padding-top: 20px;
    --padding-bottom: 20px;
}

    .collapsicon2 svg {
        width: 25px;
        height: 25px; /* Optional */
    }
    .closeicon svg{
        width: 20px;
        height: 20px; /* Optional */
    }
    .company_image .card-project img {
        object-fit: contain !important;
    }


.job_title {
    padding: 0px;
}
.job_deadline ul{
    padding-left: 0;
    padding-top: 10px;
    margin-bottom: 0;
}
.button {
    padding: 2px 10px 2px 10px !important;
    margin-top: 5px !important;
}
.textright{
  text-align: left;
}
.circular_serial {
    height: 30px;
    width: 30px;
    padding: 7px;
    font-size: 11px;
}
.company_logo img {
    max-width: 170px;
}
.text-20 {
    font-size: 14px !important;
}
.single_company_title {
    padding: 60px 15px;
    font-size: 18px;
    line-height: 30px;
}
#single_page_description {
    padding: 0px 15px 20px 15px;
}
.single_page_description, .single_page_description p, .single_page_description a, .single_page_description span, .single_page_description p span {
    font-size: 15px !important;
}
.single_blog{
    margin-bottom: 15px;
}
.card-blog-heading .text-30{
        font-size: 22px;
}
}




























/* ===== Full viewport, no empty space ===== */
.page-projects {
    /* height: 100vh; */
    overflow: hidden;
}

.asymmetric-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);   /* exactly 2 rows → full 100vh */
    height: 90vh;
    width: 100%;
    gap: 4px;                             /* very small gap (almost seamless) */
    background: #000;
    padding: 0;
    margin: 0;
}

/* Base card – every item fills its cell completely */
.single_company_box {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* ===== Layout for 4 items (most common) ===== */
.single_company_box:nth-child(1) {
    grid-column: 1 / 7;      /* left top – wider */
    grid-row: 1 / 2;
}

.single_company_box:nth-child(2) {
    grid-column: 7 / 10;     /* middle top */
    grid-row: 1 / 2;
}

.single_company_box:nth-child(3) {
    grid-column: 10 / 13;    /* right – tall (spans both rows) */
    grid-row: 1 / 3;
}

.single_company_box:nth-child(4) {
    grid-column: 1 / 7;      /* left bottom */
    grid-row: 2 / 3;
}

/* If you have 5 items, the 5th will go under the middle one */
.single_company_box:nth-child(5) {
    grid-column: 7 / 10;
    grid-row: 2 / 3;
}

/* ===== Card styling ===== */
.card-project {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.card-project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Overlay */
.card-project-content-absolute {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.2) 45%,
        transparent 70%
    );
    display: flex;
    align-items: flex-end;
    padding: 28px 24px;
    transition: background 0.4s ease;
}

.card-project-content .heading {
font-size: 16px;
    font-weight: 100;
    color: #fff;
    margin: 0 0 4px;
    line-height: 25px;
}

.card-project-content .text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* Hover */
.card-project:hover img {
    transform: scale(1.05);
}

.card-project:hover .card-project-content-absolute {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.35) 50%,
        transparent 80%
    );
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .asymmetric-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(2, 1fr);
    }

    .single_company_box:nth-child(1),
    .single_company_box:nth-child(2),
    .single_company_box:nth-child(3),
    .single_company_box:nth-child(4),
    .single_company_box:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 640px) {
    .asymmetric-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(auto-fit, minmax(220px, 1fr));
        height: auto;
        min-height: 100vh;
    }
}