/*
 Theme Name:   Fynode Child
 Theme URI:    http://klbtheme.com/fynode/
 Description:  Fynode Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     fynode
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  fynode-child
*/

.site-countdown-wrapper {
	display:none;
}
.testimonial-products.products{
	display:none;
}
#menu-item-2088 > a {
    /* Spacing & Layout (KEPT EXACTLY AS REQUESTED) */
    padding: 10px 22px !important;
    margin: auto 10px;
    font-size: 14px;
    height: auto;
    line-height: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #ffffff;
    border-radius: 20px;
    color: #111111 !important;
    font-weight: 800;
/*     letter-spacing: 1px;
    text-shadow: 
        -1px -1px 0px rgba(0,0,0,0.05), 
         1px 1px 0px rgba(0,0,0,0.2);  */

    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 
        0 4px 15px rgba(0,0,0,0.05),
        inset 0 -2px 5px rgba(0,0,0,0.02);

    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

#menu-item-2088 > a:hover {
    background: #000000;
    color: #ffffff !important;
    border-radius: 20px;
    text-shadow: none;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

#menu-item-2088 > a::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255,255,255,0.1);
    transform: rotate(30deg);
    transition: all 0s;
}

#menu-item-2088 > a:hover::after {
    left: 150%;
    transition: all 0.6s ease;
}
/* REMOVE ALL HOVER / FOCUS / HEADER OUTLINE BORDERS */
#menu-item-2088 a,
#menu-item-2088 a:hover,
#menu-item-2088 a:focus,
#menu-item-2088 a:active,
#masthead:hover #menu-item-2088 a,
#masthead #menu-item-2088 a {
    outline: none !important;
    outline-offset: 0 !important;
}

footer a {
    color: inherit !important;
	text-decoration: none !important;
}
footer .widget_social_media a {
    color: initial !important;
}
#franch-desc .entry-description {
  margin-top: -40px !important;
}

/* ============================================
   FOOTER STYLING - BLACK BACKGROUND
   ============================================ */

/* Main footer with black background */
.site-footer {
    background-color: #00575a !important;
    color: #ffffff !important;
    padding-top: 40px !important;
    margin-top: 0 !important;
    position: relative !important;
    overflow: visible !important;
    border-top: none !important;
    clear: both !important;
}

/* Widgets section with black background */
.footer-widgets {
    background-color: #00575a !important;
    padding: 60px 0 40px 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Container keeps original padding */
.site-footer-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    position: relative !important;
	
}

/* Branding Section - white text on black */
.site-brand img {
    max-width: 200px !important;
    height: auto !important;
/*     margin-bottom: 20px !important; */
    transition: all 0.3s ease !important;
    display: block !important;
   
}

.site-brand img:hover {
    transform: translateY(-2px) !important;
}

.branding-detail p {
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

.branding-detail strong {
    font-weight: 600 !important;
    color: #ffffff !important;
}

.branding-detail a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    opacity: 0.9 !important;
}

.branding-detail a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}

/* Widget Titles - white text */
.widget-title {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    padding-bottom: 12px !important;
    position: relative !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.widget-title:after {
    content: '';
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 40px !important;
    height: 3px !important;
    background: #ffffff !important;
    opacity: 0.7 !important;
    border-radius: 2px !important;
}

/* Quick Links - white text */
#menu-main-menu-1 {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#menu-main-menu-1 li {
    margin-bottom: 12px !important;
    padding-left: 0 !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

#menu-main-menu-1 li:before {
    content: '→' !important;
    color: #ffffff !important;
    position: absolute !important;
    left: -20px !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
}

#menu-main-menu-1 li:hover {
    padding-left: 20px !important;
}

#menu-main-menu-1 li:hover:before {
    opacity: 1 !important;
    left: 0 !important;
}

#menu-main-menu-1 li a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 18px !important;
	font-weight:600 !important;
    transition: all 0.3s ease !important;
    display: block !important;
    padding: 4px 0 !important;
/*     opacity: 0.9 !important; */
}

#menu-main-menu-1 li a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    transform: translateX(5px) !important;
}

/* Contact Us Widget - white text */
.klbfooterwidget.widget_text .widget-title {
    color: #ffffff !important;
}

/* Social Media - Keep original colors (no change) */
.site-social {
    margin-top: 25px !important;
}

.social-media.background-social {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.social-media.background-social li {
    margin-bottom: 15px !important;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.social-media.background-social li:hover {
    background: transparent !important;
    transform: translateY(-3px) !important;
    box-shadow: none !important;
}

.social-media.background-social li a {
    display: flex !important;
    align-items: center !important;
    padding: 10px 0 !important;
    text-decoration: none !important;
}

/* Social media icons keep their original colors */
.site-social-icon {
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    transition: all 0.3s ease !important;
}

.social-media.background-social li:hover .site-social-icon {
    transform: rotate(360deg) scale(1.1) !important;
}

/* Social media text - white */
.site-social-content p {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    text-transform: capitalize !important;
}

.site-social-content span {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 12px !important;
    margin-top: 2px !important;
    display: block !important;
}

/* Copyright Section - black background with white text */
.footer-copyright {
    background-color: #ffffff !important;
    padding: 25px 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
    position: relative !important;
}

.site-copyright {
    color: #ffffff !important;
    text-align: center !important;
    font-size: 16px !important;
    margin: 0 !important;
    opacity: 0.8 !important;
}

.site-copyright a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    opacity: 0.9 !important;
}

.site-copyright a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}

/* COMPLETELY REMOVE PAYMENT CARDS SECTION */
.site-payment-cards {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-widgets {
        padding: 40px 0 30px 0 !important;
    }
    
    .widget-title {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }
    
    #menu-main-menu-1 li a {
        font-size: 14px !important;
    }
    
    .social-media.background-social li {
        margin-bottom: 10px !important;
    }
    
    .social-media.background-social li a {
        padding: 8px 0 !important;
    }
    
    .row.gap-y-20 {
        gap: 30px 0 !important;
    }
    
    .col {
        margin-bottom: 30px !important;
    }
    
    .site-brand img {
        max-width: 180px !important;
    }
    
    .footer-copyright {
        padding: 20px 0 !important;
    }
}

/* Animation for icons */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.social-media.background-social li:hover .site-social-icon i {
    animation: float 0.6s ease-in-out !important;
}

/* Grid System */
.row.gap-y-20 {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important;
}

.col {
    padding: 0 15px !important;
}

/* Container */
.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative !important;
}

/* Ensure all text in footer is white */
.site-footer,
.site-footer * {
    color: #ffffff !important;
}

/* Specific exceptions to preserve social media icon colors */
.social-media.background-social li a i,
.social-media.background-social li a .klb-social-icon-facebook,
.social-media.background-social li a .klb-social-icon-instagram {
    color: inherit !important; /* Keep original icon colors */
}

/* Phone and email links hover */
.branding-detail a[href^="tel:"],
.branding-detail a[href^="mailto:"] {
    color: #ffffff !important;
}

.branding-detail a[href^="tel:"]:hover,
.branding-detail a[href^="mailto:"]:hover {
    color: #ef7c00 !important;
    text-decoration: underline !important;
}
#gallery-1 img {
	border:none !important;
}
/* 1. Center the entire gallery container */
.gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important; /* Centers the items horizontally *//*
 Theme Name:   Fynode Child
 Theme URI:    http://klbtheme.com/fynode/
 Description:  Fynode Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     fynode
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  fynode-child
*/

.site-countdown-wrapper {
	display:none;
}
.testimonial-products.products{
	display:none;
}
#menu-item-2088 > a {
    /* Spacing & Layout (KEPT EXACTLY AS REQUESTED) */
    padding: 10px 22px !important;
    margin: auto 10px;
    font-size: 14px;
    height: auto;
    line-height: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #ffffff;
    border-radius: 20px;
    color: #111111 !important;
    font-weight: 800;
/*     letter-spacing: 1px;
    text-shadow: 
        -1px -1px 0px rgba(0,0,0,0.05), 
         1px 1px 0px rgba(0,0,0,0.2);  */

    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 
        0 4px 15px rgba(0,0,0,0.05),
        inset 0 -2px 5px rgba(0,0,0,0.02);

    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

#menu-item-2088 > a:hover {
    background: #000000;
    color: #ffffff !important;
    border-radius: 20px;
    text-shadow: none;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

#menu-item-2088 > a::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255,255,255,0.1);
    transform: rotate(30deg);
    transition: all 0s;
}

#menu-item-2088 > a:hover::after {
    left: 150%;
    transition: all 0.6s ease;
}
/* REMOVE ALL HOVER / FOCUS / HEADER OUTLINE BORDERS */
#menu-item-2088 a,
#menu-item-2088 a:hover,
#menu-item-2088 a:focus,
#menu-item-2088 a:active,
#masthead:hover #menu-item-2088 a,
#masthead #menu-item-2088 a {
    outline: none !important;
    outline-offset: 0 !important;
}

footer a {
    color: inherit !important;
	text-decoration: none !important;
}
footer .widget_social_media a {
    color: initial !important;
}
#franch-desc .entry-description {
  margin-top: -40px !important;
}

/* ============================================
   FOOTER STYLING - BLACK BACKGROUND
   ============================================ */

/* Main footer with black background */
.site-footer {
    background-color: #00575a !important;
    color: #ffffff !important;
    padding-top: 40px !important;
    margin-top: 0 !important;
    position: relative !important;
    overflow: visible !important;
    border-top: none !important;
    clear: both !important;
}

/* Widgets section with black background */
.footer-widgets {
    background-color: #00575a !important;
    padding: 60px 0 40px 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Container keeps original padding */
.site-footer-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    position: relative !important;
	
}

/* Branding Section - white text on black */
.site-brand img {
    max-width: 200px !important;
    height: auto !important;
/*     margin-bottom: 20px !important; */
    transition: all 0.3s ease !important;
    display: block !important;
   
}

.site-brand img:hover {
    transform: translateY(-2px) !important;
}

.branding-detail p {
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

.branding-detail strong {
    font-weight: 600 !important;
    color: #ffffff !important;
}

.branding-detail a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    opacity: 0.9 !important;
}

.branding-detail a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}

/* Widget Titles - white text */
.widget-title {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    padding-bottom: 12px !important;
    position: relative !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.widget-title:after {
    content: '';
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 40px !important;
    height: 3px !important;
    background: #ffffff !important;
    opacity: 0.7 !important;
    border-radius: 2px !important;
}

/* Quick Links - white text */
#menu-main-menu-1 {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#menu-main-menu-1 li {
    margin-bottom: 12px !important;
    padding-left: 0 !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

#menu-main-menu-1 li:before {
    content: '→' !important;
    color: #ffffff !important;
    position: absolute !important;
    left: -20px !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
}

#menu-main-menu-1 li:hover {
    padding-left: 20px !important;
}

#menu-main-menu-1 li:hover:before {
    opacity: 1 !important;
    left: 0 !important;
}

#menu-main-menu-1 li a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    display: block !important;
    padding: 4px 0 !important;
    opacity: 0.9 !important;
}

#menu-main-menu-1 li a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    transform: translateX(5px) !important;
}

/* Contact Us Widget - white text */
.klbfooterwidget.widget_text .widget-title {
    color: #ffffff !important;
}

/* Social Media - Keep original colors (no change) */
.site-social {
    margin-top: 25px !important;
}

.social-media.background-social {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.social-media.background-social li {
    margin-bottom: 15px !important;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.social-media.background-social li:hover {
    background: transparent !important;
    transform: translateY(-3px) !important;
    box-shadow: none !important;
}

.social-media.background-social li a {
    display: flex !important;
    align-items: center !important;
    padding: 10px 0 !important;
    text-decoration: none !important;
}

/* Social media icons keep their original colors */
.site-social-icon {
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    transition: all 0.3s ease !important;
}

.social-media.background-social li:hover .site-social-icon {
    transform: rotate(360deg) scale(1.1) !important;
}

/* Social media text - white */
.site-social-content p {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    text-transform: capitalize !important;
}

.site-social-content span {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 12px !important;
    margin-top: 2px !important;
    display: block !important;
}

/* Copyright Section - black background with white text */
.footer-copyright {
    background-color: #ffffff !important;
    padding: 25px 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
    position: relative !important;
}

.site-copyright {
    color: #ffffff !important;
    text-align: center !important;
    font-size: 16px !important;
    margin: 0 !important;
    opacity: 0.8 !important;
}

.site-copyright a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    opacity: 0.9 !important;
}

.site-copyright a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}

/* COMPLETELY REMOVE PAYMENT CARDS SECTION */
.site-payment-cards {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-widgets {
        padding: 40px 0 30px 0 !important;
    }
    
    .widget-title {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }
    
    #menu-main-menu-1 li a {
        font-size: 14px !important;
    }
    
    .social-media.background-social li {
        margin-bottom: 10px !important;
    }
    
    .social-media.background-social li a {
        padding: 8px 0 !important;
    }
    
    .row.gap-y-20 {
        gap: 30px 0 !important;
    }
    
    .col {
        margin-bottom: 30px !important;
    }
    
    .site-brand img {
        max-width: 180px !important;
    }
    
    .footer-copyright {
        padding: 20px 0 !important;
    }
}

/* Animation for icons */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.social-media.background-social li:hover .site-social-icon i {
    animation: float 0.6s ease-in-out !important;
}

/* Grid System */
.row.gap-y-20 {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important;
}

.col {
    padding: 0 15px !important;
}

/* Container */
.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative !important;
}

/* Ensure all text in footer is white */
.site-footer,
.site-footer * {
    color: #ffffff !important;
}

/* Specific exceptions to preserve social media icon colors */
.social-media.background-social li a i,
.social-media.background-social li a .klb-social-icon-facebook,
.social-media.background-social li a .klb-social-icon-instagram {
    color: inherit !important; /* Keep original icon colors */
}

/* Phone and email links hover */
.branding-detail a[href^="tel:"],
.branding-detail a[href^="mailto:"] {
    color: #ffffff !important;
}

.branding-detail a[href^="tel:"]:hover,
.branding-detail a[href^="mailto:"]:hover {
    color: #ef7c00 !important;
    text-decoration: underline !important;
}
#gallery-1 img {
	border:none !important;
}
/* 1. Center the entire gallery container */
.gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important; /* Centers the items horizontally */
    gap: 10px; /* Optional: adds space between the 4 items */
}

/* 2. Set the 250x250 size for the items */
.gallery-item {
    width: 250px !important;
    height: 250px !important;
    margin: 0 !important; /* Removes default theme margins that might break centering */
    text-align: center;
}

/* 3. Make the image fill the 250x250 box */
.gallery-item img {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
}

.slick-arrow {
  display: none !important;
}
.section-margin{
	display:none !important;
}
.border-top{
	display:none !important;
} 

/* Container alignment */
.footer-branding-column {
    text-align: left;
}

/* Remove default image margins that cause the offset */
.footer-branding-column .site-brand img {
    margin-left: 0 !important;
    padding-left: 0 !important;
    display: block;
    margin-bottom: 20px; /* Space under logo */
    height: auto;
}

/* Align contact items in a grid */
.branding-detail .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Style the icons */
.branding-detail .icon {
    margin-right: 1px;
    font-size: 18px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
}

/* Ensure text stays aligned */
.branding-detail .text {
    font-size: 16px;
    color: #333; /* Change color as per your theme */
}

.branding-detail .text a {
    text-decoration: none;
    color: inherit;
}

.branding-detail .text a:hover {
    color: #0073aa; /* Change hover color */
}

/* Force the container to be a row */
.klbfooterwidget .social-media {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; /* Prevents wrapping to next line */
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* Force the list items to not take full width */
.klbfooterwidget .social-media li {
    width: auto !important;
    display: inline-block !important;
    margin: 0 !important;
}

/* Hide the text labels */
.klbfooterwidget .site-social-content {
    display: none !important;
}

/* Style the icon buttons */
.klbfooterwidget .social-media li a {
    display: flex !important;
    width: 45px !important;
    height: 45px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 8px !important; /* Rounded corners */
    padding: 0 !important;
}

/* BRAND COLORS */

/* Facebook Blue */
.klbfooterwidget .social-media li a.facebook {
    background-color: #3b5998 !important;
}

/* Instagram Original Gradient */
.klbfooterwidget .social-media li a.instagram {
    background: #d6249f !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}

/* Ensure icons are white and centered */
.klbfooterwidget .site-social-icon {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.klbfooterwidget .site-social-icon i {
    width: auto !important;
    height: auto !important;
}
.site-announcement-bar .announcement-message .btn{
	display:none;
}

/* Ensure the copyright container allows for the image */
.site-copyright {
    display: block !important;
    text-align: center !important;
    line-height: 1.6 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* The unit containing text + logo */
.designer-unit {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important; /* Prevents logo from jumping to next line alone */
    vertical-align: middle !important;
}

/* The Image itself */
.footer-custom-logo img {
    height: 28px !important; /* Force the height */
    width: auto !important;
    display: inline-block !important;
    margin-left: 5px !important;
	text-align: center !important;
}

/* Responsive: If screen is small, let the "Designed by" unit drop to second line */
@media (max-width: 768px) {
    .site-copyright {
        font-size: 12px !important;
    }
    .footer-custom-logo img {
        height: 20px !important;
    }
}
.elementor-element-ed0e625 h3 {
    position: relative;
}

.elementor-element-ed0e625 h3::after {
    content: "काका फोन्स है ना...!";
    display: block;
}
/* ================================================================
   1. HEADER: MENU ORANGE & HEADER HOVER INTERACTION
   ================================================================ */
/* Text Color: Active and Hover */
#masthead .site-nav ul li a:hover,
#masthead .site-nav ul li.current-menu-item > a {
    color: #ff6600 !important;
}
#menu-item-2088 > a::before {
    content: "\f019";
    font-family: "Font Awesome 5 Free"; /* Try "Font Awesome 6 Free" if you updated recently */
    font-weight: 900; /* This is MANDATORY for solid icons */
    margin-right: 5px;
    display: inline-block;
}

/* The base state */
#menu-item-2088 > a::before {
    content: "";
    display: inline-block;
    width: 18px; 
    height: 20px;
    margin-right: 2px;
    vertical-align: middle;
    background: url("https://kakafones.com/wp-content/uploads/2026/01/download-1.png") no-repeat center;
    background-size: contain;
    transition: filter 0.3s ease; /* Makes the color change smooth */
}

/* The hover state */
#menu-item-2088 > a:hover::before {
    /* This filter turns a black/dark icon into pure white */
    filter: brightness(0) invert(1);
}
/* Black Outline: Triggers when the mouse enters the header area */
/* #masthead:hover .site-action-link, 
#masthead:hover #menu-item-2088 a {
    outline: 2px solid #000000 !important;
    outline-offset: 2px;
} */
.site-action-link, #menu-item-2088 a { transition: all 0.3s ease; outline: 2px solid transparent; }


/* ================================================================
   2. FOOTER: QUICK LINKS (TEXT AND ARROWS)
   ================================================================ */
/* Arrow Color: Orange on Hover and Active States */
.site-footer .widget_nav_menu ul#menu-main-menu-1 li:hover::before,
.site-footer .widget_nav_menu ul#menu-main-menu-1 li.current-menu-item::before {
    color: #ef7c00 !important;
}
/* Text Color: Orange on Hover and Active States */
.site-footer .widget_nav_menu ul#menu-main-menu-1 li a:hover,
.site-footer .widget_nav_menu ul#menu-main-menu-1 li.current-menu-item > a {
    color: #ef7c00 !important;
}
/* ================================================================
   3. PROTECTION & EXTRAS
   ================================================================ */
/* Ensure other footer links (Phone, Email, Copyright) also turn orange on hover */
.site-footer .branding-detail a:hover,
.site-footer .site-copyright a:hover {
    color: #ffffff !important;
}

/* Keep Social Media Icons their original color (No orange here) */
.site-footer .klbfooterwidget.widget_social_media a i,
.site-footer .klbfooterwidget.widget_social_media a p {
    color: inherit !important;
}
/* Make ALL header menu text bold */
#masthead .site-nav ul li a {
    font-weight: 700 !important;
}

/* Make ALL footer menu text bold */
.site-footer .widget_nav_menu ul#menu-main-menu-1 li a {
    font-weight: 700 !important;
}

/* --- 1. SET BLACK TEXT AND ICONS ON INNER PAGES --- */
body:not(.home) .site-header .site-menu li a, 
body:not(.home) .site-header .site-action-icon i,
body:not(.home) .site-header #menu-item-2088 a {
    color: #000000 !important;
}

/* --- 2. SET PERMANENT BLACK OUTLINE ON INNER PAGES --- */
body:not(.home) .site-action-link, 
body:not(.home) #menu-item-2088 a {
/*     outline: 2px solid #000000 !important;
    outline-offset: 2px; */
}

/* --- 3. TRANSITION & TRANSPARENT DEFAULTS (General) --- */
.site-action-link, 
#menu-item-2088 a { 
    transition: all 0.3s ease; 
/*     outline: 2px solid transparent;  */
}


#masthead:hover .site-action-link, 
#masthead:hover #menu-item-2088 a {
/*     outline: 2px solid #000000 !important;
    outline-offset: 2px; */
}

#masthead:hover .site-menu li a,
#masthead:hover .site-action-icon i {
    color: #000000 !important;
}
.home h1, .home h2, .home h3 {

    display: block !important;
    visibility: visible !important;
}

/*-------------------------------------*/
.announcement-message p {
    font-size: 17px !important;
	
}

/* 1. Center the content containers of the footer rows */
/* .site-footer .container {
    display: flex;
    justify-content: center;
    width: 100%;
}
 */
/* 2. Ensure the inner row takes up full width but aligns children to center */
/* .site-footer .site-footer-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
} */

/* 3. Center the Bootstrap/Grid rows */
/* .site-footer .row {
    justify-content: center;
} */

/* 4. Specifically for the copyright row */
/* .footer-copyright .site-footer-inner {
    text-align: center;
} */

/* Align copyright with the start of the grid */
/* .footer-copyright .site-footer-inner {
    display: flex;
    justify-content: flex-start; 
    text-align: left;
    padding-left: 35px; 
} */

/* .site-copyright {
    margin-left: 0;
    margin-right: auto;
    display: block;
} */

/* =================================================================================================================== */

/* =================================================================================================================== */ 

/* Ensures the designer logo stays inline with the text */
.designer-unit {
    display: inline-block;
    vertical-align: middle;
}
.site-banner.custom-background[style] {
    --custom-background: #f9f9f9 !important;
    background-color: #f9f9f9 !important;
}

/*Menu*/

/*Counter Box*/
/* ===== Testimonials + Counters Main Section ===== */
.elementor-element-81d8555 {
    max-width: 1200px;          /* controls left-right space */
    margin: 60px auto;          /* center with space */
    padding: 60px 40px;         /* inner spacing */
    border-radius: 35px;
    overflow: hidden;           /* keeps radius clean */
}

/* ===== Counter Boxes (Happy Customers & Brands) ===== */
.elementor-element-efe3f91 .site-counter-block,
.elementor-element-ae08eb2 .site-counter-block {
    background: #ffffff;
    border-radius: 35px;
    padding: 40px 30px;
}

/* Optional: slight separation between boxes */
.elementor-element-efe3f91,
.elementor-element-ae08eb2 {
    padding: 15px;
}
/* ===== Testimonials Section – Proper Outer Spacing ===== */
.elementor-element-81d8555 {
    width: calc(100% - 120px) !important; /* 60px left + 60px right */
    margin: 80px auto !important;
    border-radius: 35px !important;
    overflow: hidden !important;
}

/* Prevent Elementor full-width overflow */
.elementor-element-81d8555 > .e-con-inner {
    max-width: 100% !important;
    border-radius: 35px !important;
}
@media (max-width: 768px) {
    .elementor-element-81d8555 {
        width: calc(100% - 40px) !important;
        margin: 40px auto !important;
        border-radius: 25px !important;
    }

    .elementor-element-81d8555 > .e-con-inner {
        border-radius: 25px !important;
    }
}
/* MOBILE DRAWER STYLES */
/* MOBILE DRAWER STYLES */
@media (max-width: 768px) {
    /* Drawer background */
    .site-drawer .site-drawer-inner {
        background-color: #0057a5 !important;
        color: #fff !important;
        position: relative;
    }
	 .site-drawer .site-drawer-row.site-drawer-header {
        border-bottom: none !important;
    }

    /* Logo inside header */
    .site-drawer .site-drawer-header .drawer-logo img {
        max-height: 40px;
        width: auto;
        display: block;
        margin: 20px auto; /* top & bottom spacing */
    }

    /* Menu links */
    .site-drawer .site-menu li a {
        color: #fff !important;
    }

    /* Keep close button visible */
    .site-drawer .drawer-close {
        display: block !important;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 999;
    }

    /* Hide menu title + divider */
    .site-drawer .site-drawer-header .drawer-title,
    .site-drawer .site-drawer-header .divider,
    .site-drawer .site-drawer-header .entry-title {
        display: none !important;
    }
}

@media (max-width: 768px) {
    /* Make drawer logo smaller, center it, and add top space */
    .site-drawer img {
        max-height: 40px !important;
        width: auto !important;
        display: block;
        margin: 20px auto 0 auto; /* 20px top space, auto left & right for center */
    }
}

}
/* Reduce logo size for mobile devices only */
/* Target mobile devices only (max-width: 767px) */
@media (max-width: 767px) {
    .elementor-element-4636a9f .site-logos {
        /* Adjust 40px to whatever size you prefer (was 66px) */
        --logo-mobile-height: 40px !important;
    }

    /* Optional: If you want to shrink the gap between logos on mobile as well */
    .elementor-element-4636a9f .site-logos-inner {
        --marquee-gap-mobile: 15px !important;
    }
    
    /* Ensure images respect the new height and maintain aspect ratio */
    .site-logos-item img {
        height: var(--logo-mobile-height) !important;
        width: auto !important;
        object-fit: contain;
    }
}

/* Testimonial stars */
.testimonial-rating i.klb-icon-star-solid {
    color: #ffbc00 !important;
}
.site-testimonial.box-style .testimonial-comment .testimonial-author {
	color: #0057A5 !important;
}
img {
    image-rendering: auto;
    max-width: 100%;
    height: auto;
}


/* franchise section*/
.elementor-element-95a4267 {
    justify-content: center !important;
}

/* FOOTER COLORS */
/* 1. Footer Background Color */
.site-footer, 
.site-footer-row.footer-widgets, 
.site-row.footer-copyright {
    background-color: #0057a5 !important;
}

/* 2. Title Color (Quick Links, Follow Us, etc.) */
.site-footer .widget-title {
    color: #ffffff !important;
	font-weight:800 !important;
}

/* 3. General Font Color (Text, Links, and Copyright) */
.site-footer,
.site-footer .textwidget,
.site-footer .branding-detail .text,
.site-footer .branding-detail .text strong,
.site-footer .menu-item a,
.site-footer .site-copyright,
.site-footer .site-social-content p {
    color: #ffffff !important;
}

/* Adjusting the divider line if applicable */
.site-row.footer-copyright {
    border-top: 1px solid #d6e7f3;
}

.widget-title:after { 
	background: #ffffff !important;
}
    gap: 10px; /* Optional: adds space between the 4 items */
}

/* 2. Set the 250x250 size for the items */
.gallery-item {
    width: 250px !important;
    height: 250px !important;
    margin: 0 !important; /* Removes default theme margins that might break centering */
    text-align: center;
}

/* 3. Make the image fill the 250x250 box */
.gallery-item img {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
}

.slick-arrow {
  display: none !important;
}
.section-margin{
	display:none !important;
}
.border-top{
	display:none !important;
} 

/* Container alignment */
.footer-branding-column {
    text-align: left;
}

/* Remove default image margins that cause the offset */
.footer-branding-column .site-brand img {
    margin-left: 0 !important;
    padding-left: 0 !important;
    display: block;
    margin-bottom: 20px; /* Space under logo */
    height: auto;
}

/* Align contact items in a grid */
.branding-detail .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Style the icons */
.branding-detail .icon {
    margin-right: 12px;
    font-size: 18px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
}

/* Ensure text stays aligned */
.branding-detail .text {
    font-size: 16px;
    color: #333; /* Change color as per your theme */
}

.branding-detail .text a {
    text-decoration: none;
    color: inherit;
}

.branding-detail .text a:hover {
    color: #0073aa; /* Change hover color */
}

/* Force the container to be a row */
.klbfooterwidget .social-media {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; /* Prevents wrapping to next line */
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* Force the list items to not take full width */
.klbfooterwidget .social-media li {
    width: auto !important;
    display: inline-block !important;
    margin: 0 !important;
}

/* Hide the text labels */
.klbfooterwidget .site-social-content {
    display: none !important;
}

/* Style the icon buttons */
.klbfooterwidget .social-media li a {
    display: flex !important;
    width: 45px !important;
    height: 45px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 8px !important; /* Rounded corners */
    padding: 0 !important;
}

/* BRAND COLORS */

/* Facebook Blue */
.klbfooterwidget .social-media li a.facebook {
    background-color: #3b5998 !important;
}

/* Instagram Original Gradient */
.klbfooterwidget .social-media li a.instagram {
    background: #d6249f !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}

/* Ensure icons are white and centered */
.klbfooterwidget .site-social-icon {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.klbfooterwidget .site-social-icon i {
    width: auto !important;
    height: auto !important;
}
.site-announcement-bar .announcement-message .btn{
	display:none;
}

/* Ensure the copyright container allows for the image */
.site-copyright {
    display: block !important;
    text-align: center !important;
    line-height: 1.6 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* The unit containing text + logo */
.designer-unit {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important; /* Prevents logo from jumping to next line alone */
    vertical-align: middle !important;
}

/* The Image itself */
.footer-custom-logo img {
    height: 28px !important; /* Force the height */
    width: auto !important;
    display: inline-block !important;
    margin-left: 5px !important;
	text-align: center !important;
}

/* Responsive: If screen is small, let the "Designed by" unit drop to second line */
@media (max-width: 768px) {
    .site-copyright {
        font-size: 12px !important;
    }
    .footer-custom-logo img {
        height: 20px !important;
    }
}
.elementor-element-ed0e625 h3 {
    position: relative;
}

.elementor-element-ed0e625 h3::after {
    content: "काका फोन्स है ना...!";
    display: block;
}
/* ================================================================
   1. HEADER: MENU ORANGE & HEADER HOVER INTERACTION
   ================================================================ */
/* Text Color: Active and Hover */
#masthead .site-nav ul li a:hover,
#masthead .site-nav ul li.current-menu-item > a {
    color: #ff6600 !important;
}
#menu-item-2088 > a::before {
    content: "\f019";
    font-family: "Font Awesome 5 Free"; /* Try "Font Awesome 6 Free" if you updated recently */
    font-weight: 900; /* This is MANDATORY for solid icons */
    margin-right: 5px;
    display: inline-block;
}

/* The base state */
#menu-item-2088 > a::before {
    content: "";
    display: inline-block;
    width: 18px; 
    height: 20px;
    margin-right: 2px;
    vertical-align: middle;
    background: url("https://kakafones.com/wp-content/uploads/2026/01/download-1-1.png") no-repeat center;
    background-size: contain;
    transition: filter 0.3s ease; /* Makes the color change smooth */
}

/* The hover state */
#menu-item-2088 > a:hover::before {
    /* This filter turns a black/dark icon into pure white */
    filter: brightness(0) invert(1);
}
/* Black Outline: Triggers when the mouse enters the header area */
/* #masthead:hover .site-action-link, 
#masthead:hover #menu-item-2088 a {
    outline: 2px solid #000000 !important;
    outline-offset: 2px;
} */
.site-action-link, #menu-item-2088 a { transition: all 0.3s ease; outline: 2px solid transparent; }


/* ================================================================
   2. FOOTER: QUICK LINKS (TEXT AND ARROWS)
   ================================================================ */
/* Arrow Color: Orange on Hover and Active States */
.site-footer .widget_nav_menu ul#menu-main-menu-1 li:hover::before,
.site-footer .widget_nav_menu ul#menu-main-menu-1 li.current-menu-item::before {
    color: #ef7c00 !important;
}
/* Text Color: Orange on Hover and Active States */
.site-footer .widget_nav_menu ul#menu-main-menu-1 li a:hover,
.site-footer .widget_nav_menu ul#menu-main-menu-1 li.current-menu-item > a {
    color: #ef7c00 !important;
}
/* ================================================================
   3. PROTECTION & EXTRAS
   ================================================================ */
/* Ensure other footer links (Phone, Email, Copyright) also turn orange on hover */
.site-footer .branding-detail a:hover,
.site-footer .site-copyright a:hover {
    color: #ffffff !important;
}

/* Keep Social Media Icons their original color (No orange here) */
.site-footer .klbfooterwidget.widget_social_media a i,
.site-footer .klbfooterwidget.widget_social_media a p {
    color: inherit !important;
}
/* Make ALL header menu text bold */
#masthead .site-nav ul li a {
    font-weight: 700 !important;
}

/* Make ALL footer menu text bold */
.site-footer .widget_nav_menu ul#menu-main-menu-1 li a {
    font-weight: 700 !important;
}

/* --- 1. SET BLACK TEXT AND ICONS ON INNER PAGES --- */
body:not(.home) .site-header .site-menu li a, 
body:not(.home) .site-header .site-action-icon i,
body:not(.home) .site-header #menu-item-2088 a {
    color: #000000 !important;
}

/* --- 2. SET PERMANENT BLACK OUTLINE ON INNER PAGES --- */
body:not(.home) .site-action-link, 
body:not(.home) #menu-item-2088 a {
/*     outline: 2px solid #000000 !important;
    outline-offset: 2px; */
}

/* --- 3. TRANSITION & TRANSPARENT DEFAULTS (General) --- */
.site-action-link, 
#menu-item-2088 a { 
    transition: all 0.3s ease; 
/*     outline: 2px solid transparent;  */
}


#masthead:hover .site-action-link, 
#masthead:hover #menu-item-2088 a {
/*     outline: 2px solid #000000 !important;
    outline-offset: 2px; */
}

#masthead:hover .site-menu li a,
#masthead:hover .site-action-icon i {
    color: #000000 !important;
}
.home h1, .home h2, .home h3 {

    display: block !important;
    visibility: visible !important;
}

/*-------------------------------------*/
.announcement-message p {
    font-size: 17px !important;
	
}

/* 1. Center the content containers of the footer rows */
/* .site-footer .container {
    display: flex;
    justify-content: center;
    width: 100%;
}
 */
/* 2. Ensure the inner row takes up full width but aligns children to center */
/* .site-footer .site-footer-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
} */

/* 3. Center the Bootstrap/Grid rows */
/* .site-footer .row {
    justify-content: center;
} */

/* 4. Specifically for the copyright row */
/* .footer-copyright .site-footer-inner {
    text-align: center;
} */

/* Align copyright with the start of the grid */
/* .footer-copyright .site-footer-inner {
    display: flex;
    justify-content: flex-start; 
    text-align: left;
    padding-left: 35px; 
} */

/* .site-copyright {
    margin-left: 0;
    margin-right: auto;
    display: block;
} */

/* =================================================================================================================== */

/* =================================================================================================================== */ 

/* Ensures the designer logo stays inline with the text */
.designer-unit {
    display: inline-block;
    vertical-align: middle;
}
.site-banner.custom-background[style] {
    --custom-background: #f9f9f9 !important;
    background-color: #f9f9f9 !important;
}

/*Menu*/

/*Counter Box*/
/* ===== Testimonials + Counters Main Section ===== */
.elementor-element-81d8555 {
    max-width: 1200px;          /* controls left-right space */
    margin: 60px auto;          /* center with space */
    padding: 60px 40px;         /* inner spacing */
    border-radius: 35px;
    overflow: hidden;           /* keeps radius clean */
}

/* ===== Counter Boxes (Happy Customers & Brands) ===== */
.elementor-element-efe3f91 .site-counter-block,
.elementor-element-ae08eb2 .site-counter-block {
    background: #ffffff;
    border-radius: 35px;
    padding: 40px 30px;
}

/* Optional: slight separation between boxes */
.elementor-element-efe3f91,
.elementor-element-ae08eb2 {
    padding: 15px;
}
/* ===== Testimonials Section – Proper Outer Spacing ===== */
.elementor-element-81d8555 {
    width: calc(100% - 120px) !important; /* 60px left + 60px right */
    margin: 80px auto !important;
    border-radius: 35px !important;
    overflow: hidden !important;
}

/* Prevent Elementor full-width overflow */
.elementor-element-81d8555 > .e-con-inner {
    max-width: 100% !important;
    border-radius: 35px !important;
}
@media (max-width: 768px) {
    .elementor-element-81d8555 {
        width: calc(100% - 40px) !important;
        margin: 40px auto !important;
        border-radius: 25px !important;
    }

    .elementor-element-81d8555 > .e-con-inner {
        border-radius: 25px !important;
    }
}
/* MOBILE DRAWER STYLES */
/* MOBILE DRAWER STYLES */
@media (max-width: 768px) {
    /* Drawer background */
    .site-drawer .site-drawer-inner {
        background-color: #0057a5 !important;
        color: #fff !important;
        position: relative;
    }
	 .site-drawer .site-drawer-row.site-drawer-header {
        border-bottom: none !important;
    }

    /* Logo inside header */
    .site-drawer .site-drawer-header .drawer-logo img {
        max-height: 40px;
        width: auto;
        display: block;
        margin: 20px auto; /* top & bottom spacing */
    }

    /* Menu links */
    .site-drawer .site-menu li a {
        color: #fff !important;
    }

    /* Keep close button visible */
    .site-drawer .drawer-close {
        display: block !important;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 999;
    }

    /* Hide menu title + divider */
    .site-drawer .site-drawer-header .drawer-title,
    .site-drawer .site-drawer-header .divider,
    .site-drawer .site-drawer-header .entry-title {
        display: none !important;
    }
}

@media (max-width: 768px) {
    /* Make drawer logo smaller, center it, and add top space */
    .site-drawer img {
        max-height: 40px !important;
        width: auto !important;
        display: block;
        margin: 20px auto 0 auto; /* 20px top space, auto left & right for center */
    }
}

}
/* Reduce logo size for mobile devices only */
/* Target mobile devices only (max-width: 767px) */
@media (max-width: 767px) {
    .elementor-element-4636a9f .site-logos {
        /* Adjust 40px to whatever size you prefer (was 66px) */
        --logo-mobile-height: 40px !important;
    }

    /* Optional: If you want to shrink the gap between logos on mobile as well */
    .elementor-element-4636a9f .site-logos-inner {
        --marquee-gap-mobile: 15px !important;
    }
    
    /* Ensure images respect the new height and maintain aspect ratio */
    .site-logos-item img {
        height: var(--logo-mobile-height) !important;
        width: auto !important;
        object-fit: contain;
    }
}

/* Testimonial stars */
.testimonial-rating i.klb-icon-star-solid {
    color: #ffbc00 !important;
}
.site-testimonial.box-style .testimonial-comment .testimonial-author {
	color: #0057A5 !important;
}
img {
    image-rendering: auto;
    max-width: 100%;
    height: auto;
}


/* franchise section*/
.elementor-element-95a4267 {
    justify-content: center !important;
}

/* FOOTER COLORS */
/* 1. Footer Background Color */
.site-footer, 
.site-footer-row.footer-widgets, 
.site-row.footer-copyright {
    background-color: #0057a5 !important;
}

/* 2. Title Color (Quick Links, Follow Us, etc.) */
.site-footer .widget-title {
    color: #ffffff !important;
	font-weight:800 !important;
}

/* 3. General Font Color (Text, Links, and Copyright) */
.site-footer,
.site-footer .textwidget,
.site-footer .branding-detail .text,
.site-footer .branding-detail .text strong,
.site-footer .menu-item a,
.site-footer .site-copyright,
.site-footer .site-social-content p {
    color: #ffffff !important;
}

/* Adjusting the divider line if applicable */
.site-row.footer-copyright {
    border-top: 1px solid #d6e7f3;
}

.widget-title:after { 
	background: #ffffff !important;
}
@font-face {
  font-family: 'Rajdhani';
  src: url('/wp-content/uploads/fonts/rajdhani.woff2') format('woff2');
}