@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Manrope:wght@200..800&display=swap");

:root {
    --primary-color: #4a90e2;
    --warning-color: #a07e42;
    --info-color: #d6e5e3;
    --info-color-dark: #b6cbc8;
    --secondary-color: #404041;
    --secondary-color-dark: #3a3d41;
    --dark-bg: #1f1b2e;
    --secondary-dark-bg: #150f1c;
    --light-bg: #fcfcfc;
    --purple-color: #22175a;
    --purple-color-dark: #1a1a3a;
    --purple-color-light: #635bf6;
    --yellow-color: #f6c955;
    --yellow-color-dark: #ffc107;
    --yellow-color-light: #fff8ea;
    --brown-color: #7b6133;
    --brown-color-light: #c9ae7d;
    --gold-color: #bba070;
    --gold-color-light: #fadc91;
    --text-brown: #795309;
    --text-muted: #afafaf;
    --text-light: #ffffff;
    --text-secondary: #afafaf;
    --text-dark: #1e1e1e;
    --text-muted-light: #d9d9d9;
    --text-muted-dark: #666666;
}
/* Styles the entire scrollbar */
::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

/* Styles the scrollbar track */
::-webkit-scrollbar-track {
    background: rgba(31, 27, 46, 0.4);
    border-radius: 10px;
}

/* Styles the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background: rgba(31, 27, 46, 1);
    border-radius: 10px;
}

/* Styles the thumb on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    background-color: transparent;
    color: var(--text-dark);
    font-size: 18px;
    font-style: normal;
}
body.no-scroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Baskerville", serif;
    font-weight: 500;
    line-height: 1.4;
}
p {
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.lead {
    font-size: 18px;
    font-weight: 400;
}
.bg-info {
    background-color: var(--info-color) !important;
}
.bg-dark {
    background-color: var(--dark-bg) !important;
}
.bg-darker {
    background-color: var(--secondary-dark-bg) !important;
}
.bg-light {
    background-color: var(--light-bg) !important;
}
.bg-warning {
    background-color: var(--warning-color) !important;
}
.bg-brown {
    background-color: var(--brown-color) !important;
}
.bg-yellow-light {
    background-color: var(--yellow-color-light) !important;
}
.ratio-9x16 {
    aspect-ratio: 9/16;
    /* --bs-aspect-ratio: 146.25%; */
}
.ratio-3x4 {
    aspect-ratio: 3/4;
}

/* Header */
.top-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    font-size: 12px;
    font-weight: 500;
}
.top-menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-menu li {
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: var(--text-light);
}
.top-menu .menu-bar i {
    color: var(--yellow-color);
}
.top-menu .social-icons a {
    background: transparent;
    color: var(--yellow-color);
    font-size: 14px;
}
.top-menu .social-icons a:hover {
    color: var(--text-dark);
    background: transparent;
}
.navbar {
    background-color: var(--warning-color);
    height: 77px;
    font-size: 18px;
    padding: 0;
}
.navbar .container-fluid {
    height: 100%;
}
.navbar-nav {
    gap: 48px;
    height: 100%;
    align-items: center;
}
.navbar-toggler {
    color: var(--gold-color);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url("../img/icons/navigation.svg");
}

.navbar .btn {
    font-size: 14px;
    white-space: nowrap;
}

.navbar-brand {
    font-weight: 700;
    color: var(--text-dark);
    z-index: 1023;
}
.navbar-toggler {
    border: 0;
    padding: 0;
}
.navbar-collapse {
    height: 100%;
    gap: 48px;
}
.navbar-collapse .navbar-nav .nav-item {
    height: 100%;
}
.navbar-collapse .navbar-nav .nav-item .nav-link {
    height: 100%;
    padding: 0 15px;
    align-content: center;
    color: var(--text-light);
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
}
.menu-mobile-top {
    background: var(--warning-color);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    padding: 16px;
    z-index: 1025;
    display: none;
}
.menu-mobile-top .logo-mobile img {
    height: 44px;
}

.nav-link {
    font-family: "Manrope", sans-serif;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 13px;
    transition: border-color 0.3s ease, color 0.3s ease;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
}

.nav-link.active,
.nav-link:hover {
    color: var(--text-dark);
    box-shadow: 0px -3px 0px 0px var(--yellow-color) inset;
    -webkit-box-shadow: 0px -3px 0px 0px var(--yellow-color) inset;
    -moz-box-shadow: 0px -3px 0px 0px var(--yellow-color) inset;
}
.btn {
    flex-shrink: 0;
    border-radius: 0;
    font-weight: 500;
}
.btn-lg {
    font-size: 14px;
    padding: 16px 24px;
}
.btn-link {
    color: var(--brown-color);
    text-decoration: none;
}
.btn-link:hover {
    color: var(--gold-color);
}
.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 0.75rem 1.5rem;
    font-weight: 400;
}

.btn-info {
    background-color: var(--info-color);
    border-color: var(--info-color);
    padding: 0.75rem 1.5rem;
    font-weight: 400;
}

.btn-info:hover {
    background-color: var(--info-color-dark);
    border-color: var(--info-color-dark);
}
.btn-warning {
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
}
.btn-warning:hover {
    background-color: var(--warning-color);
    border-color: var(--warning-color);
}
.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-secondary:hover {
    background-color: var(--secondary-color-dark);
    border-color: var(--secondary-color-dark);
}
.btn-dark {
    background-color: var(--text-dark);
    border-color: var(--text-dark);
}
.btn-dark:hover {
    background-color: var(--dark-bg);
    border-color: var(--dark-bg);
}
.btn-outline-yellow {
    color: var(--gold-color);
    border-color: var(--info-color);
}
.btn-outline-yellow:hover {
    border-color: var(--yellow-color);
    box-shadow: 0px 0px 0px 2px var(--yellow-color) inset;
}
.btn-outline-gold {
    color: var(--text-dark);
    border: none;
}
.btn-outline-gold:hover {
    color: #fff;
    background-color: var(--gold-color-light);
}

.btn-rounded {
    border-radius: 50px;
    padding: 15px 30px;
}
.btn-arrow {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    color: var(--text-dark);
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.btn-arrow span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-arrow span .btn-arrow-icon {
    z-index: 2;
}
.btn-arrow span::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-color: var(--yellow-color);
    bottom: 0;
    top: 0;
    left: 16px;
    z-index: 1;
    transition: all 0.3s ease;
}
.btn-arrow:hover {
    color: var(--text-dark);
}
.btn-arrow:hover span::after {
    left: 20px;
}
.btn-arrow:hover .btn-arrow-icon {
    transform: translateX(10px);
}
.btn-arrow-icon {
    transition: transform 0.3s ease;
}
.btn-left,
.btn-right {
    transition: all 0.3s ease;
}
.btn-left:hover {
    transform: translateX(-5px);
}
.btn-right:hover {
    transform: translateX(5px);
}

/* Loader */
.image-container {
    overflow: hidden;
}
.lazy-bg::before,
.image-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.image-container::before {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: var(--yellow-color);
}

.lazy-bg::before {
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-left-color: #ffffff;
}

.lazy-bg.loaded::before,
.image-container.loaded::before {
    opacity: 0;
    pointer-events: none;
    display: none;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.lazy-load {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lazy-load.loaded {
    opacity: 1;
}

/* Search Overlay */
.search-btn {
    background: none;
    border: none;
    color: var(--yellow-color);
    font-size: 14px;
    cursor: pointer;
    padding: 15px;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

.search-overlay.show {
    opacity: 1;
    visibility: visible;
}

.search-overlay .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.search-overlay-content {
    width: 80%;
    max-width: 700px;
    text-align: center;
}

.search-overlay-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--text-light);
    color: var(--text-light);
    font-size: 2.5rem;
    padding: 1rem 0;
    outline: none;
    text-align: center;
}

.search-overlay-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.btn-ai {
    background: linear-gradient(45deg, var(--primary-color), #8e44ad);
    color: white;
    border: none;
}

.btn-ai:hover {
    opacity: 0.9;
    color: white;
}

/* Hero Slider */
.hero-section {
    background-color: #2d3748; /* Warna fallback */
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    transition: background-image 0.5s ease-in-out;
}
.hero-section h1 {
    font-weight: 700;
    font-size: 3.5rem;
}

.hero-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s 0.2s ease-in-out;
}
.hero-content .btn-link {
    color: var(--text-light);
    background: rgba(0, 0, 0, 0.3);
}
.hero-section.loaded .hero-content {
    opacity: 1;
}
#heroSlider .carousel-item {
    height: 90vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: var(--text-light);
    display: flex;
    align-items: center;
    z-index: 1;
}

#heroSlider .carousel-item.active {
    z-index: 2;
}
#heroSlider .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

#heroSlider h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 75px;
}

#heroSlider h2 span {
    opacity: 0.5;
}
#heroSlider .subtitle {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--yellow-color);
}

#heroSlider .arrow {
    font-size: 3.5rem;
    line-height: 1;
    color: var(--primary-color);
}
.carousel-control-next,
.carousel-control-prev {
    z-index: 3;
    width: auto;
    opacity: 1;
}
.carousel-control-prev {
    left: inherit;
    right: 2em;
}
.carousel-control-prev-icon {
    background: transparent;
    background-image: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
.carousel-control-prev-icon:hover {
    opacity: 1;
    color: var(--text-light);
}
.carousel-control-next-icon {
    background: transparent;
    background-image: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
.carousel-control-next-icon:hover {
    opacity: 1;
    color: var(--text-light);
}
.hero-controls {
    position: absolute;
    bottom: 4rem;
    left: 0;
    z-index: 10;
    color: var(--text-light);
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.hero-controls p span {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 400;
    opacity: 0.5;
}
.hero-controls p span.active {
    font-size: 24px;
    color: var(--text-light);
    opacity: 1;
}

.carousel-indicators {
    left: 0;
    right: auto;
    bottom: 2em;
    margin: 0;
    width: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 100%;
    margin: 0;
    height: 1px;
}

.hero-label {
    position: absolute;
    bottom: 2em;
    z-index: 1;
    color: #fff;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4em;
}

.hero-label .label-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-label .label-group .label-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #fff;
}

.hero-label .label-text {
    white-space: wrap;
    text-wrap: wrap;
    font-size: 14px;
}

/* Sections */
.section {
    padding: 3rem 0;
}

.section-dark {
    background-color: var(--secondary-dark-bg);
    color: var(--text-light);
}

.section-title {
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 24px;
}

.section-title span {
    opacity: 0.5;
}
.subtitle {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--warning-color);
    letter-spacing: 2px;
}
.roundLabel {
    font-family: "Manrope", sans-serif;
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    color: var(--text-brown);
    background-color: var(--gold-color-light);
    margin-bottom: 15px;
}

/* Discovery Section Slider */
#discoverySlider {
    height: 90vh;
    position: relative;
}
#discoverySlider .carousel-inner,
#discoverySlider .carousel-item {
    height: 100%;
}
#discoverySlider .carousel-item {
    background-size: cover;
    background-position: center;
}
#discoverySlider .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 76, 129, 0.5);
    z-index: 1;
}
.discovery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 3rem 0 3rem;
    z-index: 1;
}
.step-number {
    font-size: 14px;
    padding-top: 5em;
}

@media (min-width: 992px) {
    .discovery-overlay {
        width: 50%;
    }
}

.discovery-step {
    cursor: pointer;
    padding: 0rem 0rem 1.5rem 3rem;
    border: none;
    border-left: 2px solid #b0b1b3;
    transition: all 0.3s ease;
    text-align: left;
    background: none;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row-reverse;
    gap: 2em;
}
.discovery-step.active {
    border-left-color: var(--dark-bg);
}
.discovery-step h4 {
    font-weight: 400;
    font-size: 28px;
}
.discovery-step i {
    font-size: 42px;
    margin-bottom: 16px;
}
.discovery-mobile-image {
    height: 300px;
    background-size: cover;
    background-position: center;
}

/* News Section */

.news-hero {
    background: url("../img/img-22.jpg") no-repeat center center;
    background-size: cover;
    color: var(--text-light);
    position: relative;
    height: 220px;
    align-content: center;
}
.news-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.news-hero .container {
    position: relative;
    z-index: 2;
}
.news-hero h2 {
    font-size: 24px;
    font-weight: 500;
}
.news-hero h2 span {
    opacity: 0.5;
}

.news-card {
    background-color: transparent;
    border: none;
    border-radius: 0rem;
    overflow: hidden;
    text-decoration: none;
}

.news-card:hover .bgImg::after {
    background-color: rgba(0, 0, 0, 0.25);
}

.news-card .card-img,
.news-card .card-img-top {
    border-radius: 0rem;
}
.news-card .card-body {
    padding: 1.5em 0;
}

.news-card .post-category {
    font-size: 14px;
    font-weight: 400;
    color: var(--warning-color);
    margin-bottom: 10px;
}

.news-card .card-title {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.news-card .date {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-muted-dark);
}
.news-card-big {
    position: relative;
}
.news-card-big .roundLabel {
    background: rgba(0, 0, 0, 0.2);
    color: var(--text-light);
    margin: 0;
}
.news-card-big .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 1.5em;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
}
.news-card-big h2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: auto;
    width: 60%;
}
.news-card-big .date {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-light);
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 90px; /* Adjust based on navbar height */
}

.sidebar .search-form .form-control {
    border: none;
    background-color: transparent;
    line-height: 1;
    height: auto;
    padding: 0.75rem;
    box-shadow: none;
    border-bottom: 1px solid var(--text-dark);
    border-radius: 0;
    position: relative;
}
.sidebar .search-form .btn {
    position: absolute;
    right: 0;
    border: none;
    background-color: transparent;
    line-height: 1;
    height: auto;
    padding: 0.75rem;
    box-shadow: none;
    border-radius: 0;
}
.sidebar .search-form .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
.sidebar .list-group-item {
    border: none;
    padding: 0.75rem 0;
    font-weight: 500;
}
.sidebar .list-group-item a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}
.sidebar .list-group-item a:hover {
    color: var(--gold-color);
}
.sidebar .list-group-item.active {
    color: var(--text-dark);
    font-weight: 700;
    background-color: transparent;
}

.newsCategory {
    color: var(--text-dark);
    border-radius: 0;
    gap: 2em;
    background: #fff;
}
.newsCategory.sticky-top {
    top: 77px;
    z-index: 9;
}
.newsCategory .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: rgba(30, 30, 30, 0.6);
}
.newsCategory .nav-link.active {
    background-color: transparent;
    color: var(--text-dark);
    border-color: var(--yellow-color);
}

.post-card .card-title {
    font-weight: 600;
}
.post-card .btn-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.post-card {
    border: none;
    margin-bottom: 3rem;
}
.post-card .card-body {
    padding: 1.5rem 0;
}
.post-card .card-title {
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 15px;
}
.post-card .card-text {
    color: var(--text-dark);
    margin-bottom: 15px;
}
.post-card .btn-link {
    text-decoration: none;
    font-weight: 600;
}
.post-card .share-icon {
    color: var(--text-muted-dark);
}
.post-author {
    font-size: 14px;
    margin-bottom: 15px;
}
.post-author span {
    font-weight: 600;
}
.post-title {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--text-dark);
}
.post-content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.bgImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: all 0.3s ease;
}
.bgYellowDots img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 3em;
    z-index: 1;
}
.bgYellowDots::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/dots-gray.png") no-repeat top right;
    z-index: -1;
}
.bgYellowDots::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--yellow-color);
    width: 80%;
    height: 80%;
    z-index: -1;
}

/* Big News Section */
.big-news {
    height: 100%;
    background-color: var(--light-bg);
    position: relative;
    color: var(--text-dark);
    z-index: 1;
}

.big-news .bgImg {
    border-radius: 0px;
    overflow: hidden;
}
.big-news h3 {
    font-size: 24px;
    font-weight: 500;
}

/* Contact Section */
.contact-header h2 {
    font-size: 24px;
    font-weight: 400;
    color: var(--text-dark);
}
.contact-header h6 {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-dark);
}
.contact-header a {
    font-size: 18px;
    font-weight: 500;
    color: var(--gold-color);
    text-decoration: none;
}
.contact-section {
    position: relative;
    background: var(--secondary-color);
    background-image: url(../img/dots.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position-x: 45%;
    background-position-y: 100%;
}
.contact-section .container {
    position: relative;
    z-index: 2;
}

.contact-section .section-title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    color: var(--text-light);
}
.contact-section hr {
    border-color: #555557;
    opacity: 1;
}
.contact-section h5 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.contact-section.bg-yellow-light {
    background-image: url("../img/img-25.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.contact-section.bg-yellow-light::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}
.contact-section.bg-yellow-light hr {
    border-color: var(--text-muted);
}
.contact-section.bg-yellow-light .section-title {
    color: var(--text-dark);
}
.contact-form h4 {
    font-size: 24px;
}

.form-control {
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
}

.form-floating > .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--text-muted-dark);
    padding-left: 0;
    padding-right: 0;
}
.form-floating > .form-control:focus {
    box-shadow: none;
    border-bottom-color: var(--primary-color);
}
.form-floating > label {
    padding-left: 0;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
    background: transparent;
}
.form-bottom-line > .form-control {
    border: none;
    border-bottom: 2px solid var(--text-muted);
    background: none;
    border-radius: 0;
    padding: 0.75rem 0;
}
.form-bottom-line > .form-control::placeholder {
    color: var(--text-muted);
}

.form-bottom-line > .form-control:focus {
    box-shadow: none;
    border-bottom-color: var(--warning-color);
}

.form-bottom-line > label {
    display: none;
}

/* About Hero Section */
.about-hero {
    background: url("../img/img-14.jpg") no-repeat center center;
    background-size: cover;
    color: var(--text-light);
    position: relative;
    text-align: center;
    height: 220px;
    align-content: center;
}
.about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.about-hero .container {
    position: relative;
    z-index: 2;
}
.about-hero h2 {
    font-size: 24px;
    font-weight: 500;
}
.about-hero h2 span {
    opacity: 0.5;
}
.checklist {
    list-style: none;
    padding-left: 0;
}
.checklist li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem;
    font-size: 14px;
}
.checklist li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--text-dark);
}

/* About Section */
.about-section .section-title {
    font-size: 24px;
    font-weight: 500;
}

/* Services Hero Section */
.services-hero {
    background: url("../img/img-16.jpg") no-repeat center center;
    background-size: cover;
    color: var(--text-light);
    position: relative;
    height: 220px;
    align-content: center;
}
.services-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.services-hero .container {
    position: relative;
    z-index: 2;
}
.services-hero h2 {
    font-size: 24px;
    font-weight: 400;
}
.services-hero h2 span {
    opacity: 0.5;
}

/* Services Section */
.service-section {
    background: var(--text-light);
}
.service-section h3 {
    font-size: 24px;
    font-weight: 500;
}
.service-section .card {
    border: none;
    border-radius: 0;
    background-color: transparent;
    transition: all 0.75s ease;
    overflow: hidden;
}
.service-section .card:hover {
    transform: translateY(0px);
    transition: all 0.75s ease;
}
.card-text-line {
    font-size: 16px;
    font-weight: 400;
    color: rgba(31, 27, 46, 0.8);
    padding-left: 20px;
    position: relative;
    transition: all 0.75s ease;
}
.service-section .card:hover .card-text-line::before {
    background-color: var(--yellow-color);
}
.service-section .card:hover img {
    transform: scale(1.02);
}
.service-section img {
    transition: all 0.75s ease;
}
.service-section .card .image-container::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(27, 76, 129, 0);
    transition: all ease 0.2s;
}
.service-section .card:hover .image-container::after {
    background-color: rgba(27, 76, 129, 0.15);
}
.card-text-line::before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: var(--text-muted-light);
    position: absolute;
    top: 0;
    left: 0px;
    transition: all 0.3s ease;
}
.service-section .card:hover .card-text-line::before {
    left: 0;
}
.service-section .card-title {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-dark);
}

/* Our Work Section */
.work-section {
    background-image: url("../img/dots.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-position-x: 5%;
    background-position-y: 5%;
}
.work-section h3 {
    font-size: 24px;
    font-weight: 500;
}
.work-card p {
    font-size: 14px;
    font-weight: 400;
}
.work-section .rounded-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
#workCarousel .carousel-indicators {
    display: none;
}

/* Case Studies Section */
.case-hero {
    background: url("../img/img-17.jpg") no-repeat center center;
    background-size: cover;
    color: var(--text-light);
    position: relative;
    height: 220px;
    align-content: center;
}
.case-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.case-hero .container {
    position: relative;
    z-index: 2;
}
.case-hero h2 {
    font-size: 24px;
    font-weight: 500;
}
.case-hero h2 span {
    opacity: 0.5;
}
.case-study-grid .card {
    border: none;
    background: transparent;
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0;
}
.case-study-grid a {
    text-decoration: none;
    color: inherit;
}
.case-study-grid a:hover .card {
    transform: translateY(0px);
}
.case-study-grid a:hover .card .bgImg::after {
    background-color: rgba(0, 0, 0, 0);
}
.case-study-grid .card-img-top {
    border-radius: 0.5rem;
}
.case-study-grid .card-title {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-dark);
}
.case-study-grid .card-text {
    color: var(--text-muted-dark);
    font-size: 14px;
}
.thumbImg {
    width: 80px;
    height: 80px;
    border: 1px solid var(--text-muted-light);
    flex-shrink: 0;
}
.thumb-xl {
    width: 157px;
    height: 157px;
}
.thumbImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.project-bar-section {
    padding-top: 24px;
    padding-bottom: 24px;
    color: var(--warning-color);
}
.project-swiper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    flex-shrink: 0;
    white-space: nowrap;
    width: 100%;
    padding: 16px 24px;
    border-radius: 3px;
    color: var(--text-light);
    background: var(--brown-color-light);
}
.project-swiper .swiper-slide a:hover {
    color: var(--text-light);
    background: var(--brown-color);
}
.project-header {
    display: flex;
    align-items: start;
    gap: 32px;
}
.project-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-title {
    width: 100%;
}
.project-title h1 {
    font-size: 32px;
    font-weight: 400;
    color: var(--text-dark);
}
.project-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--secondary-color);
}
.project-meta {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.project-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 400;
}
.project-meta-item span {
    opacity: 0.8;
}
.project-meta-item:hover span {
    opacity: 1;
}
.project-details {
    text-align: left;
}

.pagination .page-link {
    border: none;
    color: var(--text-secondary);
    font-weight: 400;
}
.pagination .page-link:hover {
    background-color: #e9ecef;
}
.pagination .page-number.active .page-link {
    background-color: transparent;
    color: var(--text-dark);
}
.pagination .page-item.disabled .page-link {
    background: transparent;
}

/* Team Section */
.team-section .section-title {
    font-size: 24px;
    font-weight: 500;
}
.team-section p {
    width: 75%;
}
.team-member-card {
    transition: transform 0.2s ease;
}
.team-member-card:hover {
    transform: translateY(0px);
}
.team-member-card:hover .ratio::after {
    background-color: rgba(27, 76, 129, 0.15);
    transition: all ease 0.2s;
}
.team-member-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-member-card .ratio::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 76, 129, 0.25);
}
.team-member-card h5 {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.team-member-card p {
    color: var(--text-muted-dark);
    font-size: 14px;
    margin: 0;
}
.team-member-card .content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1em;
}

/* Gallery */
.gallery-item {
    position: relative;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.gallery-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 76, 129, 0.25);
    width: calc(100% - 1.5rem);
    margin: 0 auto;
}
.gallery .col-md-6 {
    height: 400px;
}

.gallery .col-12 {
    height: 500px;
}

#loading {
    text-align: center;
    padding: 2rem;
}

.gallery-card {
    position: relative;
    border: none;
    border-radius: 0px;
    overflow: hidden;
}
.gallery-card .card-body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
}
.gallery-card:hover .card-body {
    opacity: 1;
}
.gallery-card .roundLabel {
    color: var(--text-dark);
    margin-bottom: auto;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.gallery-card h5 {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--text-dark);
}
.gallery-card small {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-dark);
}
.gallery-card h2 {
    font-family: "Manrope", sans-serif;
    font-size: 32px;
    font-weight: 500;
}

/* Post Details */
.post-meta {
    font-size: 0.9rem;
    color: var(--text-muted-dark);
}
.shareBtn {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}
.shareBtn:hover {
    color: var(--gold-color);
}

.post-content p {
    line-height: 1.8;
    color: var(--text-dark);
}

.post-content blockquote {
    background-color: var(--info-color);
    border-left: none;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 1em;
}

.post-content blockquote h6 {
    font-weight: 500;
}

.post-content blockquote p {
    font-size: 14px;
    margin-bottom: 0.5em;
}

.avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--text-secondary);
}
.avatar-sm {
    width: 50px;
    height: 50px;
}
.comment-section h3 {
    font-weight: 400;
}

.comment-section p {
    font-size: 0.9rem;
    color: var(--text-muted-dark);
}

.comment-section .form-check-label {
    font-size: 0.9rem;
    color: var(--text-muted-dark);
}
.comment-form .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--text-dark);
    border-radius: 0;
    padding-left: 0;
}
.comment-form .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
.comment-form textarea {
    border: 1px solid var(--text-dark) !important;
    padding-left: 16px !important;
}
.comment {
    display: flex;
    gap: 1em;
    margin-bottom: 2rem;
}
.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9ecef;
    margin-right: 1.5rem;
}
.comment-body {
    display: flex;
    align-items: end;
    gap: 1em;
    flex-grow: 1;
}
.comment-author {
    font-size: 16px;
    font-weight: 500;
}

.related-post-card {
    border: none;
    background: transparent;
}
.related-post-card img {
    border-radius: 0.5rem;
}
.related-post-card .card-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 1rem;
}

/* Modal */
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.modal-body {
    padding: 32px;
}
.modal-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 15px;
}

/* Share Button & Popup */
.share-links {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: 25px;
}
.share-links .btn-share {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--text-muted-light);
    border-radius: 50px;
}
.share-links .btn-share:hover {
    color: var(--purple-color-light);
}
.share-links .btn-share i {
    font-size: 24px;
}
.share-copy-link label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.share-copy-link #copyLinkBtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-decoration: none;
    border: 1px solid var(--text-muted-light);
    border-left: none;
    border-radius: 0 5px 5px 0;
    background: var(--text-light);
}
.share-container {
    position: relative;
}
#shareBtn {
    background: none;
    border: none;
    cursor: pointer;
}
.share-popup {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    display: none;
    flex-direction: column;
    width: 160px;
    z-index: 100;
}
.share-popup.show {
    display: flex;
}
.share-popup a,
.share-popup button {
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: var(--text-dark);
    display: block;
    text-align: left;
    background: none;
    border: none;
    width: 100%;
}
.share-popup a:hover,
.share-popup button:hover {
    background-color: #f8f9fa;
}
.share-popup i {
    margin-right: 0.75rem;
    width: 20px;
    text-align: center;
}

/* Socials */
.social-icons {
    display: flex;
    justify-content: end;
    gap: 0.5em;
}
.social-icons a {
    color: var(--text-light);
    font-size: 12px;
    background: var(--dark-bg);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.social-icons a:hover {
    color: var(--text-dark);
    background: var(--yellow-color);
}

/* Vision Section */
.vision-section .vision-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-muted-dark);
}
.vision-section .section-title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
}
.vision-section {
    position: relative;
    z-index: 1;
}
.vision-section::before {
    content: "";
    display: block;
    position: absolute;
    top: 2%;
    left: 18%;
    width: 250px;
    height: 250px;
    background: url(../img/dots.png) no-repeat top left;
    z-index: -1;
}
.vision-section .section-subtitle {
    position: relative;
    padding-left: 40px;
}
.vision-section .section-subtitle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--purple-color-light);
}
.vision-features {
    display: flex;
    flex-direction: column;
}
.vision-features .vision-item {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 20px;
}
.vision-number {
    font-weight: 800;
    font-size: 36px;
    color: var(--yellow-color);
}
.vision-title {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* Footer */
.footer {
    background-color: #212529; /* Darker background */
    color: var(--text-dark);
    font-size: 0.9rem;
    display: grid;
}
.footer-logo-col .navbar-brand {
    color: var(--text-light);
    font-size: 1.2rem;
    display: block;
}
.footer-logo-col p {
    font-weight: 400;
    font-size: 13px;
}
.footer-main-heading {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-dark);
    margin-bottom: 25px;
    width: 80%;
}
.footer-wave {
    padding: 3em;
}
.footer h5 {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 1rem;
}
.footer a {
    color: var(--text-dark);
    text-decoration: none;
}
.footer a:hover {
    color: var(--gold-color);
}
.footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1em;
}
.footer .social-icons a {
    font-size: 1.2rem;
    color: var(--warning-color);
    background: var(--text-dark);
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer .social-icons a:hover {
    color: var(--gold-color);
}
.subscribe-form {
    position: relative;
    width: 80%;
}
.subscribe-form a {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: var(--text-dark);
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 12px;
}
.subscribe-form a:hover {
    color: var(--text-light);
    background: var(--brown-color);
}
.subscribe-form .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--gold-color);
    border-radius: 0;
    color: var(--text-dark);
}
.subscribe-form .form-control::placeholder {
    color: var(--text-dark);
    font-size: 14px;
    opacity: 0.5;
}
.subscribe-form .form-control:focus {
    box-shadow: none;
    border-bottom-color: var(--text-dark);
}
.subscribe-form .btn-send {
    background-color: #343a40;
    color: var(--text-dark);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-warning {
    border-color: var(--gold-color) !important;
}
.footer .copyright {
    color: var(--text-dark);
    padding: 1em 3em;
}

.footer .copyright a {
    color: var(--text-dark);
}
.footer .copyright a:hover {
    color: var(--gold-color);
}
#footerMainItem {
    background: transparent;
    --bs-accordion-bg: transparent;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#footerMainItem .accordion-button {
    background: transparent;
    padding: 0;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
}
#footerMainItem .accordion-header {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
#footerMainItem .accordion-body {
    font-size: 12px;
    padding: 0;
    margin-top: 15px;
    color: var(--text-dark);
}
#footerMainItem .accordion-body p {
    font-size: 12px;
}
#footerMainItem .accordion-item {
    border-bottom: 1px solid rgba(48, 42, 70, 1);
    padding: 1em 0;
}
.accordion-button::after {
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-left: auto;
    background: url("../img/down-arrow.svg") no-repeat center center !important;
}
.footer-bottom-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-bottom-nav a {
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-dark);
    text-decoration: none;
}
.copyright-text {
    color: var(--text-brown);
    font-size: 11px;
    font-weight: 400;
}

/* Media Queries */

/* Desktop */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-expand-lg .navbar-nav {
        gap: 32px;
    }
    .navbar-expand-lg .navbar-collapse {
        gap: 32px;
    }
    .project-details {
        text-align: right;
    }
    .footer-logo-col p {
        margin-bottom: 25px;
    }
    .footer-main-heading {
        margin-bottom: 2em;
    }
    #footerMainItem .collapse:not(.show) {
        display: block;
    }
    .accordion-button::after {
        display: none;
    }
    #footerMainItem .accordion-item {
        border-bottom: none;
    }
}

/* Tablet & Mobile */
@media (max-width: 992px) {
    header {
        display: none;
    }
    .navbar-collapse .navbar-brand {
        position: absolute;
        top: 0;
        left: 0;
        padding: 16px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: var(--yellow-color-light);
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1045;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .navbar-collapse.show {
        transform: translateX(0);
        justify-content: center !important;
    }
    .navbar-collapse .navbar-nav {
        text-align: center;
        gap: 0 !important;
    }
    .navbar-collapse .nav-link {
        color: var(--text-dark);
        font-size: 20px;
        margin: 1rem 0;
        border-bottom: none;
    }
    .navbar-collapse .nav-link:hover,
    .navbar-collapse .nav-link.active {
        color: var(--warning-color);
    }
    .navbar-collapse .d-flex {
        flex-direction: column;
    }
    .navbar-collapse .btn-arrow {
        border: 1px solid var(--text-dark);
        padding: 1em 2em;
    }
    .navbar-collapse .btn-outline-primary {
        display: block !important;
        margin-bottom: 1rem;
        color: white;
        border-color: white;
    }
    .navbar-collapse .search-btn {
        display: none;
    }
    .navbar-collapse .btn-close-dark {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        opacity: 1;
        height: 100%;
        width: 50px;
        padding: 0;
        --bs-btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
    }
    .navbar-collapse .btn-rounded {
        background-color: var(--purple-color);
        border: 1px solid var(--purple-color);
        color: var(--text-light);
        font-size: 20px;
    }
    .menu-mobile-top {
        display: block;
    }
    .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: var(--text-dark);
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
}

/* Tablet Landscape */
@media (min-width: 992px) and (max-width: 1199px) {
    .nav-link {
        white-space: nowrap;
        font-size: 14px;
    }
    .navbar .btn {
        font-size: 14px;
    }
    .btn-rounded {
        white-space: nowrap;
        font-size: 14px;
    }
    .section-title {
        font-size: 30px;
    }
    .navbar-brand img {
        height: 48px;
    }
    .hero-label {
        width: 80%;
    }
    .big-news .section-title {
        width: 70%;
    }
    .news-card .card-title {
        font-size: 20px;
    }
    .contact-section .section-title {
        font-size: 50px;
    }
    .footer-top-nav {
        flex-direction: column;
    }
    .subscribe-form {
        width: 80%;
    }
}

/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-label {
        width: 90%;
    }
    .big-news .section-title {
        width: 60%;
    }
    .footer-top-nav {
        flex-direction: column;
    }
    .subscribe-form {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .section {
        padding: 40px 16px;
    }
    .section-title {
        font-size: 20px !important;
    }
    .subtitle {
        font-size: 10px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .roundLabel {
        font-size: 10px;
        font-weight: 500;
    }
    .navbar {
        height: 50px;
    }
    .navbar-brand img {
        height: 33px;
    }
    .navbar-collapse .navbar-nav {
        height: auto;
    }
    .lead {
        font-size: 14px;
    }
    #heroSlider .carousel-item {
        height: 100vh;
    }
    #heroSlider h2 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
    }
    #heroSlider .subtitle {
        text-align: center;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    #heroSlider .carousel-item .container {
        height: 100%;
        padding-top: 2em;
        align-content: center;
    }
    #heroSlider .carousel-item .btn {
        font-size: 14px;
        width: 100%;
    }
    #heroSlider .carousel-indicators {
        display: none;
    }
    #heroSLider .hero-controls {
        display: none;
    }
    .hero-controls {
        display: none;
    }
    .hero-label {
        flex-direction: column;
        bottom: 5em;
        width: 100%;
        gap: 1em;
        align-items: start;
    }
    .hero-label .label-group {
        flex-wrap: wrap;
    }
    .about-section {
        overflow: hidden;
        position: relative;
    }
    .about-section .bgYellowDots {
        width: 120%;
        margin-left: -33px;
        margin-top: 80px;
        margin-bottom: 25px;
    }
    .about-section .subtitle {
        position: absolute;
        top: 40px;
        left: 0;
        padding: 0 24px;
        width: 100%;
    }
    .about-section .section-title {
        position: absolute;
        top: 60px;
        left: 0;
        padding: 0 24px;
        width: 100%;
    }
    .bgYellowDots img {
        padding: 24px;
    }
    .bgYellowDots::before {
        background-size: 50%;
    }
    .about-hero h2 {
        font-size: 18px;
    }
    .discovery-step {
        flex-direction: column;
        gap: 1em;
    }
    .step-number {
        display: none;
    }
    #bigNews {
        padding-left: 24px;
        padding-right: 24px;
    }
    .big-news {
        height: 100%;
    }
    .big-news .section-title {
        width: 100%;
    }
    .card-text-line {
        padding-left: 15px;
    }
    .card-text-line::before {
        left: 0;
        background-color: var(--yellow-color);
    }
    .hero-controls {
        bottom: 2rem;
    }
    .carousel-indicators {
        bottom: 1rem;
    }
    .project-bar-section {
        display: none;
    }
    #gallerySection .row {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    #gallerySection {
        padding-left: 24px;
        padding-right: 24px;
    }
    .gallery-card {
        background: transparent;
    }
    .gallery-card h2 {
        font-size: 20px;
    }
    .gallery .col-12 {
        height: auto;
    }
    .gallery-card .card-body {
        position: relative;
        opacity: 1;
        background: transparent;
        padding-left: 0;
        padding-right: 0;
    }
    .newsCategory {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .newsCategory.sticky-top {
        top: 50px;
    }
    .news-hero h2 {
        font-size: 18px;
    }
    .news-card-big .ratio-16x9 {
        --bs-aspect-ratio: 100%;
    }
    .news-card-big h2 {
        font-size: 20px;
        font-weight: 400;
        width: 100%;
    }
    .news-card .card-title {
        margin-bottom: 10px;
    }
    .project-header {
        flex-direction: column;
    }
    .project-header .thumbImg {
        display: none;
    }
    .project-title h1 {
        color: var(--text-dark);
        font-size: 24px;
        font-weight: 400;
    }
    .project-title p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
    .project-meta {
        flex-direction: column;
    }
    .project-meta .shareBtn {
        margin-left: 0 !important;
    }
    .team-section .section-title {
        text-align: center;
    }
    .team-section p {
        text-align: center;
        width: 100%;
    }
    .team-section .btn-rounded {
        width: 100%;
    }
    .team-section {
        position: relative;
        padding-bottom: 100px;
    }
    .team-section .btn-arrow {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: center;
        padding: 50px 24px;
    }
    .team-member-card .leading p {
        text-align: left;
    }
    .team-member-card .ratio-3x4 {
        aspect-ratio: 1;
    }
    .work-section {
        background-image: none;
    }
    #workCarousel .carousel-indicators {
        display: flex;
        position: relative;
        bottom: 0;
        margin-top: 2em;
    }
    #workCarousel .carousel-indicators [data-bs-target] {
        background-color: var(--gold-color);
        opacity: 0.3;
    }
    #workCarousel .carousel-indicators .active {
        opacity: 1;
    }
    .services-hero h2 {
        font-size: 18px;
    }
    .vision-section img {
        width: 30px;
    }
    .vision-section::before {
        display: none;
    }
    .vision-section .btn-arrow {
        padding: 24px;
    }
    .vision-features {
        flex-direction: row;
        overflow-x: auto;
        gap: 2em;
    }
    .vision-features .row {
        width: 100%;
    }
    .vision-features .vision-item {
        flex-direction: column;
        align-items: start;
    }
    .vision-features .vision-item {
        width: 300px;
    }
    .vision-title {
        font-size: 18px;
    }
    .project-swiper {
        width: 100%;
    }
    .share-links .btn-share {
        width: 32px;
        height: 32px;
    }
    .share-links .btn-share i {
        font-size: 14px;
    }
    .post-title {
        font-size: 24px;
        font-weight: 400;
    }
    .contact-section {
        background-image: none;
    }
    .contact-section .section-title {
        font-size: 42px;
    }
    .contact-section.bg-yellow-light {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .contact-form h4 {
        font-size: 24px;
    }
    .contact-form {
        padding: 20px !important;
    }
    .footer-top-nav {
        flex-direction: column;
        align-items: start;
    }
    .footer-top-nav nav {
        flex-direction: column;
        gap: 1em;
        align-items: start;
        width: 100%;
        display: none;
    }
    .footer-top-nav .contact-info {
        flex-direction: column;
        gap: 2em;
        align-items: start;
        width: 100%;
    }
    .footer-logo-col .navbar-brand img {
        height: 50px;
    }
    .subscribe-form {
        width: 100%;
    }
    .subscribe-form a {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-main-heading {
        font-size: 14px;
    }
    .footer h5 {
        font-size: 18px;
    }
    #footerMainItem {
        grid-template-columns: 1fr;
    }
    .footer-wave {
        padding: 3em 1em;
    }
    .footer .copyright {
        padding: 1em;
    }
}
