.elementor-14 .elementor-element.elementor-element-ce64eca{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-d57705d > .elementor-container{max-width:1600px;}.elementor-14 .elementor-element.elementor-element-5f6f263{width:100%;max-width:100%;}.elementor-14 .elementor-element.elementor-element-3c73af3 > .elementor-background-overlay{background-color:#ECECEC;opacity:0.5;}.elementor-14 .elementor-element.elementor-element-230fb9b > .elementor-container{max-width:1600px;}.elementor-14 .elementor-element.elementor-element-2d4197f > .elementor-container{max-width:1600px;}.elementor-14 .elementor-element.elementor-element-5f71c9d{width:100%;max-width:100%;}:root{--page-title-display:none;}body.elementor-page-14{margin:-10px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-14 .elementor-element.elementor-element-c4edc41{width:var( --container-widget-width, 785px );max-width:785px;--container-widget-width:785px;--container-widget-flex-grow:0;}.elementor-14 .elementor-element.elementor-element-6c04322{width:var( --container-widget-width, 823.667px );max-width:823.667px;--container-widget-width:823.667px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-c4edc41{width:var( --container-widget-width, 689px );max-width:689px;--container-widget-width:689px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-c4edc41 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}


/* HERO */

.hero {
    position: relative;

    min-height: 100vh;

    background-image: url(http://holidaydreams.online/wp-content/uploads/2026/08/background-image.png);
    background-size: cover;
    background-position: center;

    color: white;

    overflow: hidden;
}


/* DARK OVERLAY */

.overlay {
    position: absolute;
    inset: 0;

    background: rgba(8, 18, 32, 0.58);
}


/* HERO CONTENT */

.hero-content {
    position: relative;
    z-index: 2;

    width: 78%;
    max-width: 1100px;

    margin: auto;

    padding-top: 120px;
}


/* BADGE */

.badge {
    display: inline-block;

    padding: 10px 20px;

    border-radius: 30px;

    background: rgba(25, 190, 180, 0.15);

    border: 1px solid rgba(50, 200, 190, 0.35);

    color: #55d8ce;

    font-size: 15px;
    font-weight: 600;
}


/* HEADING */

h1 {
    margin-top: 25px;

    max-width: 700px;

    font-size: 64px;

    line-height: 1.02;

    font-weight: 700;

    letter-spacing: -2px;
}

h1 span {
    display: block;

    background: linear-gradient(
        90deg,
        #10b7a6,
        #d6a928
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* DESCRIPTION */

.description {
    max-width: 650px;

    margin-top: 28px;

    color: #e1e5e9;

    font-size: 20px;

    line-height: 1.55;
}


/* BUTTONS */

.buttons {
    display: flex;

    gap: 18px;

    margin-top: 40px;
}


/* BOTH BUTTONS */

.explore-btn,
.story-btn {
    height: 64px;

    padding: 0 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    text-decoration: none;

    font-size: 17px;

    font-weight: 600;

    transition: 0.3s;
}


/* EXPLORE BUTTON */

.explore-btn {
    background: #0aa89f;

    color: white;
}

.explore-btn:hover {
    background: #078f87;

    transform: translateY(-2px);
}


/* STORY BUTTON */

.story-btn {
    color: white;

    background: rgba(255, 255, 255, 0.08);

    border: 2px solid rgba(255, 255, 255, 0.35);
}

.story-btn:hover {
    background: rgba(255, 255, 255, 0.18);
}


/* TABLET */

@media (max-width: 900px) {

    .hero-content {
        width: 88%;

        padding-top: 90px;
    }

    h1 {
        font-size: 50px;
    }

    .description {
        font-size: 18px;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .hero {
        min-height: 750px;
    }

    .hero-content {
        width: 88%;

        padding-top: 70px;
    }

    .badge {
        font-size: 12px;

        padding: 8px 14px;
    }

    h1 {
        font-size: 42px;

        letter-spacing: -1px;
    }

    .description {
        font-size: 16px;

        line-height: 1.5;
    }

    .buttons {
        flex-direction: column;
    }

    .explore-btn,
    .story-btn {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f6f263 */.popular-destinations {
    width: 100%;
    background: #f8fafc;
    padding: 45px 20px 20px;
    box-sizing: border-box;
}

.destination-heading {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.destination-badge {
    display: inline-block;
    background: #c9f8f0;
    color: #087d78;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.destination-heading h2 {
    margin: 0;
    color: #101827;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 700;
}

.destination-heading p {
    margin: 20px 0 0;
    color: #526173;
    font-size: 20px;
    line-height: 1.4;
}

/* Reduce space before destination cards */
.destinations-section {
    padding-top: 20px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c203acc *//* Destination Section */

.destinations-section {
    width: 100%;
    padding: 70px 0;
    background: #f8fafb;
}

.destination-grid {
    width: 90%;
    max-width: 1290px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}


/* Card */

.destination-card {
    height: 305px;
    position: relative;

    background-size: cover;
    background-position: center;

    border-radius: 20px;
    overflow: hidden;

    transition: transform 0.35s ease;
}


/* Dark overlay */

.destination-card::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(5, 15, 25, 0.90),
        rgba(5, 15, 25, 0.15)
    );
}


/* Card content */

.card-overlay {
    position: absolute;
    inset: 0;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    color: white;
}


/* Rating */

.rating {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 18px;
    margin-bottom: 16px;
}

.star {
    color: #ffd000;
    font-size: 20px;
}

.dot {
    opacity: 0.7;
}


/* Heading */

.card-overlay h3 {
    margin: 0 0 8px;

    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}


/* Description */

.card-overlay p {
    margin: 0 0 20px;

    max-width: 360px;

    color: rgba(255,255,255,0.85);
    font-size: 17px;
    line-height: 1.45;
}


/* Link */

.card-overlay a {
    color: #20d6c4;
    text-decoration: none;

    font-size: 17px;
    font-weight: 600;

    transition: 0.3s;
}

.card-overlay a span {
    margin-left: 7px;
    font-size: 21px;
}

.card-overlay a:hover {
    color: #ffffff;
}


/* Hover */

.destination-card:hover {
    transform: translateY(-7px);
}


/* Tablet */

@media (max-width: 900px) {

    .destination-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .destination-card {
        height: 300px;
    }

}


/* Mobile */

@media (max-width: 600px) {

    .destinations-section {
        padding: 40px 0;
    }

    .destination-grid {
        width: 92%;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .destination-card {
        height: 300px;
    }

    .card-overlay {
        padding: 24px;
    }

    .card-overlay h3 {
        font-size: 24px;
    }

    .card-overlay p {
        font-size: 15px;
    }

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-536d77e *//* Card click effect */
.feature-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Dark colour when clicked */
.feature-card.active {
    background: #14202d;
    color: #ffffff;
}

/* Heading and paragraph become white */
.feature-card.active h3 {
    color: #ffffff;
}

.feature-card.active p {
    color: #d7dde3;
}

/* Icon box */
.feature-card.active .icon-box {
    background: #159d91;
}

.feature-card.active .icon-box i {
    color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3db014 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f9fa;
    color: #101828;
}

/* Main Section */
.features-section {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 15px 0 40px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
}

/* Cards */
.feature-card {
    background: #ffffff;

    min-height: 370px;

    padding: 42px 43px;

    border-radius: 20px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.07);

    transition: all 0.3s ease;
}

/* Hover Effect */
.feature-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Icon */
.icon-box {
    width: 76px;
    height: 76px;

    border-radius: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;
}

.icon-box i {
    font-size: 32px;
}

/* Light Icon */
.icon-box.light {
    background: #c9f8f1;
    color: #109b91;
}

/* Dark Icon */
.icon-box.dark {
    background: #109b91;
    color: white;
}

/* Heading */
.feature-card h2 {
    font-size: 27px;
    line-height: 1.25;

    margin-bottom: 20px;

    font-weight: 700;
}

/* Paragraph */
.feature-card p {
    font-size: 21px;
    line-height: 1.52;

    color: #52606d;

    max-width: 330px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {

    .features-section {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px;
        gap: 25px;
    }

    .feature-card {
        padding: 35px;
    }

    .feature-card h2 {
        font-size: 24px;
    }

    .feature-card p {
        font-size: 18px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .features-section {
        grid-template-columns: 1fr;

        padding: 20px;

        gap: 20px;
    }

    .feature-card {
        min-height: auto;
        padding: 30px;
    }

    .icon-box {
        width: 65px;
        height: 65px;
        margin-bottom: 22px;
    }

    .icon-box i {
        font-size: 27px;
    }

    .feature-card h2 {
        font-size: 23px;
    }

    .feature-card p {
        font-size: 17px;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19fca74 *//* =========================
   TRAVEL STATISTICS
========================= */

.travel-stats {
    width: 100%;
    max-width: 1100px;

    margin: 60px auto;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    font-family: Arial, Helvetica, sans-serif;
}
.stat-number {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: baseline;
    justify-content: center;

    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;

    /* TURQUOISE → GOLD */
    background: linear-gradient(
        90deg,
        #19c5b5,
        #d6aa35
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* =========================
   STAT ITEM
========================= */

.stat-item {
    width: 220px;

    text-align: center;

    transition: 0.4s ease;
}


/* HOVER */

.stat-item:hover {
    transform: translateY(-8px);
}


/* =========================
   CIRCLE
========================= */

.circle {
    position: relative;

    width: 190px;
    height: 190px;

    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.25);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08);

    transition: 0.4s ease;
}


/* OUTER DECORATIVE CIRCLE */

.circle::before {
    content: "";

    position: absolute;

    inset: 8px;

    border: 1px dashed rgba(10, 168, 159, 0.45);

    border-radius: 50%;
}


/* =========================
   CIRCULAR TEXT
========================= */

.circle-text {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    animation: rotateText 18s linear infinite;
}


/* TEXT */

.circle-text span {
    position: absolute;

    width: 100%;
    height: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding-top: 8px;

    color: #000000;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;

    white-space: nowrap;

    border-radius: 50%;
}


/* =========================
   NUMBER
========================= */

.stat-number {
    position: relative;

    z-index: 3;

    display: flex;

    align-items: baseline;
    justify-content: center;

    color: #000000;

    font-size: 42px;

    font-weight: 700;

    line-height: 1;
}


/* + / K / % */

.stat-number {
    letter-spacing: -1px;
}


/* =========================
   LABEL
========================= */

.stat-label {
    margin-top: 18px;

    color: #000000;

    font-size: 16px;

    font-weight: 600;

    letter-spacing: 0.3px;
}


/* =========================
   CIRCLE HOVER
========================= */

.stat-item:hover .circle {

    border-color: #0aa89f;

    box-shadow:
        0 15px 40px rgba(10, 168, 159, 0.18);
}


/* =========================
   ROTATION
========================= */

@keyframes rotateText {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .travel-stats {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 45px 20px;
    }

    .stat-item {
        width: 100%;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .travel-stats {
        grid-template-columns: 1fr 1fr;

        gap: 35px 10px;

        margin: 40px auto;
    }

    .circle {
        width: 145px;
        height: 145px;
    }

    .stat-number {
        font-size: 32px;
    }

    .circle-text span {
        font-size: 7px;
        letter-spacing: 1.3px;
    }

    .stat-label {
        margin-top: 12px;

        font-size: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5dd4b92 */* {
    box-sizing: border-box;
}

.reviews-section {
    width: 100%;
    padding: 95px 20px 100px;
    background: #ffffff;
}

.reviews-container {
    max-width: 1290px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
}


/* =========================
   REVIEW CARD
========================= */

.review-card {
    background: #f8f9fb;

    border-radius: 18px;

    padding: 42px 43px;

    min-height: 585px;

    display: flex;
    flex-direction: column;

    transition: 0.3s;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}


/* =========================
   STARS
========================= */

.stars {
    color: #eab308;

    font-size: 25px;

    letter-spacing: 3px;

    margin-bottom: 34px;
}


/* =========================
   REVIEW TEXT
========================= */

.review-text {
    color: #101828;

    font-size: 24px;

    line-height: 1.58;

    margin: 0;

    flex: 1;
}


/* =========================
   REVIEWER
========================= */

.reviewer {
    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 35px;
}


/* Avatar */

.avatar {
    width: 65px;
    height: 65px;

    min-width: 65px;

    border-radius: 50%;

    background: #c8f7f1;

    color: #15998f;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    font-weight: 600;
}


/* Reviewer information */

.reviewer-info h3 {
    margin: 0 0 5px;

    font-size: 21px;

    color: #101828;
}

.reviewer-info p {
    margin: 0 0 8px;

    color: #667085;

    font-size: 18px;
}

.reviewer-info span {
    display: flex;

    align-items: flex-start;

    gap: 8px;

    color: #168f88;

    font-size: 16px;

    line-height: 1.35;
}

.reviewer-info span i {
    margin-top: 3px;

    font-size: 14px;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1000px) {

    .reviews-container {
        grid-template-columns: 1fr;

        max-width: 650px;
    }

    .review-card {
        min-height: auto;
    }

}


@media (max-width: 600px) {

    .reviews-section {
        padding: 60px 20px;
    }

    .review-card {
        padding: 30px 25px;
    }

    .stars {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .review-text {
        font-size: 19px;
    }

    .reviewer {
        gap: 15px;
    }

    .avatar {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .reviewer-info h3 {
        font-size: 18px;
    }

    .reviewer-info p {
        font-size: 16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56ceb67 *//* ================================
   TRAVEL GALLERY
================================ */

.travel-gallery {
    width: 100%;
    padding: 90px 6%;
    background: #f7fafb;
    box-sizing: border-box;
}

/* Heading */

.gallery-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 35px;
}

.gallery-tag {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 30px;
    background: #d9faf5;
    color: #08a99b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.gallery-heading h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1.2;
    color: #17212b;
    font-weight: 800;
}

.gallery-heading p {
    margin: 15px auto 0;
    color: #69757c;
    font-size: 15px;
    line-height: 1.7;
}

/* ================================
   FILTERS
================================ */

.gallery-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 38px;
}

.filter-btn {
    border: 1px solid #dce7e8;
    background: #ffffff;
    color: #46535a;
    padding: 11px 19px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all .3s ease;
}

.filter-btn:hover {
    background: #dffaf6;
    color: #079f93;
    transform: translateY(-2px);
}

.filter-btn.active {
    background: #08aa9b;
    color: #ffffff;
    border-color: #08aa9b;
    box-shadow: 0 8px 20px rgba(8,170,155,.20);
}

/* ================================
   GALLERY GRID
================================ */

.gallery-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.gallery-item {
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    background: #ddd;
    transition: all .4s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* ================================
   OVERLAY
================================ */

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    background: linear-gradient(
        to top,
        rgba(4, 21, 30, .88),
        rgba(4, 21, 30, .20),
        transparent
    );
    color: #ffffff;
    opacity: 0;
    transition: opacity .4s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay span {
    width: fit-content;
    padding: 5px 11px;
    border-radius: 20px;
    background: rgba(8,170,155,.9);
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 9px;
}

.gallery-overlay h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
}

.gallery-overlay p {
    margin: 0;
    max-width: 270px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255,255,255,.85);
}

/* Plus Button */

.view-image {
    position: absolute;
    top: 18px;
    right: 18px;

    width: 42px;
    height: 42px;

    border: none;
    border-radius: 50%;

    background: #ffffff;
    color: #08a99b;

    font-size: 24px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all .3s ease;
}

.view-image:hover {
    transform: rotate(90deg) scale(1.1);
}

/* ================================
   FILTER ANIMATION
================================ */

.gallery-item.hide {
    display: none;
}

.gallery-item.show {
    animation: galleryShow .5s ease;
}

@keyframes galleryShow {
    from {
        opacity: 0;
        transform: scale(.92);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ================================
   LIGHTBOX
================================ */

.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(3, 12, 18, .92);

    display: none;
    align-items: center;
    justify-content: center;

    padding: 30px;
    z-index: 99999;
}

.gallery-lightbox.active {
    display: flex;
}

.gallery-lightbox img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 14px;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}

.close-lightbox {
    position: absolute;
    top: 25px;
    right: 35px;

    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    transition: transform .3s ease;
}

.close-lightbox:hover {
    transform: rotate(90deg);
}

/* ================================
   TABLET
================================ */

@media (max-width: 900px) {

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-heading h2 {
        font-size: 32px;
    }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {

    .travel-gallery {
        padding: 65px 20px;
    }

    .gallery-heading h2 {
        font-size: 28px;
    }

    .gallery-heading p {
        font-size: 13px;
    }

    .gallery-filters {
        gap: 7px;
    }

    .filter-btn {
        padding: 9px 13px;
        font-size: 11px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item {
        height: 260px;
    }

    .gallery-overlay {
        opacity: 1;
    }

    .gallery-overlay h3 {
        font-size: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f71c9d */* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* =========================
   CTA SECTION
========================= */

.cta-section {
    position: relative;

    width: 100%;
    min-height: 790px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2000&q=85");

    background-size: cover;
    background-position: center;

    overflow: hidden;
}


/* Dark teal overlay */

.cta-overlay {
    position: absolute;

    inset: 0;

    background: rgba(0, 76, 76, 0.78);
}


/* =========================
   CONTENT
========================= */

.cta-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1100px;

    text-align: center;

    padding: 70px 20px;
}


/* =========================
   HEADING
========================= */

.cta-content h1 {
    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 65px;
    font-weight: 750;

    line-height: 1.15;

    margin-bottom: 30px;

    letter-spacing: -2px;
}


/* =========================
   DESCRIPTION
========================= */

.cta-description {
    max-width: 850px;

    margin: 0 auto;

    color: #c8f7f1;

    font-size: 27px;

    line-height: 1.45;

    font-weight: 400;
}


/* =========================
   BUTTONS
========================= */

.cta-buttons {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 20px;

    margin-top: 58px;
}


/* Start Planning */

.start-btn {
    min-width: 270px;

    padding: 23px 35px;

    background: #ffffff;

    color: #087f77;

    border-radius: 12px;

    text-decoration: none;

    font-size: 21px;
    font-weight: 600;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    transition: 0.3s;
}

.start-btn span {
    font-size: 28px;

    line-height: 1;
}

.start-btn:hover {
    background: #c8f7f1;

    transform: translateY(-3px);
}


/* Contact Us */

.contact-btn {
    min-width: 205px;

    padding: 23px 35px;

    background: rgba(255, 255, 255, 0.05);

    border: 2px solid rgba(255, 255, 255, 0.35);

    color: #ffffff;

    border-radius: 12px;

    text-decoration: none;

    font-size: 21px;
    font-weight: 600;

    transition: 0.3s;
}

.contact-btn:hover {
    background: rgba(255, 255, 255, 0.15);

    border-color: #ffffff;
}


/* =========================
   NEWSLETTER
========================= */

.newsletter {
    margin-top: 85px;
}

.newsletter > p {
    color: #8ff0e4;

    font-size: 20px;

    margin-bottom: 22px;
}


/* Form */

.newsletter form {
    max-width: 775px;

    margin: auto;

    display: flex;

    gap: 16px;
}


/* Email */

.newsletter input {
    flex: 1;

    height: 67px;

    padding: 0 27px;

    border-radius: 10px;

    border: 1px solid rgba(255, 255, 255, 0.25);

    outline: none;

    background: rgba(255, 255, 255, 0.10);

    color: #ffffff;

    font-size: 20px;

    backdrop-filter: blur(5px);
}

.newsletter input::placeholder {
    color: #c7d5d5;
}

.newsletter input:focus {
    border-color: #8ff0e4;
}


/* Subscribe */

.newsletter button {
    width: 170px;

    height: 67px;

    border: none;

    border-radius: 10px;

    background: #f5b900;

    color: #ffffff;

    font-size: 20px;

    font-weight: 700;

    cursor: pointer;

    transition: 0.3s;
}

.newsletter button:hover {
    background: #dca600;

    transform: translateY(-2px);
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .cta-section {
        min-height: 700px;
    }

    .cta-content h1 {
        font-size: 48px;
    }

    .cta-description {
        font-size: 22px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .cta-section {
        min-height: auto;

        padding: 70px 20px;
    }

    .cta-content {
        padding: 30px 0;
    }

    .cta-content h1 {
        font-size: 38px;

        letter-spacing: -1px;
    }

    .cta-description {
        font-size: 18px;
    }


    .cta-buttons {
        flex-direction: column;

        margin-top: 40px;
    }

    .start-btn,
    .contact-btn {
        width: 100%;

        max-width: 300px;
    }


    .newsletter {
        margin-top: 60px;
    }

    .newsletter > p {
        font-size: 17px;
    }


    .newsletter form {
        flex-direction: column;
    }

    .newsletter input,
    .newsletter button {
        width: 100%;
    }

}/* End custom CSS */