:root {
    --the-black: #000;
    --the-white: #fff;
    --the-main: #163E52;
    --the-light-blue: #4398B8;
    --the-green: #6BA27D;
    --the-faint: #A0C0CA;
    --the-gray: #F3FCFF;
    --border-colour: #E9E9E9;
    --the-gradient: rgba(0, 0, 0, 0.75);

}

/*Font icons*/

@font-face {
    font-family: 'globe';
    src: url('font/globe.eot?71586532');
    src: url('font/globe.eot?71586532#iefix') format('embedded-opentype'),
        url('font/globe.woff2?71586532') format('woff2'),
        url('font/globe.woff?71586532') format('woff'),
        url('font/globe.ttf?71586532') format('truetype'),
        url('font/globe.svg?71586532#globe') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'globe';
    src: url('../font/globe.svg?71586532#globe') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "globe";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
    content: '\e800';
}

/* '' */
.icon-group:before {
    content: '\e801';
}

/* '' */
.icon-tick:before {
    content: '\e802';
}

/* '' */
.icon-right:before {
    content: '\e803';
}

/* '' */
.icon-left:before {
    content: '\e804';
}

/* '' */
.icon-youtube:before {
    content: '\e805';
}

/* '' */
.icon-linkedin:before {
    content: '\e806';
}

/* '' */
.icon-instagram:before {
    content: '\e807';
}

/* '' */
.icon-facebook:before {
    content: '\e808';
}

/* '' */
.icon-burger-menu:before {
    content: '\e809';
}

/* '' */


/*------------------------------------------------------------*/
html,
body,
a,
p,
ul,
li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

body {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none !important;
}

.container {
    max-width: 90%;
}

button {
    outline: none !important;
}

a:hover {
    color: var(--the-blue);
}

/*--------------------------*/

.the-body-content {
    overflow: hidden;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

ul {
    padding: 0;
}


li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.the-body-content ul li {
    position: relative;
    list-style-position: inside;
    list-style: none;
    font-size: 1.1em;
    font-family: "Inter", sans-serif;
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}



a {
    color: var(--the-black);
    background-color: transparent;
    text-decoration: none;
}

.one-wrap:hover {
    background: transparent;
}

a img {
    transition: 500ms;
}

/* a img:hover {
    opacity: 0.8;
    transform: translateY(5px);
} */


/* LOgo */


/*---------Banner----------*/
.banner-caption {
    padding-top: 3em;
    padding-bottom: 3em;
}



.container.banner {
    position: relative;
    margin-bottom: 5em;
}

.mk-bgimg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 0 41px 0;
    height: 557px;
    background-color: var(--the-dark-gray);
    z-index: 0;
}

.mk-bgimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.mk-bgimg h2 {
    font-weight: 400 !important;
    position: relative;
}

.mk-bgimg .container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: var(--the-white);
}


.actual-bread {
    position: relative;
    z-index: 8;
    top: -14em !important;
    background: transparent;
    margin-bottom: -5em;
    /* padding: 10px 0px 0 45px; */
}

.mk-page-title {
    color: var(--the-white);
    font-weight: 400;
}

.breadcrumb {
    color: var(--the-orange);
    font-weight: 600;
}

.breadcrumb a {
    color: var(--the-black);
    font-weight: 300;
}

.breadcrumb .icon-right-arrow {
    color: var(--the-black);
}

.ms-caption {
    margin-bottom: 0em;
    position: absolute;
    top: 50%;
    /* text-align: center; */
    display: block;
    /* width: 100%; */
    /* left: 0; */
}

.ms-caption li {
    list-style: disc;
    color: var(--the-gray);
    list-style-position: inside;
}

.mk-page-title .dot::after {
    content: "";
    background: var(--the-orange);
    height: 9px;
    width: 9px;
    display: inline-block;
    color: var(--the-orange);
    position: absolute;
    bottom: 6px;
    left: 2px;
}


/* .ms-caption span {
      font-size: 4em;
  } */

.mk-page-title {
    font-size: 1.2em;
    font-weight: 400;
    color: var(--the-white);
}


/*
  .mk-bgimg {
      filter: brightness(80%);
  }
  */

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}


/*--------------------------*/


/*for banner image*/

.the-actual-img {
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 40px 0;
    height: 500px;
    width: 100%;
    /* z-index: 9 !important; */
    top: 35%;
    right: 5%;
}

.mk-bgimg {
    position: relative;
}


/*-------------------------*/


/* Slider */

@media(max-width: 600px) {}

/* .owl-next span,
.owl-prev span {
    color: transparent;
} */


@media(max-width:759px) {
    .slider-container {
        margin-left: 0%;
    }
}

/* .owl-prev,
.owl-next {
    background: transparent;
    width: 50px;
    height: 50px;
} */

@media(max-width:600px) {

    #homeSlider .item {
        background-size: cover;
        height: 100vh;
        background-attachment: scroll;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media(min-width:601px) {
    #homeSlider .item {
        background-size: cover;
        height: 100vh;
        background-attachment: scroll;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media(min-width: 1000px) {
    .scrolling-text h2 {
        font-size: 4.4em !important;
    }

    .mk-bgimg h2 {
        font-size: 3em !important;
    }
}

/* #homeSlider .item::before {
    content: "";
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
} */

.typed-me {
    font-style: italic;
}

.content-wrapper {
    color: var(--the-white);
    transition: 800ms;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -ms-transition: 800ms;
    -o-transition: 800ms;
}

.header-container {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
}

/* .owl-carousel {
  position: relative;
} */

/* .owl-carousel .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
} */


/* .owl-carousel {
  position: relative;
}

.owl-carousel .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
} */
/* Add these styles to your theme's CSS */
.slider-container {
    position: relative;
}

.slider-container .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-cap {
    color: var(--the-white);
    position: relative;
    z-index: 4;
    position: relative;
    top: 3em;
}

.content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    /* White text */
    z-index: 10;
}

.slider-link a {
    background: var(--the-white);
    padding: 15px 40px;
    color: var(--the-main);
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 2em;
    transition: 500ms;
}

.slider-link a:hover {
    background: var(--the-main);
    color: var(--the-white);
}

/* The overlay */
/* #homeSlider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: var(--the-gradient);
    z-index: 1;
    pointer-events: none; 
} */
#homeSlider .item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    pointer-events: none;
}

#menu-primary-menu-1 li a:hover {
    color: var(--the-green);
}

#homeSlider .container {
    position: relative;
}

@media(max-width: 900px) {
    .big-caption h1 {
        font-size: 3em !important;
    }
}

@media(min-width: 901px) {
    .big-caption h1 {
        font-size: 6em;
        width: 50%;
    }

    .the-small-caption p {
        max-width: 54%;
        font-size: 1.2em;
    }
}

/* @media (min-width: 900px) and (max-width: 1199px) {
      #homeSlider .container::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: -26px;
	right: 10px;
	z-index: 999;
	background: url('img/group.png');
	background-size: cover;
	pointer-events: none;
}
} */

/* @media(min-width:1000px) and (max-width: 1400px){
    #homeSlider .container::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 60px;
	right: 10px;
	z-index: 999;
	background: url('img/group.png');
	background-size: cover;
	pointer-events: none;
}
} */
@media(min-width: 1000px) and (max-width: 1500px) {
    /* #homeSlider .container::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 60px;
        right: 10px;
        z-index: 999;
        background: url('img/group.png');
        background-size: cover;
        pointer-events: none;
    } */

    .slider-cap {
        color: var(--the-white);
        position: relative;
        z-index: 4;
        top: 3em;
    }
}

@media(min-width: 1501px) {
    /* #homeSlider .container::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: -26px;
        right: 10px;
        z-index: 999;
        background: url('img/group.png');
        background-size: cover;
        pointer-events: none;
    } */
}

/* #homeSlider .container::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 60px;
	right: 10px;
	z-index: 999;
	background: url('img/group.png');
	background-size: cover;
	pointer-events: none;
} */
/* Logo area*/
.main-logo {
    width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.mst-flex {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
}



/* Search */
/* Styling for search and menu container */
.mst-be-in-one {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* Search Icon */
.srch {
    margin-right: 20px;
    position: relative;
    right: 0px;
    top: -5px;
}

.search_icon a {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: var(--the-white);
    width: 50px;
    height: 50px;
    justify-content: center;
}

/* Hide the overlay initially */
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 9;
}

/* When active, show overlay */
#search-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Centered search box */
.search-box {
    position: relative;
    width: 100%;
    max-width: 500px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

/* Close button */
.close-search {
    position: fixed;
    top: 10px;
    right: 30px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: var(--the-white);
    font-size: 3.2em;
}

/* Input field */
.search-field {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

/* Why Choose Us */
.why-choose-us .container {
    background: var(--the-gray);
    padding: 5em 30px;
    position: relative;
}

.chose-us-text>div {
    position: relative;
    padding-bottom: 20px;
    /* spacing between content and border */
    margin-bottom: 20px;
    /* spacing between boxes */
}

.chose-us-text>div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-colour);
    /* adjust color as needed */
}

.why-choose-us .container::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--the-gray);
    right: -73vw;
    z-index: -1;
    top: 0px;
}

.the-choose-title h2 {
    font-size: 3.2em;
    color: var(--the-main);
    margin-bottom: 0.5em;
}

.chose-us-text p {
    color: var(--the-main);
}

.chose-us-text h3 {
    font-family: 'Playfair Display';
    color: var(--the-main);
}

.chose-us-text>div:last-of-type::after {
    display: none;
}


@media(min-width: 900px) {
    .the-choose-image {
        display: flex;
        justify-content: center;
    }
}

/* About Us */
.abt-title,
.mission-vision,
.the-c-wrapper {
    color: var(--the-main);
}

.abt-title h2,
.mission-vision h2,
.partnership-text h2 {
    font-size: 3.2em;
    margin-bottom: 0.4em;
    color: var(--the-main);
}

.admissions h2 {
    font-size: 3.2em;
}

.partnership-text {
    background: var(--the-gray);
    padding: 3em;
}

.contact-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
}

.mission-vision {
    margin: 5em 0;
    position: relative;
    padding: 3em;
}

.mission-vision {
    margin: 5em 0;
    position: relative;
}

.mission-vision::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('img/top.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
    position: absolute;
    top: 0;
    left: 0;
}

.mission-vision::after {
    content: '';
    display: block;
    width: 140px;
    height: 100px;
    background-image: url('img/bottom.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
    position: absolute;
    right: 35px;
    bottom: 0;
    z-index: 9999;
}

.faqs-link a {
    background: var(--the-main);
    padding: 10px 30px;
    display: inline-block;
    color: var(--the-white);
    transition: 500ms;
}
.cntact-details span {
	font-weight: 600;
	padding-right: 5px;
}
.faqs-link a:hover {
    background: var(--the-green);
    color: var(--the-main);
}

.contact-flex {
    margin-bottom: 5em;
}

@media(min-width: 900px) {
    .abt-title p {
        max-width: 70%;
    }

    .contact-flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        justify-items: end;
        margin-bottom: 5em;
    }

    .vision-mission-wrap {
        display: grid;
        gap: 3em;
        grid-template-columns: 1fr 1fr;
        position: relative;
        min-height: 14em;
        align-items: center;
    }

    .vision-mission-wrap::before {
        content: "";
        position: absolute;
        height: 100%;
        border-left: 2px solid #CECECE;
        left: 49%;
    }

    .partnership-holder {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        gap: 0px 0px;
        grid-auto-flow: row;
    }

    .partnership-img {
        grid-area: 1 / 1 / 5 / 5;
    }

    .partnership-text {
        grid-area: 2 / 3 / 4 / 7;
        position: relative;
        top: -3em;
    }

    .partnership-text h2 {
        max-width: 80%;
    }


}

/* Our Services */
.the-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    grid-template-areas:
        "grid-one grid-two grid-three grid-four"
        "grid-five grid-five grid-five grid-five";
    padding: 1rem;
}

/* Assigning grid areas */
.grid-one {
    grid-area: grid-one;
}

.grid-two {
    grid-area: grid-two;
}

.grid-three {
    grid-area: grid-three;
}

.grid-four {
    grid-area: grid-four;
}

.grid-five {
    grid-area: grid-five;
}

/* Card styling */
.service-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 600px;
    transition: transform 0.4s ease;
    /* transform: scale(1.15);  */
}

.service-card:hover .service-image img {
    transform: scale(1.1);
    /* zooms out slightly on hover */
}

.service-title {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: white;
    padding: 10px 16px;
    font-weight: 600;
    z-index: 9;
    font-size: 1.2em;
    font-family: 'Playfair Display', serif;
}

.service-card.grid-five img {
    object-fit: cover;
}

.service-image {
    position: relative;
    overflow: hidden;
}

.service-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

.service-card.grid-five .service-image {
    max-height: 400px;
}

.service-card.grid-five {
    max-height: 400px;
}

/* ✅ Mobile Responsive Grid */
@media (max-width: 768px) {
    .the-service-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "grid-one"
            "grid-two"
            "grid-three"
            "grid-four"
            "grid-five";
    }

    .service-image img {
        max-height: 300px;
        /* height: 100%; */
        min-height: 300px;
    }

    .service-title {
        font-size: 1em;
        padding: 8px 12px;
    }
}

/* Our Destinations */
.Our.Destinations {
    margin-top: 5em;
}

#destinationsSlider .owl-nav i {
    font-size: 3.2em;
    color: var(--the-green);
}

.the-destination-img img {
    max-height: 370px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
    min-height: 370px;
}

.inside-the-dest {
    background: rgba(0, 0, 0, 0.57);
    color: var(--the-white);
    padding: 15px 34px;
}

.destination-holder {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

.the-destination-title {
    position: absolute;
    bottom: 45px;
    max-width: 533px;
    width: 100%;
}

.the-explore-title-style h2 {
    font-size: 3.2em;
    color: var(--the-main);
}

.explore-the-world {
    margin-top: 3em;
}

@media(min-width: 900px) {
    .the-destination-title-style p {
        width: 60%;
    }

    #destinationsSlider .owl-nav {
        position: absolute;
        right: 15%;
        top: -110px;
    }

    .service-title {
        font-size: 1.6em;
    }

    .grid-one .service-title,
    .grid-two .service-title,
    .grid-three .service-title,
    .grid-four .service-title {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        text-align: right;
    }

    .why-choose-us {
        margin-top: -6em;
    }
}


.the-destination-title {
    left: 50px;
}

#destinationsSlider::before {
    content: "";
    position: absolute;
    height: 370px;
    width: 60vw;
    background: var(--the-white);
    z-index: 9;
    top: 0px;
    left: -56vw;
}

.the-destination-title-style h2 {
    text-align: left;
    font-size: 3.2em;
    color: var(--the-main);
}

#destinationsSlider .owl-nav.disabled i {
    font-size: 3.5em;
    color: var(--the-green) !important;
}

#destinationsSlider-wrapper {
    overflow: hidden;
    /* clip any overflow on the left */
}

#destinationsSlider {
    padding-right: 50px;
    margin-right: -50px;
    padding-left: 0;
    margin-left: 0;
    position: relative;
    left: -78px;
}

#destinationsSlider .owl-stage-outer {
    overflow: visible;
}

#destinationsSlider .owl-stage {
    display: flex;
}

#destinationsSlider .item {
    margin-right: 20px;
}


/* ========================= */
/* === Mobile Fixes Below === */
/* ========================= */

@media (max-width: 899px) {
    #destinationsSlider {
        padding: 0;
        margin: 0;
        left: 0;
        overflow-y: auto;
        scrollbar-width: none;
    }

    #destinationsSlider .item {
        margin-right: 10px;
    }

    .the-destination-title {
        position: relative;
        bottom: auto;
        left: auto;
        max-width: 100%;
        text-align: center;
        /* padding: 1em; */
    }

    .inside-the-dest {
        padding: 10px 20px;
    }

    .the-destination-img img {
        max-height: 240px;
    }

    #destinationsSlider::before {
        display: none;
        /* Remove the left overlay on mobile */
    }
}



/* Testimonial */
.testimonial-title {
    text-align: center;
    color: var(--the-main);
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
}

.testimonial-title h2 {
    font-size: 3.2em;
}

.Testimonials {
    background: var(--the-gray);
    margin: 5em 0em;
    padding-bottom: 5em;
    padding-top: 5em;
}

.thetes-first-holder {
    display: flex;
    gap: 1em;
    justify-content: space-between;
}

.testimonial-holder {
    margin-bottom: 2.5em;
}

.testimonial-holder {
    margin-bottom: 2.5em;
    background: var(--the-white);
    padding: 25px;
    min-height: 390px;
}

.test-title-teestator p {
    color: var(--the-green);
}

@media(min-width: 900px) {
    .testimonial-title h2 {
        font-size: 3.2em;
        width: 61%;
    }
}

/* News */
.latest-news {
    margin-top: 5em;
    margin-bottom: 6em;
}

#newsSlider .owl-nav {
    display: flex;
}

#newsSlider .owl-nav i {
    font-size: 3.5em;
    color: var(--the-green) !important;
}

.news-title h5 {
    color: var(--the-main);
}

.news-meta-top span {
    color: var(--the-faint);
    font-size: 1.7em;
    font-family: 'PlayFair Display';
}

.the-news-title-style.aos-init.aos-animate h2 {
    text-align: center;
    color: var(--the-main);
    font-size: 3.2em;
    margin-bottom: 0.8em;
}

@media(max-width:899px) {
    #newsSlider {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 1em;
    }

    .one-wrap {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
    }
}

@media(min-width: 900px) {
    #newsSlider {
        display: grid;
        grid-template-columns: auto 1fr;
        width: 100%;
        gap: 1em;
    }

    .one-wrap {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .news-meta-top span {
        display: flex;
        justify-content: center;
    }
       .news-meta-top.inside span {
        display: flex;
        justify-content: flex-start;
    }
}
.news-meta-top.inside {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}
.wp-singular .news-wrap.item {
	width: 100% !important;
}
.one-wrap-inside {
	margin-bottom: 2em;
	border-bottom: 1px solid;
	padding-bottom: 2em;
}

/* Footer */

.get-intch {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    margin-top: 4em;
}

#menu-footer-menu li::after {
    content: "/";
    position: relative;
    right: -17px;
    top: 2px;
    font-weight: 600;
}

.interested {
    margin-top: 5em;
}

.interested h2 {
    font-size: 3rem;
    font-weight: 400 !important;
}

#menu-footer-menu li:last-of-type::after {
    display: none !important;
}

#menu-footer-menu li {
    position: relative !important;
}

.fluid-container.for-footer a {
    color: var(--the-white);
    transition: 500ms;
}

.fluid-container.for-footer {
    background: var(--the-main);
    color: var(--the-white);
    margin-top: 4em;
}

.footer-socials {
    display: flex;
    gap: 1em;
}

.fluid-container.last-footer {
    background: var(--the-main);
    margin-bottom: -17px;
    margin-top: -36px;
    padding-top: 2em;
}


#menu-footer-menu {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
}

.th-cr-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-top: 6em;
    position: relative;
}

.made-with-love {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.\34 sight-logo {
    position: relative;
    top: -6px;
}

.for-styling {
    display: flex;
    gap: 20px;
    margin-top: 2em;
}

.mc-field-group {
    display: flex;
    flex-direction: column;
}

.hear-from-text {
    margin-bottom: 2.3em;
    margin-top: 4em;
}

.fields-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    width: 100%;
    align-items: end;
}

.asterisk {
    color: red;
}

#mc-embedded-subscribe:hover {
    background: var(--the-black);
    color: var(--the-white);
}

.input-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}

#mc-embedded-subscribe {
    width: 150px;
    padding: 5px;
    height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--the-white);
    border: none;
    transition: 500ms;
}

#mce-FNAME,
#mce-EMAIL {
    height: 3em;
    background: transparent;
    border: 1px solid var(--the-white);
}

.th-cr-wrapper::before {
    content: "";
    position: absolute;
    border-top: 1px solid var(--the-white);
    width: 100%;
    top: -40px;
}

/* Page nation */
.pagination {
    justify-content: flex-end;
}

.pagination span {
    font-size: 1.2em;
}

.pagination span,
.pagination a {
    border-radius: 5px;
    font-size: 15px;
    background: var(--the-blue);
    color: var(--the-white);
    padding: 5px 10px;
    margin: 5px 5px 30px;
}

.pagination span:hover,
.pagination a:hover {
    background: var(--the-black);
}

.pagination .current {
    background: var(--the-black);
}


/* Scrolling text */
.the-text-slider {
    width: 100%;
    overflow: hidden;
    background: var(--the-gray);
    padding: 1rem 0;
    position: relative;
    top: -80px;
}

.scrolling-track {
    display: inline-block;
    white-space: nowrap;
    animation: conveyor 30s linear infinite;
}

.scrolling-text {
    display: inline-block;
    font-size: 3em;
    color: rgba(219, 245, 254, 1);
    padding-right: 2em;
    font-family: Playfair Display;
    padding-bottom: 15px;
}

.the-text-slider::before {
    content: "";
    position: absolute;
    left: 0;
    height: 123%;
    background: var(--the-white);
    width: 5%;
    top: 0;
    z-index: 9;
}

/* Keyframes for continuous horizontal scroll */
@keyframes conveyor {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-33.333%);
    }
}

@media (min-width:1200px) {
    .scrolling-text {
        font-size: 4.5em;
    }

}

/* Accordion */
.sp-easy-accordion > .sp-ea-single {
	background: var(--the-main) !important;
}
.sp-easy-accordion > .sp-ea-single > .ea-header a {
	color: var(--the-white) !important;
}
.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
	float: right;
	color: var(--the-white !important);
	font-size: 16px;
}