/* fonts */
@font-face {
    font-family: "serenity-thin";
    src: url("../fonts/fonnts.com-Serenity_Thin.otf");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "serenity-light";
    src: url("../fonts/fonnts.com-Serenity_Light.otf");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "serenity-extra-light";
    src: url("../fonts/fonnts.com-Serenity_Extra_Light.otf");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "serenity-medium";
    src: url("../fonts/fonnts.com-Serenity_Medium.otf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "serenity-demi-bold";
    src: url("../fonts/fonnts.com-Serenity_Demi_Bold.otf");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "warnock-pro";
    src: url("../fonts/fonnts.com-Warnock-Pro-.otf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Header Styling */
.theme-six-header {
    position: relative;
    z-index: 10000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.logo-container {
    position: absolute;
    top: 0px;
    left: 13%;
    transform: translateX(-50%);
    z-index: 1000;
    border: none;
    outline: none;
    box-shadow: none;
}

.top-logo {
    width: 438px;
    height: 154px;
    display: block;
    position: relative;
    top: 0px;
    opacity: 1;
    transform: rotate(0deg);
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

/* Navigation shadow line */
.theme-six-header .navbar {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-description {
    font-family: "serenity-extra-light";
}

.nav-items {
    font-weight: 700;
    font-style: bold;
    line-height: 22.5px;
    letter-spacing: 1px;
    color: #1eabc0;
    font-size: 14px;
}
.social-logos {
    display: flex;
    gap: 10px;
}

/* Mobile Responsive Styles */
@media (max-width: 991.98px) {
    .theme-six-header .navbar {
        margin-left: 0 !important;
        padding: 0 15px;
        position: relative;
        z-index: 10000 !important;
    }

    .theme-six-header .navbar-nav {
        flex-direction: column !important;
        width: 100%;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin-top: 10px;
        padding: 10px 0;
        position: relative;
        z-index: 10001 !important;
    }

    .theme-six-header .nav-item {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
    }

    .theme-six-header .nav-item:last-child {
        border-bottom: none;
    }

    .theme-six-header .nav-link {
        padding: 12px 20px !important;
        display: block;
        width: 100%;
    }

    .theme-six-header .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .logo-container {
        left: 15px !important;
        transform: none !important;
    }

    .top-logo {
        width: 200px !important;
        height: auto !important;
    }
}

@media (max-width: 576px) {
    .top-logo {
        width: 150px !important;
    }

    .theme-six-header .navbar {
        height: 60px !important;
    }
}

/* .hero-section{
        background: linear-gradient(to right, #73737300 0%, #97CC0285 52%, transparent 52%);
    } */
/* .hero-img{
        height: 570px;
        width: 1350px;
        object-fit: cover;

} */
/* Hero Slider Container */
.hero-slider-container {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.hero-slider {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.hero-slide-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    z-index: 20;
}

.hero-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.hero-content-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-slide {
    min-width: 100%;
    height: 100%;
    display: none;
}

.hero-slide.active {
    display: block;
}

.hero-section {
    height: 600px;
    width: 100%;
    background: url(../assets/user-front/images/hero-image.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-section-2 {
    height: 600px;
    width: 100%;
    background: url(../assets/user-front/images/hero-img-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* ADD THE CODE FROM HERE */
@media (max-width: 767px) {
    .hero-section-2 {
        padding-left: 0px !important;
    }
    .grid-sodwana {
        padding: 10px !important;
    }
    .sodwana-yellow {
        width: 100%;
        padding-inline: 0px !important;
    }
    .mobile-res {
        width: 100% !important;
    }
    .block-stack-xs-sodwana h6 {
        text-align: center;
        font-size: 13px !important;
    }
    .block-stack-xs-sodwana h1 {
        text-align: center;
        font-size: 22px !important;
    }
    .block-stack-xs-sodwana h5 {
        text-align: center;
        width: 100% !important;
        font-size: 10px !important;
        padding-inline: 15px;
    }
    .block-stack-xs-sodwana-02 h6 {
        text-align: center;
        font-size: 13px !important;
    }
    .block-stack-xs-sodwana-02 h1 {
        text-align: center;
        font-size: 22px !important;
        margin-block: 10px !important;
    }
    .block-stack-xs-sodwana-02 h5 {
        text-align: center;
        width: 100% !important;
        font-size: 10px !important;
        padding-inline: 20px;
        margin-bottom: 10px !important;
    }
    .second-btn-11-sodwana-02 .btn-outline-secondary {
        padding-block: 3px !important;
        margin-top: 10px !important;
    }
    .second-btn-11-sodwana-02 {
        justify-content: center !important;
    }
    .second-btn-11-sodwana {
        justify-content: center !important;
    }
    .block-stack-xs-sodwana {
        gap: 7px !important;
    }
    .second-btn-11-sodwana .btn-outline-secondary {
        padding-block: 3px !important;
        margin-top: 10px !important;
    }
    .grid-sodwana {
        margin-top: 60px !important;
    }
    .mt-sodwana {
        width: 100% !important;
        padding-inline: 20px !important;
        margin-top: 30px !important;
    }
    .sodwana-yellow {
        margin-top: 150px !important;
        height: 250px !important;
        padding-inline: 20px !important;
    }
    .sodwana-yellow h1 {
        font-size: 20px !important;
    }
    .lion-caption h1 {
        padding-right: 60px !important;
        font-size: 14px !important;
    }
    .lion-sodwana {
        height: 400px !important;
    }
    .whale-sodwana {
        height: 400px !important;
    }
    .flex-box {
        padding: 0px !important;
        padding-inline: 30px !important;
        padding-top: 30px !important;
        gap: 25px;
    }
    .grid-13-pd {
        padding-inline: 15px !important;
    }
    .conic-gradient-sodwana {
        height: 1820px !important;
    }
    .last-p {
        font-size: 10px !important;
        margin-bottom: 2px !important;
    }
    .p-13-last {
        font-size: 10px !important;
        margin-bottom: 15px !important;
    }
    .style-h1-13-last h1 {
        font-size: 9px !important;
        margin-bottom: 2px !important;
    }
    .padding-last-sec {
        gap: 2px !important;
    }
    .second-btn-13 .btn-outline-secondary {
        padding-block: 1px !important;
        padding-inline: 10px !important;
    }
    .block-stack-xs-sodwana-012 h1 {
        font-size: 18px !important;
    }
    .col-flex {
        width: 200% !important;
    }
    .para {
        justify-content: center !important;
    }
    .block-stack-xs-sodwana-012 h5 {
        width: 100% !important;
    }
    .destination-section {
        padding: 0% !important;
        padding-top: 55px !important;
    }
    .contact-map-section {
        padding: 0% !important;
        padding-top: 55px !important;
    }
    .cta-section {
        padding: 0% !important;
        padding-bottom: 55px !important;
    }
}
/* TO HERE */
.hero-section h1 {
    color: white;
    text-align: center;
    font-weight: 300;
}
.hero-section i {
    font-weight: 600;
}
.block-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
.block-stack-sodwana {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.block-stack-sodwana h4 {
    font-family: "serenity-light";
    font-weight: 300;
    color: #105249;
    line-height: 20px;
}
.block-stack-sodwana h1 {
    font-family: "warnock-pro-semibold-italic";
    color: #105249;
    font-size: 46px;
    font-weight: 800;
    margin: 0%;
}
.button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.btn-outline-secondary {
    color: white;
    border-color: white;
    border-radius: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.second-btn .btn-primary {
    color: #255e49;
    background-color: #f7c23d;
    border-color: #f7c23d;
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.second-btn .btn-primary:hover {
    background-color: #f8d147;
    border-color: #f8d147;
    color: #255e49;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(247, 194, 61, 0.4);
}
.third-section-padding {
    margin: auto;
}
.grid-parent {
    margin-top: 75px;
    display: flex;
    justify-content: center;
}
.grid-child {
    width: 71%;
}
.p-8 h1 {
    font-weight: 300;
    font-size: 34px;
}
.p-8 i {
    font-weight: 600;
    color: #105249;
}
.block-stack-2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.block-stack-2 h6 {
    font-family: "serenity-light";
    font-size: 12px;
    font-weight: 300;
    color: #07606d;
}
.block-stack-2 h1 {
    font-family: "serenity-extra-light";
    font-weight: 200 !important;
    font-size: 38px;
    line-height: 29px;
    color: #105249;
}
.block-stack-2 i {
    font-family: "warnock-pro-semibold-italic";
}
.block-stack-3 h6 {
    font-size: 10px;
    color: #92b9bf;
}
.block-stack-3 h1 {
    font-weight: 200;
    font-size: 25px;
}
.block-stack-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.solid {
    border: 1px solid black;
    margin-top: 50px;
}
.second-btn-2 .btn-primary {
    color: #255e49;
    margin-top: 25px;
    width: 150px;
    background-color: #f7c23d;
    border-color: #f7c23d;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 700;
    font-size: 11px;
}
.init {
    width: 70%;
}
.s-8 {
    display: flex;
    justify-content: right;
    align-items: center;
}
.text {
    /* font-size: 10px;*/
    line-height: 0%;
    letter-spacing: 0px;
    /*color: #92b9bf;
        font-weight: 500;  */
    font-size: 18px;
    font-weight: 300;
    color: #07606d;
}
.card-01 {
    background-image: url(../assets/user-front/images/card-slider-img1.jpg);
    background-size: cover;
    background-position: 320px;
    border-radius: 20px;
    width: 300px !important;
    height: 636px !important;
}
.card-02 {
    background-image: url(../assets/user-front/images/card-slider-img2.png);
    background-size: cover;
    background-position: center 0px;
    border-radius: 20px;
    width: 300px !important;
    height: 636px !important;
}
.card-03 {
    background-image: url(../assets/user-front/images/card-slider-img3.png);
    background-size: cover;
    background-position: center 0px;
    border-radius: 20px;
    width: 300px !important;
    height: 636px !important;
}
.card-04 {
    background-image: url(../assets/user-front/images/card-slider-img4.jpg);
    background-size: cover;
    background-position: center 0px;
    border-radius: 20px;
    width: 300px !important;
    height: 636px !important;
}
.card-05 {
    background-image: url(../assets/user-front/images/card-slider-img5.jpg);
    background-size: cover;
    background-position: center 0px;
    border-radius: 20px;
    width: 300px !important;
    height: 636px !important;
}
.card-txt-1 {
    color: white;
    font-weight: 600;
    font-size: 22px;
}
.card-block-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.card-body {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.card-txt-2 {
    color: white;
    line-height: 16px;
    font-size: 12px;
}
.second-btn-5 .btn-outline-secondary {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
}
.second-btn-11 .btn-outline-secondary {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    color: #105249;
    border: 1px solid #105249;
    font-weight: 600;
}
.second-btn-11-sodwana .btn-outline-secondary {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    color: #105249;
    border: 1px solid #105249;
    font-weight: 600;
    margin-top: 20px;
}
.second-btn-11-sodwana-02 .btn-outline-secondary {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    color: #105249;
    border: 1px solid #105249;
    font-weight: 600;
    margin-top: 20px;
    margin-top: 58px;
}
.mt-container {
    margin: 90px 2% 0 2%;
    position: relative;
}

/* Carousel Arrow Styles */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background: #105249;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.carousel-arrow:hover {
    background: #0d4238;
    transform: translateY(-50%) scale(1.1);
}

.carousel-arrow-left {
    left: -30px;
}

.carousel-arrow-right {
    right: -30px;
}

/* Hero Carousel Arrows */
.hero-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background: #f7c23d;
    border: none;
    color: #2c3e50;
    font-size: 16px;
    cursor: pointer;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 1;
}

.hero-carousel-arrow:hover {
    background: #f8d147;
    transform: translateY(-50%) scale(1.1);
}

.hero-carousel-arrow-left {
    left: 52px;
}

.hero-carousel-arrow-right {
    right: 52px;
}

/* Hero Carousel Indicators */
.hero-carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.hero-indicator {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: transparent;
    border: 2px solid #f69b33;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
    transform: rotate(0deg);
}

.hero-indicator.active {
    background: #f69b33;
    border: 2px solid #f69b33;
    transform: scale(1.2);
}

.hero-indicator:hover {
    background: rgba(246, 155, 51, 0.3);
    border: 2px solid #f69b33;
}

/* Responsive Hero Slider Styles */
@media (max-width: 1200px) {
    .hero-carousel-arrow-left {
        left: 20px;
    }

    .hero-carousel-arrow-right {
        right: 20px;
    }
}

@media (max-width: 992px) {
    .hero-slider-container {
        height: 500px;
    }

    .hero-section {
        height: 500px;
    }

    .hero-section-2 {
        height: 500px;
    }

    .hero-slide-image {
        width: 20%;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-carousel-arrow {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .hero-carousel-arrow-left {
        left: 15px;
    }

    .hero-carousel-arrow-right {
        right: 15px;
    }
}

@media (max-width: 768px) {
    .hero-slider-container {
        height: 450px;
    }

    .hero-section {
        height: 450px;
    }

    .hero-section-2 {
        height: 450px;
    }

    .hero-slide-image {
        width: 25%;
    }

    .hero-section h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .block-stack {
        gap: 15px;
    }

    .button-group {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .button-group .btn {
        width: 200px;
        font-size: 0.9rem;
    }

    .second-btn .btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .hero-carousel-arrow {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .hero-carousel-arrow-left {
        left: 10px;
    }

    .hero-carousel-arrow-right {
        right: 10px;
    }

    .hero-carousel-indicators {
        bottom: 15px;
        gap: 10px;
    }

    .hero-indicator {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        border: 2px solid #f69b33;
    }
}

@media (max-width: 576px) {
    .hero-slider-container {
        height: 400px;
    }

    .hero-section {
        height: 400px;
    }

    .hero-section-2 {
        height: 400px;
    }

    .hero-slide-image {
        width: 30%;
    }

    .hero-section h1 {
        font-size: 1.5rem;
        line-height: 1.1;
    }

    .block-stack {
        gap: 12px;
        padding: 0 20px;
    }

    .button-group .btn {
        width: 180px;
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .second-btn .btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .second-btn .btn img {
        width: 20px !important;
        height: 20px !important;
        margin-left: 5px !important;
    }

    .hero-carousel-arrow {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .hero-carousel-arrow-left {
        left: 5px;
    }

    .hero-carousel-arrow-right {
        right: 5px;
    }

    .hero-carousel-indicators {
        bottom: 10px;
        gap: 8px;
    }

    .hero-indicator {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        border: 1.5px solid #f69b33;
    }
}

@media (max-width: 400px) {
    .hero-slider-container {
        height: 350px;
    }

    .hero-section {
        height: 350px;
    }

    .hero-section-2 {
        height: 350px;
    }

    .hero-slide-image {
        width: 35%;
    }

    .hero-section h1 {
        font-size: 1.3rem;
    }

    .block-stack {
        padding: 0 15px;
    }

    .button-group .btn {
        width: 160px;
        font-size: 0.75rem;
    }

    .second-btn .btn {
        font-size: 0.75rem;
    }

    .hero-carousel-arrow {
        width: 26px;
        height: 26px;
        font-size: 10px;
    }

    .hero-carousel-arrow-left {
        left: 3px;
    }

    .hero-carousel-arrow-right {
        right: 3px;
    }
}

/* Full Width Slider Styles */
.full-width-slider-container {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: visible;
}

.full-width-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    overflow: hidden;
}

.full-width-slide-image {
    position: absolute;
    top: -300px;
    right: 0;
    width: 10%;
    height: calc(100% + 300px);
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.full-width-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.full-width-slider {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.full-width-slide {
    min-width: 100%;
    height: 100%;
    display: none;
}

.full-width-slide.active {
    display: block;
}

.full-width-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Full Width Carousel Arrows */
.full-width-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background: #f7c23d;
    border: none;
    color: #2c3e50;
    font-size: 16px;
    cursor: pointer;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 1;
}

.full-width-carousel-arrow:hover {
    background: #f8d147;
    transform: translateY(-50%) scale(1.1);
}

.full-width-carousel-arrow-left {
    left: 52px;
}

.full-width-carousel-arrow-right {
    right: 52px;
}

/* Full Width Carousel Indicators */
.full-width-carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.full-width-indicator {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: transparent;
    border: 2px solid #f69b33;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
    transform: rotate(0deg);
}

.full-width-indicator.active {
    background: #f69b33;
    border: 2px solid #f69b33;
    transform: scale(1.2);
}

.full-width-indicator:hover {
    background: rgba(246, 155, 51, 0.3);
    border: 2px solid #f69b33;
}

/* Responsive Full Width Slider */
@media (max-width: 1200px) {
    .full-width-carousel-arrow-left {
        left: 20px;
    }

    .full-width-carousel-arrow-right {
        right: 20px;
    }
}

@media (max-width: 992px) {
    .full-width-slider-container {
        height: 400px;
    }

    .full-width-slide-image {
        width: 12%;
        top: -250px;
        height: calc(100% + 250px);
        padding: 15px;
    }

    .full-width-carousel-arrow {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .full-width-carousel-arrow-left {
        left: 15px;
    }

    .full-width-carousel-arrow-right {
        right: 15px;
    }
}

@media (max-width: 768px) {
    .full-width-slider-container {
        height: 350px;
    }

    .full-width-slide-image {
        width: 15%;
        top: -200px;
        height: calc(100% + 200px);
        padding: 10px;
    }

    .full-width-carousel-arrow {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .full-width-carousel-arrow-left {
        left: 10px;
    }

    .full-width-carousel-arrow-right {
        right: 10px;
    }

    .full-width-carousel-indicators {
        bottom: 15px;
        gap: 10px;
    }

    .full-width-indicator {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        border: 2px solid #f69b33;
    }
}

@media (max-width: 576px) {
    .full-width-slider-container {
        height: 300px;
    }

    .full-width-carousel-arrow {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .full-width-carousel-arrow-left {
        left: 5px;
    }

    .full-width-carousel-arrow-right {
        right: 5px;
    }

    .full-width-carousel-indicators {
        bottom: 10px;
        gap: 8px;
    }

    .full-width-indicator {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        border: 1.5px solid #f69b33;
    }
}

@media (max-width: 400px) {
    .full-width-slider-container {
        height: 250px;
    }

    .full-width-carousel-arrow {
        width: 26px;
        height: 26px;
        font-size: 10px;
    }

    .full-width-carousel-arrow-left {
        left: 3px;
    }

    .full-width-carousel-arrow-right {
        right: 3px;
    }
}

/* ===== NAVBAR NAVIGATION STYLES ===== */
.navbar-nav .nav-item {
    /*margin-right: 3px;*/
    text-transform: uppercase;
}

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

/* ===== COMPREHENSIVE RESPONSIVE STYLES FOR ALL SECTIONS ===== */

/* Header Responsive Styles */
@media (max-width: 1200px) {
    .top-logo {
        width: 350px;
        height: 123px;
    }
}

@media (max-width: 992px) {
    .top-logo {
        width: 300px;
        height: 105px;
    }

    .navbar {
        padding-left: 20% !important;
    }
}

@media (max-width: 768px) {
    .top-logo {
        width: 250px;
        height: 88px;
    }

    .navbar {
        padding-left: 10% !important;
        height: 60px !important;
    }

    .navbar-nav {
        flex-direction: column;
        gap: 5px;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .nav-link {
        padding: 5px 10px;
    }
}

@media (max-width: 576px) {
    .top-logo {
        width: 200px;
        height: 70px;
    }

    .navbar {
        padding-left: 5% !important;
        height: 50px !important;
    }

    .nav-link {
        padding: 3px 8px;
    }
}

/* Grid Sections Responsive */
@media (max-width: 992px) {
    .grid-parent {
        padding: 20px;
    }

    .grid-child .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .grid-child .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .block-stack-2 h1 {
        line-height: 1.3;
    }

    .block-stack-3 h1 {
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .grid-parent {
        padding: 15px;
    }

    .block-stack-2 h1 {
        line-height: 1.2;
    }

    .block-stack-3 h1 {
        line-height: 1.2;
    }

    .second-btn-2 .btn {
        padding: 8px 16px;
    }

    .second-btn-2 .btn img {
        width: 20px !important;
        height: 20px !important;
        margin-left: 5px !important;
    }
}

@media (max-width: 576px) {
    .grid-parent {
        padding: 10px;
    }

    .block-stack-2 h1,
    .block-stack-3 h1 {
        line-height: 1.1;
    }

    .second-btn-2 .btn {
        padding: 6px 12px;
    }

    .second-btn-2 .btn img {
        width: 18px !important;
        height: 18px !important;
        margin-left: 3px !important;
    }

    .init .text {
        line-height: 1.4;
    }
}

/* 5th Section Cards Responsive */
@media (max-width: 1200px) {
    .mt-container {
        padding: 0 20px;
    }

    .card {
        width: 12rem !important;
    }
}

@media (max-width: 992px) {
    .mt-container {
        padding: 0 15px;
    }

    .card {
        width: 11rem !important;
        height: 60vh !important;
    }

    .carousel-arrow {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .carousel-arrow-left {
        left: -20px;
    }

    .carousel-arrow-right {
        right: -20px;
    }
}

@media (max-width: 768px) {
    .mt-container {
        padding: 0 10px;
    }

    .card {
        width: 10rem !important;
        height: 50vh !important;
    }

    .card-txt-2 {
        line-height: 1.3;
    }

    .second-btn-5 .btn {
        padding: 6px 12px;
    }

    .carousel-arrow {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .carousel-arrow-left {
        left: -15px;
    }

    .carousel-arrow-right {
        right: -15px;
    }
}

@media (max-width: 576px) {
    .mt-container {
        padding: 0 5px;
    }

    .card {
        width: 9rem !important;
        height: 45vh !important;
    }

    .card-txt-2 {
        line-height: 1.2;
    }

    .second-btn-5 .btn {
        padding: 4px 8px;
    }

    .carousel-arrow {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }

    .carousel-arrow-left {
        left: -10px;
    }

    .carousel-arrow-right {
        right: -10px;
    }
}

/* Button Groups Responsive */
@media (max-width: 768px) {
    .button-group {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .button-group .btn {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 576px) {
    .button-group .btn {
        max-width: 200px;
    }
}

/* Social Icons Responsive */
@media (max-width: 768px) {
    .social-logos {
        gap: 10px;
    }

    .social-logos img {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 576px) {
    .social-logos {
        gap: 8px;
    }

    .social-logos img {
        width: 16px;
        height: 16px;
    }
}

/* General Typography Responsive - Line Height Only */
@media (max-width: 768px) {
    h1 {
        line-height: 1.2;
    }

    p,
    span {
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    h1 {
        line-height: 1.1;
    }

    p,
    span {
        line-height: 1.3;
    }
}

/* Container and Spacing Responsive */
@media (max-width: 1200px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-8 {
        padding: 15px !important;
    }
}

@media (max-width: 576px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .p-8 {
        padding: 10px !important;
    }
}

/* Image Responsive */
@media (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .col-4 img {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .col-4 img {
        max-width: 150px;
    }
}

/* HR and Dividers Responsive */
@media (max-width: 768px) {
    .solid {
        margin: 20px 0;
    }
}

@media (max-width: 576px) {
    .solid {
        margin: 15px 0;
    }
}
.block-stack-6 h1 {
    color: #07606d;
    font-weight: 200;
    font-size: 25px;
}
.block-stack-6 h6 {
    color: #07606d;
    font-weight: 200;
}
.grid-styling {
    margin: 0%;
    max-width: 100vw;
    display: flex;
    justify-content: center;
    margin-top: 65px;
}
.grid-child-styling {
    width: 87vw;
}
.bg-img h1 {
    color: white;
    position: relative;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}
.bg-img:hover h1 {
    opacity: 0;
}
.on-hover-action:hover h1 {
    opacity: 1;
}
.on-hover-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
}
.bg-img:hover .on-hover-action {
    opacity: 1;
}
.on-hover-action {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.on-hover-action h1 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 10px;
    opacity: 1; /* Ensure h1 in on-hover-action stays visible */
}

.card-txt-2 {
    color: white;
    font-size: 1rem;
    margin-bottom: 10px;
}

.second-btn .btn {
    border: none;
}

.bg-img {
    display: flex;
    align-items: flex-end;
    padding: 28px !important;
    height: 271px;
    border-radius: 20px;
    border: 1px solid #105249 !important;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay color */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.bg-img:hover::before {
    opacity: 1; /* Show overlay on hover */
}
.bg-img-card-1 {
    background-image: url(../assets/user-front/images/grid-card-1.jpg);
}
.bg-img-card-2 {
    background-image: url(../assets/user-front/images/grid-card-2.jpg);
}
.bg-img-card-3 {
    background-image: url(../assets/user-front/images/grid-card-3.jpg);
}
.bg-img-card-4 {
    background-image: url(../assets/user-front/images/grid-card-4.jpg);
}
.bg-img-card-5 {
    background-image: url(../assets/user-front/images/grid-card-5.jpg);
}
.bg-img-card-6 {
    background-image: url(../assets/user-front/images/grid-card-6.jpg);
}
.bg-img-card-7 {
    background-image: url(../assets/user-front/images/grid-card-7.png);
}
.bg-img-card-8 {
    background-image: url(../assets/user-front/images/grid-card-8.jpg);
}
.bg-img-card-9 {
    background-image: url(../assets/user-front/images/grid-card-9.jpg);
}
.text-xs {
    width: 100%;
    color: #07606d;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px !important;
}
.block-stack-xs .l-xs {
    font-weight: 300;
    color: #07606d;
    font-size: 22px;
}
.bg-xs {
    background-image: url(../assets/user-front/images/bg-xs.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    height: 40vh;
}
.maphelane-txt {
    color: white;
}
.grid-09 {
    margin-top: 30px;
}
.alignment-09 {
    margin-top: 40px;
}
.second-btn .btn-primary {
    margin: 0%;
}
.section-container-10 {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 200px;
    padding-right: 200px;
    margin-top: 80px;
    min-height: 75vh;
    background: conic-gradient(
        #f7c23d,
        #8fc34d,
        #1eabc0,
        #f69b33,
        #c7bd5a,
        #f7c23d
    );
}
.section-container-12 {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 200px;
    padding-right: 200px;
    /* min-height: 75vh; */
    background: conic-gradient(
        #f7c23d,
        #8fc34d,
        #1eabc0,
        #f69b33,
        #c7bd5a,
        #f7c23d
    );
}
.block-stack-10 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.block-stack-10 h1 {
    color: white;
    font-weight: 300;
    font-size: 25px;
}
.block-stack-10 i {
    color: white;
    font-weight: 600;
}
.block-stack-10 h6 {
    color: white;
    font-weight: 300;
    font-size: 14px;
}
.grid-10 {
    background: #ffffff; /* White background for columns */
    padding: 15px; /* Padding for content */
    border-radius: 8px; /* Rounded corners */
}
.parent-11 {
    display: flex;
    justify-content: start;
    padding-left: 220px;
    padding-right: 170px;
    margin-top: 60px;
}
.block-stack-11 i {
    font-weight: 600;
}
.block-stack-11 h1 {
    font-weight: 300;
    font-size: 26px;
}
.block-stack-11 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.block-stack-11 h6 {
    font-weight: 300;
    font-size: 12px;
}
.block-stack-11 p {
    font-weight: 300;
    font-size: 12px;
    color: #444444;
}
.divider-11 h4 {
    font-size: 11px;
    font-weight: 700;
}
.div-11 {
    padding-left: 220px;
    padding-right: 170px;
    margin-top: 0px;
    margin-bottom: 60px;
}
.div-11 .solid {
    margin-top: 0%;
}
.cta-section-12 {
    margin-top: 70px;
    background-color: #f7c23d;
    padding: 60px;
}
.flex-11 {
    display: flex;
    gap: 60px;
}
.flex-child-11-2 {
    display: flex;
    gap: 4px;
}
.flex-child-11-2 {
    display: flex;
    flex-direction: column;
}
.location-flex {
    display: flex;
    gap: 3px;
}
.pd-11 {
    padding-left: 220px;
    margin: 0%;
}
.st-11 h3 {
    font-size: 22px;
    font-weight: 400;
    color: #105249;
    margin: 0%;
    margin-top: 30px;
}
.st-11 h1 {
    font-size: 24px;
    text-align: center;
}
.location-flex h4 {
    font-size: 10px;
}
.style-h1-11 h1 {
    font-size: 24px;
    font-weight: 400;
    color: #105249;
}
.style-h1-11 i {
    font-weight: 600;
}
.p-11 {
    font-size: 12px;
    width: 60%;
    color: #07606d;
    margin: 0%;
    margin-bottom: 10px;
}
.bg-img-11 {
    display: flex;
    align-items: flex-end;
    padding: 28px !important;
    height: 190px;
    border-radius: 20px;
    border: 1px solid #105249 !important;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.bg-img-card-11-1 {
    background-image: url(../assets/user-front/images/card-11-1.png);
}
.bg-img-card-11-2 {
    background-image: url(../assets/user-front/images/card-11-2.png);
}
.bg-img-card-11-3 {
    background-image: url(../assets/user-front/images/card-11-3.png);
}
.bg-img-card-11-4 {
    background-image: url(../assets/user-front/images/card-11-4.png);
}
.parent-flex-11 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.text-13 {
    font-size: 11px;
    line-height: 17px;
    margin: 0px;
    color: #105249;
}
.grid-13-pd {
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
}
.card-13 {
    background-image: url(../assets/user-front/images/ocean.png);
    display: flex;
    align-items: flex-end;
    padding: 28px !important;
    height: 190px;
    border-radius: 20px;
    border: 1px solid #105249 !important;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.card-13-last {
    background-image: url(../assets/user-front/images/c1.jpg);
    display: flex;
    align-items: flex-end;
    padding: 28px !important;
    height: 190px;
    border-radius: 20px;
    border: 1px solid #105249 !important;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.card-14 {
    background-image: url(../assets/user-front/images/ship.png);
    display: flex;
    align-items: flex-end;
    padding: 28px !important;
    height: 190px;
    border-radius: 20px;
    border: 1px solid #105249 !important;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.card-14-last {
    background-image: url(../assets/user-front/images/c2.jpg);
    display: flex;
    align-items: flex-end;
    padding: 28px !important;
    height: 190px;
    border-radius: 20px;
    border: 1px solid #105249 !important;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.card-15 {
    background-image: url(../assets/user-front/images/forest.png);
    display: flex;
    align-items: flex-end;
    padding: 28px !important;
    height: 190px;
    border-radius: 20px;
    border: 1px solid #105249 !important;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.card-15-last {
    background-image: url(../assets/user-front/images/c3.jpg);
    display: flex;
    align-items: flex-end;
    padding: 28px !important;
    height: 190px;
    border-radius: 20px;
    border: 1px solid #105249 !important;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.p-13 {
    font-size: 12px;
    color: #07606d;
    margin: 0%;
    margin-bottom: 10px;
}
.style-h1-13 h1 {
    font-size: 24px;
    font-weight: 300;
    color: #105249;
}
.style-h1-13 i {
    font-weight: 600;
}
.location-flex-13 h4 {
    font-size: 12px;
    font-weight: 300;
    color: #105249;
}
.second-btn-13 .btn-outline-secondary {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    color: #105249;
    border: 1px solid #105249;
    font-weight: 600;
    margin-top: 10px;
}
.flex-child-13-2 {
    display: flex;
    gap: 4px;
}
.flex-child-13-2 {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    padding-left: 15px;
}
.flex-child-13-2-last {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    padding-left: 15px;
    gap: 4px;
    height: 100%;
}
.flex-container {
    display: flex;
    gap: 10px;
}
.flex-container-2 {
    display: flex;
    gap: 10px;
}

.item1 {
    width: 322px;
    height: 303px;
    background-image: url(../assets/user-front/images/insta-img-1.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.item2 {
    background-image: url(../assets/user-front/images/insta-img-2.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    width: 322px;
    height: 303px;
    border-radius: 15px;
}
.item3 {
    height: 120px;
    width: 230px;
    background-image: url(../assets/user-front/images/insta-img-3.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.item4 {
    height: 195px;
    width: 230px;
    background-image: url(../assets/user-front/images/insta-img-4.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.item5 {
    height: 195px;
    width: 300px;
    background-image: url(../assets/user-front/images/insta-img-5.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.item6 {
    height: 245px;
    width: 200px;
    background-image: url(../assets/user-front/images/insta-img-8.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.item7 {
    height: 135px;
    width: 155px;
    background-image: url(../assets/user-front/images/insta-img-6.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.item8 {
    height: 135px;
    width: 155px;
    background-image: url(../assets/user-front/images/insta-img-7.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.item9 {
    height: 85px;
    width: 90px;
    background-image: url(../assets/user-front/images/insta-img-9.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.item10 {
    height: 85px;
    width: 90px;
    border-radius: 10px;
}
.flex-col-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.flex-col-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.parent-flex-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.inside-flex-col-1 {
    display: flex;
    gap: 10px;
}
.loop-inside-col-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.block-stack-xs-sodwana {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.block-stack-xs-sodwana h6 {
    font-family: "serenity-extra-light";
    font-size: 10px;
    color: #07606d;
}
.block-stack-xs-sodwana h1 {
    font-family: "serenity-extra-light";
    color: #07606d;
    line-height: 23px;
    font-size: 28px;
}
.block-stack-xs-sodwana i {
    font-family: "warnock-pro-semibold-italic";
}
.block-stack-xs-sodwana h5 {
    font-family: "serenity-extra-light";
    line-height: 15px;
    font-size: 13px;
    color: #07606d;
    width: 70%;
}
.block-stack-xs-sodwana-02 h5 {
    font-family: "serenity-extra-light";
    line-height: 15px;
    font-size: 13px;
    color: hsl(188, 88%, 23%);
    width: 85%;
    margin-bottom: 13px;
}
.block-stack-xs-sodwana-02 {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.block-stack-xs-sodwana-02 h6 {
    font-family: "serenity-extra-light";
    font-size: 10px;
    color: #07606d;
}
.block-stack-xs-sodwana-02 h1 {
    font-family: "serenity-extra-light";
    color: #07606d;
    line-height: 27px;
    font-size: 28px;
    margin-top: 28px;
    margin-bottom: 58px;
}
.block-stack-xs-sodwana-02 i {
    font-family: "warnock-pro-semibold-italic";
}
.grid-sodwana {
    width: 100%;
    padding-inline: 113px;
    margin-top: 130px;
}
.mt-sodwana {
    margin-top: 55px;
    padding: 0px;
}
.sodwana-yellow {
    height: 328px;
    background-color: #f7c23d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 220px;
    margin-top: 225px;
}
.sodwana-yellow h1 {
    font-family: "serenity-extra-light";
    font-size: 46px;
    color: #105249;
    line-height: 38px;
}
.sodwana-yellow i {
    font-family: "warnock-pro-semibold-italic";
}
.lion-sodwana {
    height: 660px;
    background-image: url(../assets/user-front/images/lion.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 150px;
}
.lion-caption {
    display: flex;
    justify-content: end;
}
.lion-caption h1 {
    text-align: right;
    padding-right: 245px;
    margin: 0%;
    margin-top: 7px;
    margin-bottom: 55px;
}
.whale-sodwana {
    height: 660px;
    background-image: url(../assets/user-front/images/whale.jpg);
    background-size: cover;
    background-position: center;
}
.conic-gradient-sodwana {
    height: 1200px;
    background: conic-gradient(#f7c23d, #1eabc0, #1eabc0, #8fc34d, #f7c23d);
}
.flex-box {
    display: flex;
    justify-content: space-between;
    padding-inline: 220px;
    padding-top: 55px;
}
.col-flex {
    display: flex;
    flex-direction: column;
    width: 56%;
}
.block-stack-xs-sodwana-012 h5 {
    font-family: "serenity-extra-light";
    line-height: 15px;
    font-size: 12px;
    color: hsl(188, 88%, 23%);
    margin-bottom: 13px;
    width: 64%;
    color: #fdfdfd;
    display: flex;
    align-items: center;
}
.block-stack-xs-sodwana-012 h6 {
    font-family: "serenity-extra-light";
    font-size: 10px;
    color: #fdfdfd;
}
.block-stack-xs-sodwana-012 h1 {
    font-family: "serenity-extra-light";
    color: #fdfdfd;
    line-height: 27px;
    font-size: 28px;
    margin-top: 12px;
    margin-bottom: 58px;
}
.block-stack-xs-sodwana-012 i {
    font-family: "warnock-pro-semibold-italic";
}
.para {
    display: flex;
    justify-content: end;
}
.padding-last-sec {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-inline: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.last-p {
    font-family: "serenity-extra-light";
    color: #aaaaaa;
    font-size: 15px;
}
.p-13-last {
    font-family: "serenity-extra-light";
    line-height: 17px;
    font-size: 16px;
    color: #444444;
    height: 50px;
}
.style-h1-13-last h1 {
    font-family: "serenity-medium";
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
}

.destination-text {
    font-family: "serentiy-extra-light";
    color: #07606d;
    font-size: 16px !important;
}

.social-logos {
    display: flex;
    gap: 10px;
}

/* Title styling */
.sodwana-text {
    font-size: 40px;
    font-weight: 700;
    color: #105249;
    font-family: "warnock-pro-semibold-italic";
}

.isimangaliso-text {
    font-size: 40px;
    font-weight: 400;
    color: #105249;
    font-family: "serentiy-extra-light";
}

.section-divider {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 15px 0 25px;
}

/* Buttons */
.btn-custom {
    border-radius: 30px;
    padding: 03px 20px;
    font-family: "serentiy-medium";
    text-transform: uppercase;
    font-weight: 100;
    color: #105249;
}

/* Contact titles */
.contact-title {
    font-size: 2rem;
    font-weight: 500;
    font-family: "serentiy-extra-light";
    color: #07606d;
}

.highlight {
    font-family: "warnock-pro-semibold-italic";
    color: #07606d;
}

/* Contact info */
.contact-info li {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #07606d;
}

.contact-info i {
    margin-right: 8px;
    color: #1eabc0;
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    font-size: 1.25rem;
    color: #07606d;
    font-family: "none";
}

.contact-info i {
    margin-right: 10px;
    /* space between icon and text */
    color: #07606d;
    /* theme color */
    width: 20px;
    /* keeps icons aligned in a straight column */
    text-align: center;
}

.destination-section {
    padding-inline: 230px;
}

.destination-text {
    width: 77%;
}

.section-divider {
    border: none;
    /* removes default HR style */
    height: 2px;
    /* thickness of line */
    background-color: #141618;
    /* dark bold color */
    margin: 30px 0;
    /* space above and below */
    border-radius: 2px;
    /* optional rounded edges */
}

.contact-map-section {
    padding-inline: 230px;
}

.img-fluid {
    height: 500px;
}

.leaflet-container {
    border-radius: 20px !important;
}

.d-flex {
    font-family: "serentiy-medium";
    color: #105249;
}
.destination-title {
    font-size: 10px !important;
}
/* Full Width Image Section */
.full-width-image-section {
    width: 100vw;
    margin: 90px 0;
    position: relative;
    overflow: hidden;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.full-width-image {
    width: 100%;
    height: 675px;
    position: relative;
    max-height: 500px;
    min-height: 300px;
}

.full-width-image img {
    width: 100%;
    height: 675px;
    object-fit: cover;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(44, 62, 80, 0.7) 0%,
        rgba(44, 62, 80, 0.3) 50%,
        transparent 100%
    );
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    height: 675px;
}

/* Call to Action Section */
.cta-section {
    background: white;
    padding: 60px 0 40px;
    position: relative;
}

.cta-title {
    font-family: "serentiy" !important;
    font-weight: 200;
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.2;
}

.cta-light {
    font-family: "Arial", sans-serif;
    font-weight: 300;
    color: #7f8c8d;
}

.cta-bold {
    font-family: "Georgia", serif;
    font-style: italic;
    font-weight: 600;
    color: #2c3e50;
}

.cta-button {
    background: #07606d;
    border: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cta-button:hover {
    background: #34495e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(247, 194, 61, 0.3);
}

.cta-button i {
    font-size: 0.9rem;
}

.cta-button-1 {
    background: #07606d;
    border: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cta-button-1:hover {
    background: #34495e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(247, 194, 61, 0.3);
}

.cta-button-1 i {
    font-size: 0.9rem;
}

/* Book Your Stay Button - Matching the design image */
.book-stay-button {
    background: #f7c23d;
    border: none;
    color: #2c3e50;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(247, 194, 61, 0.3);
}

.book-stay-button:hover {
    background: #f8d147;
    transform: translateY(-2px);
    color: #2c3e50;
    box-shadow: 0 6px 20px rgba(247, 194, 61, 0.4);
}

.cta-separator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #f7c23d;
}

/* Weather Cards Styling */
.weather-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.weather-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.weather-header {
    margin-bottom: 15px;
}

.weather-header .location {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.weather-header .weather-label {
    font-size: 0.8rem;
    color: #7f8c8d;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.current-weather {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.weather-icon {
    font-size: 2rem;
    color: #f7c23d;
    margin-right: 15px;
}

.weather-details .condition {
    font-size: 0.9rem;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.weather-details .temperature {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
    margin: 0;
}

.forecast-chart {
    margin-top: 15px;
}

/* Weather Cards Layout Styling */
.weather-card {
    margin-bottom: 20px;
}

/* Large screens - horizontal layout */
@media (min-width: 992px) {
    .weather-card {
        margin-bottom: 0;
    }
}

/* Weather Cards Responsive Styling */
@media (max-width: 768px) {
    .section-container-10 {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .weather-card {
        padding: 15px;
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .weather-header .location {
        font-size: 1rem;
    }

    .weather-icon {
        font-size: 1.5rem;
        margin-right: 10px;
    }

    .weather-details .condition {
        font-size: 0.8rem;
    }

    .weather-details .temperature {
        font-size: 1.2rem;
    }

    .forecast-chart canvas {
        width: 100% !important;
        max-width: 100% !important;
        height: 100px !important;
    }
}

@media (max-width: 576px) {
    .section-container-10 {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .weather-card {
        padding: 12px;
        margin-bottom: 12px;
    }

    .weather-header .location {
        font-size: 0.9rem;
    }

    .weather-icon {
        font-size: 1.3rem;
        margin-right: 8px;
    }

    .weather-details .condition {
        font-size: 0.75rem;
    }

    .weather-details .temperature {
        font-size: 1.1rem;
    }

    .forecast-chart canvas {
        height: 80px !important;
    }
}

/* Testimonial Cards Styling */
.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

/* Large screens - horizontal layout for testimonials */
@media (min-width: 992px) {
    .testimonial-card {
        margin-bottom: 0;
    }
}

/* Testimonials Responsive Styling */
@media (max-width: 768px) {
    .section-container-12 {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .testimonial-card {
        padding: 20px;
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .section-container-12 {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .testimonial-card {
        padding: 15px;
        margin-bottom: 12px;
    }
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-date {
    font-size: 0.8rem;
    color: #7f8c8d;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-author {
    margin-bottom: 15px;
}

.author-name {
    font-size: 1.1rem;
    font-weight: bold;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.author-location {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin: 0;
}

.testimonial-rating {
    margin-bottom: 15px;
}

.star {
    font-size: 1.2rem;
    margin-right: 3px;
}

.star.filled {
    color: #f7c23d;
}

.star.empty {
    color: #ddd;
}

.testimonial-text {
    font-size: 0.95rem;
    color: #2c3e50;
    line-height: 1.6;
    font-style: italic;
}

/* Testimonials Header Styling */
.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.testimonials-title h6 {
    font-size: 0.9rem;
    color: white;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonials-title h1 {
    font-size: 2.5rem;
    color: white;
    margin: 0;
    line-height: 1.2;
}

.testimonials-title h1 i {
    color: white;
    font-style: italic;
}

.leave-review-btn {
    background: #f7c23d;
    border: none;
    color: #2c3e50;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.leave-review-btn:hover {
    background: #f8d147;
    transform: translateY(-2px);
    color: #2c3e50;
    box-shadow: 0 5px 15px rgba(247, 194, 61, 0.3);
}

.leave-review-btn i {
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .full-width-image-section {
        margin: 40px 0;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .full-width-image {
        height: 40vh;
        max-height: 350px;
        min-height: 250px;
        width: 100%;
    }

    .image-overlay {
        padding: 40px 30px;
        align-items: center;
        justify-content: center;
    }

    .newsletter-content {
        max-width: 250px;
        text-align: center;
    }

    .newsletter-title {
        font-size: 1rem;
    }

    .newsletter-subtitle {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .newsletter-btn {
        padding: 10px 20px;
        font-size: 0.8rem;
    }

    .cta-section {
        padding: 40px 0 30px;
        text-align: center;
    }

    .cta-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .cta-button {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .full-width-image-section {
        margin: 30px 0;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .full-width-image {
        height: 35vh;
        max-height: 280px;
        min-height: 200px;
        width: 100%;
    }

    .image-overlay {
        padding: 30px 20px;
        align-items: center;
        justify-content: center;
    }

    .newsletter-content {
        max-width: 200px;
        text-align: center;
    }

    .newsletter-title {
        font-size: 0.9rem;
    }

    .newsletter-subtitle {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .newsletter-btn {
        padding: 8px 16px;
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .full-width-image-section {
        margin: 20px 0;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .full-width-image {
        height: 30vh;
        max-height: 250px;
        min-height: 180px;
        width: 100%;
    }

    .image-overlay {
        padding: 20px 15px;
        align-items: center;
        justify-content: center;
    }

    .newsletter-content {
        max-width: 180px;
        text-align: center;
    }

    .newsletter-title {
        font-size: 0.8rem;
    }

    .newsletter-subtitle {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }

    .newsletter-btn {
        padding: 6px 12px;
        font-size: 0.7rem;
    }
}
.btn-information {
    border-radius: 25.43px;
    width: 189.87px !important;
    height: 33.91px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15.26px;
}

/* READ MORE Button Styling */
.btn-read-more {
    width: 149.62px !important;
    height: 40px !important;
    border-radius: 30px !important;
    border: 1px solid #105249 !important;
    background: transparent !important;
    color: #105249 !important;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-read-more:hover {
    background: #105249 !important;
    border-color: #105249 !important;
    color: white !important;
    transform: translateY(-2px);
}

.btn-read-more::after {
    content: "→";
    font-size: 16px;
    font-weight: bold;
    color: #105249;
}

.my-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

/* Loading Indicator */
.request-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.request-loader.show {
    display: flex;
}

.request-loader img {
    width: 50px;
    height: 50px;
}
