:root {
	--black: #000;
	--white: #fff;
	--white-e9: #E9E9E9;
	--secondary: #000;
	--primary: #000057;
	--blue: #000057;
	--gold: #F7B902;
	--radius-50: 50px;
	--radius-30: 30px;
	--radius-20: 20px;
	--radius-10: 10px;
	--radius-5: 5px;
	--shadow-1: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.gold { color: var(--gold); }

/* General */
body { background-color: var(--white); }
h1, h2, h3, h4, h5, h6 {
	
}
.m-auto { margin: 0 auto; }
.max-800 { width: 100%; max-width: 800px; }
.max-750 { width: 100%; max-width: 750px; }
.max-700 { width: 100%; max-width: 700px; }
.max-650 { width: 100%; max-width: 650px; }
.max-600 { width: 100%; max-width: 600px; }
.max-550 { width: 100%; max-width: 550px; }
.max-500 { width: 100%; max-width: 500px; }
.max-450 { width: 100%; max-width: 450px; }
.max-400 { width: 100%; max-width: 400px; }

.btn-theme .elementor-button {
	background-color: var(--blue);
    color: var(--white) !important;
    font-size: 16px !important;
    font-family: "Poppins", Sans-serif;
    letter-spacing: normal;
    padding: 0 20px !important;
    height: 45px;
    line-height: 45px;
	border: 1px solid var(--blue);
}
.btn-theme.gold .elementor-button {
	background-color: var(--gold)!important;
	color: var(--blue)!important;
	border-color: var(--gold)!important;
}
.btn-theme .elementor-button:hover {
	background-color: var(--gold)!important;
	color: var(--blue)!important;
	border-color: var(--white)!important;
}
.btn-theme.gold .elementor-button:hover {
	background-color: var(--blue)!important;
	color: var(--white)!important;
	border-color: var(--white)!important;
}
.btn-transparent .elementor-button {
    background-color: transparent!important;
    color: var(--blue)!important;
    fill: var(--blue)!important;
}
.btn-transparent .elementor-button:hover {
    background-color: transparent!important;
    color: var(--gold)!important;
    fill: var(--gold)!important;
}
.btn-transparent .elementor-button:hover svg {
	fill: var(--gold)!important;
}

/* Header */
/* Sticky Header */
.header_bar.sticky {
	position: fixed!important;
	width: 100%;
	background-color: var(--blue)!important;
	animation: stickyMenuAnimation 0.7s;
	box-shadow: var(--shadow-1);
	left:0;
	right:0;
	top:0;
	z-index: 999;
}
@keyframes stickyMenuAnimation {
    from {
        top: -200px;
    }
    to {
       top: 0px;
    }
}

/* Home Page */
.banner-slider .elementor-slide-heading {
    font-size: 3.719vw!important;
    line-height: 1.2!important;
}
.banner-slider .elementor-slide-description {
    max-width: 600px;
    margin: 0 auto;
}
.destination-box, .destination-box .elementor-widget-container, .icon-box-topics, .icon-box-topics .elementor-widget-container {
    height: 100%;
}
.destination-box .elementor-widget-container, .icon-box-topics .elementor-widget-container {
    padding: 10px;
    border: 1px solid var(--white-e9);
    border-radius: var(--radius-10);
	box-shadow: var(--shadow-1);
	padding: 15px;
	background-color: var(--white);
}
.icon-box-topics .elementor-icon-box-description a {
	font-weight: 500;
    color: var(--gold);
    margin-top: 12px;
    display: block;
}
.icon-box-topics .elementor-icon-box-description a:hover {
	color: var(--blue);
}
/* Bolog box 1 */
.image-feature a {
    width: 100%;
}
.title, .disc {
    padding: 0 20px;
}
.blog-box .title h5 {
    font-size: 22px;
}
.blog-box .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height: 53px;
}
.blog-box .title a:hover, .blog-box:hover .title a  {
    color: var(--gold)!important;
}
.blog-box .disc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* Blog Box 2 Events */

/* Pagination dot */
.loop-dots .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .loop-dots .swiper-pagination-bullet:hover:after {
    background: var(--blue);
    -webkit-box-shadow: 0 0 0 4px rgb(0 0 87 / 25%);
    box-shadow: 0 0 0 4px rgb(0 0 87 / 25%);
}
.loop-slide .swiper-pagination-bullet:after, .loop-dots .swiper-pagination-bullet:after {
    content: '';
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    background: var(--white-e9);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%;
	opacity: 1;
}
.loop-dots .swiper-pagination-bullet {
    opacity: 1;
}
.loop-dots.gold-dot .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .loop-dots.gold-dot .swiper-pagination-bullet:hover:after {
    background: var(--gold);
    -webkit-box-shadow: 0 0 0 4px rgb(247 185 2 / 25%);
    box-shadow: 0 0 0 4px rgb(247 185 2 / 25%);
}
.get-touch-box {
	border: 1px solid var(--white-e9);
	box-shadow: var(--shadow-1);
	padding: 15px;
	border-radius: var(--radius-10);
}
/* Blog Page */
.banner-theme {
	height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: overlay;
    background-color: #00000075;
}
.banner-theme .elementor-heading-title {
	font-weight: 600;
}
/* Single Blog */
/* Single Blog */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list li {
    position: relative;
    padding-left: 25px;
}
.category-list li:not(:last-child) {
    margin-bottom: 10px;
}
.category-list li:after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2025/05/checked.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 16px;
    width: 16px;
    left: 0;
    top: 5px;
}
.category-list li a {
    color: var(--white-e9);
    font-weight: 500;
}
.category-list li a:hover {
    color: var(--gold);
}
/* Our story */
.story-box .elementor-widget-container {
    background-color: var(--white-e9);
    padding: 25px 30px 25px 30px;
    border: 2px solid var(--blue);
    border-radius: 11px 11px 11px 11px;
}
.story-box.left .elementor-widget-container {
	 border-width: 0px 0px 0px 3px;
}
.story-box.right .elementor-widget-container {
	 border-width: 0px 3px 0px 0px;
}
.story-box:hover.right .elementor-widget-container, .story-box:hover.left .elementor-widget-container {
    border-color: var(--gold);
}
.story-box:hover .elementor-widget-container {
    background-color: var(--blue);
}
.story-box:hover .elementor-widget-container .elementor-icon-box-title ,.story-box:hover .elementor-widget-container .elementor-icon-box-description {
    color: var(--white)
}
.story-box .elementor-icon-box-description {
	font-size: 15px;
}
.story-detail { position: relative; }
.story-detail:before {
	content: '';
	position: absolute;
	background-color: rgb(0 0 87 / 30%);
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
   transform: translate(-50%,0);
   -webkit-transform: translate(-50%,0);
}
.story-detail:after {
    content: '';
    position: absolute;
    background-color: var(--white-e9);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}
.story-detail.active:after {
    background-color: var(--blue);
    -webkit-box-shadow: 0 0 0 6px rgb(0 0 87 / 30%);
    box-shadow: 0 0 0 4px rgb(0 0 87 / 30%);
    transform: translate(-50%, -50%) scale(1.2);
}
.our-story .story-detail:first-child:before {
	height: 80%;
    top: auto;
    bottom: 0px;
    border-radius: 50px 50px 0 0;
} 
.our-story .story-detail:last-child:before {
	height: 80%;
    border-radius: 0 0 50px 50px;
}
@media (max-width: 699px) {
    .story-box.right .elementor-widget-container {
        border-width: 0 0 0 3px;
    }
    .story-detail:before {
        left: -17px !important;
    }
    .story-detail:after {
        left: -17px !important;
    }
}
/* Empty Post Msg */
.loop-msg .e-loop-nothing-found-message__text span {
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    color: var(--black-10);
}
/* Content page */
.content-page .elementor-widget-text-editor h1, .content-page .elementor-widget-text-editor h2, .content-page .elementor-widget-text-editor h3, .content-page .elementor-widget-text-editor h4, .content-page .elementor-widget-text-editor h5 {
        color: var(--blue);
        font-size: 25px;
        font-weight: 700;
}
.content-page .elementor-widget-text-editor h6 {
      color: var(--blue);
      font-weight: 700;
 }
.content-page .elementor-widget-text-editor ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
 }
.content-page .elementor-widget-text-editor li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
 }
.content-page .elementor-widget-text-editor li:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/05/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 16px;
    width: 16px;
    left: 0;
    top: 5px;
}
.content-page .elementor-widget-text-editor a {
	color: var(--gold);
}
.content-page .elementor-widget-text-editor a:hover {
	color: var(--blue);
}
/* Single Blog */
.post_table thead {
	background-color: var(--blue);
    color: var(--white);
}
.post_table tbody {
	background-color: var(--white-e9);
}
.post_table tbody td {
	border: 1px solid var(--blue);
}