/*
Theme Name: SLJ Kreyatika
Theme URI: https://example.com/slj-kreyatika
Author: SLJ
Author URI: https://example.com
Description: A custom theme with Bootstrap integration.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slj-kreyatika
Tags: bootstrap, custom, responsive
*/

/* Import theme styles from compiled Bootstrap CSS */

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

html,body {
    font-family: 'Onest', sans-serif;
    color:#333333 !important;
    font-family: 'Onest', sans-serif !important;
    font-size: 16px !important;
	overflow-x: hidden !important;
}

h1 {
    font-family: 'Onest', sans-serif;
    text-transform: capitalize;
    color:#2E5E2A !important;
    font-weight: 900 !important;
    font-size: 50px !important;
    line-height: 45px !important;
}

h2 {
    font-family: 'Onest', sans-serif;
    text-transform: capitalize;
    color:#2E5E2A !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 45px !important;
}

h3 {
    font-family: 'Onest', sans-serif;
    text-transform: capitalize;
    color:#2E5E2A !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    }

h4 {
    font-family: 'Onest', sans-serif;
    text-transform: capitalize;
    color:#2E5E2A !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

h5 {
    font-family: 'Onest', sans-serif;
    text-transform: capitalize;
    color:#2E5E2A !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

h6 {
    font-family: 'Onest', sans-serif;
    text-transform: capitalize;
    color:#3C7A3C !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.e-con-inner {
    padding: 0 !important;
}

/* CSS Variables */
:root {
    --bg-color--transparent: transparent;
    --color-primary: #1D327E;
    --color-accent: #C28800;
    --color-light-gray: #f5f5f5;
    --color-text-gray: #666;
}

.elementor-button {
	background-color: #1B6B3B !important;
}

.elementor-button:hover {
	background-color: #C28800 !important;
}

/* Footer Styling */
.site-footer {
    background-color: #3A5246;
    color: white;
    padding-top: 40px;
    margin-top: 5rem;
	font-size:15px !important;
}

.footer-heading {
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.footer-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--color-accent);
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.footer-links a:before {
    content: '\f105'; /* Font Awesome arrow icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-accent);
    font-size: 12px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--color-accent);
    padding-left: 20px;
}

.footer-links a:hover:before {
    left: 5px;
}

/* Social Icons in Footer */
.social-icon-footer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon-footer:hover {
    background-color: var(--color-accent);
    color: #fff;
    transform: translateY(-3px);
}

/* Contact Info Styling */
.contact-info .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--color-accent);
}

.contact-info a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: var(--color-accent) !important;
}


/* Top Bar Styling */
.top-bar {
    background-image: url(./images/bg.png);
    background-color: #fff;
    background-size: cover;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: none;
}

.top-bar-left {
    display: flex;
    align-items: center;
}

.top-bar-contact {
    color: var(--color-text-gray);
    margin-right: 20px;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.top-bar-contact i {
    margin-right: 8px;
    color: var(--color-accent);
}

.top-bar-contact:hover {
    color: var(--color-primary);
}

.top-bar-right {
    display: flex;
    justify-content: flex-end;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icon {
    color: var(--color-text-gray);
    margin-left: 15px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: var(--color-accent);
}

@media (max-width: 767px) {
    .top-bar-left, .top-bar-right {
        justify-content: center;
        text-align: center;
    }
    
    .top-bar-right {
        margin-top: 10px;
    }
}
.navbar {
    background-color: rgba(0, 0, 0, 0.1);
}
header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
}

/* Make navbar-toggler-icon white */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1) !important;
    padding: 0.25rem 0.5rem;
    transition: all 0.3s ease;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.25);
}

@media (min-width: 768px) {
    .site-branding {
    margin-right: 2rem;
}
}

@media (max-width: 767px) {
    .site-branding {
        margin-left: 0rem;
    }
}

.site-branding img {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 200px;
}

/* Menu Item Styling */

/* Offcanvas Menu Styling */
.offcanvas {
  position: fixed;
  height: 100vw;
  top: 0;
  right: 0;
  width: 80vw;
  max-width: 320px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: none; /* prevents layout space */
}

.offcanvas.show {
  transform: translateX(0);
  display: block;
	height: 100vw;
}

body.offcanvas-backdrop-open {
  overflow-x: hidden;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
}

.offcanvas-title {
    font-weight: 600;
    color: var(--color-text-dark);
}

.offcanvas-body {
    /* padding: 1.5rem; */
}

.offcanvas .navbar-nav .nav-item {
    margin-bottom: 0.75rem;
    color: var(--color-primary);
}

.offcanvas .navbar-nav .nav-link {
    padding: 0.5rem 0;
    font-size: 1rem;
    color: var(--color-text-gray) !important;
    transition: color 0.3s ease;
    position: relative;
}

.offcanvas .navbar-nav .nav-link:hover,
.offcanvas .navbar-nav .nav-link:focus,
.offcanvas .navbar-nav .current-menu-item .nav-link {
    color: var(--color-accent) !important;
}

.offcanvas .dropdown-menu {
    position: static !important;
    float: none;
    border: none;
    padding-left: 1rem;
    background: transparent;
    box-shadow: none;
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.offcanvas .dropdown-menu.show {
    display: block !important;
    opacity: 1;
    max-height: 1000px; /* Large enough to contain any submenu */
}

.offcanvas .dropdown-item {
    padding: 0.5rem 0;
    color: var(--color-text-gray);
}

.mobile-social-icons {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5rem;
}

/* Add dropdown indicator for mobile menu items with children */
.dropdown-toggle-mobile::after {
    content: '\f107'; /* Font Awesome chevron down */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

/* Rotate the chevron when dropdown is open */
.menu-item-has-children.show > .dropdown-toggle-mobile::after {
    transform: rotate(180deg);
}



/* .navbar-nav {
    margin-top: 10px;
} */

@media (max-width: 767px) {
    navbar-nav {
        margin-left: 0rem;
    }
}
.navbar-nav .nav-item .nav-link {
    border-top: 2px solid var(--bg-color--transparent);
    
    margin: 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    transition: border-color .2s, color .2s;


    @media (max-width: 767px) {
        color: var(--color-text-gray) !important;
    }

    
    color: #fff;

}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item.current-menu-item .nav-link {
    border-top: 2px solid var(--color-accent);
    color: var(--color-accent);
    text-decoration: none;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-width: 220px;
    transition: all 0.3s ease;
    display: none;
}

.navbar-nav .dropdown-menu .nav-link {
   
    color: #1D327E;
}
@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.navbar-nav .dropdown-item {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: #f5f5f5;
    color: #FC5A10;
}

/* Add down arrow to dropdown toggles */
.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Multi-level dropdown */
.navbar-nav .dropdown-menu .dropdown {
    position: relative;
}

.navbar-nav .dropdown-menu .dropdown > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    float: right;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.navbar-nav .dropdown-menu .dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -10px;
    margin-left: 1px;
}

/* Show nested dropdowns on hover */
@media (min-width: 992px) {
    .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.header-banner h2 {
    color: #fff !important;
}
/* .banner-bg-wrap {
    z-index: -1;
    background-color: #f7f7f7;
    background-image: url(./images/bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1720px;
    min-height: 550px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
} */

.contact-info h2{
    color: #fff !important;    
}

.contact-info {
    color: #fff !important;    
}
