
:root{
--default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
--heading-font: "Raleway", sans-serif;
--nav-font: "Poppins", sans-serif;
}

body{
font-family: var(--default-font);
}

.btn {
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1aa4b8;
  --bs-btn-hover-border-color: #1aa4b8;
}
/* NAVBAR */

.custom-navbar{
background-color: rgba(0,0,0,0);
padding:20px 0;
}

.nav-wrapper{
background:rgba(0,0,0,0.35);
border-radius:50px;
padding:10px 25px;
backdrop-filter: blur(10px);
}

.navbar-brand{
font-family: var(--heading-font);
font-size:24px;
}

/* NAV LINKS */

.navbar-nav .nav-link{
color:#fff;
font-family: var(--nav-font);
font-size:16px;
margin:0 10px;
white-space:nowrap;
font-weight: 400;
}



.navbar-nav .nav-link:hover{
color:#1aa4b8;
}


.dropdown-menu {
    width: 200px;       /* Set fixed width */
    overflow-y: auto;   /* Scroll if content exceeds height */
    padding: 0;         /* Optional: remove extra padding */
}

.dropdown-menu .dropdown-item{
padding:10px 20px;
}

/* DESKTOP NAVBAR FIX */

@media (min-width:992px){

.navbar-nav{
align-items:center;
flex-wrap:nowrap;
}

/* hover dropdown */

.navbar .dropdown:hover .dropdown-menu{
display:block;
margin-top:0;
}

}

/* HAMBURGER FIX */

.navbar-toggler{
border:0;
filter:invert(1);
}

/* BUTTON */

.start-btn{
background:#1aa4b8;
color:#fff;
border-radius:20px;
padding:8px 20px;
font-size:14px;
}

/* HERO */

/* .hero{
background:
linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),
url("https://images.unsplash.com/photo-1564349683136-77e08dba1ef7");

background-size:cover;
background-position:center;
height:85vh;
display:flex;
align-items:center;
} */


.hero{
    position: relative;
    height: 75vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 60px 0;
/* position:relative;
height:85vh;
display:flex;
align-items:center;
overflow:hidden; */
}

.hero-video{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-2;
}

.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
}

.hero-content{
position:relative;
z-index:2;
}

/* HERO TITLE */

.hero-title{
color:#fff;
font-family: var(--heading-font);
font-size:55px;
font-weight:700;
margin-bottom:30px;
}

/* SEARCH BOX */

.search-box{
background:#2c2c2c;
padding:25px;
border-radius:12px;
max-width:500px;
}

.search-box input{
background:#1f1f1f;
border:1px solid #555;
height:45px;
color:#fff;
}

.find-btn{
width:100%;
background:#1591a6;
color:#fff;
padding:10px;
font-weight:600;
}

/* INFO */

.info-section{
background:#f1f1f1;
padding:30px 0;
}

.info-section h2{
font-family: var(--heading-font);
color:#1c5a6b;
margin-bottom:15px;
}

.info-section p{
max-width:900px;
margin:auto;
line-height:1.7;
}

/* MOBILE */

@media (max-width:768px){

.hero-title{
font-size:36px;
text-align: center;
}

.nav-wrapper{
border-radius:25px;
}

}


/* MOBILE MENU BACKGROUND */

@media (max-width:991px){

.navbar-collapse{
background:#fff;
border-radius:15px;
padding:15px;
margin-top:10px;
}

.navbar-nav .nav-link{
color:#000;
}

.navbar-nav .nav-link:hover{
color:#1aa4b8;
}

.dropdown-menu{
background:#fff;
}

}

.navbar-nav .nav-link.active {
    color: #fff !important;
}



/* destination section */

/* DESTINATION SECTION */

.destination-section{
background:#f5f7fa;
padding:80px 0;
}

/* filter buttons */

.destination-filter{
text-align:center;
margin-bottom:40px;
}

.destination-filter .btn{
border-radius:30px;
padding:8px 22px;
font-size:14px;
border:1px solid #ddd;
background:#fff;
margin:5px;
}

.destination-filter .btn.active{
background:#138ea3;
color:#fff;
border:none;
}

/* card */

.destination-card{
position:relative;
overflow:hidden;
border-radius:15px;
}

.destination-card img{
width:100%;
height:260px;
object-fit:cover;
transition:0.4s;
}

.destination-card:hover img{
transform:scale(1.08);
}

/* overlay */

.destination-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
padding:20px;
display:flex;
flex-direction:column;
justify-content:flex-end;
color:#fff;
background:linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1));
}

/* badge */

.place-badge{
position:absolute;
top:15px;
right:15px;
padding:6px 14px;
font-size:12px;
border-radius:20px;
color:#fff;
font-weight:600;
}

.badge-singapore{background:#f5a623;}
.badge-thailand{background:#7b5cff;}
.badge-dubai{background:#ff8c00;}
.badge-maldives{background:#1bb78a;}
.badge-malaysia{background:#3c7be6;}
.badge-london{background:#ff4fa3;}

.destination-title{
font-size:22px;
font-weight:600;
}

.destination-desc{
font-size:13px;
opacity:0.9;
}

.destination-meta{
font-size:12px;
margin-top:5px;
}

/* destination section */

/* Travel Champions */

/* CTA SECTION */

.cta-section{
padding:80px 0;
background:#f5f7fa;
}

.cta-box{
background:#dbe4e7;
border-radius:20px;
padding:60px 30px;
text-align:center;
}

.cta-title{
font-size:34px;
font-weight:700;
color:#1f4f5f;
margin-bottom:20px;
font-family: var(--heading-font);
}

.cta-text{
max-width:750px;
margin:auto;
color:#4a5c63;
font-size:15px;
line-height:1.7;
margin-bottom:30px;
}

.cta-buttons .btn{
padding:12px 28px;
border-radius:30px;
font-size:14px;
margin:5px;
}

/* primary button */

.btn-consult{
background:#138ea3;
color:#fff;
border:none;
}

/* outline button */

.btn-tour{
border:2px solid #138ea3;
color:#138ea3;
background:transparent;
}

.btn-tour:hover{
background:#138ea3;
color:#fff;
}

/* mobile */

@media (max-width:768px){

.cta-title{
font-size:26px;
}

.cta-box{
padding:40px 20px;
}

}

/* Travel Champions */




/* FEATURED DESTINATION */

.featured-destination{
padding:80px 0;
background:#f1f1f1;
}

.badge-title{
background:#e6f6f8;
color:#1591a6;
padding:6px 18px;
border-radius:20px;
font-size:13px;
font-weight:600;
}

.destination-title{
font-family: var(--heading-font);
font-size:34px;
margin-top:10px;
}

.destination-title span{
color:#1591a6;
}

/* BIG CARD */

.big-destination{
position:relative;
border-radius:20px;
overflow:hidden;
height:100%;
}

.big-destination img{
width:100%;
height:100%;
object-fit:cover;
}

.big-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:30px;
background:linear-gradient(to top, rgba(0,0,0,0.8), transparent);
color:#fff;
}

.big-overlay h3{
font-size:36px;
font-weight:700;
}

.tag{
background:#1591a6;
padding:6px 14px;
border-radius:20px;
font-size:12px;
display:inline-block;
margin-bottom:10px;
}

.explore-btn{
background:rgba(255,255,255,0.2);
padding:10px 20px;
border-radius:30px;
color:#fff;
text-decoration:none;
font-size:14px;
}

/* RIGHT CARDS */

.destination-list{
display:flex;
flex-direction:column;
gap:20px;
}

.small-card{
display:flex;
background:#fff;
border-radius:15px;
overflow:hidden;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.small-card img{
width:130px;
height:220px;
object-fit:cover;
}

.small-content{
padding:15px;
flex:1;
}

.small-content h5{
font-weight:700;
margin-bottom:5px;
}

.small-location{
font-size:14px;
color:#777;
}

.small-desc{
font-size:14px;
color:#555;
margin:6px 0;
}

.small-meta{
font-size:14px;
margin-bottom:5px;
}

.details-link{
color:#1591a6;
font-size:14px;
text-decoration:none;
font-weight:600;
}

.badge{
font-size:11px;
padding:5px 10px;
border-radius:15px;
margin-bottom:5px;
display:inline-block;
}

.best{
background:#ff6b4a;
color:#fff;
}

.limited{
background:#ffc107;
color:#000;
}

/* MOBILE */

@media (max-width:768px){

.big-overlay h3{
font-size:26px;
}

.small-card{
flex-direction:column;
}

.small-card img{
width:100%;
height:180px;
}

}

/* <!-- FEATURED DESTINATIONS --> */

/* Make Your Next Adventure Bigger  */

/* ADVENTURE SECTION */

.adventure-section{
padding:80px 0;
background:#f7f9fa;
}

.offer-badge{
background:#e6f6f8;
color:#1591a6;
padding:6px 16px;
border-radius:20px;
font-size:13px;
font-weight:600;
display:inline-block;
margin-bottom:15px;
}

.adventure-title{
font-family: var(--heading-font);
font-size:40px;
font-weight:700;
margin-bottom:15px;
}

.adventure-text{
color:#555;
line-height:1.7;
margin-bottom:20px;
}

.explore-btn2{
background:#1591a6;
color:#fff;
padding:10px 22px;
border-radius:25px;
font-weight:600;
}

.deals-btn{
border:2px solid #1591a6;
color:#1591a6;
padding:10px 22px;
border-radius:25px;
font-weight:600;
}

.help-box{
background:#eef3f4;
padding:12px 18px;
border-radius:10px;
font-size:14px;
color:#444;
max-width:350px;
}

/* IMAGE */

.adventure-image{
position:relative;
border-radius:20px;
overflow:hidden;
}

.adventure-image img{
width:100%;
height:420px;
object-fit:cover;
}

.stats{
position:absolute;
bottom:20px;
left:20px;
display:flex;
gap:40px;
color:#fff;
}

.stat h4{
font-size:28px;
font-weight:700;
margin:0;
}

.stat p{
font-size:13px;
margin:0;
text-transform:uppercase;
}

/* WHY SECTION */

.why-section{
padding:70px 0;
background:#fff;
}

.why-title{
font-family: var(--heading-font);
font-size:32px;
font-weight:700;
}

.why-subtitle{
color:#666;
font-size:14px;
}

.why-card{
background:#f7f7f7;
padding:35px 25px;
border-radius:15px;
height:100%;
}

.why-icon{
width:60px;
height:60px;
background:#1591a6;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:15px;
font-size:24px;
margin:auto;
margin-bottom:15px;
}

.why-card h5{
font-weight:700;
margin-bottom:10px;
}

.why-card p{
font-size:14px;
color:#555;
}

/* MOBILE */

@media (max-width:768px){

.adventure-title{
font-size:30px;
}

.adventure-image img{
height:300px;
}

.stats{
gap:25px;
}

}


/* Make Your Next Adventure Bigger  */


/* footer and news letter  */

/* NEWSLETTER */

.newsletter-section{
background:#022c32;
padding:80px 0;
color:#fff;
}

.newsletter-tag{
background:#1aa4b8;
padding:6px 16px;
border-radius:20px;
font-size:13px;
}

.newsletter-title{
font-family: var(--heading-font);
font-size:32px;
margin-top:15px;
}

.newsletter-text{
max-width:600px;
margin:15px auto;
color:#cbd5d6;
}

.newsletter-form{
display:flex;
justify-content:center;
margin-top:25px;
max-width:600px;
margin-left:auto;
margin-right:auto;
}

.newsletter-form input{
flex:1;
padding:14px;
border:none;
border-radius:30px 0 0 30px;
background:#2b2b2b;
color:#fff;
}

.newsletter-form button{
padding:14px 25px;
border:none;
background:#1aa4b8;
color:#fff;
border-radius:0 30px 30px 0;
}


/* FOOTER */

.footer-section{
background:#011f23;
color:#d3e3e5;
padding:60px 0 20px 0;
}

.footer-logo{
font-size:24px;
font-family: var(--heading-font);
color:#fff;
}

.footer-section h5{
color:#fff;
margin-bottom:15px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
color:#c9d7d9;
text-decoration:none;
}

.footer-links a:hover{
color:#1aa4b8;
}

.social-icons{
margin-top:15px;
}

.social-icons a{
display:inline-flex;
align-items:center;
justify-content:center;
width:38px;
height:38px;
border-radius:50%;
border:1px solid #355c61;
margin-right:8px;
color:#fff;
text-decoration:none;
}

.social-icons a:hover{
background:#1aa4b8;
border-color:#1aa4b8;
}

.footer-line{
margin:40px 0 20px;
border-color:#1c3b3f;
}

.copyright{
font-size:14px;
color:#b7c8ca;
}

.copyright span{
color:#1aa4b8;
}


/* SCROLL BUTTON */

#scrollTopBtn{
position:fixed;
bottom:25px;
right:25px;
background:#1aa4b8;
color:#fff;
border:none;
width:45px;
height:45px;
border-radius:50%;
font-size:20px;
display:none;
cursor:pointer;
}


/* MOBILE */

@media (max-width:768px){

.newsletter-form{
flex-direction:column;
gap:10px;
}

.newsletter-form input{
border-radius:30px;
}

.newsletter-form button{
border-radius:30px;
}

}



/* footer and news letter  */



/* page link hero section */

/* PAGE TITLE */

.page-title{
color:#fff;
padding:160px 0 80px 0;
text-align:center;
position:relative;
overflow:hidden;
/* background:#031013; */
}

/* background image */

.hero-bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-2;
}

/* dark overlay */

.page-title::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
z-index:-1;
}

/* text layer */

.page-title .container{
position:relative;
z-index:2;
}

.page-title h1{
font-family:var(--heading-font);
font-size:48px;
font-weight:700;
margin-bottom:15px;
}

.page-title p{
max-width:650px;
margin:auto;
margin-bottom:20px;
}

/* breadcrumbs */

.breadcrumbs ol{
list-style:none;
display:flex;
justify-content:center;
gap:10px;
padding:0;
margin:0;
}

.breadcrumbs a{
color:#1aa4b8;
text-decoration:none;
}

.breadcrumbs .current{
color:#fff;
}

/* mobile */

@media(max-width:768px){

.page-title{
padding:140px 0 70px;
}

.page-title h1{
font-size:34px;
}

}



/* page link hero section */


/* Tour Highlights */


/* DESTINATION INTRO */

.destination-intro{
padding:60px 0;
background:#f1f1f1;
}

.dest-title{
font-family:var(--heading-font);
font-size:32px;
font-weight:700;
margin-bottom:15px;
}

.dest-text{
color:#555;
line-height:1.7;
margin-bottom:20px;

font-size: 1.1rem;
}
/* max-width:650px; */


.tailor-btn{
background:#1aa4b8;
color:#fff;
border-radius:25px;
padding:10px 22px;
font-size:14px;
}

/* HIGHLIGHT CARD */

.highlight-card{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 4px 20px rgba(0,0,0,0.05);
}

.highlight-card h5{
font-weight:700;
margin-bottom:15px;
}

.highlight-card ul{
list-style:none;
padding:0;
margin-bottom:20px;
}

.highlight-card ul li{
display: flex;
align-items: center;
gap: 12px;
margin-bottom:8px;
padding-left:20px;
position:relative;
font-size:16px;
}

.highlight-card ul li::before{
content:"✓";
position:absolute;
left:0;
color:#1aa4b8;
}

.explore-trip{
background:#1aa4b8;
color:#fff;
border-radius:25px;
padding:8px 18px;
font-size:13px;
}

/* MOBILE */

@media(max-width:768px){

.dest-title{
font-size:26px;
}

}

/* Tour Highlights */


/* <!------ Most visit attraction start----------> */
/* SECTION TITLE */

.section-title h2{
font-family: var(--heading-font);
font-size:32px;
font-weight:700;
margin-bottom:5px;
}

.section-title p{
color:#666;
font-size:14px;
margin-bottom:40px;
}



/* ATTRACTIONS */

.attractions-section{
padding:70px 0;
background:#f7f9fa;
}

.attraction-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 6px 20px rgba(0,0,0,0.06);
transition:0.3s;
height:100%;
}

.attraction-card:hover{
transform:translateY(-5px);
}

.attraction-card img{
width:100%;
height:200px;
object-fit:cover;
}

.attraction-card .card-body{
padding:18px;
}

.attraction-card h5{
font-weight:600;
margin-bottom:8px;
font-size:24px;
}

.attraction-card p{
font-size:15px;
color:#666;
}



/* TOURS */

.tours-section{
padding:70px 0;
}

.tour-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 6px 20px rgba(0,0,0,0.06);
transition:0.3s;
height:100%;
}

.tour-card:hover{
transform:translateY(-5px);
}

.tour-card img{
width:100%;
height:220px;
object-fit:cover;
}

.tour-body{
padding:18px;
}

.tour-meta{
display:flex;
justify-content:space-between;
font-size:13px;
color:#666;
margin-bottom:8px;
}

.rating{
color:#f4b400;
}

.tour-card h5{
font-size:24px;
font-weight:600;
margin-bottom:10px;
}

.tour-card p{
font-size:16px;
color:#666;
margin-bottom:15px;
}

.book-btn{
background:#1aa4b8;
color:#fff;
border-radius:25px;
padding:8px 18px;
font-size:14px;
}



/* MOBILE */

@media(max-width:768px){

.section-title h2{
font-size:26px;
}

}

/* <!------ Most visit attraction start----------> */

/* <!------ WHY SECTION gallery SUPPORT SECTION 3 section ----------> */

.section-title{
font-weight:700;
font-size:32px;
color:#184c57;
}

.section-subtitle{
color:#6c757d;
margin-top:5px;
}

/* WHY SECTION */

.why-card{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 20px rgba(0,0,0,0.05);
transition:0.3s;
height:100%;
}

.why-card:hover{
transform:translateY(-5px);
}

.icon-circle{
width:60px;
height:60px;
background:#e8f6f8;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:15px;
font-size:24px;
color:#11879a;
}

/* GALLERY */

.gallery-slider{
overflow:hidden;
}

.gallery-track{
display:flex;
gap:20px;
transition:transform .5s ease;
}

.gallery-item{
min-width:33.33%;
}

.gallery-item img{
width:100%;
border-radius:12px;
height:230px;
object-fit:cover;
}

/* DOTS */

.gallery-dots .dot{
height:8px;
width:8px;
background:#ccc;
display:inline-block;
border-radius:50%;
margin:4px;
}

.gallery-dots .active{
background:#0aa0b5;
}

/* SUPPORT SECTION */

.support-section{
background:linear-gradient(90deg,#0e7c8f,#0c6c7d);
color:#fff;
padding:60px 20px;
border-radius:15px;
margin:60px auto;
max-width:1200px;
}

.support-section h2{
font-weight:700;
margin-bottom:10px;
}

.support-buttons .btn{
border-radius:30px;
padding:10px 25px;
}

/* MOBILE */

@media(max-width:768px){

.gallery-item{
min-width:100%;
}

.section-title{
font-size:26px;
}

}

/* <!------ WHY SECTION gallery SUPPORT SECTION----------> */

.tour-textdesp{
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    margin-top: 20px;
}




/* GROUP BOOKING SECTION */

.group-section{
background:#fff;
padding:80px 0;
}

.group-section h2{
font-family: var(--heading-font);
color:#1c5a6b;
font-weight:700;
}

.group-section p{
line-height:1.7;
color:#555;
}

.group-img{
position:relative;
border-radius:15px;
overflow:hidden;
}

.group-img img{
width:100%;
border-radius:15px;
}

.group-stats{
position:absolute;
bottom:15px;
right:15px;
display:flex;
gap:10px;
}

.stat-box{
background:#fff;
padding:12px 18px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.stat-box h4{
margin:0;
color:#1aa4b8;
font-weight:700;
}

.stat-box small{
font-size:12px;
color:#666;
}

.group-img{
position:relative;
border-radius:15px;
overflow:hidden;
height:350px;
}

.group-img img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

@media (max-width:768px){

.group-img{
height:250px;
}

}


/* GROUP BOOKING SECTION */

/* gropbooking bottom */

.group-advantages{
padding:80px 0;
background:#f5f5f5;
}

.group-advantages h2{
font-family: var(--heading-font);
color:#1c5a6b;
font-weight:700;
}

.group-advantages h3{
font-family: var(--heading-font);
color:#1c5a6b;
font-weight:700;
margin-top:10px;
}

.group-advantages h6{
font-weight:700;
color:#333;
}

.group-advantages p{
color:#555;
line-height:1.8;
max-width:950px;
}

@media (max-width:768px){

.group-advantages{
padding:50px 20px;
}

.group-advantages h2{
font-size:26px;
}

.group-advantages h3{
font-size:22px;
}

}

/* gropbooking bottom */


.travel-process{
max-width:900px;

line-height:1.8;
}

.travel-process li{
margin-bottom:20px;
color:#555;
font-size:15px;
}

.travel-process li strong{
color:#1c5a6b;
}

/* Mobile */

@media (max-width:768px){

.travel-process{
padding:0 15px;
}

.travel-process li{
font-size:14px;
}

}


/* form  start  */
											/* Overlay background */
									.overlay {
										position: fixed;
										top: 0;
										left: 0;
										width: 100%;
										height: 100%;
										background: rgba(0,0,0,0.5);
										opacity: 0;
										visibility: hidden;
										transition: 0.3s;
										z-index: 1040;
									}

									/* Right Side Form */
									.side-form {
										position: fixed;
										top: 0;
										right: -800px;
										width: 800px;
										height: 100%;
										background: #fff;
										box-shadow: -5px 0 15px rgba(0,0,0,0.3);
										transition: 0.4s ease;
										z-index: 1050;
										padding: 25px;
										overflow-y: auto;
									}

									/* Active Classes */
									.side-form.active {
										right: 0;
									}

									.overlay.active {
										opacity: 1;
										visibility: visible;
									}

									/* Responsive */
									@media(max-width: 576px){
										.side-form{
											width: 100%;
										}

									/* form size set device according */
									/* Default for mobile */
									.side-form {
										width: 100%;
									}

									/* Tablet */
									@media (min-width: 576px) {
										.side-form {
											width: 400px;
										}
									}

									/* Laptop */
									@media (min-width: 768px) {
										.side-form {
											width: 450px;
										}
									}

									/* Desktop */
									@media (min-width: 992px) {
										.side-form {
											width: 500px;
										}
									}

									/* Large Desktop */
									@media (min-width: 1200px) {
										.side-form {
											width: 550px;
										}
									}

									/* form size set device according */

									}

/* form end */











/* BLOG SECTION */

.blog-section{
padding:80px 0;
background:#ffffff;
}

.blog-title-main{
font-family: var(--heading-font);
font-size:36px;
font-weight:700;
margin-bottom:50px;
text-align:center;
color:#1c5a6b;
}

.blog-card{
border-radius:12px;
overflow:hidden;
background:#fff;
box-shadow:0 6px 25px rgba(0,0,0,0.08);
transition:0.3s;
height:100%;
}

.blog-card:hover{
transform:translateY(-6px);
}

.blog-img{
width:100%;
height:230px;
object-fit:cover;
}

.blog-content{
padding:20px;
}

.blog-category{
font-size:13px;
color:#1aa4b8;
font-weight:600;
margin-bottom:5px;
}

.blog-heading{
font-size:18px;
font-weight:600;
margin-bottom:15px;
line-height:1.4;
}

.blog-author{
display:flex;
align-items:center;
gap:10px;
}

.blog-author img{
width:38px;
height:38px;
border-radius:50%;
}

.blog-date{
font-size:13px;
color:#777;
}

/* MOBILE */

@media (max-width:768px){

.blog-title-main{
font-size:28px;
}

.blog-img{
height:200px;
}

}
/* BLOG SECTION */




/* --------------post details----------- */


/* BLOG DETAILS */

.blog-details{
padding:80px 0;
background:#f6f6f6;
}

.blog-tags{
text-align:center;
margin-bottom:15px;
}

.blog-tags span{
background:#d9eef3;
color:#1c5a6b;
padding:6px 14px;
border-radius:20px;
font-size:13px;
margin:3px;
display:inline-block;
}

.blog-main-title{
font-family: var(--heading-font);
font-size:42px;
font-weight:700;
text-align:center;
margin-bottom:30px;
color:#1c5a6b;
}

.blog-meta{
display:flex;
justify-content:center;
align-items:center;
gap:25px;
flex-wrap:wrap;
margin-bottom:35px;
}

.blog-author{
display:flex;
align-items:center;
gap:10px;
}

.blog-author img{
width:45px;
height:45px;
border-radius:50%;
}

.blog-meta small{
color:#777;
}

.blog-feature-img{
width:100%;
border-radius:8px;
margin-bottom:40px;
}

.blog-content-area{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.blog-content-area p{
line-height:1.8;
margin-bottom:20px;
}

.quote-box{
border-left:4px solid #1aa4b8;
padding-left:20px;
font-style:italic;
margin-top:30px;
color:#444;
}

.related-topics{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.related-topics h6{
font-weight:600;
margin-bottom:15px;
}

.related-topics ul{
padding-left:15px;
}

.related-topics li{
margin-bottom:10px;
font-size:14px;
}

/* MOBILE */

@media (max-width:768px){

.blog-main-title{
font-size:28px;
}

.blog-content-area{
margin-top:20px;
}

}



.blog-feature-img{
width:100%;
height:500px;
object-fit:cover;
border-radius:8px;
margin-bottom:40px;
}

/* Tablet */
@media (max-width:992px){

.blog-feature-img{
height:380px;
}

}

/* Mobile */
@media (max-width:576px){

.blog-feature-img{
height:250px;
}

}


/* --------------post details----------- */




/* AUTHOR SECTION */

.author-section{
padding:70px 0;
background:#f3f6f7;
}

.author-box{
background:linear-gradient(90deg,#dce9ee,#ffffff);
border-radius:20px;
padding:40px;
display:flex;
align-items:center;
gap:40px;
flex-wrap:wrap;
}

.author-img{
width:200px;
border-radius:20px;
transform:rotate(-6deg);
}

.author-title{
font-family: var(--heading-font);
font-size:34px;
font-weight:700;
color:#1c5a6b;
margin-bottom:15px;
}

.author-tags span{
background:#d9eef3;
color:#1c5a6b;
padding:6px 14px;
border-radius:20px;
font-size:13px;
margin-right:6px;
}

.author-text{
margin-top:15px;
line-height:1.7;
color:#444;
}

.author-stats{
margin-top:25px;
display:flex;
gap:40px;
flex-wrap:wrap;
}

.author-stats div{
font-weight:700;
font-size:22px;
color:#1c5a6b;
}

.author-stats small{
display:block;
font-size:13px;
font-weight:400;
color:#666;
}

.author-social{
margin-top:25px;
display:flex;
align-items:center;
gap:18px;
}

.author-social a{
font-size:20px;
color:#1aa4b8;
text-decoration:none;
}

.author-btn{
margin-top:25px;
background:#1aa4b8;
color:#fff;
padding:12px 25px;
border-radius:30px;
font-weight:600;
text-decoration:none;
display:inline-block;
}

/* MOBILE */

@media (max-width:768px){

.author-box{
text-align:center;
justify-content:center;
}

.author-img{
width:150px;
}

.author-title{
font-size:26px;
}

.author-stats{
justify-content:center;
}

.author-social{
justify-content:center;
}

}

/* --------------post details----------- */
