/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.site-footer {
    padding-block-start: 1rem;
    padding-block-end: 1rem;
    position: relative;
    background: #323452;
    color:#fff;
}

.site-header {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    background: #323452;
}


img.custom-logo {
    width: 200px;
    height: auto;
}

nav.site-navigation ul li a {
    color: white !important;
}

nav.site-navigation ul li a:hover {
    color: lightblue !important;
    text-decoration: underline;
}


nav.site-navigation ul li a {
    color: white !important;
}


nav.site-navigation ul.sub-menu li a {
     color: #323452 !important;
}


button.btn.btn-primary.contact-btn {
    background: #246ee4;
    border: 1px solid #246ee4;
    border-radius: 8px;
    color: #fff;
    width: 150px;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Hover Effect */
button.btn.btn-primary.contact-btn:hover {
    background: #1d5bb8;
    border-color: #1d5bb8;
    color: #fff;
    box-shadow: 0px 4px 8px rgba(36, 110, 228, 0.3);
}

/* Focus (When clicked or tabbed into) */
button.btn.btn-primary.contact-btn:focus {
    outline: none;
    box-shadow: 0px 0px 8px rgba(36, 110, 228, 0.5);
}

/* Active (When button is pressed) */
button.btn.btn-primary.contact-btn:active {
    background: #174997;
    border-color: #174997;
    transform: scale(0.98);
}

/* General menu styling */
.site-navigation ul.menu li a {
    display: inline-block; /* Keeps text inline without forcing full width */
    padding: 8px 15px;
    text-decoration: none !important; /* Removes underline */
    white-space: nowrap; /* Prevents text from wrapping */
}

/* Main menu hover - White text */
.site-navigation ul.menu > li > a:hover {
    color: #fff !important; /* White for main menu */
}

/* Submenu styling */
.site-navigation ul.menu .sub-menu li a {
    display: block; /* Ensures full width */
    width: 100%; /* Takes full width */
    padding: 10px 15px; /* Adjust padding for spacing */
    white-space: nowrap; /* Prevents text from wrapping */
}

/* Submenu hover - Black text with full background */
.site-navigation ul.menu .sub-menu li a:hover {
    color: #fff !important; /* Black text */
    background: #010E2E; /* Light gray background */
}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: flex;
    content: "▾";
    font-size: 1.5em;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}


.site-navigation ul.menu li ul {
    background: #fff;
    display: none;
    min-width: 150px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    border: 1px solid white;
    padding: 2px;
    border-radius: 4px; 
    box-shadow: 0px 4px 6px rgba(0, 0, 255, 0.3); 
}


.ti-widget.ti-wp-testimonial-1 .ti-review-header .ti-profile-details {
    padding-left: 20px !important;
}       

.ti-widget.ti-wp-testimonial-1 .ti-stars {
    padding-left: 20px !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.ti-widget.ti-wp-testimonial-1 .ti-review-content, .ti-widget.ti-wp-testimonial-1 .ti-read-more, .ti-widget.ti-wp-testimonial-1 .ti-review-image-container {
    padding-left: 20px !important;
}