* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #DCB227;
    --secondary-color: #929292;
    --blue-opal: #0E3B57;
    --gulf-coast: #065054;
    --deco-rose: #975F67;
    --blue-nights: #373B47;
    --blue-nights-40: rgba(55, 59, 71, 0.80);
    --white-background-10: rgba(255, 255, 255, 0.10);
    --header-background: rgba(55, 59, 71, 0.05);
    --white: #FFFFFF;
    --light-white: rgba(255, 255, 255, 0.5);
    --image-overlay: rgba(55, 59, 71, 0.7);
    --primary-font: 'TT Chocolates';
    --secondary-font: 'FONTSPRING DEMO - Juana Alt';
    --gutter: 18px;
}

body {
    background: var(--blue-nights);
    font-family: var(--primary-font);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* TT Chocolates FONT FAMILY */
@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-DemiBoldIt.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-DemiBoldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-Bold.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-BoldItalic.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-Italic.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-ExtraLight.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-ExtraBoldIt.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-ExtraBoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-DemiBold.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-ExtraLightIt.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-ExtraLightIt.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-ExtraBold.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-LightItalic.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-MediumIt.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-MediumIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-Medium.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-Light.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT-Chocolates/TTChocolates-Regular.woff2') format('woff2'),
        url('../fonts/TT-Chocolates/TTChocolates-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* FONTSPRING DEMO - Juana Alt */
@font-face {
    font-family: 'FONTSPRING DEMO - Juana Alt';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaAltBlackRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaAltBlackRegular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Alt';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaAltBoldRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaAltBoldRegular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Alt';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaAltExtraLightRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaAltExtraLightRegular.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Alt';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaAltLightRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaAltLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaExtraLightRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaExtraLightRegular.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Light It';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaLightItRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaLightItRegular.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaBlackRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaBlackRegular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Bold It';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaBoldItRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaBoldItRegular.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Alt';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaAltMediumRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaAltMediumRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaLightRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Medium It';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaMediumItRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaMediumItRegular.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Alt';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaAltThinRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaAltThinRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Alt';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaAltSemiBoldRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaAltSemiBoldRegular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana ExtraLight It';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaExtraLightItRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaExtraLightItRegular.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaMediumRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaMediumRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Black It';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaBlackItRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaBlackItRegular.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Alt';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaAltRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaAltRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaBoldRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaBoldRegular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana It';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaItRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaItRegular.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaThinRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaThinRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana Thin It';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaThinItRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaThinItRegular.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana SemiBold It';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaSemiBoldItRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaSemiBoldItRegular.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaSemiBoldRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaSemiBoldRegular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Juana';
    src: url('../fonts/juana/FONTSPRINGDEMO-JuanaRegular.woff2') format('woff2'),
        url('../fonts/juana/FONTSPRINGDEMO-JuanaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.pt-70 {
    padding-top: 70px;
}

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

.pt-35 {
    padding-top: 35px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}

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

.mt-70 {
    margin-top: 70px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.btn-primary {
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 0;
    color: var(--white);
    border: 2px solid var(--primary-color);
    background-color: var(--blue-nights);
    background-image: -webkit-linear-gradient(30deg, var(--blue-nights) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--blue-nights) 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.btn-primary:hover {
    background-position: 100%;
    color: var(--blue-opal);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transition: .5s ease-in-out;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--primary-color);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: none;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.btn-secondary {
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 0;
    border: 2px solid var(--primary-color);
    background-color: transparent;
    color: var(--white);
    transition: .5s ease-in-out;
}

.btn-secondary:hover {
    box-shadow: 5px 5px var(--primary-color);
    transition: .5s ease-in-out;
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: none;
    box-shadow: 5px 5px var(--primary-color);
    /* Opctional */
}

.c-btn-group {
    text-align: start;
}

.link-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.btn-check:focus+.btn-secondary.link-btn,
.btn-secondary.link-btn:focus {
    background-color: transparent;
    border-color: var(--primary-color);
    box-shadow: none;
    box-shadow: 2px 2px var(--primary-color);
    /* Opctional */
}

.link-btn:hover {
    box-shadow: 3px -3px var(--primary-color);
}

.link-btn svg {
    transition: .5s ease-in-out;
}

.link-btn:hover svg {
    transform: rotate(-45deg);
    transition: .5s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    padding: 10px 40px;
    background: var(--white);
    color: var(--secondary-color);
}

.carousel-control-next,
.carousel-control-prev {
    position: static;
    font-size: 16px;
    height: 55px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    color: var(--primary-color);
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
    color: var(--secondary-color);
}

.desktop-container {
    padding: 0 100px;
}

/* HEADER CSS */
.navbar {
    background-color: rgba(0, 0, 0, 0) !important;
    transition-property: background-color, color;
    transition-duration: 0.5s;
    transition-function: .3s ease-in-out;
    padding: 15px 100px;
}

.navbar-dark {
    background-color: var(--blue-nights) !important;
    color: #ffffff !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition-function: .3s ease-in-out;
}

.navbar-collapse,
.navbar-nav,
.nav-item {
    color: var(--white) !important;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}

.navbar-brand .logo {
    width: 150px;
    height: 40px;
}

.navbar-light .navbar-nav .nav-link {
    transition: all ease-in-out .3s;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
    border-bottom: 1px solid var(--primary-color) !important;
}

.navbar-light .navbar-nav .nav-link:hover .custom-arrow {
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.navbar-light .navbar-nav .menu-item:hover ul.sub-menu {
    display: grid;
    position: absolute;
    top: 45px;
    background: var(--blue-nights);
    padding: 10px;
}

ul.sub-menu a {
    border-bottom: 1px solid transparent;
}

.navbar-light .navbar-nav .menu-item a {
    border-bottom: 1px solid transparent;
    padding: 10px 15px;
}

ul.sub-menu .navbar-light .navbar-nav .menu-item a {
    padding: 0px 0;
}

ul.sub-menu li.menu-item.menu-item-type-custom.menu-item-object-custom a {
    padding: 5px 10px;
}

ul.sub-menu li.menu-item.menu-item-type-custom.menu-item-object-custom a:hover {
    border-bottom: none;
}

/* HEADER SEARCHPOPUP */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.outer-header-links {
    flex: 0;
    align-items: center;
}
.menu-item-has-children::after {
    content: "";
    display: inline-block;
    margin-left: 0;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transform: rotate(-45deg);
    margin-bottom: 5px;
}
.search-box {
    background: var(--primary-color);
    padding: 30px;
    border-radius: 0px;
    display: flex;
    gap: 10px;
    width: 50%;
}
.mobile-view {
    order: 3;
}
.search-box input {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border: none;
}
.search-box input:focus-visible {
    outline: none;
}
.search-box .popup-close-btn {
    font-size: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--white);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .custom-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transform: rotate(45deg);
    margin-left: 5px;
    transition: transform 0.3s ease;
    margin-top: -4px;
}

.custom-arrow {
    transition: transform 0.3s ease;
}

/* .rotate {
    transform: rotate(-135deg) !important;
} */

.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--white);
    min-width: 160px;
    z-index: 1;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: var(--blue-nights);
}

.dropdown .dropdown-content a:hover {
    background-color: var(--white);
}

.dropdown .show {
    display: block;
    padding: 0;
    list-style: none;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary-color);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--white);
}




/* HERO SECTION */
.hero-section {
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-slider .carousel-item {
    height: 100vh;
    min-height: 100vh;
    position: relative;
}

.hero-slider .carousel-item video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-slider .carousel-caption {
    width: 100%;
    max-width: 587px;
    z-index: 10;
    top: 8rem;
    left: 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--image-overlay);
    z-index: 1;
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: auto;
    padding: 10px 40px;
    background: transparent;
    color: var(--white);
}

.hero-slider .carousel-control-next,
.hero-slider .carousel-control-prev {
    opacity: 1;
}

.hero-slider .carousel-control-next {
    color: var(--primary-color);
}

.hero-slider .carousel-control-next:focus,
.hero-slider .carousel-control-next:hover,
.hero-slider .carousel-control-prev:focus,
.hero-slider .carousel-control-prev:hover {
    opacity: 1;
    color: var(--secondary-color);
}

.hero-slider .carousel-caption .slide-heading {
    font-family: var(--secondary-font);
    color: var(--white);
    font-weight: 300;
    font-size: 60px;
    text-align: start;
    line-height: 71px;
    padding-bottom: 20px;
}

.hero-slider .carousel-caption .slide-dec {
    color: var(--white);
    text-align: left;
    font-family: var(--primary-font);
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 1px;
    font-size: 18px;
    padding-top: 20px;
    border-top: 1px solid var(--light-white);
    margin-bottom: 40px;
}

.hero-slider .c-btn-group {
    padding-bottom: 80px;
}

.slider-controls {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* COUNTER SECTION */
.counter-section {
    background-color: var(--blue-nights);
    position: relative;
    padding: 60px 0;
}

.counter-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.counter-box {
    /* flex: 1 1 220px; */
    flex: 1;
    /* max-width: 240px; */
    text-align: start;
}

.counter-heading {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}

.counter-number {
    font-size: 75px;
    font-weight: 700;
    color: var(--primary-color);
    margin-right: 10px;
    line-height: 34px;
}

.counter-number span {
    font-size: 3.5rem;
    vertical-align: super;
}

.counter-label {
    font-size: 28px;
    font-weight: 200;
    margin-top: 5px;
    color: var(--white);
    line-height: 27px;
    text-align: start;
}

span.k-class {
    vertical-align: inherit;
    font-size: 75px;
}

.counter-desc {
    font-size: 19px;
    margin-top: 18px;
    color: var(--secondary-color);
}

/* SINCE SECTION */
.since-section {
    position: relative;
    background: var(--blue-nights);
}

.since-heading {
    font-size: 80px;
    color: var(--white);
    font-weight: bold;
    line-height: 92px;
    text-transform: uppercase;
}

.since-desc {
    font-size: 110px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.since-right-text .since-details {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
}

.since-card {
    /* position: relative; */
    margin-top: 50px;
}

.since-img {
    position: relative;
}

.since-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.since-text p {
    padding: 30px;
    margin: 0;
    font-size: 28px;
    color: var(--white);
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

/* FUTURE SECTION */
.future-section {
    position: relative;
    background: var(--blue-nights);
}

.future-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(221, 221, 221, 0.1);
    z-index: 1;
}

.future-section .desktop-container {
    z-index: 2;
    position: relative;
}

.future-section .since-heading,
.future-section .since-desc {
    text-transform: capitalize;
    font-size: 40px;
    line-height: normal;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 15px;
}

.future-section .since-desc {
    color: var(--white);
    font-weight: 200;
}

.future-section .since-text {
    position: static;
}

.future-section .since-text p {
    padding: 10px 0 15px 0;
    font-size: 28px;
    text-align: start;
}

.future-section .since-text p span {
    font-weight: 600;
    color: var(--primary-color);
}

.future-section .col-xl-3.col-lg-3.col-md-6.col-sm-6.col-6.future .since-card .since-text p {
    font-size: 32px;
}







/* SOLUCTION SECTION */
.solutions-section .slick-slider {
    display: flex;
}

.solutions-section .slick-list,
.solutions-section .slick-slider,
.solutions-section .slick-track {
    display: flex;
}

.soluction-wrapper {
    margin: 0 -25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.soluctions-bottom {
    padding: 25px 20px;
    background: var(--white);
    /* text-align: center; */
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: space-between; */
}

.solutions-section {
    position: relative;
    background: var(--blue-nights);
    overflow: hidden;
}

.solutions-ptrn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.solutions-section .desktop-container.pe-0 {
    margin-right: -270px;
    overflow: hidden !important;
}

.solutions-section .since-heading {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
}

.soluctions-bottom .soluction-heading {
    margin-bottom: 0;
}

.solutions-section .since-heading h4 {
    font-size: 30px;
    color: var(--white);
    font-weight: 200;
    letter-spacing: 0;
    text-transform: initial;
    margin: 30px 15px 40px 60px;
    /* width: 100%; */
    /* max-width: 847px; */
}

.solutions-section .since-heading h4 .text-white {
    color: var(--white);
    font-weight: 600;
}

.solutions-section .since-heading h4 span {
    color: var(--primary-color);
    font-weight: 600;
}

.solutions-section .soluction-desc {
    display: flex;
    flex-direction: column;
    align-items: left;
    height: 100%;
    justify-content: space-between;
    align-items: left;
}

.soluction-heading {
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 500;
    color: var(--blue-nights);
}

.soluction-desc p {
    font-size: 16px;
    color: var(--blue-nights);
	font-weight:500;
}

.solutions-slidergrid .soluction-heading {
   color: var(--blue-nights);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
	text-align:left;
}
.solutions-slidergrid .soluctions-bottom {
    text-align: left;
    align-items: baseline;
}
.since-left-text {
    position: relative;
}

.solutions-section .slider-controls.btn-wrap {
    position: static;
    /* top: 0;
    right: 0; */
}

.slick-initialized .slick-slide {
    display: flex;
    padding: 0 35px;
}

/* PROJECTS SECTION START */




/* TEAM SECTION START */
.team-section {
    position: relative;
    overflow: hidden;
}

.team-section .since-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.team-section .since-left-text p {
    color: var(--white);
    font-size: 16px;
}
.team-bg-ptrn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.project-tab-heading .since-heading h4 {
    margin: 10px 0;
    text-align: center;
}
.project-tab-heading .since-heading h4 span,
.news-section .since-heading h4 span,
.team-section .since-heading h4 span {
    color: var(--primary-color);
    font-weight: 600;
}
.news-section .slick-prev-custom svg {
    transform: rotate(180deg);
}
.project-tab-heading .since-heading h4,
.news-section .since-heading h4,
.team-section .since-heading h4 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 200;
}

.team-section .soluctions-bottom {
    background: transparent;
    text-align: start;
    padding: 15px 0 20px 0;
}

.team-section .soluctions-top {
    position: relative;
}

.team-section .soluctions-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, 0) 50%);
}

.team-section .soluction-heading {
    color: var(--primary-color);
    margin-bottom: 5px;
    font-weight: 600;
}

.team-section .slider-controls {
    position: static;
}

.team-section .soluction-desc p:first-child {
    margin-bottom: 10px;
}

.team-section .soluction-desc p {
    color: var(--white);
    margin: 0;
}

.team-section .desktop-container.pe-0 {
    margin-right: -300px;
}

.slider-controls .btn.link-btn:hover {
    box-shadow: none;
}



.slider-controls .btn-check:focus+.btn-secondary.link-btn,
.btn-secondary.link-btn:focus {
    box-shadow: none;
}
section.hero-section.aboust-us-hero .carousel-caption {
    top: 4rem;
}
/* .news-section .slick-prev-custom svg {
    transform: rotate(180deg);
} */

/* NEWS SECTION */
.news-section {
    position: relative;
    padding-bottom: 20px;
}

.news-bg-ptrn {
    position: absolute;
    top: -6px;
    right: 0;
    width: 100%;
}

.news-section .slider-wrapper {
    position: relative;
    max-width: 100%;
}

.news-section .slider .slide-item {
    position: relative;
    color: var(--blue-nights);
}

.news-section .slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-section .slide-content {
    position: relative;
    z-index: 2;
    width: 62%;
    min-width: 577px;
    background:rgb(55 59 71 / 85%);
    padding: 30px;
    margin: -135px 30px 0 auto;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.news-section .label {
    position: absolute;
    top: -20px;
    left: 30px;
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 5px 15px;
    font-weight: 600;
    font-size: 18px;
}

.news-section .label span {
    color: var(--white);
    font-weight: 300;
}

.news-section .release-label {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
}

.news-section .content-box h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--blue-nights);
}

.news-section .date-content .date {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--blue-opal);
    margin-bottom: 10px;
}

.news-section .date-content .desc {
    font-size: 16px;
    line-height: 1.6;
    color: var(--blue-opal);
    margin-bottom: 15px;
}

.news-section .actions {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.news-section .actions a {
    font-size: 14px;
    color: var(--blue-opal);
    text-decoration: none;
    text-transform: uppercase;
}

.news-section .slick-prev-custom,
.news-section .slick-next-custom {
    cursor: pointer;
}

.news-section .slick-next-custom {
    right: 15px;
}

.news-section .slick-initialized .slick-slide {
    padding: 0;
}

.news-section .since-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.news-section .content-box {
    display: flex;
}

.news-section .news-content-right {
    margin-right: 15px;
    width: 45%;
}

.news-section .date-content {
    width: 50%;
    flex: 1;
}

.news-section .slick-initialized .slick-slide {
    display: block;
}

.news-content-right .btn-secondary {
    color: var(--primary-color);
}

.news-content-right .btn-secondary:hover {
    color: var(--white);
}

button.slick-prev-custom.btn.link-btn.btn-secondary.prev.me-3.slick-arrow {
    transform: rotate(180deg);
}

button.slick-prev-custom.btn.link-btn:hover .slider-controls .btn.link-btn:hover svg {
    transform: rotate(180deg);
}

.news-section .slider-controls {
    position: static;
}

/* VIDEO SECTION */
.video-section {
    position: relative;
    padding-bottom: 0;
}

.video-section .slide-content {
    min-width: unset;
    width: 100%;
    max-width: 35%;
    /* margin: -410px auto 0 100px; */
    position: absolute;
    top: 50%;
    margin-left: 100px;
}

.video-section .news-bg-ptrn {
    height: 100%;
}

.video-section .btn-primary {
    background-image: -webkit-linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    color: var(--white);
}

.video-section .btn-primary:hover {
    background-color: var(--gulf-coast);
}

.video-section .content-box {
    display: block;
}

.video-section .news-content-right {
    width: 100%;
}

.subscription-section {
    border-bottom: 1px solid var(--white);
}

.subcribe-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscription-section .subcribe-box h3 {
    text-transform: uppercase;
    color: var(--white);
    font-size: 22px;
}

.subscribe-box {
    display: flex;
    width: 100%;
    max-width: 100%;
    /* border: 1px solid #ddd; */
    border-right: none;
    overflow: hidden;
    margin-left: 10px;
}

.subscribe-box input {
    flex: 1;
    padding: 15px;
    border: none;
    font-size: 16px;
    outline: none;
}

.subscribe-box button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 20px;
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.subscribe-box button:hover {
    background-color: #fff3c0;
}

.subscribe-box::placeholder {
    color: var(--blue-nights);
    font-size: 16px;
}

/* FOOTER SECTION */
footer {
    background-color: #2e313d;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.footer-logo {
    flex: 1 1 250px;
}

.footer-logo .f-logo {
    width: 150px;
}

.footer-contact h3 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
}

.address-heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px !important;
}

.footer-contact p {
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--white);
}

.footer-social {
    text-align: right;
}

.footer-social h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-align: start;
}

.footer-main {
    display: flex;
}

.footer-social a:hover {
    color: var(--primary-color);
}

.footer-details {
    display: flex;
    justify-content: space-between;
    width: 65%;
}

.footer-details-wrapper {
    display: flex;
    gap: 70px;
}

.footer-contact-info a {
    color: var(--white);
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.footer-link {
    display: flex;
    justify-content: end;
}

.social-ic {
    display: inline-block;
    background-color: var(--white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
}

.social-ic:last-child {
    margin-right: 0;
}






























.project-section {
    width: 100vw;
    overflow: hidden;
    padding: 140px 0 80px 0;
    position: relative;
}

.project-section .section-header {
    text-align: start;
    /* margin-bottom: 60px; */
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 120px;
    z-index: 2;
}

.project-section .section-header h2 {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.project-section .section-header .subtitle {
    font-weight: 300;
    color: var(--white);
    font-size: 40px;
    margin-bottom: 0;
}

.project-section .section-header .desc {
    color: var(--white);
    line-height: 1.6;
    font-size: 20px;
}

.project-section .layout-wrapper {
    position: relative;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
}

.project-section .btn-secondary {
    color: var(--primary-color);
    letter-spacing: 1px;
}

/* Left image with pattern */
.project-section .left-pattern-frame {
    width: 400px;
    height: 400px;
    background: url('../images/project-ptrn-left.png') no-repeat center/contain;
    position: relative;
    top: 100px;
    margin-left: 0;
}

.project-section .left-pattern-frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    width: 78%;
    object-fit: cover;
}

/* Right image with pattern */
.project-section .right-pattern-frame {
    width: 700px;
    height: 700px;
    background: url('../images/project-ptrn-right.png') no-repeat center/contain;
    position: relative;
    left: 30px;
    margin-right: 0;
}

.project-section .right-pattern-frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38.5%);
    width: 70%;
    /* Larger circle image */
    height: 70%;
    object-fit: cover;
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%);
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

/* Center slider content */
.project-section .slider-content {
    flex: 1;
    padding: 0 20px;
    max-width: 400px;
    position: relative;
    top: 70px;
}

.project-section .text-slide {
    text-align: end;
    display: block;
}

.project-section .slick-slider {
    margin-bottom: 0;
}

.project-section .text-slide h3 {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: start;
}

.project-section .text-slide p {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: start;
    color: var(--white);
    font-weight: 400;
    line-height: 1.6;
}

/* Arrows between images */
.project-section .slick-prev,
.project-section .slick-next {
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 5;
}

.project-section .slick-prev {
    left: 50%;
    transform: translate(-150%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -220px;
    transform: rotate(90deg);
}

.project-section .slick-prev svg {
    transform: rotate(180deg);
}

.project-section .slick-next {
    right: 39%;
    transform: translate(150%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -160px;
    transform: rotate(90deg);
}

.project-section .slick-prev:before,
.project-section .slick-next:before {
    content: "";
    color: #000;
    font-size: 20px;
}

.videoCoverImage {
    position: relative;
}

.videoCoverImage .slide-content {
    background: var(--white);
    min-width: unset;
    width: 100%;
    max-width: 35%;
    position: absolute;
    top: 50%;
    margin-left: 100px;
    padding: 30px;
    margin: -135px 30px 0 100px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* .videoCoverImage .content-box h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--blue-nights);
}
.videoCoverImage .btn-primary {
    background-image: -webkit-linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    color: var(--white);
}  */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}

div#thevideo {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

.news-section-img {
    width: 100%;
    height: 533px;
    object-fit: cover;
}











/* =================================*/
/*         INNER PAGES CSS         */
/* =============================== */

/* ABOUT-US PAGE */
/* ============= */
.inner-header-bg {
    background: var(--blue-nights) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.aboust-us-hero {
    margin-top: 78px;
    box-shadow: none;
}

.aboust-us-hero .about-banner img.img-fluid {
    object-fit: cover;
    height: 40vh;
	width:100%;
}

.common-breadcrumb {
    padding: 20px 0 50px 0;
    background: var(--blue-nights);
}

.breadcrumb-item a {
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 10%;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumb-item.active a {
    color: var(--primary-color) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
}

/* ABOUT-US CONTENT SECTION */
/* ======================== */
.about-content-section {
    background: var(--blue-nights);
    padding-bottom: 40px;
}

.about-content-section .about-content-left h2 {
    font-family: var(--primary-font);
    color: var(--white);
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 0%;
}

.about-content-section .about-content-right p {
    font-family: var(--primary-font);
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize;
    letter-spacing: -1%;
    margin-bottom: 0;
}

.vision-mission-section {
    background: var(--blue-nights);
}

.our-vision {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    /* justify-content: space-between; */
}

.vision-mission-section .our-vision h2 {
    font-family: var(--primary-font);
    color: var(--white);
    font-size: 81px;
    font-weight: 700;
    line-height: 74px;
    text-transform: uppercase;
    letter-spacing: 0%;
}

.vision-mission-section .our-vision .sec-heading-txt {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 130px;
    font-weight: 700;
    line-height: 74px;
    text-transform: uppercase;
    letter-spacing: 0%;
    margin: 15px 0;
    display: block;
    opacity: .5;
}

.vision-mission-section .our-vision .vision-desc {
    font-family: var(--primary-font);
    color: var(--white);
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
    letter-spacing: 0%;
    margin-bottom: 10px;
    height: 100%;
    margin-top: 20px;
}

.vision-mission-section .our-vision p {
    font-family: var(--primary-font);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: -1%;
    margin-bottom: 0;
}


.our-value-section {
    background: var(--blue-nights);
}

.about-common-heading {
    text-align: center;
    margin-bottom: 30px;
}

.about-common-heading h6 {
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-common-heading p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
}



/* VALUE SECTION */
.our-value-section {}

.value-card {
    padding: 35px 30px;
    border: 1px solid #727272B2;
    background: linear-gradient(180deg, #373B47 0%, rgb(134 144 173 / 32%) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.value-card .value-card-heading {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 20px;
    margin-top: 30px;
}

.value-card .value-card-desc {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 0;
    flex: 1;
}

.team-section .soluction-heading {
    width: 100%;
}


.talented-section {
    background-color: var(--blue-nights);
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    width: 100%;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}

.image-container:hover img {
    filter: grayscale(0);
}

.employee-name {
    position: absolute;
    bottom: -30px;
    font-size: 22px;
    color: var(--white);
    text-align: center;
    width: 100%;
    font-weight: 500;
    text-transform: capitalize;
    transition: all ease-in-out .3s;
}

.image-container:hover .employee-name {
    bottom: 10px;
}

/* ============== */
/*   TEAMS PAGE   */
/* ============== */
body.team-page .team-section .desktop-container {
    margin-right: 0;
}

section.leader-section.team-section.since-section .soluction-wrapper {
    margin: auto;
}

.culture-section {
    background: var(--blue-nights);
}





















.culture-section .slick-initialized .slick-slide {
    padding: 0;
}

.culture-section .slick-initialized .slick-slide {
    display: grid;
}

.culture-section .slick-slider {
    margin-right: -140px;
}

.culture-section .slick-list,
.culture-section .slick-slider,
.culture-section .slick-track {
    display: block;
}

.culture-section .party-collage {
    background: var(--bg);
    padding: var(--gutter);
}

/* One slide = the entire 3-column collage */
.culture-section .collage {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--gutter);
    align-items: start;
}

.culture-section .vcol {
    display: grid;
    gap: var(--gutter);
}

.culture-section .tile {
    position: relative;
    overflow: hidden;
    background: #111;
}

.culture-section .tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Aspect ratios chosen to mirror the screenshot silhouette */
.culture-section figure {
    margin: 0;
}

.culture-section .ratio-16x9 {
    aspect-ratio: 16/9;
}

.culture-section .ratio-1x1 {
    aspect-ratio: 1/1;
}

.culture-section .ratio-4x5 {
    aspect-ratio: 4/5;
}

/* Slick adjustments so slide height is respected */
.culture-section .party-collage .slick-track {
    display: flex;
}

.culture-section .party-collage .slick-slide {
    height: auto;
}

.culture-section .slick-prev:before,
.culture-section .slick-next:before {
    color: #fff;
}

/* Responsive: preserve look without changing design */
@media (max-width: 1024px) {
    .culture-section .collage {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .culture-section .collage {
        grid-template-columns: 1fr;
    }
}

.second-banner-section {
    background: var(--blue-nights);
    padding: 0 0 40px 0;
}

.second-banner-section .banner-img img {
    width: 100%;
    height: 600px;
}

.second-banner-section.project-section .section-header {
    position: unset;
    max-width: 100%;
}

.service-page .solutions-slider {
    position: relative;
    display: flex;
}

.service-page .soluction-wrapper {
    margin: 0;
}

.service-page .soluction-wrapper .soluction-heading {
    margin-bottom: 10px;
}

.service-page .soluction-wrapper .soluction-desc .link-btn {
    width: 100%;
}

.service-page .soluction-wrapper .soluction-desc .link-btn:hover {
    box-shadow: none;
}

.service-page .soluction-wrapper .soluction-desc .link-btn:hover svg {
    transform: rotate(0)
}

.service-page .solutions-section .col-xl-3.col-lg-4.col-md-6.col-sm-12.col-12.mb-4 {
    display: flex;
}

.service-page .solutions-section {
    padding-top: 35px;
}











.project-tab-section {
    background: var(--blue-nights);
}

.project-tab-section .tab-container {
    display: flex;
}

.project-tab-section .tab-menu {
    background-color: rgba(146, 146, 146, 0.40);
    width: 350px;
    padding: 20px;
    margin-right: 20px;
    height: 100%;
    margin-bottom: 20px;
}

.project-tab-section .tab-menu h3 {
    color: var(--white);
    margin-bottom: 20px;
}

.project-tab-section .tab-menu .nav-link {
    background: rgba(55, 59, 71, 0.1);
    font-size: 20px;
    color: var(--white);
    margin-bottom: 10px;
    padding: 15px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-tab-section .tab-menu .nav-link img {
    margin-left: 10px;
}

.project-tab-section .tab-menu .nav-link:hover {
    background-color: var(--primary-color);
}

.project-tab-section .tab-menu .nav-link.active {
    background-color: var(--primary-color);
}

.project-tab-section .content-area {
    flex: 1;
}

.project-tab-section .content-area .content {
    display: none;
}

.project-tab-section .content-area .content.active {
    display: block;
}

.tab-details-container .tab-img {
    margin-bottom: 20px;
}

.tab-details-heading {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.tab-details-container p {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--white);
}

.tab-details-container .c-mb {
    margin-bottom: 30px;
}

.tab-details-content .tab-second-heading h6 {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 20px;
    margin: 20px 0 5px 0;
}

.tab-details-content .tab-second-heading p {
    font-weight: 300;
    color: var(--white);
    font-size: 20px;
    margin-bottom: 20px;
}

.tab-details-container .ic-content {
    display: flex;
    align-items: flex-start;
}

.tab-details-container .ic-content img {
    margin-right: 10px;
    width: 24px;
}

.tab-details-content .tab-cover-content .tab-small-ic {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-bottom: 0;
}

.tab-details-content .tab-cover-content {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tab-details-content .tab-cover-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0;
}














.c-tab-accrodian {
    background: rgba(146, 146, 146, 0.40);
    padding: 20px;
}

.c-tab-accrodian .accordion-button {
    border-radius: 0;
    color: var(--white);
    background: rgba(55, 59, 71, 0.1);
    margin-bottom: 10px;
    font-size: 20px;
    padding: 25px 15px;
}

.c-tab-accrodian .accordion-item:first-of-type .accordion-button,
.c-tab-accrodian .accordion-item:first-of-type,
.c-tab-accrodian .accordion-item:last-of-type {
    border-radius: 0;
    border: none;
}

.c-tab-accrodian .accordion-button:focus {
    box-shadow: none;
}

.c-tab-accrodian .accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: var(--white);
}
button.accordion-button.collapsed {
    background: var(--primary-color);
}
.c-tab-accrodian .accordion-body {
    background: rgba(55, 59, 71, 0.1);
    color: var(--white);
    margin-bottom: 10px;
    font-size: 20px;
}

.c-tab-accrodian .accordion-item {
    background: transparent;
    border: none;
}

.c-tab-accrodian .accordion-button:not(.collapsed)::after {
    /* background-image: url('<?php echo get_template_directory_uri(); ?>/images/inner-page-images/tab-accordian-arrow.svg'); */
    background-image: none;
    /* width: 20px;
    height: 25px;
    transform: rotate(0deg);
    opacity: 1; */
}

.c-tab-accrodian .accordion-button::after {
    /* background-image: url('<?php echo get_template_directory_uri(); ?>/images/inner-page-images/tab-accordian-arrow.svg'); */
    background-image: none;
    /* width: 25px;
    height: 25px;
    transform: rotate(-180deg);
    opacity: 0.5; */
}



/* Reset — remove duplicated before icons */
.accordion-button::before {
    content: none !important;
}

/* Base button styling */
.accordion-button {
    position: relative;
    padding-right: 40px;
}

/* Icon (closed state = +) */
.accordion-button::after {
    content: "+";
    font-size: 28px;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Open state (remove collapsed → show -) */
.accordion-button:not(.collapsed)::after {
    content: "-";
}

/* Background colors */
.accordion-button.collapsed {
    background-color: #f1f1f1;
}

.accordion-button:not(.collapsed) {
    background-color: #dcdcdc;
}









.c-left-tab {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.c-left-tab .btn.btn-primary {
    display: flex;
    align-items: center;
    width: 350px;
    background: var(--primary-color);
    padding: 15px 10px;
    justify-content: center;
}

.c-left-tab .btn.btn-primary .btn-text {
    text-align: start;
    margin-left: 20px;
}

.c-left-tab .btn.btn-primary .btn-text p {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--white);
    line-height: normal;
}

.c-left-tab .btn.btn-primary .btn-text span {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--white);
    line-height: normal;
}

.c-left-tab .btn.btn-primary:hover {
    background-image: none;
    background-size: auto;
}

.service-details-page .news-section .slick-slider {
    display: block;
}

.service-details-page .news-section .slick-prev-custom {
    transform: rotate(180deg);
}
/* ============================ */
/*      PROJECT-TAB-SLIDER      */
/* =========================== */
.project-details-tab-slider {
    background: var(--blue-nights);
}

.project-details-tab-slider .project-tab-heading p {
    font-size: 32px;
    font-weight: 300;
    color: var(--white);
    margin: 10px 0;
}

.project-details-tab-slider .slide-tab-bg {
    background: rgba(146, 146, 146, 0.40);
    margin-bottom: 30px;
}

.project-details-tab-slider .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid var(--primary-color);
    color: var(--white);
    background: transparent;
    padding: 30px 0;
}

.project-details-tab-slider .nav-tabs .nav-link {
    color: var(--white);
    padding: 30px 0;
    margin: 0 10px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 3px solid transparent;
}

.project-details-tab-slider .nav-tabs .nav-link {
    border: none;
}

.project-details-tab-slider .tab-slider-mainain {
    font-family: Arial;
    width: 500px;
    display: block;
    margin: 0 auto;
}

/* .project-details-tab-slider .action {
  display: block;
  margin: 100px auto;
  width: 100%;
  text-align: center;
} */

/* .project-details-tab-slider .action a {
  display: inline-block;
  padding: 5px 10px;
  background: #f30;
  color: #fff;
  text-decoration: none;
} */
/* 
.project-details-tab-slider .action a:hover {
  background: #000;
} */






/* ============================ */
/*    PROJECT-DETAILS-SLIDER    */
/* =========================== */
.project-details-section {
    padding-bottom: 180px;
}
 .project-details-heading h5 {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
}
.project-details-section .project-details-heading p {
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
}
.project-details-section .project-details-heading.sec h5 {
    color: var(--white);
    font-size: 38px;
    font-weight: 500;
}
.project-details-left {
    width: 60%;
}
.project-details-section-right img.img-fluid {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    margin-left: auto;
}







.project-details-section {
    background: var(--blue-nights);
}
.project-details-right {
    background: rgba(146, 146, 146, 0.40);
    padding: 30px 30px;
    height: 100%;
}

.project-details-content {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff63;
}

.project-details-content h6 {
    font-size: 18px !important;
    font-weight: 600;
    color: #dca739;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.project-details-content p {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0;
}




/* ========== */
/** 9/92025 **/
/* ========= */
.projects-page {}

.projects-page .project-slider.slick-initialized .slick-slide,
.projects-page .hospitality-project-slider.slick-initialized .slick-slide,
.projects-page .IRE-project-slider.slick-initialized .slick-slide {
    display: block;
    padding: 0 15px;
}
section.project-details-tab-slider .slick-initialized .slick-slide {
    display: block;
    padding: 0 15px;
}
.projects-page .project-slider,
.projects-page .hospitality-project-slider {
    background:var(--blue-nights);
}
.projects-slider-wrapper {

}

.projects-slider-wrapper .project-slider-main {
    position: relative;
    height: 100vh;
    height: auto;
    display: flex;
    align-items: end;
    }
.projects-slider-wrapper .project-slider-main .project-slider-image {
    width: 100%;
    /* height: 75%; */
    height: 500px;
    object-fit: cover;
    /* filter: blur(3px); */
}
.projects-slider-wrapper.slick-active .project-slider-main .project-slider-image {
    filter: blur(0px);
}
/* .projects-slider-wrapper.slick-active .project-slider-main .project-slider-content {
    display: block;
    padding-top: 20px;
}
 */
 
 .projects-slider-wrapper.slick-active .project-slider-main .project-slider-content {
    display: block;
    padding: 20px;
    position: absolute;
}

.projects-slider-wrapper .project-slider-main .project-slider-content {
    display: none;
}
.projects-slider-wrapper .project-slider-main .project-slider-content {
    /* padding: 80px; */
    /* background: var(--blue-nights-40); */
    /* position: absolute;
    top: 50%;
    transform: translateY(-88%);
    margin: 0 100px; */
	background:rgb(55 59 71 / 70%);
}
.projects-slider-wrapper .project-slider-main .project-slider-content h2 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 34px;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 30px;
}
.projects-slider-wrapper .project-slider-main .project-slider-content h2 span {
    color: var(--primary-color);
}
.projects-slider-wrapper .project-slider-main .project-slider-content p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 40px;
}

.custom-arrows .slick-prev,
.sec-custom-arrows .slick-prev,
.third-custom-arrows .slick-prev {
    position: unset;
    font-size: 16px;
    color: var(--white);
}
.custom-arrows .slick-next,
.sec-custom-arrows .slick-next,
.third-custom-arrows .slick-next {
    position: unset;
    font-size: 16px;
    color: var(--white);
    margin-left: 7px;
}
.custom-arrows .slick-next,
.custom-arrows .slick-prev,
.sec-custom-arrows .slick-next,
.sec-custom-arrows .slick-prev,
.third-custom-arrows .slick-next,
.third-custom-arrows .slick-prev  {
    transform: none;
    height: auto;
    width: auto;
    line-height: normal;
}
.custom-arrows .slick-prev:before,
.custom-arrows .slick-next:before,
.sec-custom-arrows .slick-prev:before,
.sec-custom-arrows .slick-next:before,
.third-custom-arrows .slick-prev:before,
.third-custom-arrows .slick-next:before   {
    content: "";
}
section.project-details-tab-slider .tab-content>.active {
    position: relative;
}
section.project-details-tab-slider .custom-arrows,
section.project-details-tab-slider .sec-custom-arrows,
section.project-details-tab-slider .third-custom-arrows {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    right: 6%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--secondary-color);
    z-index: 1;
}

section.project-details-tab-slider .slick-list, .slick-slider, .slick-track {
    display: block;
}
section.project-details-tab-slider .slick-slider {
    margin-bottom: 0;
}
.news-section .slick-list,
.news-section .slick-slider,
.news-section .slick-track {
    display: block;
}
/* .news-section .slide-content {
    background: rgba(55, 59, 71, .50);
    backdrop-filter: blur(1px);
} */
.news-section .content-box h2 {
    color: var(--white);
}
.news-section .date-content .date {
    color: var(--primary-color);
}
.news-section .date-content .desc {
    color: var(--white);
}
.news-section .actions a {
    color: var(--primary-color);
}
.videoCoverImage .slide-content {
    background: rgba(55, 59, 71, .50);
    backdrop-filter: blur(1px);
}
.videoCoverImage .slide-content .release-label {
    color: var(--white);
    font-size: 20px;
}
.videoCoverImage .news-content-right p {
    color: var(--white);
}
.subscribe-box input {
    background: rgba(255, 255, 255, .10);
    color: var(--white);
}
.subscribe-box input::placeholder {
    color: var(--white);
}
.subscribe-box button {
    background: rgba(255, 255, 255, .20);
    border-color: transparent;
}
.social-ic {
    background: rgba(255, 255, 255, .10);
}
.social-ic img.img-fluid {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.social-ic svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.hero-slider .carousel-caption .slide-heading {
    font-size: 40px;
}





.footer-section {
    padding: 40px 0 0 0;
}
.footer-copy-right {
    position: relative;
    margin-top: 30px;
    background: linear-gradient(to bottom, transparent, rgba(220, 178, 39, 0.60));
    padding: 20px 0;
}
.footer-copy-right p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--white);
    top: 50%;
    margin-bottom: 0;
}
.text-yellow {
    color: var(--primary-color) !important;
}

.about-content-left h6 {
    color: var(--secondary-color);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.project-details-section-right img.img-fluid {
    position: unset;
    top: 0;
    right: 0;
    width: auto;
    margin-left: auto;
}

.we-provide-section {
    background: var(--blue-nights);
}

.provide-card {
    position: relative;
    background: var(--white-background-10);
    padding: 30px;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.provide-content h6 {
    color: var(--white);
    font-size: 29px;
    font-weight: 700;
    text-transform: capitalize;
}

.provide-content h6 span {
    font-weight: 400;
}

.provide-content p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.provide-image {
    margin: 0px -115px -70px 0px;
}

.project-details-left {
    width: auto;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.product-main-section {
    padding-top: 50px;
    /* background: linear-gradient(180deg, #6A593D 0%, #000000 100%); */
    background: var(--blue-nights);
}
/* .product-main-section .back-btn span svg path{
    fill: var(--white);
}
.product-main-section .back-btn {
    color: var(--white);
    margin-bottom: 30px;
} */
.pdp-sliders-wrapper { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    /* align-items: center;  */
    align-items: stretch;
    width: 100%;
   /*  height: 100%; */
   height:auto;
   margin:0 0 30px;
}
.pdp-main-slider,
.pdp-thumb-slider {
  flex: 1;
}
.pdp-thumb-slider {
    max-width: 200px;
    width: 100%;
    margin-bottom: 0;
}
.pdp-thumb-slider .pdp-main-media {
    padding-top: 52%;
}
.pdp-sliders-wrapper .slick-initialized .slick-slide {
    display: block;
    padding: 0;
}
.pdp-thumb-slider .slick-next:before, [dir=rtl] .slick-prev:before {
    content: 'UP';
    display: none;
}
.pdp-thumb-slider .slick-prev:before {
    content: 'DOWN';
    display: none;
}
.pdp-thumb-slider .slick-arrow.slick-next span {
    transform: rotate(90deg);
    color: var(--white);
    font-size: 22px;
    display: none;
}
.pdp-thumb-slider .slick-arrow.slick-prev span {
    transform: rotate(90deg);
    color: var(--white);
    font-size: 22px;
    display: none;
}
.pdp-thumb-slider .slick-arrow.slick-next svg {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}
.pdp-thumb-slider .slick-arrow.slick-prev svg {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}
.pdp-main-slider {
    max-width: calc(100% - 92px);
    /* width: 100%; */
    width: 75%;
    /* border: 1px solid rgb(255 255 255 / 25%); */
    /* margin-left: auto; */
    background: rgba(106, 89, 61, 0.38);
    backdrop-filter: blur(9px);
   /*  height: 525px; */
   height:420px;
    margin-bottom: 0;
}
.pdp-thumb-slider .slick-arrow.slick-next{
    right: auto;
    left: 50%;
    top: 35px;
    transform: scale(-1) rotate(90deg) translateX(-50%);
    -webkit-transform: scale(-1) rotate(90deg) translateX(-50%);
    -moz-transform: scale(-1) rotate(90deg) translateX(-50%);
    -ms-transform: scale(-1) rotate(90deg) translateX(-50%);
    -o-transform: scale(-1) rotate(90deg) translateX(-50%);
    transform-origin: left;
}
.pdp-thumb-slider .slick-arrow.slick-prev{
    right: auto;
    left: 50%;
    bottom: 50px;
    top: auto;
    transform: rotate(90deg) translateX(-50%);
    -webkit-transform: rotate(90deg) translateX(-50%);
    -moz-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    -o-transform: rotate(90deg) translateX(-50%);
    transform-origin: left;
    z-index: 1;
}
.pdp-thumb-media {
    position: relative;
    width: 100%;
    padding-top: 55%;
    /* padding-top: 105%; */
    overflow: hidden;
    /* border: 1px solid rgb(255 255 255 / 25%); */
    background: rgba(106, 89, 61, 0.38);
    backdrop-filter: blur(9px);
    /* border-radius: 10px; */
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
} 
.pdp-thumb-itm.slick-current.slick-active .pdp-thumb-media {
    border-color: var(--white);
}

.pdp-thumb-itm {
    padding: 5px 0;
}
.pdp-main-media {
    position: relative;
    /* padding-top: 525px; */
	padding-top: 420px;
    overflow: hidden;
    width: 100%; 
    /* border-radius: 10px; */
}
.pdp-thumb-media svg,
.pdp-thumb-media video,
.pdp-thumb-media iframe,
.pdp-thumb-media img,
.pdp-main-media svg,
.pdp-main-media video,
.pdp-main-media iframe,
.pdp-main-media img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    /* border-radius: 10px; */
}

.price-cart-btn-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.price-cart-btn-wrp .price {
    color: var(--white);
    margin-left: 20px;
    font-size: 22px;
}
.price-cart-btn-wrp .btn { 
    padding: 11px 35px
}
.pdp-summery {
    color: var(--white);
    position: relative;
}
.pdp-summery .wish-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
}
.pdp-summery .wish-btn svg {
    height: 100%;
    width: 100%;
}
.pdp-summery .offer-lbl {
    position: relative;
    width: 50px;
    text-align: center;
    top: auto;
    left: auto;
    margin-bottom: 30px;
}
.pdp-summery .cart-variable p {
    margin: 22px 0;
    font-size: 14px;
}
.pdp-descrp-img {
    border-radius: 10px;
    overflow: hidden;
}
.pdp-descrp-img img {
    width: 100%;
}
.pdp-descrp-content {
    color: var(--white);
}
.pdp-descrp-content ul {
    margin-top: 30px;
}
.pdp-descrp-content ul li {
    margin-bottom: 10px;
    max-width: 50%;
    width: 100%;
}
/********** COMMON  CSS  **********/ 
.main-project-details-slider .slick-initialized .slick-slide {
    display: block;
    padding: 15px 0;
}
.similar-projects-section .slick-initialized .slick-slide {
    display: block;
    padding: 0 15px;
}
.similar-projects-section {
    background: var(--blue-nights);
}


.we-provide-section .section-header h2,
.we-provide-section .section-header p,
.similar-projects-section .section-header h2,
.similar-projects-section .section-header p {
    font-size: 40px;
}

.we-provide-section .section-header h2,
.similar-projects-section .section-header h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0;
}
.we-provide-section .section-header p,
.similar-projects-section .section-header p {
    color: var(--white);
    font-weight: 300;
    margin-bottom: 30px;
}
.section-btn.text-center {
    margin-top: 80px;
}
.btn-secondary {
    color: var(--primary-color);
}
.industries-page {

}
.industries-build-section {
    background: var(--blue-nights);
}
.industries-build-section .section-header h2,
.industries-build-section .section-header p {
    font-size: 40px;
}

.industries-build-section .section-header h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0;
}
.industries-build-section .section-header p {
    color: var(--white);
    font-weight: 300;
    margin-bottom: 30px;
}
.industries-build-section .about-content-right p {
    color: var(--white);
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 400;
}
.industries-why-choose {
    background: var(--blue-nights);
}
.industries-why-choose .section-header h2,
.industries-why-choose .section-header p {
    font-size: 40px;
}

.industries-why-choose .section-header h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0;
}
.industries-why-choose .section-header p {
    color: var(--white);
    font-weight: 300;
    margin-bottom: 30px;
}
.industrie-card {
    /* background: linear-gradient(to top, #8690AD 0%, #373B47 90%); */
    background: linear-gradient(180deg, #373B47 0%, rgb(134 144 173 / 32%) 100%);
    padding: 30px;
    border: 1px solid rgba(114, 114, 114, 0.7);
    display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: space-between; */
}
.industrie-image {
    width: 45px;
    height: 45px;
    margin-right: auto;
    margin-bottom: 30px;
}

.industries-ic {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.industrie-card-details-top h6 {
    color: var(--primary-color);
    font-weight: 600;
    font-family: var(--primary-font);
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 30px;
}
.industrie-card-details-top p {
    color: var(--white);
    font-weight: 400;
    font-family: var(--primary-font);
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 0;
}
.industrie-transform-section {
    background: var(--blue-nights);
}
.industrie-transform-card {
    position: relative;
    background-image: url("<?php echo get_template_directory_uri(); ?>/images/inner-page-images/transfromaction-section-bg.png");
    padding: 150px 50px;
    text-align: center;
}
.industrie-transform-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}
.industrie-transform-card h4 {
    font-family: var(--primary-font);
    font-weight: 300;
    color: var(--white);
    font-size: 70px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 70%;
    margin: 0 auto 20px;
}
.industrie-transform-card .btn-secondary,
.empowering-section .btn-secondary {
    border-color: var(--white);
    color: var(--white);
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.industries-build-slider.slick-initialized .slick-slide {
    display: block;
    padding: 0 15px !important;
}
.industries-build-slider .soluction-wrapper {
    margin: 0;
}
/* .industries-build-slider .soluctions-bottom {
    display: none;
}
.industries-build-slider .slick-slide.slick-current.slick-active .soluctions-bottom {
    display: block;
} */
/* .industries-build-slider .slick-slide.slick-current.slick-active .soluctions-top,
.industries-build-slider .slick-slide.slick-current.slick-active .soluctions-top img {
    width: 110% !important;
} */
/* .industries-build-slider .soluction-wrapper {
    width: 85% !important;
}
.industries-build-slider .soluctions-top {
    width: 100% !important;
}
.industries-build-slider .soluctions-top img {
    width: 100% !important;
} */


.industrie-transform-card.smart-soluction {
    background-image: url("<?php echo get_template_directory_uri(); ?>/images/inner-page-images/smart-solutions-section-bg.png");
}
.industrie-transform-card p {
    color: var(--white);
    position: relative;
    z-index: 1;
}
.empowering-section {
    background: var(--blue-nights);
}
.empowering-section .section-header h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
}
.empowering-section .empowering-dec {
    font-size: 20px;
    color: var(--white);
}
.empowering-section .empowering-sec-heading {
    font-size: 40px;
    font-weight: 300;
    font-family: var(--primary-font);
    color: var(--primary-color);
}
.empowering-right-img-content {
    position: relative;
    text-align: right;
}
.empowering-img-title {
    background: var(--secondary-color);
    padding: 110px 15px 0 70px;
    text-align: left;
    position: absolute;
    bottom: -25%;
    z-index: 1;
}
.empowering-img-title h6 {
    color: var(--white);
    font-size: 40px;
    font-weight: 500;
    font-family: var(--primary-font);
    margin-bottom: 30px;
}
.empowering-right-img-content img {
    width: 95%;
    position: relative;
    z-index: 2;
}
.industrie-card-details-top {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.blog-card-section .soluctions-top img {
    height: 250px;
    object-fit: cover;
}
.industrie-card-bottom {
    display: flex;
    height: 100%;
}
.industrie-card-details-top .read-more {
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    font-weight: 500;
}
.UAE-technology-section {
    background: var(--blue-nights);
}
.UAE-technology-section .empowering-img-title {
    padding: 110px 135px 0 50px;
}
.UAE-technology-section .section-header h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 40px;
}
.UAE-technology-content {
    padding-left: 20px;
}
.UAE-technology-content li {
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 300;
    font-size: 32px;
    text-transform: capitalize !important;
    margin-bottom: 10px;
}
.contactus-page .industrie-transform-card {
    background-image: url("<?php echo get_template_directory_uri(); ?>/images/inner-page-images/smart-solutions-section-bg-contactus-page.png");
}

.contact-location-map-section {
    background: var(--blue-nights);
}

.contact-details-contactUS-section {
    background: var(--blue-nights);
}

.contact-details-contactUS-section .contact {
    display: grid;
    grid-template-columns: 340px 1fr;
    min-height: 100vh;
}

.contact-details-contactUS-section .contact__info {
    background: var(--primary-color);
    padding: 28px 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-details-contactUS-section .contact__info h3 {
    margin: 80px 0 12px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .3px;
    color: var(--white);
}

.contact-details-contactUS-section .contact__info small {
    display: block;
    color: var(--white);
    opacity: .9;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}

.contact-details-contactUS-section .info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-details-contactUS-section .info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--white);
    font-weight: 400;
}

.contact-details-contactUS-section .info-item i {
    width: 20px;
    margin-top: 2px;
    color: var(--white);
}

.contact-details-contactUS-section .info-item a {
    color: var(--white);
    text-decoration: none;
    font-weight: 400;
}

.contact-details-contactUS-section .info-item a:hover {
    text-decoration: underline;
}

.contact-details-contactUS-section .contact__form {
    background: rgba(255, 255, 255, 0.10);
    padding: 36px 26px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.contact-details-contactUS-section .form-card {
    border-radius: 2px;
    padding: 28px 26px 32px;
    width: 100%;
}
.UAE-technology-section .empowering-img-title h6 {
    color: var(--blue-nights);
}
.contact-details-contactUS-section .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
}

.contact-details-contactUS-section .form-field {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid #7a8088;
}

.contact-details-contactUS-section label {
    font-size: 16px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--white);
}

.contact-details-contactUS-section input[type="text"],
.contact-details-contactUS-section input[type="email"],
.contact-details-contactUS-section input[type="tel"],
.contact-details-contactUS-section input[type="file"],
.contact-details-contactUS-section textarea {
    background: transparent;
    border: none;
    color: var(--white);
    padding: 10px 0 12px;
    outline: none;
    font-size: 14px;
}

.contact-details-contactUS-section input::placeholder,
.contact-details-contactUS-section textarea::placeholder {
    color: var(--white);
    opacity: .55;
}

.contact-details-contactUS-section input[type="file"] {
    padding: 0;
    border: none;
    opacity: 0;
}

.contact-details-contactUS-section .file-help {
    position: absolute;
    top: 50%;
    font-size: 14px;
    color: var(--white);
}

.contact-details-contactUS-section .form-field--full {
    grid-column: 1 / -1;
}

.contact-details-contactUS-section .actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.contact-details-contactUS-section .phone-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
}

.contact-details-contactUS-section .phone-flag {
    width: 30px;
    height: auto;
}
.contact-details-contactUS-section .phone-flag img {
    width: 30px;
    height: auto;
}

.contact-details-contactUS-section .phone-wrap input {
    border: none;
    padding: 0;
    flex: 1;
    color: var(--white);
}
.contact-details-contactUS-section .phone-wrap input::placeholder {
    color: var(--white) !important;
}
.contact-details-contactUS-section .actions .btn-secondary {
    border-color: var(--white);
    color: var(--white);
    width: 100%;
    max-width: 200px;
}
.contact-details-contactUS-section .section-header h2 {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 40px;
}
.contact-details-contactUS-section .section-header p {
    font-weight: 400;
    font-size: 22px;
    color: var(--white);
}
.industrie-group-button {
    margin-top: 30px;
}
.industrie-transform-card .industrie-group-button .btn-secondary {
    margin-top: 0;
    margin-right: 10px;
}
.industrie-transform-card.development-execution {
    background-image: url("<?php echo get_template_directory_uri(); ?>/images/inner-page-images/DAE-page-hero-bg.png");
}
.empowering-section.DAE-page .empowering-img-title {
    padding: 190px 15px 0 70px;
    width: 95%;
    bottom: -10%;
}
.industrie-transform-section.DAE-Page .industrie-transform-card {
    background-image: url("<?php echo get_template_directory_uri(); ?>/images/inner-page-images/DAE-page-transform-bg.png");
}
.UAE-technology-section.DAE-page {

}
.UAE-technology-section.DAE-page .UAE-technology-content li {
    font-weight: 700;
}
.UAE-technology-content li p {
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    color: var(--white);
    margin-top: 10px;
}
.industrie-transform-card h4 {
    font-size: 64px;
}
.industrie-transform-section.CAA-page .industrie-transform-card {
    background-image: url("<?php echo get_template_directory_uri(); ?>/images/inner-page-images/CAA-page-transform-bg.png");
}
.empowering-section.CAA-page .empowering-dec {
    font-weight: 300;
}
.empowering-section .empowering-dec span {
    font-size: 20px;
    color: var(--white);
    font-weight: 700;
}
.UAE-technology-content li {
    margin-bottom: 20px;
}
.UAE-technology-section.CAA-page .empowering-img-title {
    padding: 190px 135px 0 50px;
    bottom: -15%;
    width: 90%;
}
.UAE-technology-section.CAA-page .section-header h2 {
    margin-bottom: 0px;
}
.UAE-technology-section.CAA-page .section-header p {
    color: var(--white);
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 40px;
}
.industrie-transform-section.FOM-page .industrie-transform-card {
    background-image: url("<?php echo get_template_directory_uri(); ?>/images/inner-page-images/FOM-page-transform-bg.png");
}
.fom-card {
    /* background: linear-gradient(to top, #8690AD 0%, #373B47 90%); */
    background: linear-gradient(180deg, #373B47 0%, rgb(134 144 173 / 32%) 100%);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.fom-card-details-top h6 {
    color: var(--primary-color);
    font-weight: 600;
    font-family: var(--primary-font);
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 15px;
}

.fom-card-details-top p {
    color: var(--white);
    font-weight: 400;
    font-family: var(--primary-font);
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
}
.fom-card-details-top .read-more {
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    font-weight: 500;
}
.fom-card-details-top {
    border: 1px solid rgba(114, 114, 114, 0.7);
    padding: 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
}
.fom-card-bottom {
    height: 100%;
}
.fom-card-points li {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 10px;
}
.industrie-transform-section.FOM-page .industrie-transform-card.FOM-page {
    background-image: url("<?php echo get_template_directory_uri(); ?>/images/inner-page-images/DAE-page-transform-bg.png");
}
.industrie-transform-section.PIT-page .industrie-transform-card {
    background-image: url("<?php echo get_template_directory_uri(); ?>/images/inner-page-images/PIT-page-transform-bg.png");
}
.empowering-dec ul li {
    color: var(--white);
}
.industrie-transform-section.FOM-page.DAE-Page .industrie-transform-card.PIT-page {
    background-image: url("<?php echo get_template_directory_uri(); ?>/images/inner-page-images/PIT-page-transform-bg-2.png");
}
.fom-image img.img-fluid {
    width: 100%;
}
.operations-section {
    background: var(--blue-nights);
}

.operations-section .section-header h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0;
    font-size: 40px;
}
.operations-section .section-header p {
    color: var(--white);
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 40px;
}
.operations-row {
    display: flex;
    flex-wrap: wrap;
}
.operations-card {
    width: 33.333%;
    position: relative;
}
.operations-card-text {
    position: absolute;
    bottom: 50px;
    padding: 0 35px;
}
.operations-card-text p {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
    color: var(--white);
}
.similar-projects-section .btn-secondary,
.operations-section .btn-secondary {
    border-color: var(--white);
    color: var(--white);
}
.aboutus-sec-section {
    background: var(--blue-nights);
}
.aboutus-sec-image {
    margin-bottom: 30px;
}
.since-card-change-img .since-text p {
    /* background: linear-gradient(to bottom, var(--blue-nights), rgba(0, 0, 0, 0)); */
    padding: 34px;
}
.since-card-change-img .since-text {
    text-align: center;
}
.since-card-main-img {
    width: 100%;
}
.card-bg-white {
    background: #FFFFFF;
}
.subsidiaries-logo {
    height: 70px;
    object-fit: contain;
}
.since-card-main-img-wrapper {
    border: 1px solid #727272B2;
    padding: 40px;
}
.since-card.since-card-change-img .since-img::before {
    content: "";
    background: linear-gradient(to bottom, var(--blue-nights), rgba(0, 0, 0, 0));
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.since-card.since-card-change-img {
    margin-top: 20px;
}


.industries-build-slider .soluction-heading {
    color: var(--blue-nights);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
	text-transform:uppercase;
}
.industries-build-slider .soluction-heading span {
    font-weight: 700;
}
.industries-build-slider .slick-slide img {
    /* height: 100%; */
    height: 277px;
    object-fit: cover;
   /*  filter: grayscale(1); */
}
.industries-build-slider .slick-slide.slick-current.slick-active img {
    /* filter: grayscale(0);*/
}
.industries-build-slider .soluctions-bottom {
   /* background: var(--light-white);*/
    align-items: self-start;
}
.industries-build-slider .btn-secondary {
    border-color: var(--blue-nights);
    color: var(--blue-nights);
}
.industries-build-slider .btn-secondary:hover {
    color: var(--white);
    border-color: var(--white);
}
li#menu-item-19 {
    display: none;
}

.industries-build-slider .soluction-heading,
.industries-build-slider .soluction-desc {
    text-align: start;
}
.common-breadcrumb.blog-breadcrumb {
    padding: 20px 0;
}
.blog-card-section .soluction-wrapper {
    margin: 0;
}
.blog-card-section .soluction-heading {
    font-size: 20px;
    text-align: start;
    color: var(--white);
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-card-section .soluction-desc p {
    color: var(--white);
    font-size: 16px;
    text-align: start;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-card-section .soluctions-bottom {
    padding: 25px 15px 0px 15px;
    background: var(--blue-nights);
    align-items: start;
}
.blog-card-section .link-btn {
    display: block;
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all ease-in-out .3s;
    width: 100%;
    text-align: start;
    height: auto;
    border-radius: 0;
}
.blog-card-section .link-btn:hover {
    box-shadow: none;
    color: var(--primary-color);
}
.blog-card-section .soluctions-top {
    position: relative;
}
.blog-card-section .date-badge {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: -35px;
}
.blog-card-section .date-badge .date {
    display: inline-block;
    background: var(--blue-nights);
    color: var(--white);
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}
.blog-card-section .date-badge .month {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    padding: 2px 15px;
}
.blog-badge {
    display: block;
    color: var(--white);
    font-size: 16px;
    padding: 5px 0;
    border-radius: 50px;
    width: 150px;
    font-weight: 300;
    font-family: var(--primary-font);
    border: 1px solid rgba(146, 146, 146, 0.30);
    margin-bottom: 15px;
}
.blog-details-section.blog-card-section.solutions-section {}

.blog-details-section.blog-card-section.solutions-section .blog-details-caption {
    padding: 50px 20px;
    background: rgba(146, 146, 146, 0.30);
    margin-bottom: 20px;
}

.blog-details-section.blog-card-section.solutions-section .blog-details-caption p {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: 500;
}

.soluction-desc .pb-4 {
    border-bottom: 1px solid var(--secondary-color);
}





.blog-details-wrapper .meta {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.blog-details-wrapper .meta small {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 600;
}

.blog-details-wrapper .pill {
    display: inline-flex;
    align-items: center;
    padding: .50rem 1rem;
    border: 1px solid rgba(217, 217, 217, 0.30);
    background: var(--soft);
    color: rgba(255, 255, 255, 0.30);
    border-radius: 999px;
    font-size: .75rem;
    line-height: 1;
}

.blog-details-wrapper .comments {
    background: transparent;
    border-radius: 12px;
}

.blog-details-wrapper .comments h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 14px;
    color: var(--primary-color);
    text-align: start;
}

.blog-details-wrapper .comment {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 16px;
    padding: 16px 0 22px;
    border-bottom: 1px solid var(--secondary-color);
    align-items: center;
}

.blog-details-wrapper .comment:last-child {
    border-bottom: none
}

.blog-details-wrapper .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0c1320;
    box-shadow: 0 0 0 2px #1f2a3a inset;
}

.blog-details-wrapper .c-body {
    min-width: 0;
}

.blog-details-wrapper .c-head {
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.blog-details-wrapper .name {
    font-weight: 600;
    color: var(--primary-color);
}

.blog-details-wrapper .date {
    color: var(--white);
    font-weight: 500;
    font-size: .8rem
}

.blog-details-wrapper .text {
    margin: .35rem 0 0;
    color: var(--white);
    text-align: start;
    font-size: .92rem;
    line-height: 1.55;
}

.blog-details-wrapper .reply {
    align-self: start;
    border: 1px solid var(--accent);
    color: #111;
    background: linear-gradient(#f7d988, #f2c55c);
    padding: .35rem .8rem;
    border-radius: 4px;
    font-size: .75rem;
    cursor: pointer;
    white-space: nowrap;
}

.blog-details-wrapper .reply:active {
    transform: translateY(1px)
}

.blog-details-wrapper .divider {
    height: 1px;
    background: var(--line);
    margin: 10px 0 6px;
}

.blog-details-wrapper .form {
    margin-top: 26px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
}

.blog-details-wrapper .form h4 {
    margin: 10px 0 18px;
    text-align: start;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1rem;
}

.blog-details-wrapper .grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.blog-details-wrapper .field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-details-wrapper .label {
    font-size: .85rem;
    color: var(--white);
    text-align: start;
}

.blog-details-wrapper input[type="text"],
.blog-details-wrapper input[type="email"],
.blog-details-wrapper input[type="url"],
.blog-details-wrapper textarea {
    width: 100%;
    padding: 12px 14px 12px 0;
    border: 0;
    border-bottom: 1px solid var(--secondary-color);
    border-radius: 0;
    background: var(--blue-nights);
    color: var(--white);
    outline: none;
    box-shadow: none;
}

.blog-details-wrapper input::placeholder,
.blog-details-wrapper .blog-details-wrapper textarea::placeholder {
    color: #7e8a97
}

.blog-details-wrapper textarea {
    min-height: 130px;
    resize: vertical;
    margin-top: 6px
}

.blog-details-wrapper .remember {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin: 10px 0 18px;
    color: var(--white);
    font-size: .9rem
}

.blog-details-wrapper .remember input {
    accent-color: var(--accent)
}

.blog-details-wrapper .actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}
.blog-details-wrapper .btn-primary {
    border-color: var(--white);
}
.blog-details-wrapper .comment .btn-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.blog-details-wrapper .comment .btn-primary:hover {
    color: var(--white);
}
.blog-details-card {
    padding: 20px 15px;
    background: rgba(146, 146, 146, 0.30);
}
.blog-details-card .card-title {
    padding: 15px 20px;
    background: rgba(146, 146, 146, 0.40);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-details-card .card-title p {
    color: var(--white);
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
}
.blog-details-card .card-title i {
    color: var(--white);
}
.blog-details-card span {
    display: block;
    color: var(--white);
    margin-bottom: 20px;
    margin-left: 10px;
}
.blog-details-card span:last-child {
    margin-bottom: 0;
}
.blog-details-post {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.blog-details-post p {
    font-size: 14px;
    color: var(--white);
    margin-bottom: 0;
}
.blog-details-post-width {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 5px;
    margin-right: 10px;
}
.blog-post-part {
    width: auto;
    /* margin-right: 20px; */
    text-align: start;
}
.blog-post-part span {
    font-size: 12px;
}
.blog-details-pill {
    display: inline-flex !important;
    align-items: center;
    padding: .50rem 1rem;
    border: 1px solid rgba(217, 217, 217, 0.30);
    background: var(--soft);
    color: rgba(255, 255, 255, 0.30);
    border-radius: 999px;
    font-size: .75rem;
    line-height: 1;
}
.blog-detail-main-img {
    position: relative;
}
.blog-detail-main-img h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--white);
    transform: translate(-50%, -50%);
    font-size: 22px;
}
.blog-details-card.img {
    background: transparent;
    padding: 0;
}
.blog-detail-main-img img{
    width: 100%;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}
.pdp-sliders-wrapper .slick-prev {
    left: 0;
    z-index: 1;
}
.pdp-sliders-wrapper .slick-next {
    right: 0;
}












/* Sub-menu wrapper */
/* .menu-item-has-children .sub-menu.dc-grid {
    display: grid !important;
} */
.menu-item-has-children .sub-menu {
    /* display: grid; */
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 30px;
    padding: 20px;
    list-style: none;
    background: #fff;
    border-radius: 8px 8px 0 0;
    min-width: 600px;
    margin-bottom: 0;
}
.sub-menu-footer {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px 30px;
    padding: 20px;
    list-style: none;
    background: #fff;
    border-radius: 0 0 8px 8px !important;
    min-width: 600px;
    border-top: 1px solid #EAEAF0;
}
.navbar-light .navbar-nav .menu-item:hover ul.sub-menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 30px;
    /* padding: 20px; */
    list-style: none;
    background: #fff;
    border-radius: 8px 8px 0 0;
    min-width: 770px;
    margin-bottom: 0;
    left: 0;
}
.navbar-light .navbar-nav .menu-item:hover ul.sub-menu.sub-menu-footer {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px 30px;
    /* padding: 20px; */
    list-style: none;
    background: #fff;
    border-radius: 8px 8px 0 0;
    min-width: 600px;
    margin-bottom: 0;
}
.menu-item-has-children .sub-menu .menu-item a {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.menu-item-has-children .dropdown-ic {
    padding: 5px;
    background: var(--white);
    border: 1px solid #EAEAF0;
    border-radius: 8px;
    margin-right: 7px;
}
.menu-item-has-children .sub-menu .menu-item a:hover {
    background: #f5f5f5;
    color: #111;
}
.sub-menu-footer li p .light-text {
    color: #7F7F7F;
}
.sub-menu-footer li p {
    font-size: 14px;
    font-weight: 400;
    color: #2F2F2F;
    margin-bottom: 0;
}
.navbar-light .navbar-nav .menu-item:hover ul.sub-menu .menu-item a img {
    padding-right: 0 !important;
}
.navbar-light .navbar-nav .menu-item:hover ul.sub-menu .menu-item a {
    text-transform: capitalize;
}
.get-in-touch-btn {
    background: var(--blue-nights);
    border: 2px solid var(--primary-color);
    color: var(--white);
    padding: 8px 12px;
    display: inline-block;
}
.get-in-touch-btn:hover {
    color: var(--white);
}
.primary-header-btn {
    width: 160px;
    padding: 10px 7px;
}
li#menu-item-385,
li#menu-item-386 {
    display: none;
}
section.hero-section .hero-slider .carousel-caption a.btn.btn-primary.me-2 {
    display: none;
}
section.talented-section.team-section.since-section.pb-70.aos-init.aos-animate .text-center.mt-5 {
    display: none;
}
.blog-details-section.blog-card-section.solutions-section .soluctions-top img {
    height: 300px !important;
    object-fit: cover !important;
}
/* .industries-build-section .solutions-slider .soluctions-bottom .soluction-desc {
    display: none;
} */
.future-section .industries-build-slider .since-text .btn.btn-secondary {
    border-color:var(--primary-color);
    color: var(--primary-color);
}
@media (max-width: 992px) {
    .menu-item-has-children .sub-menu {
        grid-template-columns: 1fr 1fr;
        min-width: auto;
        width: 50%;
        z-index: 1;
    }
}
@media (max-width: 768px) { 
    .navbar-light .navbar-nav .menu-item:hover ul.sub-menu {
        grid-template-columns: repeat(2, 1fr);
        min-width: 300px;
        width: 85%;
    }
}
@media (max-width: 600px) {
    .navbar-light .navbar-nav .menu-item:hover ul.sub-menu {
        grid-template-columns: repeat(1, 1fr);
        width: 55%;
    }
    .menu-item-has-children .sub-menu {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 425px) {
    .navbar-light .navbar-nav .menu-item:hover ul.sub-menu {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}