/*
Theme Name: Triev
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: Pragyaware Informatics team
Author URI: https://pragyawareinformatics.com
Description: Triev is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: triev
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --roboto-font: "Roboto", sans-serif;
    --belanosima-font: "Belanosima", sans-serif;
    --body-color: #FFFBF9;
}
*{font-family: var(--roboto-font);}
/* background-color: var(--body-color); */
.site_header { border-bottom: 1px solid #B7B7B7; }
.site_header .navbar{padding: 0;}
.site_header .navbar .navbar-nav .nav-item .nav-link {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.site_header .navbar .navbar-nav .current_page_item {position: relative;}
.navbar-toggler .hamburger-line{
    display: block;
    width: 29px;
    height: 2px;
    background-color: #333333;
}
.navbar-toggler .hamburger-line:nth-child(2){
    margin: 4px;
}
.navbar-toggler:focus{box-shadow: unset;}

/* hero banner css start */
.carousel-indicators {
    width: min-content;
    min-width: 46px;
    margin: auto;
    border: 1px solid #ff6802;
    border-radius: 50px;
    padding: 8px 8px;
    gap: 8px;
    bottom: 70px;
}
.carousel-indicators [data-bs-target] {
    position: relative;
    background: #ff6904;
    flex: 0 0 10px;
    height: 10px;
    width: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
}
.swiper-pagination-bullet-active:before,
.carousel-indicators [data-bs-target].active:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #ff6904;
    position: absolute;
    right: auto;
    left: -4px;
    top: -4px;
    border-radius: 10px;
}
.carousel-item .carousel-caption {
    text-align: inherit;
    left: 0;
    right: 0;
    max-width: max-content;
    width: 70ch;
    background-color: rgba(255 255 255 / 0.8);
    padding: 20px;
    border-radius: 20px;
    bottom: 13%;
    transform: translateY(-50px);
    margin: auto;
}

.carousel-item .carousel-caption h2 {
    color: #fd6822;
    font-size: 200%;
    text-transform: initial;
    text-align: center;
    font-weight: bold;
}

.carousel-item .carousel-caption p {
    color: #1c1c1c;
    text-align: center;
    font-size: 150%;
}
.site_footer .widget-footer ul { list-style: none; }
.site_footer .widget-footer ul li { margin-bottom: 10px; }
.site_footer .widget-footer ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.site_footer .widget-footer h5 { font-size: 22px; margin-bottom: 20px; letter-spacing: 0.03em; }
.site_footer .widget-footer ul{padding-left: 0px;}
.site_footer .widget-footer ul .contact-list {
    background-repeat: no-repeat !important;
    background-position: -3px top;
    box-sizing: content-box;
    padding-left: 30px;
}

.site_footer .widget-footer ul #address{background: url(.././../../wp-content/uploads/2025/04/bx_map.png);}
.site_footer .widget-footer ul #phone{background: url(.././../../wp-content/uploads/2025/04/ic-whatsapp.png);}
.site_footer .widget-footer ul #mail{background: url(.././../../wp-content/uploads/2025/04/material-symbols-light_mail-outline.png);}

/* site-footer css start */
.site_footer { background-color: #653E25; padding: 50px 0px 80px; color: #fff;}
.site_footer .social-items > .widget-footer ul > li {
    padding: 0;
    display: inline-block;
    margin: 0;
}
.site_footer .social-items > .widget-footer ul > li:not(:last-child) { margin-right: 30px; }
.site_footer .footer-item { position: relative; }
.site_footer .row > *:not(:last-child) .footer-item:after {
    content: '';
    width: 1px;
    display: block;
    height: 100%;
    min-height: 280px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.4;
}
.theme-heading span { color: #f39738; }
.swiper-wrapper{padding: 10px;}
.partner-testiminial .swiper-slide { box-shadow: -5px 5px 15px  rgba(255 103 1 / 40%); }
.swiper-pagination-bullet-active { position: relative; }
#sy-whatshelp {
    right: 30px;
    bottom: 10%;
    position: fixed;
    z-index: 9999;
}
#sy-whatshelp a.sywh-open-services {
    background-color: #25D366;
    color: #fff;
    line-height: 50px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1024px){
    .site_header .navbar .navbar-nav .nav-item:not(:last-child) { padding: 0 15px; }
    .site_header .navbar .navbar-nav .current_page_item:after {
        content: '';
        width: 100%;
        height: 3px;
        display: block;
        background: url('http://localhost/triev/wp-content/uploads/2025/04/active-bar.png');
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
    }
}