.poppins-black,
.poppins-bold,
.poppins-extrabold,
.poppins-medium,
.poppins-regular,
.poppins-semibold {
    font-family: Poppins, sans-serif;
    font-style: normal;
}
.backbtn,
.copyrightblock,
.dots,
.pagebanner-text,
.slide,
.theme-btn,
.theme-btn2 {
    text-align: center;
}
:root {
    --color-white: #fff;
    --web-color2: #2f4e93;
    --font-color: #4b4b4b;
    --color-black: #000;
    --color-blue: #1e09d8;
    --theme-color: #e61a1c;
    --theme-color2: #ffa704;
}
.poppins-regular {
    font-weight: 400;
}
.poppins-medium {
    font-weight: 500;
}
.poppins-semibold {
    font-weight: 600;
}
.poppins-bold {
    font-weight: 700;
}
.poppins-extrabold {
    font-weight: 800;
}
.poppins-black {
    font-weight: 900;
}
.main-primary-btn,
.main-primary-sub-btn,
.navbar-light .navbar-nav .nav-link,
.sticked .nav-pills .nav-link.active,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif !important;
}
body {
    font-size: 14px;
    color: var(--font-color);
}
.color-theme {
    color: var(--theme-color);
}
.common-section {
    padding: 50px 0;
}
.titleblock {
    margin-bottom: 20px;
}
.titleblock .title-head {
    font-weight: 600;
    font-size: 24px;
    color: var(--dark-color);
}
.font-16 {
    font-size: 16px;
}
.smalltitle {
    font-weight: 700;
    margin-bottom: 15px;
}
.g-commonbtn {
    padding: 10px 15px;
    background: var(--theme-color);
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
    border-radius: 8px;
}
.commonblock,
.ul-block {
    border-radius: 15px;
    margin-bottom: 25px;
}
.container-fluid {
    padding: 0 35px;
}
.footer-section,
.guide-list-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.guide-list-block {
    width: 20%;
}
.guide-list-block ul {
    position: sticky;
    top: 0;
    padding: 30px 0;
    border-right: 1px solid #dedede;
    list-style: none;
    height: 100vh;
}
.guide-list-block ul li {
    border-bottom: 1px solid #eee;
}
.guide-list-block ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 5px 0 5px 10px;
}
.guide-list-block ul li a.current,
.guide-list-block ul li a:hover {
    color: var(--theme-color);
    border-left: 4px solid var(--theme-color);
    background: #ffe5e6;
}
.guide-list-info {
    width: 80%;
}
.commonblock {
    padding: 25px 15px;
    background: #fff;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.05);
}
.flex-ul-block {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.flex-ul-block .ul-block {
    margin-bottom: 0;
    width: -webkit-fill-available;
}
.ul-block {
    padding: 25px;
    background: rgba(0, 0, 0, 0.08);
}
.ul-block ul li {
    margin-bottom: 7px;
}
.explorer-block .content p,
.row-explorer-block .content p,
.ul-block ul li:last-child {
    margin-bottom: 0;
}
.destinationblock,
.pagebanner-section {
    position: relative;
}
.destination-info {
    padding: 15px 0;
}
.destination-info .destination-name i {
    margin-right: 10px;
}
.destination-info .destination-name {
    font-size: 16px;
    font-weight: 600;
}
.destination-info .destination-rating {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    color: #ffb21d;
}
.other-destination-block {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.other-destination-block li:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background: #c7bde2;
    position: absolute;
    left: 10px;
    top: 15px;
}
.other-destination-block li {
    padding: 5px 10px 5px 25px;
    border-radius: 30px;
    position: relative;
    background: #eee;
    font-size: 12px;
}
.explorer-section {
    background: #fff6f6;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.explorer-block,
.row-explorer-block {
    margin-bottom: 10px;
    gap: 15px;
    border-radius: 10px;
    display: flex;
}
.explorer-block {
    padding: 10px;
    background: #fff;
    width: 49%;
}
.explorer-block .image {
    border-radius: 10px;
    overflow: hidden;
    height: 120px;
    width: 120px;
    min-width: 120px;
}
.explorer-block .image img,
.row-explorer-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.explorer-block .content .explorer-title,
.row-explorer-block .content .explorer-title {
    font-weight: 600;
    color: var(--theme-color);
    font-size: 16px;
    margin-bottom: 10px;
}
.row-explorer-section {
    background: #fff6f6;
    padding: 15px;
    border-radius: 10px;
}
.row-explorer-block {
    padding: 10px;
    background: #fff;
}
.row-explorer-block .image {
    border-radius: 10px;
    overflow: hidden;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}
.row-explorer-block .content {
    width: 75%;
    min-width: 75%;
    max-width: 75%;
}
.know-info-section {
    padding: 20px;
    background: #eee;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.theme-btn,
.theme-btn2,
.top-header {
    background: var(--theme-color);
}
.know-info-section .info-block {
    background: #fff;
    padding: 20px;
    width: 100%;
    text-align: center;
}
.know-info-section .info-block img {
    margin: 0 auto 15px;
    height: 50px;
    width: auto;
}
.know-info-section .info-block p {
    margin-bottom: 5px;
}
.flex-fearture-block {
    display: flex;
}
.flex-fearture-block .flex-feature-image {
    width: 50%;
    display: flex;
    height: 100%;
    object-fit: cover;
}
.flex-fearture-block .flex-feature-image img {
    width: 100%;
}
.flex-feature-block {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.flex-feature-block p {
    margin-bottom: 8px;
}
.footer-links ul li,
.slide img,
.style-ul li {
    margin-bottom: 10px;
}
.flex-feature-block .feature-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--theme-color);
    margin-bottom: 10px;
}
.footer-links ul li:hover a,
.theme-btn,
.theme-btn2,
.theme-btn:hover,
.top-header .top-header-a:hover i {
    color: var(--color-white);
}
.flex-fearture-block:nth-child(odd) .flex-feature-block {
    order: 2;
}
.flex-fearture-block:nth-child(2n) .flex-feature-image {
    order: 1;
}
@media (max-width: 767px) {
    .guide-list-block {
        display: none;
    }
    .explorer-block,
    .flex-fearture-block .flex-feature-image,
    .flex-feature-block,
    .flex-feature-image img,
    .guide-list-info {
        width: 100%;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .commonblock {
        padding: 20px 0;
    }
    .know-info-section {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }
    .know-info-section .info-block {
        width: 48%;
    }
    .flex-fearture-block {
        flex-direction: column;
    }
    .flex-fearture-block:nth-child(2n) .flex-feature-image,
    .flex-fearture-block:nth-child(odd) .flex-feature-block {
        order: inherit;
    }
    .flex-ul-block,
    .row-explorer-block {
        flex-wrap: wrap;
    }
    .row-explorer-block .content,
    .row-explorer-block .image {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .pagebannersection img {
        height: 180px;
        object-fit: cover;
    }
    .pagebannertxt {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .guide-list-block {
        display: none;
    }
    .guide-list-info {
        width: 100%;
    }
    .know-info-section {
        flex-wrap: wrap;
        justify-content: center;
    }
    .know-info-section .info-block {
        width: 32%;
    }
    .flex-ul-block {
        flex-wrap: wrap;
    }
}
.commonpadding {
    padding: 50px 0;
    position: relative;
}
a,
a:active,
a:focus,
a:hover {
    outline: 0;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-decoration: none;
}
.theme-btn,
.theme-btn2 {
    font-size: 15px;
    padding: 10px 25px;
    display: inline-block;
    transition: 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}
.theme-btn2::before,
.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--color-black);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.title-section .main-title,
.title-section .small-title,
.title-section .sub-title {
    color: var(--color-black);
    line-height: 1.2;
    font-weight: 600;
}
.theme-btn2:hover::before,
.theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.title-section {
    margin-bottom: 25px;
}
.title-section .main-title {
    font-size: 34px;
}
.title-section .sub-title {
    font-size: 24px;
    padding-bottom: 7px;
}
.title-section .small-title {
    font-size: 18px;
}
.pagebanner-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}
.pagebannersection-text {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagebanner-text {
    width: 70%;
    margin: auto;
}
.pagebanner-text .page-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding-left: 0;
}
.pagebanner-text .page-breadcrumb li,
.pagebanner-text .page-breadcrumb li a {
    font-weight: 600;
    color: var(--color-white);
}
.page-title {
    color: var(--color-white);
    font-size: 38px;
    font-weight: 700;
}
.nav-link,
footer-block p {
    font-size: 15px;
}
.top-header .top-header-a {
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    color: var(--color-white);
}
.top-header .top-header-a:hover {
    transition: 0.3s ease-in-out;
    color: var(--theme-color2);
}
.nav-link,
.navbar-fixed.MenuStick .navbar-nav .nav-link {
    color: var(--color-black);
}
.top-header .top-header-a i {
    margin-right: 5px;
}
.navbar.navbar-fixed {
    z-index: 999;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.nav-link {
    font-weight: 500;
    margin: 10px 0;
    transition: 0.3s ease-in-out;
}
.navbar-nav .nav-link.active {
    color: var(--color-black);
    font-weight: 600;
}
.navbar-fixed.MenuStick {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow:
        0 0 10px 0 rgba(0, 0, 0, 0.025),
        0 1px 1px 0 rgba(0, 0, 0, 0.01),
        0 0 50px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 0.7s slide-down;
    -moz-animation: 0.7s slide-down;
    animation: 0.7s slide-down;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.navbar-brand {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color);
}
.navbar-fixed.MenuStick .nav-link {
    font-size: 14px;
}
.footer-block .footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--color-white);
}
.footer-links ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #d3d3d3;
}
.copyrightblock {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid grey;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.copyrightblock p {
    color: #d3d3d3;
}
.copyrightblock .footer-social-link {
    display: flex;
    gap: 10px;
}
.footerpadding {
    background: var(--color-black);
    position: relative;
    border-top: 1px solid #757575;
}
.backbtn,
.whatsappbtn {
    position: fixed;
    bottom: 30px;
    height: 50px;
    width: 50px;
}
.footer-links ul {
    padding: 0;
    list-style: none;
}
.backbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color);
    border-radius: 50%;
    right: 30px;
    transition:
        background-color 0.3s,
        opacity 0.5s,
        visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.backbtn i {
    color: #fff;
    font-size: 18px;
}
.backbtn img {
    height: 20px;
    width: auto;
}
.backbtn:hover {
    cursor: pointer;
    background-color: #333;
}
.backbtn:active {
    background-color: #555;
}
.backbtn.show {
    opacity: 1;
    visibility: visible;
}
.whatsappcolor {
    background: #25d366 !important;
}
.whatsappbtn {
    left: 30px;
    border-radius: 50px;
    background: #25d366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.whatsappbtn i {
    color: #fff;
    font-size: 22px;
}
@media (max-width: 767px) {
    .banner-text h1 {
        font-size: 30px;
    }
    .commonpadding {
        padding: 30px 0;
    }
    .title-section {
        margin-top: 20px;
    }
    .title-section .main-title {
        font-size: 24px;
        font-weight: 600;
    }
    p {
        font-size: 16px;
    }
    .copyrightblock {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 50px;
    }
    .footer-section {
        flex-direction: column;
    }
    .footer-links ul {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .footer-links ul li a {
        padding-right: 10px;
        font-size: 16px;
    }
    .pagebanner-text {
        width: 100%;
    }
    .page-title {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .banner-text {
        width: 100%;
    }
    .title-section .sub-title {
        font-size: 22px;
    }
}
@media (min-width: 1200px) {
    .pad-lf-30 {
        padding-left: 35px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-text h1 {
        font-size: 40px;
    }
    .title-section .main-title {
        font-size: 26px;
    }
}
@media (min-width: 992px) and (max-width: 1195px) {
    .bannersection {
        height: auto;
    }
    .banner-text {
        width: 100%;
    }
}
.slider-container {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
}

.image-slider {
  display: flex;
  transition: transform 0.6s ease;
}

.slide {
  flex: 0 0 33.33%; /* 3 slides default */
  box-sizing: border-box;
  padding: 10px;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.slide .info {
  text-align: center;
  margin-top: 8px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
 margin-bottom:10px;
 
}

.dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #A7C7E7; /* pastel blue */
  cursor: pointer;
  transition: 0.3s;
}

.dots span.active {
  background-color: #367588; /* active */
  transform: scale(1.2);
}

/* Responsive */
@media (max-width: 992px) { .slide { flex: 0 0 50%; } }
@media (max-width: 600px) { .slide { flex: 0 0 100%; } }

.PageBannerSection {
    padding: 100px 0;
    background-image: url("images/saudi-travel-guide-banner.webp");
    background-size: cover;
}
.MainTXTBlock {
    color: #000 !important;
    text-align: center;
}
.two-column-section {
    display: flex;
    align-items: flex-start;
    
}

/* Left Column */
.two-column-section .content-left {
    flex: 1;
}

/* Right Column */
.two-column-section .content-right {
    flex: 1;
    text-align: center;
}

.two-column-section .content-right img {
    width: 500px;
    height: 500px;
    border-radius: 12px;
    margin-top: 40px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
    .two-column-section {
        flex-direction: column;
        text-align: center;
    }

    .two-column-section .content-right img {
        width: 100%;
        height: auto;
        margin: 20px 0 0;
    }
}