/* Inter font is loaded in master_land.php header */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap'); */



@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

h1,h2,h3,h4,h5,h6{
	font-weight:500;
}

body{
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.d-cat{
	color:#111111;
	font-weight: bold !important;
}

#mainmenu > li > a{
	text-transform: none;
	letter-spacing: 0;
	font-size: 15px;
}

.de_light a, .de_light a:hover{
	color:#111111;
}

h1,h2,h3,h4,h5,h6,
.big-white,
.ultra-big-white,
.de_tab.tab_steps .de_nav li span,
.teaser-text,
.text-slider,
#mainmenu,
.btn,
a.btn,
.btn-line,
a.btn-line,
#filters,
.ultra-big-white,
.wm,
blockquote.testimonial-big.s2 .title,
.tp-title,
.countdown-amount,
.countdown-period,
.de_count h3,
.ultra-big-2,
.tp-caption,
.pricing-s1.light .top .price b,
blockquote.testimonial-big .title,
.mm-style-2,
.big-white,
.ultra-big-white,
.title-style-1,
.de_phone-simple
{
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}


h1,h2,h3,h4,h5,h6,
.de_tab.tab_steps .de_nav li span
{
letter-spacing:0;
text-transform:none;
}

#mainmenu > li{
	font-weight: 500;
}

#subheader h1{
	letter-spacing:0;
	text-transform:none;
}

.blog-list h3, .blog-read h3{
font-size:22px;
}

.big-white{
	font-size:13px;
}

.ultra-big-white{
	letter-spacing:0;
	text-transform:none;
	font-weight:600;
	font-size:72px;
}

/* ========================================
   Hero Header Styles
   ======================================== */

/* Hero wrapper with 600px height */
.hero-header-wrapper {
    position: relative;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
}

/* Background image layer */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-image: url('../images/cover.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Optional: Add a subtle overlay for better text contrast */
.hero-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Header overlay - floats on top of hero */
.header-overlay {
    position: relative;
    z-index: 100;
    background: transparent;
}

/* Ensure navigation text is visible on hero background */
.header-overlay .info {
    background: rgba(0, 0, 0, 0.5);
}

.header-overlay .info .column,
.header-overlay .info .column a {
    color: #ffffff !important;
}

/* Social icons styling */
.header-overlay .info .column.social a {
    font-size: 18px;
    margin: 0 8px;
    display: inline-block;
    transition: all 0.3s ease;
}

.header-overlay .info .column.social a:hover {
    color: #d8bb60 !important;
    transform: scale(1.15);
}

/* Header Social Icons - next to navigation */
.header-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
    margin-top: -20px;
}

.header-social-icons a {
    color: #ffffff;
    font-size: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-social-icons a:hover {
    color: #ffffff;
    background: #d8bb60;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .header-social-icons {
        display: none;
    }
    
    /* Mobile social icons in menu */
    .mobile-social-icons {
        display: block !important;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        margin-top: 15px;
        padding-top: 10px;
    }
    
    .mobile-social-wrapper {
        display: flex;
        gap: 10px;
        padding: 8px 35px;
        justify-content: center;
        align-items: center;
    }
    
    .mobile-social-wrapper a {
        color: #ffffff;
        font-size: 14px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all 0.3s ease;
        padding: 0 !important;
        margin: 0;
        line-height: 36px !important;
    }
    
    .mobile-social-wrapper a i {
        margin: 0 !important;
        padding: 0 !important;
        line-height: inherit !important;
        vertical-align: baseline !important;
        position: relative;
        top: 0 !important;
    }
    
    .mobile-social-wrapper a:hover {
        color: #ffffff;
        background: #d8bb60;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) {
    .mobile-social-icons {
        display: none !important;
    }
}

/* Make sure navigation items are visible */
.header-overlay #mainmenu > li > a {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.header-overlay #mainmenu > li > a:hover {
    color: #d8bb60 !important;
}

/* Adjust logo visibility if needed */
.header-overlay #logo img {
    filter: brightness(1.1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Search input styling on hero */
.header-overlay .de-search-wrapper input.form-control {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-header-wrapper {
        min-height: 100vh;
    }
}

@media (max-width: 767px) {
    .hero-header-wrapper {
        min-height: 100vh;
    }
}

.text-slider{
font-size:60px;
letter-spacing:5px;
}

.big-custom-1{
	font-family: 'Inter', sans-serif;
	font-size:60px;
	letter-spacing:0;
	font-weight:bold;
	line-height:1.1em;
	letter-spacing:-1px;
}

.small-white{
	font-size:18px;
	font-weight:400;
}

footer .widget h3{
	font-size: 18px;
}


@media only screen and (max-width: 480px) {
	.small-white{
		margin-left:50px;
		font-size: 60px;
		margin-top: -150px;
	}

	.big-custom-1{
		margin-left:50px;
		font-size: 120px;
	}

	.tp-caption .btn-custom{
		margin-left:20px;
		margin-top: 30px;
	}
}