@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.eot');
    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff'),
        url('../fonts/Nunito-Regular.ttf') format('truetype'),
        url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraBold.eot');
    src: url('../fonts/Nunito-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-ExtraBold.woff2') format('woff2'),
        url('../fonts/Nunito-ExtraBold.woff') format('woff'),
        url('../fonts/Nunito-ExtraBold.ttf') format('truetype'),
        url('../fonts/Nunito-ExtraBold.svg#Nunito-ExtraBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Nunito', sans-serif;
    color: #444444;
}

a {
    color: #444444;
}

a:hover {
    color: #3b5998;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#scroll {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

#scroll i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #eec244;
    color: #000;
    transition: all 0.4s;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    /* Disabled preloader so site doesn't appear stuck on slow hosting */
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* (preloader animation keyframes no longer needed) */

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# AOS fallback – always show key sections even if JS fails
--------------------------------------------------------------*/
.about.about2 [data-aos],
#services [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
}

#header .logo img {
    max-height: 80px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: auto;
    background-color: #d49f49;
    background-size: cover;
    position: relative;
    overflow: inherit;
}

#hero .container,
#hero .container-fluid {
    padding-top: 84px;
}

#hero h1 {
    margin: 0;
    font-size: 55px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
}

#hero h2 {
    color: #fff;
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff;
}

#hero .btn-get-started:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

#hero .btn-get-started i {
    font-size: 28px;
    /* line-height: 0; */
    vertical-align: middle;
    margin-right: 10px;
}

#hero_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

#hero .txt-box {
    padding: 60px 0;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 80px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #5d4523;
}

.section-title {
    text-align: center;
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
}

.section-title p {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    background-color: white;
}

.about h3 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
}

.about p {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    color: #3e3e3e;
    margin: 16px 0;
    line-height: 32px;
}

.about a {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    color: #3b5998;
    line-height: 32px;
}

.about .content .read-more:hover {
    background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.about .content .read-more i {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 12px;
}

.about .custm-btn .btn {
    background-color: #c97e07;
    border-radius: 50px;
    padding: 8px 25px;
    margin: 10px 5px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.custm-btn {
    justify-content: center;
    margin: 0 auto;
    display: contents;
    padding-top: 50px;
}

.about .custm-btn .btn.btn-1 {
    background-color: #f2ca19;
}

.about .custm-btn .btn.btn-2 {
    background-color: #c97e07;
}

/*--------------------------------------------------------------
# Owl Carousel (basic fixes)
--------------------------------------------------------------*/
.screen_slider {
    width: 100%;
    max-width: 100%;
}

#screen_slider {
    width: 100% !important;
    display: block !important;
}

#screen_slider .owl-stage-outer {
    overflow: hidden !important;
}

#screen_slider .owl-stage {
    display: flex !important;
}

#screen_slider .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 10px 30px;
}

#screen_slider .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#screen_slider .screen_frame_img {
    width: 100%;
    max-width: 320px;
    border-radius: 26px;
    background: #ffffff;
    border: 2px solid #000; /* black border around slider images */
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
}

/* Scale center item */
#screen_slider .owl-item.center .screen_frame_img {
    transform: scale(1.15);
    max-width: 380px;
    box-shadow: 0 26px 55px rgba(0, 0, 0, 0.22);
}

@media (max-width: 576px) {
    #screen_slider .screen_frame_img {
        max-width: 280px;
        height: 440px;
        padding: 14px;
    }

    #screen_slider .owl-item.center .screen_frame_img {
        max-width: 320px;
        transform: scale(1.08);
    }
}

#screen_slider .screen_frame_img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

#screen_slider.owl-loaded {
    display: block !important;
}

/* Hide Owl Carousel Navigation Arrows */
.owl-nav {
    display: none !important;
}

.owl-nav.disabled {
    display: none !important;
}

.owl-prev,
.owl-next {
    display: none !important;
}

/* Owl Carousel Dots Styling */
#screen_slider .owl-dots {
    text-align: center;
    padding-top: 14px; /* keep dots visually close to slider */
    display: flex !important;
    justify-content: center;
    gap: 10px;
}

/* Use specific selectors so other dot styles can't override these */
#screen_slider .owl-dots .owl-dot {
    display: inline-block !important;
    width: 12px;   /* visible inactive dot */
    height: 12px;  /* visible inactive dot */
    margin: 0 6px;
    border-radius: 50%;
    background-color: transparent;            /* inactive = no fill */
    border: 2px solid #f2a135;               /* inactive = colored border */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 2px rgba(242, 161, 53, 0.15); /* subtle ring for contrast on light bg */
}

#screen_slider .owl-dots .owl-dot.active {
    background-color: #f2a135 !important;
    border-color: #f2a135 !important;
    width: 12px;  /* slightly larger active dot */
    height: 12px; /* slightly larger active dot */
    box-shadow: none;
}

#screen_slider .owl-dots .owl-dot span {
    display: none;
}


.about .custm-btn .btn.btn-3 {
    background-color: #cc9946;
}

.about .custm-btn .btn.btn-4 {
    background-color: #3b5998;
}

.about .custm-btn .btn.btn-5 {
    background-color: #d7a40c;
}

.about .custm-btn .btn.btn-6 {
    background-color: #e92250;
}

.about .custm-btn .btn.btn-7 {
    background-color: #3b3b3b;
}

.about .custm-btn .btn.btn-8 {
    background-color: #5d4523;
}

/*--------------------------------------------------------------
# About2
--------------------------------------------------------------*/

.about.about2 {
    background-color: #fff;
    position: relative;
}
#about_bottom {
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.about.about2 .txt_box {
    padding: 60px 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: left;
    padding: 30px 20px 30px 20px;
    transition: all ease-in-out 0.3s;
    color: #fff;
}

.services .icon-box .icon {
    width: 100px;
    height: 100px;
    transition: ease-in-out 0.3s;
    position: relative;
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 100;
    letter-spacing: 0.2px;
}


/*--------------------------------------------------------------
# NewsLetter
--------------------------------------------------------------*/

.newsletter {
    margin-bottom: -75px;
    padding-bottom: 150px;
    padding-top: 0px;
}

.newsletter .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    border: 2px solid #fff;
}

.newsletter .btn-get-started:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.newsletter .btn-get-started i {
    font-size: 28px;
    vertical-align: middle;
    margin-right: 10px;
}

.newsletter_box form {
    margin-top: 25px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 10px;
    text-align: left;
    border: none;
}

.newsletter_box form input[type="email"] {
    border: 0;
    padding: 12px 8px;
    width: calc(95% - 100px);
    outline: 0;
}

.newsletter_box form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 14px;
    padding: 0 20px;
    background: #fbefba;
    color: #9f7637;
    transition: 0.3s;
    border-radius: 5px;
    box-shadow: none;
    margin: 8px 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.newsletter_box {
    background-color: #9f7637;
    padding: 20px 30px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

.newsletter_box h4 {
    font-size: 30px;
    padding-bottom: 0px;
    margin: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #b4aeab;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #432819;
    color: #fff;
    text-decoration: none;
}

.social-links.text-center {
    margin: 40px 0;
}

.copyright {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.2px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1400px) and (min-width: 1199px) {
    #hero .txt-box {
        padding: 60px 0 120px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (max-width: 1200px) and (min-width: 992px) {
    section {
        padding: 60px 0;
        overflow: hidden;
    }

    #hero .txt-box {
        padding: 40px 0;
    }

    #hero h1 {
        font-size: 42px;
        line-height: 50px;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 6px 18px;
        margin-top: 20px;
    }

    .about.about2 .txt_box {
        padding: 0px 0;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media (max-width: 991px) and (min-width: 768px) {
    section {
        padding: 60px 0;
        overflow: hidden;
    }

    #hero .txt-box {
        padding: 20px 0 60px;
    }

    #hero h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #hero .btn-get-started {
        font-size: 15px;
        padding: 6px 16px;
        border-radius: 50px;
        margin-top: 20px;
    }

    .about h3 {
        font-size: 35px;
    }

    .about p {
        margin: 8px 0;
    }

    .about .p-b-50 {
        padding-bottom: 0px;
    }

    .section-title h2 {
        font-size: 35px;
        padding-bottom: 0px;
    }

    .section-title p br {
        display: none;
    }

    .newsletter {
        padding-bottom: 120px;
    }

    .newsletter_box h4 {
        font-size: 25px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */
@media (max-width: 767px) and (min-width: 321px) {
    section {
        padding: 40px 0;
    }

    #header {
        padding: 15px 0;
    }

    #header .logo img {
        max-height: 70px;
    }

    #hero .txt-box {
        padding: 0px 0px 20px;
    }

    #hero h1 {
        font-size: 35px;
        line-height: 40px;
    }

    #hero h2 {
        font-size: 17px;
        line-height: 26px;
    }

    #hero .btn-get-started.m-l-15 {
        margin-left: 0px;
    }

    #hero .btn-get-started {
        margin-top: 20px;
    }

    .about h3 {
        font-size: 30px;
    }

    .about p {
        font-size: 17px;
        margin: 10px 0;
        line-height: 28px;
    }

    .about.about2 .txt_box {
        padding: 0px 0;
    }

    .about .p-b-50 {
        padding-bottom: 0px;
    }

    .section-title h2 {
        font-size: 30px;
        padding-bottom: 0;
    }

    .section-title p {
        font-size: 17px;
    }

    .section-title p br {
        display: none;
    }

    .services .icon-box {
        padding: 20px;
    }

    .newsletter .btn-get-started {
        margin: 10px 5px;
    }

    .newsletter {
        padding-bottom: 100px;
    }

    .newsletter_box h4 {
        font-size: 20px;
    }

    .newsletter_box {
        padding: 17px 12px;
    }

    .newsletter_box form {
        margin-top: 17px;
    }

    .newsletter_box form input[type="email"] {
        border: 0;
        padding: 12px 8px;
        width: calc(100% - 0px);
    }

    .newsletter_box form input[type="submit"] {
        position: relative;
        padding: 8px 20px;
        width: 100%;
        margin: 0px;
    }
}

@media (max-width: 320px) {
    section {
        padding: 40px 0;
    }

    #hero .container,
    #hero .container-fluid {
        padding-top: 70px;
    }

    #header {
        padding: 15px 0;
    }

    #header .logo img {
        max-height: 70px;
    }

    #hero .txt-box {
        padding: 0px 0px 20px;
    }

    #hero h1 {
        font-size: 26px;
        line-height: 30px;
    }

    #hero h2 {
        font-size: 16px;
        line-height: 24px;
    }

    #hero .btn-get-started.m-l-15 {
        margin-left: 0px;
    }

    #hero .btn-get-started {
        margin-top: 20px;
    }

    .about h3 {
        font-size: 26px;
    }

    .about p {
        font-size: 17px;
        margin: 10px 0;
        line-height: 28px;
    }

    .about.about2 .txt_box {
        padding: 0px 0;
    }

    .about .p-b-50 {
        padding-bottom: 0px;
    }

    .section-title h2 {
        font-size: 30px;
        padding-bottom: 0;
    }

    .section-title p {
        font-size: 17px;
    }

    .section-title p br {
        display: none;
    }

    .services .icon-box {
        padding: 20px;
    }

    .newsletter .btn-get-started {
        margin: 10px 0;
    }

    .newsletter {
        padding-bottom: 100px;
    }

    .newsletter_box h4 {
        font-size: 20px;
    }

    .newsletter_box {
        padding: 17px 12px;
    }

    .newsletter_box form {
        margin-top: 17px;
    }

    .newsletter_box form input[type="email"] {
        border: 0;
        padding: 12px 8px;
        width: calc(100% - 0px);
    }

    .newsletter_box form input[type="submit"] {
        position: relative;
        padding: 8px 20px;
        width: 100%;
        margin: 0px;
    }
}



/* Slider — make full-width and style owl carousel dots */
/* Expand slider area to ignore the container's 40px side padding */
.screen_slider {
    /* Break out of the centered container so the slider uses the full viewport width */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    box-sizing: border-box;
    padding: 0;
}

/* Make images responsive and cover available area */
#screen_slider .item .screen_frame_img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#screen_slider .item img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

/* Constrain individual slide card width for better visual clarity */
#screen_slider .item {
    display: flex;
    justify-content: center;
}

#screen_slider .item .screen_frame_img {
    max-width: 360px;
    width: 100%;
    margin: 0 10px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

/* Center slide scale / focus effect */
#screen_slider .owl-item {
    transition: transform 0.3s ease,  ease;
    transform: scale(0.96);
}

/* #screen_slider .owl-item.center {
    transform: scale(1.08);
} */

/* Owl dots: circular, yellow border for non-active, larger filled active */
.owl-dots {
    text-align: center;
    /* remove extra vertical gap below slider */
    margin-top: 0;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid #F2CA19;
    background: transparent;
    margin: 0 6px;
    padding: 0;
    transition: all 220ms ease;
}

.owl-dots .owl-dot span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #F2CA19;
    opacity: 0;
    transform: scale(0.6);
    transition: all 220ms ease;
}

.owl-dots .owl-dot.active {
    width: 28px;
    height: 28px;
    border-width: 0;
}

.owl-dots .owl-dot.active span {
    opacity: 1;
    transform: scale(1);
}

/* Keep dots keyboard/touch friendly */
.owl-dots .owl-dot:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 202, 25, 0.15);
}

footer#footer {
    margin-top: -53px;
}
/* Small screens — slightly reduce sizes and center scale tweak */
@media (max-width: 576px) {
    #screen_slider .owl-item.center {
        transform: scale(1.03);
    }

    .owl-dots .owl-dot {
        width: 16px;
        height: 16px;
        border-width: 2px;
    }

    .owl-dots .owl-dot.active {
        width: 22px;
        height: 22px;
    }

    .screen_slider {
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
    }

    footer#footer {
        margin-top: -40px;
    }

}