/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.1
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
:root {
    --content-width: 90%;
    --theme-color1: #0c567e; 
    --theme-color1-rgb: 12, 86, 126; 
    --theme-color2: #c3c3c3; 
    --theme-color3: #eeeeee;     
    --bs-black: #000000;
    --bs-black-rgb: 0, 0, 0;
    --bs-white: #ffffff;
    --bs-white-rgb: 255, 255, 255;
    --transition: all 500ms ease;
    --font-awesome-free: "Font Awesome 7 Free";
    --font-awesome-brands: "Font Awesome 7 Brands";
}

@-moz-document url-prefix() {
    * {
        scrollbar-width: thin; 
        scrollbar-color: var(--theme-color1) #efefef; 
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #efefef; 
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme-color1);
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background: var(--theme-color1);
    border-radius: 10px;
    transition: var(--transition);
}

::-moz-selection {
    background: var(--theme-color1);
    color: var(--bs-white);
}
::selection {
    background: var(--theme-color1);
    color: var(--bs-white);
}
::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
::placeholder {
    color: inherit !important;
    opacity: 1;
}
body {
    overflow-y: auto;
    overflow-x: hidden;
    accent-color: var(--theme-color1);
    /* word-break: break-word; */
}
div#page-container {
    /* overflow-y: visible; */
    /* overflow-x: hidden; */
}
header #dd-hamburger .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
body:not(.et-fb) #et-boc .et-l #dd-section {
    z-index: 999999 !important;
}
#wpadminbar {
    z-index: 9999999 !important;
}
.et_pb_row {
    width: 90%;
}

footer .et_pb_column .et_pb_widget.widget_nav_menu,
footer .et_pb_column .et_pb_widget_area {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    border-right: 0;
    padding-right: 0;
    &:after {
        display: none;
    }
}
.wpcf7-spinner {
    position: absolute;
}
.wpa-test-msg {
    display: block;
    width: 100%;
    float: left;
}
p:empty {
    padding-bottom: 0;
}
.grecaptcha-badge {
    margin-bottom: 100px!important;
    z-index:10;
}
div#ht-ctc-chat {
    z-index: 9 !important;
}
.cky-btn{
    border-color:var(--theme-color1) !important;
    color:var(--bs-black) !important;
}

.cky-btn-accept, .cky-btn-revisit-wrapper {
    background-color:var(--theme-color2) !important;
    color:var(--bs-white) !important;
}


/* --header-- */
.sidebar-menu {
    & .et-menu {
        flex-direction: column;
        margin: 0;
        width: 100% !important;

        & > li {
            padding-inline: 0 !important;
            width: 100%;

            & > a {
                width: 100%;
                padding-inline-start: 50px;
                padding-block: 7px;

                &:hover {
                    background-image: url(/wp-content/uploads/2026/09/btnhover.png);
                    background-size: 100% 100%;
                }
            }
        }

        & > li.current-menu-item,
        & > li.current-menu-ancestor,
        & > li.active {
            & > a {
                background-image: url(/wp-content/uploads/2026/09/btnhover.png);
                background-size: 100% 100%;
                color: var(--bs-white);
            }
        }

        &:has(> li.contact-button.active) {
            & > li.current-menu-item > a,
            & > li.current-menu-ancestor > a {
                background-image: none;
                color: inherit !important;
            }

            & > li.contact-button.active > a {
                background-image: url(/wp-content/uploads/2026/09/btnhover.png);
                background-size: 100% 100%;
                color: var(--bs-white);
            }
        }
    }
    &.et_pb_menu {
        & .et_pb_menu__menu>nav>ul>li>ul {
            top: 0;
            left: calc(100% - 1px);
            width: auto;
        }
        & .et-menu-nav {
            width: 100%;
        }
        & .et_pb_menu__wrap,
        & .et_pb_menu__menu {
            width: 100%;
        }
        & .et_pb_menu_inner_container {
            width: 100%;
        }        
    }  
    & .nav {
        & li {
            & li { 
                padding-inline: 0 !important;
                border-bottom: 1px solid #201f1f !important;
                & a {
                    padding-inline: 15px !important;
                    &:hover {
                        background-color: var(--bs-black);
                    }
                }

            }  
        }
    }
}

.et-menu .menu-item-has-children>a:first-child {
    &:after {
        content: "\45" !important;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
    }
    &:hover{
        &:after {
            opacity: 1;
        }
    }
}
/* --header-close-- */
.main-slider-row {
    &:after {
        content: "";
        position: absolute;
        left: -1px;
        bottom: -1px;
        background: var(--bs-white);
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        padding: 5.805%;
        z-index: 2;
        aspect-ratio: 1 / 1; 
    }
    &>.et_pb_column:first-child {        
        &:before{
            content: "";
            position: absolute;
            background: var(--bs-black);
            transform-origin: bottom right;
            transform: rotate(47deg);
            width: 75%;
            height: 1px;
            z-index: 9;
            right: 100%;
            bottom: 18%;
        }
        &:after {
            content: "";
            position: absolute;
            background: var(--theme-color2);
            transform-origin: top right;
            transform: rotate(317deg);
            width: 31%;
            height: 1px;
            z-index: 9;
            right: 89%;
            bottom: 0;
        }
    }
}
.page-title .et_pb_module_header {
    padding-block: 2.5px;
}

header,
.search-sidebar-col {
 & .et_pb_search {    
    position: relative;
    border: 1px solid var(--theme-color3);
    box-sizing: border-box;
    overflow: visible;
    height: 27px;
    background: var(--bs-white);
    &:after {
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        width: 16px;
        height: 27px;
        background: var(--bs-white);
        border-left: 1px solid var(--theme-color3);
        transform: skewX(28deg);
        transform-origin: top right;
        z-index: 5;
    }
    & .et_pb_icon {
        position: absolute;
        right: 16px;
        top: 6px;
        pointer-events: none;
    }   
}
}
.search-sidebar-col {
    & .et_pb_search {    
        &:after {            
            background: #1a1a1a;
        }
    }
}
footer.et-l.et-l--footer {
    z-index: 0;
    position: relative;
}

.home-banner-text {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 34px 100%);
    padding-inline: 48px 19px;
    padding-block: 4px 0;
    
}

.home-banner-text h2 {
    padding-bottom: 0;
}


.contact-sec-info {
    & .wpcf7-form {
        & .et_pb_row {
            flex-wrap: wrap;
            row-gap: 0;
        }
        & .wpcf7-form-control:not(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-submit, .wpcf7-recaptcha) {
            max-height: 90px;
        }

        & p {
            padding-bottom: 0;
            margin-bottom: 0;
        }
    }
    & .wpcf7-response-output {
        float: left;
        width: 100%;
        text-align: center;
    }
    & .et_pb_button {
        padding: 0 !important;
        &:hover {
            padding: 0 !important;
        }
    }
	& .wpcf7-submit{
	}
    & form {
        & .et_pb_column:has(.wpcf7-submit) {
            margin-bottom: 0 !important;
        }

    }
    & .wpcf7-not-valid-tip {
        font-size: 90%;
    }
}
/* --seacrh-page-- */
.search-results-count {
    color: #444;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    line-height: 14px;
    & span {
        color: #666;
        font-style: italic;
        font-family: Georgia;
        font-size: 18px;
    }
}

.search-blog {
    & .et_pb_post {
        padding-bottom: 15px;
        & .entry-title {

        }
    }
}

header .email-icon-box .contact-button.active {
    rotate: 180deg;
    transform: translateY(30px);
    background-color: var(--bs-white) !important;
}

header .email-icon-box .contact-button.active .et-pb-icon {
    color: var(--bs-black) !important;
    transform: rotate(180deg);
}

.wp-block-heading {
   width: 200px;
    height: 25px;
    background: #ffffff;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
}
 
 
.search-sidebar ul li{
	background: url(/wp-content/uploads/2026/09/li_arrow_grey.png) no-repeat scroll 6px 7px transparent;
    display: block;
    width: 125%;
    height: 16px;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    padding-bottom: 3px;
    border-top: 1px solid #333;
    padding-left: 20px;
    padding-top: 4px;
}
/* --seacrh-page-close-- */
/*******  | MEDIA QUERY CODE |  *******/

@media screen and (width >=981px) {
header.et-l.et-l--header {
    z-index: 4;
    position: relative;
}

div#et-main-area {
    position: relative;
    z-index: 4;
}
}
@media screen and (width <=980px) {
.main-slider-row {
    & > .et_pb_column:first-child {
        &:before {
            bottom: 80px;
        }
    }
}

}

@media screen and (width <=767px) {

    sr7-arrow.sr7-leftarrow,
    sr7-arrow.sr7-rightarrow {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;  
        width: 20px !important; 
        height: 20px !important;  
        align-items: center;
        justify-content: center;
    }

    sr7-arrow.sr7-leftarrow::before,
    sr7-arrow.sr7-rightarrow::before {
        font-size: 10px !important; 
    }
    sr7-arrow.sr7-leftarrow {
        left: -15px !important;
    }

    sr7-arrow.sr7-rightarrow {
        right: -15px !important;
    }
    .main-slider-row {
        & > .et_pb_column:first-child {
            &:before {
                bottom: 38px;
            }
        }
    }
}
