/* @Author: Enterprise Development
   @URL: http://ed.com.eg/

    This file contains the styling for the actual theme, this
     is the file you need to edit to change the look of the
     theme.

     This files contents are outlined below.


     1.  Default Styles
     2.  Base Styles
     3.  Preloader
     4.  Testimonials
     5.  headers
     6.  footers
     7.  pricing tables
     8.  team members
     9.  blog 
     10. image hover effects
     11. counters 
     12. Navigation
     13. Contact Pages
     14. 404 Page
     15. comming soon 
     16. Social Share
     17. Related Blogs0
     18. Pagination
     19. BreadCrumbs
     20. Comments 
     21. general styles
     
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border;
    font-family: "Aeonik Pro", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body{
    /* font-family: 'Open Sans', sans-serif; */
    /* color: #2C3E4F;
    font-weight: 400;
    line-height: 1.6;
    color: #333d3e;
    background: #fff; */
    /* color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0; */
    margin: 0;
    padding: 0;
} 

/* Color Variable */
:root {
    --main-text-color: #2C3E4F;
    --second-text-color: #E54D42;
    --third-text-color: #DDDDDD;
    --fourth-text-color: #5C6A77;
    --fifth-text-color: #99A2AA;
    --main-bg-color: #2C3E4F;
    --second-bg-color: #E54D42;
    --third-bg-color: #3498db;
}

/* ==== Utility Classes ==== */
.fables-main-text-color { color: var(--main-text-color); }
.fables-second-text-color { color: var(--second-text-color); }
.fables-third-text-color { color: var(--third-text-color); }
.fables-main-background-color { background-color: var(--main-bg-color); }
.fables-second-background-color { background-color: var(--second-bg-color); }
.mt-minus-13 { margin-top: -13px; }
.overflow-hidden { overflow: hidden; }

/* ==== Swift-style Navigation  ==== */
.fables-navigation {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1 );
    padding: 0.5rem 0;
    position: sticky;
    top: 0;
    z-index: 10;
}


.fables-logo-brand img {
    /* max-height: 60px;
    transition: transform 0.3s ease; */
    overflow: visible;
}

.navbar-nav {
    margin-left: auto;
    align-items: center;
}

.nav-link {
    color: #2C3E4F !important;
    font-weight: 500;
    padding: 0.5rem 1.2rem !important;
    transition: color 0.3s ease, transform 0.3s ease;
    /* position: relative; */
}

.nav-link:hover {
    color: var(--third-bg-color);
    transform: translateY(-2px);
    /* #006699 !important; */
}


/* .navbar-nav.ml-auto {
    margin-left: auto !important;
    align-items: center;
} */


.dropdown-menu.dropdown-wide {
    border-top: 3px solid var(--second-text-color);
    /* #006699 !important; */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 1rem;
    width: 100%;
    max-width: 1000px;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #fff;
    margin-top: 0;
    /* padding: 2rem 1rem; */
    /* width: 30vw; */
}

.mega-menu-heading {
    color: var(--main-text-color);
    /* #006699 !important; */
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
}
.mega-menu-list a {
    color: #444;
    font-size: 0.875rem;
    display: block;
    padding: 0.3rem 0;
    /* #444 !important; */
    /* font-size: 0.92rem; */
    transition: color 0.3s ease, padding-left 0.3s ease;
    /* position: relative; */
    text-decoration: none !important;
}

.mega-menu-list a:hover {
    color: var(--second-text-color);
    /* #006699 !important; */
    padding-left: 15px;
}

.mega-menu-list a::before {
    content: "→";
    color: var(--second-text-color);
    /* #006699; */
    position: absolute;
    left: -15px;
    opacity: 0;
    transition: opacity 0.3s ease, left 0.3s ease;
}

.mega-menu-list a:hover::before {
    opacity: 1;
    left: -8px
}

/* .fables-nav .nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 99px) {
    .fables-nav {
        flex-wrap: nowrap;
    }
} */


/* Logo spacing */
/* .fables-logo-brand {
    padding-right: 30px;
} */

/* Mobile manu toggle alignment */
.navbar-taggler {
    margin-left: auto;
}

.btn-login  {
    color: #006699 !important;
    border: 1px solid #006699;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

.btn-login-hover {
    background: #006699;
    color: white !important;
}

@media (max-width: 991px) {
    .navbar-nav {
        padding: 1rem 0;
    }
    .dropdown-menu.dropdown-wide {
        position: static !important;
        transform: none;
        width: 50% !important;
        box-shadow: none;
    }
}
/* ===== Mega Menu Fixes ===== */
/* .mega-menu-wide {
    width: 100%;
    Left: 0;
    right: 0; 
    padding: 2rem 0;
    margin-top: 0; 
    border: none;
    border-radius: 0;
    border-top: 3px solid #0066b3; 
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    background: #fff;  
}

.mega-menu-cols{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0 1.5rem;
} */

.dropdown-menu.dropdown-wide {
    width: 25vw;
    left: 25% !important;
    transform: translateX(-50%) !important;
    border: none;
    border-top: 3px solid #E54D42;
    border-radius: 0;
    padding: 1rem 0.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 0 !important;
}

/* .mega-menu-section {
    margin-bottom: 1.5 rem;
} */


/* .mega-menu-list {
    list-style: none;
    padding-left: 0; 
    /* margin: 0; 
 } */


/* Right navigation utilities */
.nav-utils {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

/* .btn-login {
    color: #006699 !important;
    border: 1px solid #006699;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

.btn-login-hover {
    background: #006699;
    color: white !important;
} */

/* .mege-menu-subheading {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.mega-menu-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.mega-menu-list li {
    margin-bottom: 0.6rem;
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    color: #0066b3 !important;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none !important;
    margin-top:  0.5rem;
}

.view-all-link:hover {
    text-decoration: underline !important;
}
.view-all-link::after {
    content: "→";
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
}

.view-all-link:hover::after {
    transform: translateX(3px);
} */
/* .mega-menu-categories {
    border-right: 1px solid #eee;
} */
/* .mega-menu-featured,
.mega-menu-promo {
    padding: 0 1.5rem;
} */

/* .mega-menu-heading {
    color: #333;
    border-bottom: 2px solid #ff5e15;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
}

.mega-menu-list li a {
    color: #333 !important; /* Dark text to match regular dropdowns */
    /* transition: all 0.3s ease;
    padding: 0.5rem 0;
    display: block;
    font-size: 14px;
} */

/* .mega-menu-list li a:hover { */
    /* color: #ff5e15 !important; 
    padding-left: 0.5rem;
} */

/* ===== Responsive Design ===== */
@media (max-width: 991px) {
    .navbar-nav {
        padding: 1rem 0;
    }
    .dropdown-menu.dropdown-wide {
        position: static !important;
        transform: none !important;
        width: 50% !important;
        box-shadow: none;
        /* left: 0 !important;
        padding: 1rem 0; */
    }

    .mega-menu-heading {
        font-size: 1rem;
    }

    .footer-section {
        margin-bottom: 2rem;
    }

    .footer-section {
        margin-bottom: 1rem !important;
    }

    .footer-section {
        margin-bottom: 1rem !important;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    /* .mega-menu-cols {
        grid-template-columns: 1fr;
        gap: 1.5rem
    } */

    /* .mega-menu-section {
        padding: 0 1rem;
    }

    .navbar-nav .nav-item {
        margin: 0 1rem;
    } */
}

@media (min-width: 992px) {
    .dropdown-menu.dropdown-wide {
        min-width: 700px;
        /* left: 50% !important;
        transform: translateX(-50%) !important; */
    }
}

.fables-main-text-color {color: #2c3e50; }
.fables-second-text-color{ color: #e74c3c; }
.fables-third-text-color { color: #444; }

/*  ==== Button Styles ==== */
.cta-button {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: #006699;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #006699;
}
    .mega-menu-cols {
        gap: 1rem; /* Reduced from 2rem if uncommented */
        padding: 0 0.5rem; /* Reduced from 0 1.5rem */
    } 


    /* .mega-menu-categories {
        border-right: 1px solid rgba(255,255,255,0.1);
    }
} */

/*=== Visual Enhancements ==== */
.nav-link {
    color: #2C3E4F !important;
    font-weight: 500;
    padding: 0.5rem 1.2rem !important;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #3E54D2 !important;
    transform: translateY(-2px);
}

.dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: 0.15em;
    border-top-color: #E54D42;
}

/* ===== Original Navigation Styles (keep other existing styles)===== */

.fables-navigation {
    background: #5c8dbe;
    padding: 1rem 0;
}

.fables-logo-brand img {
    max-height: 60px;
    transition: all 0.3s ease;
}

.navbar-nav.ml-auto {
    margin-left: auto !important;
}

@media (max-width: 767px) {
    .fables-logo-brand img {
        max-height: 45px;
    }
    
    .fables-header h1 {
        font-size: 1.5rem !important;
    }

    .navbar-toggler {
        border-color: rgba(255,255,255,0.5);
    }
}

/* Solution Section styles */

.solution-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.solutions-nav-container {
    position: relative;
    display: flex;
    align-items: center; /* UNCOMMENT THIS LINE - This centers the arrows vertically */
    justify-content: center;
    margin: 20px 0;
}

.solutions-nav {
   border: none;
   gap: 20px;
}

.solutions-nav .nav-link {
    background: white;
    border: 1px solid #e0e0e0;
    color: #666;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 200;
    text-decoration: none;
    transition: all 0.3s ease; /* Fixed typo: was "aal" */
}

.solutions-nav .nav-link:hover {
    background: #00d4aa;
    color: white;
    border-color: #00d4aa;
}

.solutions-nav .nav-link.active {
    background: #00d4aa;
    color: white;
    border-color: #00d4aa;
}

.solutions-nav-arrow {
    cursor: pointer;
    padding: 10px 15px;
    font-size: 10px;
    color: #4368b1;
    transition: all 0.3s ease;
    /* top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4368b1;
    color: #2196F3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; */
    /* cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
}

.solutions-nav-arrow:hover {
    /* background-color: #1a3a6c;
    color: #fff; */
    color: #007bff8c;
}

.solutions-nav-arrow.prev {
    margin-right: 20px;
}

.solutions-nav-arrow.next {
    margin-left: 20px; /* Fixed: removed extra semicolon */
}

.nav-pills .nav-link.active {
    background-color: #007bff;
    color: white;
}

.nav-pills .nav-link {
    color: #333;
    margin: 0 5px;
    border-radius: 4px;
    padding: 8px 15px;
    transition: all 0.3s ease;
}

.nav-pills .nav-link:hover:not(.active) {
    background-color: #f8f9fa;
}

.solutions-nav .nav-link.active,
.solutions-nav .nav-link:hover {
    background-color: #9cafcd; /* Kenex blue color */
    color: #fff;
}

.solutions-content {
    padding: 20px 0;
    align-items: center;
}

.solutions-text {
    font-size: 15px;
}

.solutions-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1a3a6c;
    margin-bottom: 10px;
}

.solutions-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.solutions-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: rgba(17, 119, 214, 0.842);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 200;
    transition: all 0.3s ease;
}

.solutions-btn:hover {
    background-color:#9cafcd;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.solutions-image {
    position: relative;
    height: 300px;
}

.geometric-shape {
    position: absolute;
    background-color: #f0f5ff; /* Light blue background */
    border-radius: 10px;
}

.geometric-shape:nth-child(1) {
    width: 200px;
    height: 200px;
    bottom: 0;
    left: 30px;
    z-index: 2;
    background-color: #e1ebff;
}

.geometric-shape:nth-child(3) {
    width: 150px;
    height: 150px;
    top: 100px;
    left: 30px;
    z-index: 3;
    background-color: #d1e0ff;
}

.solution-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.solution-link {
    display: inline-block;
    padding: 8px 15px;
    background-color: #f5f8ff;
    color: #213047;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid #d1e0ff;
}

/* .solution-link:hover {
    background-color: #a5afc0;
    color: #fff;
    transform: translateY(-2px);
} */


/* Promo card styling */
.promo-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.promo-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: rgba(0,0,0,0.7);
    color: white;
}

.promo-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.promo-content p {
    font-size: 13px;
    margin-bottom: 10px;
}

.mega-menu-description {
    color: #666; /* Medium gray text */
    font-size: 14px;
    margin-bottom: 1rem;
}

.view-all {
    font-weight: bold;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 10px;
    padding-top: 10px;
}
/* ===== Header Styles ===== */
.fables-header {
    /* background-size: 50%;
    background-position: center;
    min-height: 300px;
    display: flex;
    align-items: center; */
    /* position: relative;
    overflow: hidden;
    min-height: 30vh !important;
    height: auto; */

    min-height: 20vh !important;
    padding: 40px 0 !important;
    /* height: auto; */
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;

}

.fables-footer .fables-logo-brand img {
    max-height: 80px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* position: absolute;
    top: 10px;
    left: 20px;
    z-index: 3;
    transition: all 0.3s ease; */
}

.fables-header h1 {
    font-size: 2rem !important;
    margin-top: 1rem !important;
}

.fables-header p {
    font-size: 1rem;
    margin-bottom: 1rem !important;
}

.default-carousel {
    padding: 1rem 0 !important;
}

.fables-header .btn {
    padding: 0.5rem 1.5rem !important;
    font-size: 0.9rem;
}

@media (max-width: 767px) {
    /* .fables-header h1 {
        Font-size: 1.5rem !important;
    } */

    .fables-header .btn {
        display: block;
        margin: 0.5rem auto;
        width: 80%;
    }
}
/* ===== Footer Styles ===== */

.fables-footer-image {
    background-color: rgba(17, 119, 214, 0.842);
    padding: 40px 20px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    /* display: flex; */
    /* text-align: center; */
}

.fables-footer-image.fables-after-overlay::after {
    content: ""; /* Required for the overlay to render */
    overflow: visible;
    /* position: absolute; */
    height: 1px;
    width: fit-content;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(17, 119, 214, 0.842); /* Dark overlay to match footer 2 */
    z-index: 1;
}

.fables-footer-image .container {
    /* position: relative; */
    /* padding: 0; */
    /* width: 100%; */
    max-width: 1200px;
    margin: 0 auto; /* Center the content */
    /* z-index: 2; */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* max-width: 1200px; */
    position: relative; 
    /* margin: 0 auto; */
    z-index: 2;
}

.fables-footer-image .row {
    /* width: 100%; */
    display: flex;
    /* flex-wrap: wrap;  */
   /* margin: 0 -15px; /* Adjust row margin */
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin: 0 -15px; 
    /* width: 100%; */
}

.fables-footer-image .col-12.col-lg-4 {
    flex: 1;
    min-width: 250px;
    /* max-width: 33.33%; */
    padding: 15px;
    /* margin: 0;
    flex: 1 1 33.33%;
    max-width: 33.33%; */
    text-align: left;
    /* box-sizing: border-box; */
}

.fables-footer-image .col-12.col-lg-4.mb-4.mb-lg-0 {
    /* flex: 1;
    min-width: 250px;
    padding: 15px; */
    text-align: center;
}

.fables-footer-image .col-12.col-lg-4.mb-4.mb-lg-0 a.fables-second-border-color {
    border-bottom: 2px solid #3498db;
    margin-top: -13px;
    margin-bottom: 20px;
    display: block;
   /* border-bottom: 2px solid #3498db;  Match Footer 2 border color */
}

.fables-footer-image .col-12.col-lg-4.mb-4.mb-lg-0 img {
    max-height: 150px;
    margin-bottom: 20px;
}

.fables-footer-image h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #3498bd;
    padding-bottom: 5px;
}

.fables-footer-image p,
.fables-footer-image a {
    color: #cccccc;
    font-size: 14px;
    margin: 5px 0;
    text-decoration: none;
}

.fables-footer-image p:hover,
.fables-footer-image a:hover {
    color: #3d68b8;
}

.fables-footer-image .nav.fables-footer-links a {
    display: block;
    margin-bottom: 10px;
}

.copyright {
    background-color: rgba(17, 119, 214, 0.842);
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    
}

.fables-footer .fables-logo-brand img {
    max-height: 80px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

/* .fables-footer .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
} */

.fables-footer .contact-info, .fables-footer .explore-link {
    flex: 1;
    min-width: 200px;
    padding: 10px;
}

.fables-footer .contact-info p, .fables-footer .explore-links a {
    color: #ffffff;
    text-decoration: none;
    margin: 5px 0;
}

.fables-footer .contact-info p:hover, .fables-footer .explore-links a:hover {
    color: #3d68b8;
}

.fables-footer .copyright {
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    border-top: 1px solid #ffffff;
    margin-top: 20px;
}


/* .fables-footer-image {
    background-color: #1f2a44;
    padding: 40px 20px;
    color: #ffffff; */
    /* background-color:  linear-gradient(rgba(5, 11, 15, 0.9), rgba(4, 4, 8, 0.9)),
                url(assets/custom/images/footer-back.jpg);
    color: #101779;
    padding: 2rem 0; */
/* } */

/* ===== Card Styles ===== */

.solution-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-5px);
}

.fables-product-block {
    transition: all 0.3s ease;
    border: 1px solid #4872c2;
}

.fables-product-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* ===== Button Styles ===== */
.btn.fables-second-background-color {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn.fables-second-background-color::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transition: all 0.4s ease;
}

.btn.fables-second-background-color:hover::after {
    left: 100%;
}

/* ===== Animation Styles ===== */
.wow {
    visibility: hidden;
}

.translate-effect-right img {
    transition: transform 0.5s ease;
}

.translate-effect-right:hover img {
    transform: translateX(10px);
}

/* ===== Form Styles ===== */
.fables-contact-hover-input {
    border: none;
    border-bottom: 2px solid #DDDDDD;
    border-radius: 0;
    padding-left: 0;
}

.fables-contact-hover-input:focus {
    box-shadow: none;
    border-color: #E54D42;
}

.fables-subscribe-input:focus {
border-color: #E54D42 !important;
}
/* ===== Responsive Overrides ===== */
@media (max-width: 575px) {
    .fables-registration-container {
        padding: 1.5rem;
    }

    .fables-registration-title {
        font-size: 1.5rem;
    }

    .fables-registration-input {
        font-size: 0.9rem;
    }

    .fables-registration-button {
        font-size: 0.9rem;
    }

    .fables-header {
        min-height: 50px;
        text-align: center;
    }
    
    .fables-page-title {
        font-size: 1.5rem !important;
    }

    .btn {
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mega-menu-featured {
        border-right: 1px solid rgba(255,255,255,0.1);
    }
}


/* start fables header */
.header-fixed-height{
    height: 30px;
}

.fables-cart-number {
    position: absolute;
    color: #fff; 
    border-radius: 50%;
    width: 20px;
    top: -6px;
    height: 20px;
    line-height: 20px;
    right: -10px;
    font-size: 12px;
}

.fables-mega-menu li a.header-icon{
    color: #2C3E4F;
}

.max-line-height{
    line-height: 75px;
}

.header-fixed-height-large{
    height: 90px;
}

.header-fixed-height-large .fables-transparent{
    top: 40px;
}

.fables-light-background-color .fables-mega-menu-btn {
    border: 1px solid #2C3E4F !important; 
    color: #2C3E4F !important;
}

.fables-header { 
    /*padding: 20px 0;  Reduced padding to shrink header height */
    /*background-image: url(../images/pages-header-background.jpg);  */
    /*background-size: 50%;  Adjust this value to scale the image (e.g., 30%, 200px, contain, cover) */
    /* background-repeat: no-repeat; */

    position: relative;
    overflow: hidden;
    min-height: 100vh; /* Adjust Height as needed */
}
.header-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
}
/* Ensure Content stays above video */
.fables-header .container {
    position: relative;
    z-index: 2;
}

.fables-after-overlay{
    position: cover; 
}

.fables-after-overlay::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 1; 
}
.overlay-lighter:after{
    background-color: rgba(199, 206, 212, 0.8);
}

.fables-transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 99;
    transition: all ease-in-out .5s;
    /* -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s; */
}

.fables-page-title {
    color: #3d68b8;
    border-left-style: solid;
    border-left-width: 9px;
    position: relative;
    padding-left: 16px;
    margin-top: 10px;
    line-height: 50px;
    font-size: 2rem !important;
    font-weight: 700;
    margin-bottom: 0 !important;
    padding: 0 !important;
    /* z-index: 2; */
}

.fables-top-header-signin{
    height: 40px;
    line-height: 38px;
    color: #1F399B;
}

.fables-top-header-signin img {
    height: 70px;
}

.lang-dropdown{
    top: 4px !important;
}

.lang-dropdown-btn:focus {
    box-shadow: none !important;
}

.header-icon .fables-cart-number, .max-line-height .fables-cart-number{ 
    width: 18px;
    top: 16px;
    height: 18px;
    line-height: 18px;
    right: 12px;
    font-size: 12px;
}

.lang-dropdown .dropdown-item {
    padding: 0 11px;
    border-bottom: 1px solid #90989f;
    line-height: 41px;
}

.lang-dropdown .dropdown-item:last-child{
    border: 0;
}

.top-header-link{
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
    border-right-style: solid;
    border-left-style: solid;
    color: black !important;
    float: right;
} 
/* End fables header */

/* start fables breadcrumb */
.fables-breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}
.fables-breadcrumb .breadcrumb-item{
    font-size: 15px;
}
/* end fables braedcrum */

/* start about us pages */
.about-header {
    min-height: 20vh !important;
    height: 20vh;
    padding: 10px 0 !important;
}

.about-header .fables-page-title {
    margin-top: 50px !important;
    /* padding-left: 16px !important; */
    font-size: 30px !important;
    line-height: 50px !important;
}

.fables-vision-overlay { 
    padding: 47px 25px 51px 25px;
    color: #DDDDDD;
    height: 50%;
}

.fables-bussiness-section{
    background-image: url(../images/paper-3139127_1280.jpg); 
}
.fables-bussiness-caption {
    background-color: rgba(255,255,255,.9);
    padding: 15px;
}
.fables-btn-link{
    z-index: 1;
    position: relative;
    width: 166px;
    height: 43px; 
    line-height: 30px;
}
.fables-btn-link:hover span{
    color: #fff;
}
.fables-btn-link::after {
    position: absolute;
    content: "";
    background-color: #E54D42;
    border: 2px solid #E54D42;
    left: 0;
    right: 78%;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0;
    transition: all ease-in-out .3s;
    /* -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s; */
}
.fables-btn-link:hover:after{
    opacity: 1;
    right: 0;
}
.fables-vision-overlay.fables-after-overlay::after { 
    background-color:rgba(44,62,79,.97); 
}
.fables-light-overlay.fables-after-overlay::after {
    background-color: rgba(255,255,255,.87);
}
.fables-counter-section{
    background-image: url("../images/counter-background.jpg");  
}
.fables-counter {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.fables-counter-no-background{
    background: none;
}
.fables-team-border .fables-team-social-icon {
    border: 0;
    width: auto;
    height: auto;
    margin: 0 7px; 
}
.fables-team-social-icon:hover{
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.fables-testimonial {
    background-image: url(../images/big-overlay.jpg);  
}
.fables-testimonial-no-background{
    background: none;
    padding: 0;
}
#fables-testimonial-carousel .owl-item {
    padding: 58px 150px 23px;
    border-radius: 15px;
    margin-top: 0;
}
.fables-testimonial-carousel-item {
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 0 2px #fff;
    border-radius: 9px;
    padding: 8px;
}
.fables-testimonial .owl-carousel .owl-stage-outer { 
    padding: 73px 0 5px;
}
.half-width-testimonial .owl-carousel .owl-stage-outer{
    padding: 0 2px 2px;
}
.fables-carousel-border .fables-partner-carousel-img{
    opacity: .6;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    border-width: 1px;
    border-style: solid;
}
.fables-carousel-border .owl-item:hover .fables-partner-carousel-img{
    opacity: 1;
}
.fables-carousel-border .owl-nav{
    display: none;
}
.fables-testimonial-detail::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f10d";
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
}
.fables-testimonial-detail:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: "\f10e";
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
}
.fables-testimonial-carousel-img {
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    width: auto !important;
    margin:-120px auto 18px;
}
#fables-testimonial-carousel .owl-dot span{ 
    margin: 5px 4px;
    background: transparent; 
    border-radius: 50%;
    border: 1px solid #fff;
}
#fables-testimonial-carousel .owl-dot.active span{  
    background: #fff;  
}
.fables-testimonial-block:after {
    content: "\f10d";
    position: absolute;
    right: 25px;
    top: 15px;
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    z-index: -1;
    font-size: 45px;
}
.fables-testimonial-block-img{
    max-width: 100%;
}
.fables-about-top-head:before {
    content: "";
    position: absolute;
    left: 70px;
    background-color: #5C6A77;
    width: 50px;
    height: 1px;
    top: 50%;
    z-index: -1;
}
.fables-about-top-head:after {
    content: "";
    position: absolute;
    right: 70px;
    background-color: #5C6A77;
    width: 140px;
    height: 1px;
    top: 50%;
    z-index: -1;
}
.fables-about-icon-style {
    text-align: center;
}
.fables-title-border {
    height: 1px;
    display: block;
    width: 15%;
    margin: 0 auto 15px;
}
.fables-team-block {
    text-align: center;
    border-width: 0;
    border-radius: 0;
}
.fables-team-border {
    border-width: 0 0 2px 0;
    border-style: solid; 
}
.fables-team-social-links{
    justify-content: center;
}
.fables-team-social-icon {
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
}
.fables-team-data-hover{
    overflow: hidden;
}
.fables-team-data-hover .card-body {
    position: absolute;
    bottom: -45%;
    width: 100%;
    height: 100%;
    padding-top: 44%;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.fables-team-data-hover .fables-team-social-icon {
    border: 0;
    background-color: #fff;
}
.fables-team-data-hover:hover .card-body {
    opacity: 1;
    bottom: 0;
}
.fables-team-data-hover .fables-team-name{
    color: #fff;
}
.fables-team-name:hover{
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.fables-team-data-hover .fables-team-pos { 
    color: #B4B4B4;
}
.fables-partner-carousel-img {
    width: auto !important;
    margin: 0 auto;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#fables-partner-carousel .owl-nav div {
    background-color: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
}

.fables-btn-value {
    z-index: 6;
}

.fables-page-link {
    margin: 0 8px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 29px;
    font-size: 18px;
    font-weight: 400;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.fables-pagi-dots {
    width: 46px;
    height: 46px;
    line-height: 34px;
    text-align: center;
    font-size: 26px;
}

.fables-pagination {
    justify-content: center;
}

#fables-partner-carousel .owl-prev {
    left: 15px;
    top: 14px;
}

#fables-partner-carousel .owl-next {
    right: 15px;
    top: 14px;
}

.fables-partner-nav-icon {
    border-style: solid;
    border-width: 1px;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

/******************* Start Store Pages *************************/
.fables-view-btn {
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    padding: 6px;
    border-radius: 4px;
    font-size: 19px;
    display: inline-table;
    margin: 0 3px;
    float: right;
    width: 38px;
    height: 38px;
    line-height: 25px;
}

.store-single-slider #sync2 .owl-item img {
    border: 2px solid transparent;
}

.store-single-slider #sync2 .owl-item.current img {
    border: 2px solid #E54D42;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.fables-view-btn.active {
    color: #E54D42;
    border-color: #E54D42;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.fables-product-info {
    text-align: center;
}

.list .fables-product-info {
    text-align: right;
}

.fables-btn-rouned {
    border-radius: 22px;
}

.fables-hover-btn-color {
    position: relative;
}

.fables-hover-btn-color:hover:after {
    right: 0;
    opacity: 1;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.fables-hover-btn-color:hover,
.fables-hover-btn-color:hover span {
    color: #fff !important;
}

.fables-hover-btn-color::after {
    content: "";
    border-radius: 22px;
    position: absolute;
    left: 0;
    background-color: #E54D42;
    height: 100%;
    right: 77%;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.fables-hover-btn-color span {
    z-index: 2;
    position: relative;
}

.fables-img-overlay {
    position: absolute;
    left: 15px;
    right: 15px;
    text-align: center;
    top: 0;
    bottom: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    overflow: hidden;
}

.fables-img-overlay:hover {
    background-color: rgba(92,106,119,.6);    
}

.fables-product-btns {
    justify-content: center;
    margin-top: 0;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.fables-img-overlay:hover .fables-product-btns {
    opacity: 1;
    margin-top: 29%;
}

.fables-product-btn {
    border: 0;
    background-color: rgba(255,255,255,.6);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    margin: 0 7px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.fables-product-btn:hover {
    color: #E54D42;
}

.fables-store-left-head {
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
}

.fables-store-left-list li {
    display: block;
    width: 100%;
}

.fables-store-left-list a {
    position: relative;
    color: inherit; 
    font-size: 14px;
    background-color: inherit;
    padding: 7px 0 0 15px;
    display: block;
}

.fables-store-left-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: inherit;
}

.input-icon {
    position: relative;
}

.fables-input-icon {
    position: absolute;
    left: 15px;
    color: #CDCDCD;
    top: 14px; 
}

.fables-store-input {
    font-size: 14px;
    height: 39px;
    padding-left: 35px;
}

.fables-store-sigle-head {
    font-size: 20px;
    font-weight: 600; 
}

.fables-single-info {
    font-size: 15px;
    line-height: 25px;
    color: #989898;
}

.fables-single-nav { 
    width: 100%;
}

.fables-single-item.active {
    color: #fff !important;
}

.fables-single-item {
    border-radius: 0 !important;
    border: 0 !important;
    padding: 10px 35px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.fables-single-item:last-child:after {
    display: none;
}

.fables-single-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: inherit;
    top: 13px;
    right: 12px;
}

.fables-single-item.active:after {
    display: none;
}

.fables-single-slider #sync1 {
    margin-bottom: 20px;
    overflow: hidden;
}

.fables-single-slider #sync2 .item {
    margin: 0 2px;
    cursor: pointer;
}

.fables-single-slider #sync1 .owl-dots {
    display: none;
}

.fables-single-slider #sync1 .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 44%;
    width: 100%;
}

.fables-single-slider #sync1 .owl-prev {
    position: absolute;
    left: -18px;
    margin: 0 !important; 
    text-align: right;
    padding-right: 10px !important;
}

.fables-single-slider #sync1 .owl-next {
    position: absolute;
    right: -18px;
    text-align: left;
    padding-left: 10px !important;
}

.fables-single-slider #sync1 .owl-nav [class*=owl-] {
    font-size: 13px;
    margin: 0;
    background-color: rgba(229,77,66,.6);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
}

.fables-single-product-btn {
    text-align: left;
}

.fables-calc {
    padding: 4px 9px;
}

.fables-calc span { 
    display: inline-block;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}

.fables-single-link {
    font-size: 21px;
    display: inline-block;
    margin: 0 4px;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.fables-single-link:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.single-product-btns {
    justify-content: flex-end;
}

.fables-single-product-data {
    margin-bottom: 25px;
}

.fables-single-tags a {
    color: inherit;
    margin: 4px 3px 0; 
    font-size: 14px;
    text-decoration: underline;
}

.fables-contact-hover-input { 
    /* border-radius: 0;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-width: 1px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s; */
    border: none;
    border-bottom: 2px solid #DDDDDD;
    border-radius: 0;
    padding-left: 0;
}

.fables-subscribe-input:focus {
    border-color: #E54D42 !important;
}

.fables-light-footer-links {
    margin-top: 0 !important;
    margin-bottom: 6px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.focus-input input:focus, .focus-input textarea {
   box-shadow: none !important;    
}

.focus-input-white input:focus, .focus-input-white textarea:focus,
.focus-input-white input, .focus-input-white textarea {
    color: #fff;
}

.focus-input input:focus ~ label, .focus-input textarea:focus ~ label,
.focus-input input:valid ~ label, .focus-input textarea:valid ~ label {
   top: -18px;
}

.focus-input label {
    position: absolute;
    top: 10px;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    margin: 0;
    font-size: 16px;
    pointer-events: none;
}

.fables-contact-hover-input:focus {
    background-color: transparent;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.fables-contact-hover-input:focus ~ label {
    bottom: 25px;  
    color: #E54D42; 
}

.blog-single-slider .owl-dots {
    margin-top: 25px;
}

.form-circle-input {
    width: 47px;
    height: 47px;
}

.calc-width {
    width: 33.3%;
}


/***************** colord chexkboxes ************************/
/* The container */
.fable-product-color {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 27px;
    margin: 0;
}

/* Hide the browser's default checkbox */
.fable-product-color input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #dcdcdc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.fable-product-color:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.fable-product-color input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.fable-product-color input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fable-product-color .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* start contact pages */
.fables-contact-form {
    margin-bottom: 25px;
}

#map {
 width: 100%;
 height: 420px;
 }

.fables-contact-social-links {
    justify-content: center;
}

.fables-contact-block-border { 
    min-height: 155px; 
}

.fables-rounded {
    border-radius: 10px;
}

.fables-contact-icon { 
    margin-top: -25px; 
}

.fables-contact-caption { 
    background-image: url(../images/contact-caption-back.jpg); 
}

.fables-rounded-btn:hover {
    color: #fff;
}

.fables-single-gallery-pg {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 25px;
}

.fables-single-gallery-pg:hover {
    color: #fff;
}
/* end contact us pages  */

/******************Start Range Slider**********************/
.range-slider .output, .range-slider output { 
    color: inherit; 
    font-weight: 600;
}

.range-slider [type=range]::-webkit-slider-thumb { 
    background: #E54D42; 
    width: 16px;
    height: 16px; 
}

.range-slider .track--included {
    background: #E54D42; 
    height: 8px;
}

.range-slider .track--full {
    background: #CDCDCD; 
    height: 8px; 
}

.range-slider .track {
    bottom: 33px !important;
}
/******************End Range Slider**********************/


/* start fables footer 4 */
.fables-footer-social-links a {
    /* color: inherit; 
    display: block; */
    font-size: 18px !important;
    margin-right: 10px !important;
}


.fables-footer-links li {
    width: 100%;
}

.fables-footer-links li a {
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

.fables-footer-links li a:before {
    content: "-";
}


.copyright p {
    color: inherit;
}

.fables-copyright-links {
    display: inline-block;
}

.fables-copyright-links-item {
    display: inline-block;
}

.fables-copyright-links-link {
    color: inherit;
    margin: 0 3px;
}

.fables-copyright-links-link:hover {
    color: inherit;
}

.fables-copyright-links-link:before {
    content: " . ";
    margin: 0 10px; 
}

.fables-third-footer-head {
    font-size: 15px !important;
    /* margin-bottom: 1.2rem !important; */
}

/*.fables-footer-image {
    /* width: 100%;
    margin: 0;
    padding: 2rem 0;
    background-image: url(assets/custom/images/footer-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* color: #ffffff; */
    /* position: relative;
    overflow: hidden; */
    /* min-height: 200px; /* Minimum height to prevent collapse, adjust as needed */
   /* max-height: 400px; /* Optional: cap the height, adjust based on Screenshot 91 
}*/



    /* position: relative; */
    /* padding: 0; */
    /* width: 100%; */
    /*max-width: 1200px;
    margin: 0 auto;  Center the content */
    /* z-index: 2; */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* max-width: 1200px; */
   /* position: relative; 
    /* margin: 0 auto; 
    z-index: 2;
}*/


.fables-footer-image .fables-logo-brand img {
    max-height: 80px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fables-footer-image .col-12.col-lg-4:nth-child(1) h2,
.fables-footer-image .col-12.col-lg-4:nth-child(2) h2,
.fables-footer-image .col-12.col-lg-4:nth-child(3) h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.fables-footer-image .col-12.col-lg-4:nth-child(2) p,
.fables-footer-image .col-12.col-lg-4:nth-child(3) a {
    color: #ffffff;
    text-decoration: none;
    margin: 5px 0;
}

.fables-footer-image .col-12.col-lg-4:nth-child(2) p:hover,
.fables-footer-image .col-12.col-lg-4:nth-child(3) a:hover {
    color: #3d68b8;
}


.fables-footer-image .col-12.col-sm-6.col-lg-4 .my-3 h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.fables-footer-image .col-12.col-sm-6.col-lg-4 .my-3 h4,
.fables-footer-image .col-12.col-sm-6.col-lg-4 .my-3 p {
    font-size: 14px;
    color: black;
    margin: 5px 0;
}

.fables-footer-image .col-12.col-sm-6.col-lg-4 .my-3 p:hover {
    color: whitesmoke;
}

.fables-footer-image .col-12.col-sm-6.col-lg-4 .nav.fables-footer-links a {
    font-size: 14px;
    color: black;
    text-decoration: none;
    margin: 5px 0;
    display: block;
}

.fables-footer-image .col-12.col-sm-6.col-lg-4 .nav.fables-footer-links a:hover {
    color: whitesmoke;
}

/* Fallback for missing icon classes (use Font Awesome as a substitute) */
.fables-footer-image .fas {
    font-size: 20px;
    color: #e74c3c;
    margin-right: 10px
}

.fables-footer-links li a { 
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 25px;
    display: block;
}

.fables-footer-links li:last-child a {
    margin-bottom: 0;
}

.fables-footer-image .fables-footer-links li a:before {
    display: none;
}

.fables-subscribe-input {
    /* width: 100% !important;
    background-color: transparent;
    padding: 10px 20px;
    color: #fff !important;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s; */
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
}

.fables-subscribe-formgroup {
    max-width: 400px; 
    margin: 0 auto;
}

.fables-subscribe-btn {
    padding: 10px 30px;
    position: absolute;
    right: -1px;
    top: 0;
    color: #fff;
}

.fables-subscribe-input::placeholder {
  color: #fff !important; 
}

.fables-subscribe-input:focus::placeholder {
  color: #fff; 
}

.fables-light-background-color .fables-subscribe-input:focus::placeholder,
.fables-light-background-color .fables-subscribe-input::placeholder,
.fables-light-background-color .fables-subscribe-input {
  color: #333 !important; 
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .fables-footer-image .row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .fables-footer-image .col-12.col-lg-4 {
        /* flex: 100%; */
        max-width: 100%;
        text-align: center;
        /* margin-bottom: 20px; */
    }
}
/* end fables footer 4 */

/* circle prgress bar styles */
.progressbar {
    display: inline-block;
    width: auto;
    margin: 0;
}

.circle {
    width: 143px;
    height: 143px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle:after {
    width: 122px;
    height: 122px;
    content: "";
    border: 5px solid #DFDFDF;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
}

.circle canvas {
    vertical-align: middle;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
    padding: 3px;
    height: 143px;
    width: 143px;
    background-color: #DFDFDF;
}

.circle div {
    position: absolute;
    top: 31%;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    z-index: 1;
    font-weight: 700;
}

.fables-circle-head {
    position: absolute;
    font-size: 13px;
    left: 0;
    top: 85px;
    z-index: 1;
    width: 100%;
    margin: 0;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #333;
    margin-top: 12px;
}

/* owl carousel sync */
.fables-history-carousel #sync1 .item {
  background-color: transparent;
  padding: 80px 0px 30px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.fables-history-carousel #sync2 .item {
  background-color: #DDDDDD;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  width: 62px;
  height: 62px; 
  margin: 0 auto;
  position: relative;
}

.fables-history-carousel #sync2 .item h1 {
    font-size: 16px;
    line-height: 41px;
    font-weight: 600;
    margin: 0;
}

.fables-history-carousel #sync2 .current .item {
  background: #E54D42;
  transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transition: all ease-in-out .3s; 
  -webkit-transition: all ease-in-out .3s; 
  -moz-transition: all ease-in-out .3s; 
  transition: all ease-in-out .3s; 
}

.fables-history-carousel .owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.fables-history-carousel .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.fables-history-carousel #sync1.owl-theme {
    position: relative; 
}

.fables-history-carousel #sync1.owl-theme .owl-next,
.fables-history-carousel #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.fables-history-carousel #sync1.owl-theme .owl-prev {
  left: 10px;
}

.fables-history-carousel #sync1.owl-theme .owl-next {
  right: 10px;
}

.fables-history-carousel #sync2 .owl-stage {
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

.fables-history-carousel #sync2::after {
    content: "";
    position: absolute;
    background-color: #DDDDDD;
    height: 2px;
    left: 14%;
    right: 14%; 
    top: 50%;
    z-index: -1;
}

.fables-history-carousel #sync1 .owl-item.center .item .row div.col-sm-4 {
    opacity: .6;
    padding: 25px 45px;
}

.fables-history-carousel #sync1 .owl-item.center .item .row div:nth-of-type(2) {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.fables-history-carousel #sync1.owl-theme .owl-dot.active span, 
.owl-theme .owl-dot:hover span {
    background: #E54D42;
}

.fables-history-carousel #sync1.owl-theme .owl-dot span {
    background: #D5D5D5;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.fables-history-carousel #sync1 .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 140px;
    left: 44%;
    bottom: 27px;
}

.fables-history-carousel #sync1 .owl-nav div {
    background-color: transparent;
    color: #D5D5D5;
    margin: 0;
    padding: 0;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
    font-size: 18px;
}

.fables-background-link {
    position: relative;
}

.fables-background-link:hover {
    color: #E54D42;
}

.fables-background-link:hover:after {
    opacity: 0;
    right: 78%;
}

.fables-background-link::after {
    position: absolute;
    content: "";
    background-color: #E54D42;
    border: 2px solid #E54D42;
    left: 0;
    right: 0;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    z-index: -2;
    opacity: 1;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s; 
}

/******************Start Gallery************************/
.default-carousel-nav .owl-nav [class*=owl-]{
    border-radius: 50%;
    padding: 0;
    margin: 0;
    height: 44px;
    width: 44px;
    line-height: 44px;
    color: #E54D42;
    text-align: center;
    position: absolute;
    top: 38%;
    background-color: rgba(255,255,255,.20);
}
.default-carousel-nav .owl-nav [class*=owl-]:hover{
    background-color:  rgba(255,255,255,.5);
    color:  #E54D42;
}
.default-carousel-nav .owl-nav .owl-prev { 
    left: 20px; 
}
.default-carousel-nav .owl-nav .owl-next { 
    right: 20px; 
}
.fables-gallery-timeline-details {
    font-size: 13px !important;
}
.fables-gallery-timeline-head {
    font-size: 15px;
}
.gallery-timeline#cd-timeline {
    margin-top: 0;
    margin-bottom: 0;
    padding: relative;
}
.gallery-timeline#cd-timeline::before { 
    content: "";
    position: absolute;
    width: 2px;
    background: var(--third-text-color);
    /* #DFDFDF; */
    top: 5%;
    left: 50%;
    height: 90%;
    transform: translateX(-50%);
}
.gallery-timeline .cd-timeline-img { 
    background-color: var(--second-text-color);
    /* #E54D42; */
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    left: 51%;
    top: 15%;
    transform: translateX(-50%);
}
.gallery-timeline .cd-timeline-content .cd-date { 
    
  position: absolute;
  font-size: 1.375rem;
  font-weight: bold;
  top: 9%;
  right: -55%;
  text-align: right;
    /* right: -55%;
    left: auto;
    text-align: right;
    top: 9%;
    font-size: 22px;
    font-weight: bold;
    opacity: 1; */
}
.gallery-timeline .cd-timeline-content{
    /* float: left; */
    width: 39%;
    box-shadow: 0 0 8px #ccc;
    padding: 0;
}
.gallery-timeline .cd-timeline-block {
    margin: 0;
}
.gallery-timeline .cd-timeline-content::before{
    content: "";
    position: absolute;
    width: 0;
	height: 0;
    top: 41px;
	border-top: 15px solid transparent;
	border-left: 25px solid #CDCDCD;
	border-bottom: 15px solid transparent;
}
.gallery-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content::before{
    border-left: none;
  border-right: 25px solid #CDCDCD;
    /* content: "";
    position: absolute;
    width: 0;
	height: 0;
    border-top: 15px solid transparent;
    border-right: 25px solid #CDCDCD;
    border-bottom: 15px solid transparent;
    top: 41px; */
}
.gallery-timeline  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    right: auto;
    left: -52%;
    text-align: left;    
}
.gallery-timeline  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
}
.gallery-timeline .fables-blog-head , .gallery-timeline .fables-gallery-timeline-details{ 
    padding: 0 20px;
}
.gallery-timeline .line , .gallery-timeline#cd-timeline::before{
    position: absolute;
    left: 50%;
    width: 2px;
    height: 2%;
    top: 5px;
    transform: translate(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
.multi-event-timeline .line {
    left: 50%;
    height: 2%;
    top: 17px;
    margin-left: 0px;
    width: 3px;
}
.gallery-timeline .fables-blog-cat-block img{
    position: relative;
    z-index: 999;
}


.blog-timeline .cd-timeline-content { 
    padding: 0;
    box-shadow: none;
    width: 70%;
    float: right;
}
.blog-timeline .cd-timeline-content p {
     margin:  0;
}
.blog-timeline .cd-timeline-block {
    margin: 0;
}
.blog-timeline .cd-timeline-content p { 
    font-size: 14px !important;
}
#cd-timeline.blog-timeline::before { 
    width: 3px;
    background: #DFDFDF;
    left: 20%;
    margin-left: 0;
    top: 9%;
}
.blog-timeline .cd-timeline-img {
    width: 38px;
    height: 38px;
    top: 35%;
    left:21%;
}
.blog-timeline .cd-date {
    text-align: left;
    padding: 12px;
    opacity: 1;
    top: 34%;
    position: absolute;
}
.blog-timeline .line {
    position: absolute;
    left: 20%;
    width: 2px;
    height: 2%;
    top: 8%;
}
.blog-timeline .cd-date::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #F6F6F6;
    border-bottom: 15px solid transparent;
    right: -24px;
}
.multi-event-timeline .date-circle {
    width: 73px;
    font-size: 20px;
    height: 73px;
    font-weight: 600;
    line-height: 73px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 47%;
}
.multi-event-timeline::before { 
    width: 3px;
    background-color: #DFDFDF;
}
.multi-event-timeline .timeline-items .timeline-item::after { 
    background: #B8B8B8;
    width: 60px;
    height: 60px; 
    left: calc(100% + 15.4%);
}
.multi-event-timeline .timeline-items .timeline-item{
    background-color: transparent !important;    
    box-shadow: 0 0 8px #ccc;
    padding: 15px;
    width: 35%;
    left: 7%;
    right: auto;
}
.multi-event-timeline .timeline-items .timeline-item:nth-child(odd){
    left: 57%;
}
.multi-event-timeline .timeline-items .timeline-item:nth-child(odd)::after{
    left: -107px;
}
.multi-event-timeline .timeline-items  { 
    padding-top: 115px; 
    position: relative;
}
.multi-event-timeline .timeline-items .timeline-item:nth-of-type(2n) { 
    margin-top: -381px;
}

.multi-event-timeline  .timeline-items .timeline-item::before {
    left: -25px;
    right: auto;
    border-top: 15px solid transparent !important;
    border-right: 25px solid #fff !important;
    border-bottom: 15px solid transparent;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    -webkit-filter: drop-shadow(1px 1px 1px #ccc);
    filter: drop-shadow(0 1px 1px #ccc);
    
}
.multi-event-timeline .timeline-items .timeline-item:nth-of-type(2n)::before {
    left: -25px;
    border-top: 15px solid transparent !important;
    border-right: 25px solid #fff;
    border-bottom: 15px solid transparent;
    right: auto;
    border-left: 0 !important;
    -webkit-filter: drop-shadow(0 1px 0px #ccc);
    filter: drop-shadow(0 1px 0px #ccc);
}
.gallery-mlti-date {
    position: absolute;
    left: 115%;
    top: -15px;
    z-index: 99;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    padding-top: 8px;
    line-height: 20px;
}
.multi-event-timeline .timeline-items .timeline-item:nth-of-type(2n) .gallery-mlti-date {
    left: auto;
    right: 112%;
}
.multi-event-timeline .fables-gallery-timeline-details ,.multi-event-timeline .fables-blog-head{
    padding: 0 20px;
}
.multi-event-timeline {
    overflow: hidden;
}
.gallery-filter .portfolioFilter {
    padding: 0;
    text-align: center;
}
.gallery-filter a.current {
    background: transparent;
    border: 0;
    color: #E54D42;
}
.gallery-filter .portfolioFilter  a {
    margin-right: 0;  
    border: 0;   
    position: relative;
}
.gallery-filter .portfolioFilter a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background-color: #BFBFBF;
    width: 1px;
    bottom: 5px;
}
.gallery-filter a:last-child::after {
    display: none;
}
.gallery-filter .portfolioContainer {
    border: 0;
    border-radius: 0;
}
.gallery-filter-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,.2);
    border-radius: 50%;
    font-size: 21px;
    text-align: center;
    line-height: 50px;
    margin: 0 4%;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
}
.gallery-filter-icon:after{
    content: "";
    position: absolute;
    right: -14px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 2px;
    bottom: 0;
}
.img-filter-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
    opacity: 0;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.filter-img-block:hover .img-filter-overlay{
    opacity: 1;
}
.filter-masonry{
     -moz-column-width: 13em;
     -webkit-column-width: 13em;
     column-width: 13em;
     -moz-column-gap: 1em;
     -webkit-column-gap: 1em; 
     column-gap: 1em; 
}
.filter-masonry .isotope-item {
     display: inline-block; 
     width:  100%;  
}
.filter-masonry .filter-img-block {
    margin-bottom: 15px; 
}
.filter-masonry .col-md-3 {
    padding-right: 0;
}
.filter-masonry .row , .gallery-filter .row{
    align-items: center;
    justify-content: center;
}
.fables-gallery-circle {
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50%;
    position: relative;
    background-color: #DFDFDF;
    margin:10px auto 0;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.fables-gallery-circle::after {
    content: "";
    position: absolute;
    right: auto;
    height: 2px;
    background-color: #DFDFDF;
    width: 196px;
    top: 18px;
    left: 100%;
}
.fables-gallery-circle::before {
    content: "";
    position: absolute;
    right: 100%;
    height: 2px;
    background-color:#DFDFDF;
    width: 150px;
    top: 18px;
    left: auto;
}

.gallery-history-row {
    align-content: flex-end;
    padding: 15px 25px;
    text-align: left;
}
/******************End Gallery************************/

/* Coming Soon */
#comming-soon {
    margin: 100px 0 0;
}

.comming-soon-counter {
    display: inline-block;
    font-size: 80px;
    color: #E54D42;
    font-weight: 700;
    line-height: 40px;
}

.comming-soon-counter span {
    font-size: 18px;
    font-weight: 300;
    color: #A9A9A9;
}

.fables-comming-head {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 55px;
}

.page-a { 
    display: inline-block;
    padding: 10px 53px; 
}

/*********************Start Index ***************************/
.top-row-hide {
    top: -50px;
}

.index4-transparent {
    background-color: rgba(44,62,79,.8);
}

.fables-sqr-nav .owl-nav [class*=owl-] {  
    height: 48px;
    width: 48px;
    line-height: 48px;
    color: #E54D42; 
    background-color: #fff;
    border-radius: 0;
    font-size: 23px;
    position: absolute;
    top: 38%;
    padding: 1px;
}

.fables-sqr-nav .owl-nav .owl-prev {
    left: -8%;
}

.fables-sqr-nav .owl-nav .owl-next {
    right: -8%;
}

.fables-main-head {
    font-size: 35px;
}

.table-badge { 
    top: 0;
    font-size: 18px;
    font-weight: 400;
    margin-left: 7px;
}

.line-height-large {
    line-height: 30px;
}

.table-title:after {
    content: "";
    position: absolute;
    left: 27%;
    right: 27%;
    height: 1px;
    bottom: -12px;
    background-color: inherit;
}

.table-block { 
    border-top: 1px solid #ECF0F1;
    border-right: 1px solid #ECF0F1;
    border-left: 1px solid #ECF0F1;
    border-bottom: 3px solid #ECF0F1;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.table-block:hover {
    box-shadow: 0 0 10px #d2caca;
    border-top: 1px solid #ECF0F1 !important;
    border-right: 1px solid #ECF0F1 !important;
    border-left: 1px solid #ECF0F1 !important;
    border-bottom: 3px solid #E54D42;
}

.work-icon {
    font-size: 20px;
    position: relative;
}

.work-icon:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #DDDDDD;
    right: -16px;
}

.work-icon:last-child:after {
    display: none;
}

.border-hover { 
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
}

.border-hover:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #8E9297;
}

.above-date {
    bottom: 7%;
    left: 7%;
}

.above-date .day {
    font-size: 26px;
}

.above-date .month {
    font-size: 10px;
}

.fables-index-products {
    background-image: url("../images/index-products-overlay.jpg");
    height: 466px;
    margin-bottom: 5%;
}

.sm-index-products {
    height: auto; 
}

.large-mb { 
    margin-bottom: 25%;
}

.sm-index-products .owl-nav {
    bottom: -18%;
    top: auto !important;
    right: auto !important;
    width: 100%;
}

.vertical-store-btns {
    margin-top: 10%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: -26%;
}

.fables-img-overlay:hover .vertical-store-btns {
    margin-right: 0;
}

.vertical-store-btns li {
    margin-bottom: 8px;
}

.circle-nav .owl-nav {
    display: block !important;
    position: absolute;
    top: -13%;
    right: 0;
}

.circle-nav .owl-nav [class*=owl-] {
    margin: 0 5px;
    padding: 0;
    background-color: rgba(255,255,255,.2);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    line-height: 37px;
    font-size: 14px;
    font-weight: normal;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.circle-nav .owl-nav [class*=owl-]:hover {
    background-color: #E54D42;
}

.half-width-testimonial {
    background-image: url(../images/index-testimonial.jpg); 
    margin-bottom: 11% !important;
}

.half-width-testimonial .owl-item {
    padding: 0 !important;
}

.half-width-testimonial .owl-stage-outer {
    padding: 5px;
}

.half-width-testimonial .fables-testimonial-carousel-item { 
    width: 97%; 
}

.half-width-testimonial .fables-testimonial-detail { 
    padding: 15px;
}

.half-width-testimonial .owl-nav {
    position: absolute;
    top: 15%;
    left: 15px;
    margin: 0;
    right: 15px;
}

.half-width-testimonial .owl-nav [class*=owl-] {
    position: absolute;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.half-width-testimonial .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #E54D42;
}

.half-width-testimonial .owl-next { 
    right: 0;
}

.half-width-testimonial .owl-prev {
    left: 0 !important; 
}

.fables-dots-circle {
    position: absolute;
    left: 0;
    width: 21px;
    height: 21px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%; 
    top: 2px; 
}

.fables-dots-circle::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 6px;
    right: 6px;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.fables-dots-text {
   padding-left: 32px; 
}

.fables-dots-text:hover .fables-dots-circle::after {
    width: 19px;
    height: 19px;
    top: -1px;
    right: -1px;
}

.together-block {
    background-image: url("../images/together.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.together-abs-img {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.together-details {    
    padding-right: 35%;
}

.fables-lus-icon {
    display: inline-block;
    height: 44px;
    text-align: center;
    width: 48px;
    padding-top: 7px;
    line-height: 32px;
    top: -1px;
    left: -1px;
}

.fables-choose-background {
    background-image: url("../images/choose-us-background.jpg"); 
}

.colored-table .table-badge {
    left: -24px;
}

.fables-table-arrow {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.colored-table:hover i {
    transform: rotate(360deg);
    transition: all ease-in-out .3s;
}

.fables-price-bg {
    background-image: url("../images/table-bg.jpg"); 
}

.subscribe-index-bg {
    background-image: url("../images/talk-coasts-friends.jpg");
} 

.fables-sqr-rotation {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 270px;
    height: 270px;
    position: absolute;
    right: -60%;
    z-index: 9;
    top: 27%;
}

.fables-sqr-rotation:after {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    border-width: 2px;
    border-style: solid;
    bottom: -5%;
    right: -5%;
    border-color: inherit;
}

.text-rotate {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-top: 18%;
    margin-right: 11%;
}

.sm-index-products .all-index-products {
    right: 0;
    bottom: 0;
}

.center-number-table {
    width: 130px;
    height: 130px;
    right: auto;
    bottom: -41%;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.center-number-table .table-badge { 
    right: 20px;
    top: 30px;
}

.testimonial-index-bg {
    background-image: url("../images/testimonial-index-bg.jpg");
}

.choose-img-border-after::after {
    content: "";
    position: absolute;
    border-width: 1px;
    border-style: solid;
    width: 99%;
    height: 100%;
    left: auto;
    bottom: -10%;
    right: 7%;
    border-color: inherit;
    z-index: -1;
}

.fables-index-services {
    background-image: url("../images/index-services-bg.jpg");
    margin-top: 6%;
    margin-bottom: 6%;
}

.fables-sqr-rotation-services {  
    right: -60%; 
    top: 17%;
}

.index-3-height { 
    background-image: url("../images/top-header-background.jpg");
}

.center-testimonial-carousel .owl-item {
    padding: 58px 60px 23px !important; 
}

.center-testimonial-carousel .fables-testimonial-carousel-item {
    padding: 40px;
}

.testimonial-index-bg .owl-item {
    padding: 0 2px 5px !important;
}

.testimonial-index-bg .owl-item img { 
    margin-top: -106px !important;
    margin-bottom: 30px !important;
}

.index-3-height-caption {
    margin-top: 25%;
}

.index-traingle {
    position: relative;
    overflow: hidden;
}

.index-traingle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 100vh solid rgba(255,255,255,.75);
    border-right: 98.5vw solid transparent;
    z-index: 3;
    bottom: 0;
}

.fables-sqr-nav {
    z-index: 9;
    margin: 7% 0 10%;
}

.fables-mega-menu li .cart-block a { 
    padding: 0 !important; 
}

.cart-block {
    width: 290px !important;
}

.cart-block li, .cart-block p {
    line-height: 30px !important; 
}
/*********************End Index **************************************/

/* Global Styles */
.overflow-hidden {
    overflow: hidden;
}

.bg-hover-transparent:hover {
    background-color: transparent !important;
    transition: all ease-in-out .4s;
}

.mt-minus-13 {
    margin-top: -13px;
}

.bg-rules {
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
    background-image: none  !important;
}

.light-font {
    font-weight: 300;
}

.border-light {
    border: 1px solid #ECF0F1 !important;
}

.regular-font {
    font-weight: 400;
}

.semi-font {
    font-weight: 600;
}

.bold-font { 
    font-weight: 700;
}

.z-index {
    z-index: 9;
}

.border-2 {
    border-width: 2px;
    border-style: solid;
}

.bg-blue {
    background-color: #5D42E5;
}

.bg-wisteria {
    background-color: #7F1F9B;
}

.bg-dark-blue {
    background-color: #1F399B;
}

.flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
}

.focus-0:focus {
    box-shadow: none !important;
}

.mb-6, .my-6 {
    margin-bottom: 4rem !important;
}

.mt-6, .my-6 {
    margin-top: 4rem !important;
}

.mt-6 {
    margin-top: 4rem;
}

.mb-6 {
    margin-bottom: 4rem;
}

.py-6 {
    padding: 4rem 0;
}

.p-6 {
    padding: 4rem;
}

.px-6 {
    padding: 0 4rem;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem;
}

.pr-6 {
    padding-right: 4rem;
}

.pl-6 {
    padding-left: 4rem;
}

.px-7 {
    padding: 0 5rem;
}

.py-7 {
    padding: 5rem;
}

.pl-7 {
    padding-left: 5rem;
}

.pr-7 {
    padding-right: 5rem;
}

.pt-7 {
    padding-top: 5rem;
}

.pb-7 {
    padding-bottom: 5rem;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 25px;
}

.font-40 {
    font-size: 40px;
}

.font-250 {
    font-size: 250px;
}

.font-300 {
    font-size: 300px;
}

.width-100 {
    width: 100% !important;
}

.dots-0 .owl-dots {
    display: none;
}

.absolute-dots .owl-dots {
    position: absolute;
    bottom: 3%;
    width: 100%;
}

.nav-0 .owl-nav {
    display: none;
}

.nav-default .owl-nav {
    display: block !important;
}

.italic {
    font-style: italic;
}

.border-top-1 {
    border-top-width: 1px;
    border-top-style: solid;
}

.form-control:focus { 
    background-color: transparent;
    border-color: rgba(229, 77, 66, 1); 
    box-shadow: none;
}

.owl-carousel .owl-item img {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.btn.focus, .btn:focus { 
    box-shadow: none;
}

.underline {
    text-decoration: underline;
}

a:hover, .btn-link:hover {
    text-decoration: none;
}

.just-center {
    justify-content: center;
}

.margin-l-none {
    margin-left: -15px;
}

.margin-r-none {
    margin-right: -15px;
}

.border-none {
    border: 0;
}

.fables-btn-rounded {
    border-radius: 30px;
}

.fables-btn-rounded span {
    z-index: 2;
    position: relative;
}

.btn-bg-hover {
    position: relative;
}

.btn-bg-hover::before {
    content: "";
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: inherit;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.btn-bg-hover::before:hover {
    left: 0;
}

/* fables colors */
.fables-light-background-color {
    background-color: #F6F6F6; 
}

.fables-main-color-transparent {
    background-color: rgba(44,62,79,.9);
}

.fables-second-color-transparent {
    background-color: rgba(66, 150, 229, 0.8);
}

.fables-main-gradient {
    background: -moz-linear-gradient(top, rgba(44,62,79,0.2) 0%, rgba(44,62,79,0.21) 1%, rgba(44,62,79,0.77) 100%);
    background: -webkit-linear-gradient(top, rgba(44,62,79,0.2) 0%,rgba(44,62,79,0.21) 1%,rgba(44,62,79,0.77) 100%);
    background: linear-gradient(to bottom, rgba(44,62,79,0.2) 0%,rgba(44,62,79,0.21) 1%,rgba(44,62,79,0.77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#332c3e4f', endColorstr='#c42c3e4f',GradientType=0);
}

.fables-main-background-color,
.fables-main-before a::before,
.fables-main-before a::after,
.fables-main-active.active,
.fables-main-dots .owl-dot.active span,
.fables-main-hover-background-color:hover {
    background-color: rgba(17, 119, 214, 0.842) !important;
}

.fables-main-text-color {
    color: #2C3E4F;
}

.fables-main-hover-color:hover {
    color: #2C3E4F;
}

.fables-main-text-color-link a {
    color: #2C3E4F !important;
}

.fables-main-border-color {
    border-color: #2C3E4F !important;
}

.fables-second-background-color,
.fables-second-before::before,
.fables-second-before::after,
.fables-second-hover-background-color:hover,
.fables-second-active.active,
.fables-second-dots .owl-dot.active span {
    background-color: #E54D42 !important;
    transition: all ease-in-out .3s;
}

.fables-second-hover-background-color:hover,
.fables-forth-hover-backround-color:hover,
.fables-main-hover-backround-color:hover {
    color: #fff;
}

.fables-second-text-color {
    color: rgba(66, 153, 235, 0.8);
}

.fables-second-hover-color:hover,
.fables-second-hover-color-link a:hover {
    color: #E54D42;
}

.fables-footer-image .fables-second-border-color {
    border-color: #3498db !important;
}
.fables-footer-image .fables-third-text-color{
    color: #ffffff !important;
}

.fables-second-hover-text-color:hover .fables-main-text-color,
.fables-second-hover-color:hover .fables-third-text-color,
.fables-second-hover-text-color:hover .fables-fifth-border-color {
    color: #E54D42 !important;
}

.fables-second-hover-text-color:hover .fables-forth-text-color {
    border-color: #E54D42;
}

.fables-third-background-color,
.fables-third-after:after,
.fables-third-before:before {
    background-color: #DDDDDD;
}

.fables-third-text-color {
    color: black;
}

.fables-third-border-color {
    border-color: #DDDDDD;
}

.fables-forth-before,
.fables-forth-after {
    position: relative;
}

.fables-forth-background-color,
.fables-forth-before a::before,
.fables-forth-after::after,
.fables-forth-hover-backround-color:hover {
    background-color: rgba(17, 119, 214, 0.842) !important;
    position: visible;
    height: inherit;
} 

.fables-forth-text-color {
    color: #5C6A77;
}

.fables-forth-border-color {
    border-color: #5C6A77;
}

.fables-fifth-background-color {
    background-color: #99A2AA;
}

.fables-fifth-text-color {
    color: #99A2AA;
}

.fables-fifth-border-color {
    border-color: #99A2AA;
}

.fables-light-gary-background {
    background-color: #ECF0F1;
}

.bg-white-hover:hover {
    background-color: #fff;
}

/************************** Mega Menu ******************************/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    z-index: 9;
}

.exo-menu > li {
    display: inline-block;
}

.exo-menu > li > a {
    color: inherit;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    border-right: 0;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

li.drop-down ul > li > a:hover {
    background-color: #2C3E4F;
    color: inherit;
}

.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important;
}

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px;
    display: none;
}

li.drop-down > ul {
    left: 0px;
    min-width: 230px;
}

.drop-down-ul {
    display: none;
}

.flyout-right > ul,
.flyout-left > ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
    color: #fff;
    display: block;
    text-align: left;
    padding: 13px 22px;
    text-decoration: none;
    background-color: #2C3E4F;
    border-bottom: 0;
    font-size: 14px;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul > li > a,
.flyout-left ul > li > a {
    border-bottom: 1px dotted #B8C7BC;
}

/* ===== Mega Menu Styles ===== */

.navabar-nav .nav-item.dropdown {
    position: relative; /*Change from static to relative*/
}

/*Mega menu specific styling */
.navbar-nav .fables-mega-menu .mega-menu-wide {
    position: absolute;
    top: 100%; /* Position below the parent item */
    left: 0;
    min-width: 230px;
    width: auto; /* Allow it to size based on content */
    max-width: 1000px; /* Prevent it from getting too wide */
    background-color: #fff; /* Or oyur preferred background color*/
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #E54D42; /* Your accent color */
    z-index: 1000; /* Ensure it's appears above other content */
    margin-top: 0;
    padding: 15px;
    display: none; /* Hidden by default */
}

/* Regular dropdown styling */
.navbar-nav .dropdown .dropdown-menu {
    border-top: 3px solid #E54D42;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    min-width: 200px;
}

/* Fix for when dropdown is opened near the right edge */
@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown:last-child .mega-menu-wide,
    .navbar-nav .na-item.dropdown:nth-last-child(2) .mega-menu-wide {
        right: 0;
        left: auto;
    }
}

/* Fix for hover state showing dropdown */
.navbar-nav .nav-item.dropdown:hover .mega-menu-wide,
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Mega menu internal styling */

.mega-menu-heading {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.mega-menu-description {
    color: #666;
    font-size:  14px;
    margin-bottom: 20px;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 15px;
    display: block;
    transition: all 0.3s;
}

.mega-menu-list li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #E54D42;
    padding-left: 18px;
    /* text-decoration: none; */
}

.mega-menu-list li a i {
    font-size: 12px;
    transition:  transform 0.2s ease;
}

.mega-menu-list li a:hover i {
    transform: translateX(3px);
}
.view-more-link a {
    color: #E54D42;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.view-more-link a:hover {
    text-decoration: none;
    color: #333;
}

.mega-menu-promo {
    padding-left: 15px;
}

.mega-menu-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.mega-menu-card img {
    width: 100%;
    transform: transform 0.3s ease;
}

.mega-menu-card:hover img {
    transform: scale(1.05);
}

.promo-content {
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.promo-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.promo-content p {
    font-size: 13px;
    margin-bottom: 10px;
}

.view-more-link {
    margin-top: 15px;
}

.view-more-link a {
    color: #ff5e15;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}

.view-more-link a:hover {
    text-decoration: none;
}

/* Fix Container for mega menu */
#fablesNavDropdown .dropdown-menu.mega-menu-wide .container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .navbar-nav {
        padding: 1rem 0;
    }
    .dropdown-menu.dropdown-wide {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        box-shadow: none;
    }
    
    .mega-menu-heading {
        font-size: 1rem;
    }

    /* .fables-footer-image .row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    } */
    .navbar-nav .fables-mega-menu .mega-menu-wide {
        position: static;
        width: 100%;
        max-width: none;
        box-shadow: none;
        border-top: none;
        padding: 15px 0;
    }
    .mega-menu-promo {
        padding-left: 0;
        margin-top: 15px;
    }
    .col-md-3 {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .mega-menu-card {
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Fix for hover state showing dropdown on mobile */
@media (max-width: 991px) {
    .navbar-nav .nav-item.dropdown:hover .mega-menu-wide,
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav .nav-item.dropdown.show .mega-menu-wide,
    .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block;
    }
}
/* .mega-menu-wide {
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px 0;
    border: none;
    border-radius: 0;
    background-color: #2C3E4F;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
} */


/*Special  styling for the left manu */
/* .mega-menu-list li a {
    color: #fff;
    background: transparent;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all 0.2s ease;
} */


/* .mega-menu-list li a { */
    /* color: #333;
    font-size: 14px;
    font-weight: 500; */
    /* display: block; */
    /* padding: 6px 15px;
    display: block;
    transition: all 0.3s; */
    /* font-size: 14px; */
/* } */

/* .mega-menu-list li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #E54D42;
    padding-left: 18px; */
    /* text-decoration: none; */
/* } */


/* Make Swift-like hover states for links */
/* .view-more-link a:hover {
    text-decoration: none;
}

.view-more-link a:hover i {
    transform: translateX(3px);
    transition: transform 0.2s ease;
} */

/* Ensure proper dropdown positionong */
 /* .navbar-nav .nav-item.dropdown {
    position: relative; 
}  */

/* Adding a divider between menu and content */
/* .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
} */


/* .mega-menu-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
} */

/* .mega-menu-list {
    list-style: none;
    padding-left: 0; */
    /* margin: 0; */
/*} */

/* .mega-menu-list li {
    margin-bottom: 12px;
} */

/* .mega-menu-list li a {
    color: #333;
    font-size: 14px;
    font-weight: 500; */
    /* display: block; */
    /* padding: 6px 15px;
    display: block;
    transition: all 0.3s; */
    /* font-size: 14px; */
/*} */



/* .mega-menu-list li a.view-all {
    color: #E54D42;
    font-weight: 600;
    margin-top: 10px;
}

.mega-menu-featured {
    padding: 0 15px;
} */

/* .mega-menu-description {
    color: #99A2AA;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
} */

/* .mega-menu-solutions {
    margin-top: 20px;
} */

/* .solution-item {
    display: block;
    color: #fff;
    margin-bottom: 20px;
    transition: all 0.3s;
    padding: 15px;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    height: 100%;
} */

/* .solution-item:hover {
    background: rgba(255,255,255,0.1);
    text-decoration: none;
    transform: translateY(-3px);
} */

/* .solution-icon {
    font-size: 24px;
    color: #E54D42;
    margin-bottom: 10px;
} */

/* .solution-item h4 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
} */

/* .solution-item p {
    font-size: 13px;
    color: #99A2AA;
    margin-bottom: 0;
} */

/* .view-more-link {
    margin-top: 15px;
} */

/* .view-more-link a {
    color: #E54D42;
    font-weight: 600;
    font-size: 14px;
} */

/* .mega-menu-promo {
    padding-left: 20px;
} */

/* .mega-menu-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
} */

/* .mega-menu-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* .promo-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    color: #fff;
} */

/* .promo-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
} */

/* .promo-content p {
    font-size: 14px;
    margin-bottom: 10px;
} */

/* Responsive Adjustments */
/* @media (max-width: 991px) {
    .mega-menu-wide {
        padding: 15px;
    }
    
    .mega-menu-categories,
    .mega-menu-featured,
    .mega-menu-promo {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .mega-menu-promo {
        padding-left: 0;
    }
     */
    /* .solution-item {
        padding: 10px;
    }
} */

/* @media (max-width: 767px) { */
    /* .mega-menu-wide {
        background-color: rgba(44, 62, 79, 0.95);
    } */
    
    /* .mega-menu-heading {
        font-size: 15px;
    } */
    
    /* .mega-menu-list li a {
        font-size: 13px;
    } */
    
    /* .solution-item h4 {
        font-size: 14px;
    } */
    
    /* .solution-item p {
        font-size: 12px;
    } */
/* } */

/* Flyout Mega */
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul > li > a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important;
}

/* mega menu */
.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
    text-align: left;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #2C3E4F;
    padding-top: 15px;
    background-color: #365670;
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
    text-align: left;
    color: #fff;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

a.view-more:hover {
    color: #fff;
    background: #0DADEF;
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

/* Blog DropDown */
.Blog {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #2C3E4F;
    padding-bottom: 15px;
}

.Blog .blog-title {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.Blog .blog-des {
    color: #ccc;
    font-size: 90%;
    margin-top: 15px;
}

.Blog a.view-more {
    margin-top: 0px;
}

/* common */
.flyout-right ul > li > a,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #2C3E4F;
}

/* hover */
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left > ul:hover,
li.flyout-right > ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover + ul,
li.flyout-right a:hover + ul,
.blog-drop-down > a:hover + .Blog,
li.drop-down > a:hover + .drop-down-ul,
.images-drop-down > a:hover + .Images,
.mega-drop-down a:hover + .mega-menu,
li.flyout-mega > a:hover + .flyout-mega-wrap {
    display: block;
}

/* responsive */
@media (min-width: 767px) {
    .exo-menu > li > a {
        display: block;
        padding: 0 15px;
    }
    
    .mega-menu,
    .flyout-mega-wrap,
    .Images,
    .Blog,
    .flyout-right > ul,
    .flyout-left > ul,
    li.drop-down > ul {
        position: absolute;
    }
    
    .flyout-right > ul {
        left: 100%;
    }
    
    .flyout-left > ul {
        right: 100%;
    }
}

@media (max-width: 767px) {
    .exo-menu {
        min-height: 58px;
        background-color: #23364B;
        width: 100%;
    }
    
    .exo-menu > li > a {
        width: 100%;
        display: none;
    }
    
    .exo-menu > li {
        width: 100%;
    }
    
    .display.exo-menu > li > a {
        display: block;
        padding: 20px 22px;
    }
    
    .mega-menu,
    .Images,
    .Blog,
    .flyout-right > ul,
    .flyout-left > ul,
    li.drop-down > ul {
        position: relative;
    }
}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

/************************* Image Hover Effects *****************************/
.image-container { 
    overflow: hidden;
    border-radius: 8px; 
}

.image-container img {
    transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
}

.translate-effect-right img { 
    /* max-width: none !important;
    width: calc(100% + 60px) !important;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-36px, 0, 0); */
    transition: transform 0.5s ease;
}

.translate-effect-right:hover img {
    /* opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); */
    transform: translateX(10px);
}

.zoomIn-effect img {
    width: 100%;
}

.zoomIn-effect:hover img {
    transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

.zoomOut-effect img {
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
}

.zoomOut-effect:hover img {
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.rotateIn-effect:hover img {
    transform: rotate(8deg) scale(1.4);
    -o-transform: rotate(8deg) scale(1.4);
    -webkit-transform: rotate(8deg) scale(1.4);
    -moz-transform: rotate(8deg) scale(1.4);
}

.rotateOut-effect:hover img {
    transform: rotate(-8deg) scale(1.4);
    -o-transform: rotate(-8deg) scale(1.4);
    -webkit-transform: rotate(-8deg) scale(1.4);
    -moz-transform: rotate(-8deg) scale(1.4);
}

.shine-effect::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 9999;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine-effect:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Circle */
.circle-effect::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.circle-effect:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* mega menu */
.fables-navigation .mega-menu-wide {
    left: 0;
    right: 0;
    width: 100%;
    transform: none !important;
}

/* Adjust the container padding */
.fables-navigation .mega-menu-wide .container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Ensure proper alignment of mega menu columns */
.mega-menu-categories,
.mega-menu-featured,
.mega-menu-promo {
    padding: 0 15px;
}

.navbar .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 5px;
}

/* Reset of the existing mega menu styling */
.navbar .mega-dropdown:hover .dropdown-menu.mega-menu {
    display: block;
}

.navbar .dropdown-menu.mega-menu.v-2 a {
    padding: 15px 10px 10px 35px;
}

.navbar .dropdown-menu.mega-menu.v-2 a.news-title-2 {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5;
    -webkit-transition: .2s;
    transition: .2s;
    color: #fff !important;
}

.navbar .dropdown-menu.mega-menu.v-2 a.news-title-2:hover {
    color: #d0d6e2 !important;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul {
    list-style: none;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li:hover {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item {
    color: #fff !important;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item:hover {
    color: #fff !important;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
    color: #fff;
}

.navbar .dropdown-menu.mega-menu.v-2 .font-small {
    font-size: 0.85rem;
}

.search-section {
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0,0,0,.93);
}

.close-search {
    position: absolute;
    right: 8%;
    top: 10%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close-search::before {
    transform: rotate(45deg);
}

.close-search::before, 
.close-search::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 34px;
    right: 14px;
    top: 0;
    transition: all ease-in-out .3s;
}

.close-search::after {
    transform: rotate(-45deg);
}

.search-input {
    color: #fff !important;
}

.search-input:focus {
    border-bottom: 1px solid #E54D42 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0;
}

/* Compact Header Option */
.compact-header .fables-header {
    padding: 20px 0 !important;
}

.compact-header .fables-page-title {
    font-size: 1.5rem !important;
}

/* ===== 19. Breadcrumbs ===== */
.fables-breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.fables-breadcrumb .breadcrumb-item {
    font-size: 15px;
}

.fables-breadcrumb .breadcrumb-item a {
    color: #006699;
    text-decoration: none;
}

.fables-breadcrumb .breadcrumb-item a:hover {
    color: #3E54D2;
    text-decoration: underline;
}

/* ===== 22. Registration Page Styles ===== */
.fables-registration-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.fables-registartion-container {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.fables-registartion-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2C3E4F;
    text-align: center;
    margin-bottom: 1.5rem;
}

.fables-registartion-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.fables-registartion-form .form-group {
    position: relative;
}

.fables-registartion-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.fables-registartion-input:focus {
    outline: none;
    border-color: #E54D42;
    box-shadow:  0 0 5px rgba(229, 77, 66, 1);
}

.fables-registartion-label {
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    font-size: 1rem;
    color: #666;
    transition: all 0.3s ease;
    pointer-events: none;
}

.fables-registartion-input:focus ~ .fables-registartion-label,
.fables-registartion-input:valid ~ .fables-registartion-label {
    top: -0.75rem;
    left: 0.5rem;
    font-size: 0.85rem;
    color: #E54D42;
    background: white;
    padding: 0 0.25rem;
}

.fables-registartion-button:hover {
    background: #3E54D2;
    transform: translateY(-2px);
}

.fables-registartion-error,
.fables-registartion-success {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    padding: 0.5rem;
    border-radius: 4px;
}

.fables-registration-error {
    color: #E54D42;
    background: rgba(229, 77, 66, 0.1);
    display: none;
}

.fables-registartion-success {
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
    display: none;
}

.fables-registartion-footer {
    text-align: center;
    margin-top: 1.5rem;
}

.fables-registartion-footer:a {
    color: #006699;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.fables-registartion-footer a:hover {
    color: #3E54D2;
    text-decoration: underline;
}

/* @media (max-width: 575px) {
    .fables-registartion-container {
        padding: 1.5rem;
    }
    .fables-registartion-title {
        font-size: 1.5rem;
    }

    .fables-registartion-input {
        font-size: 0.9rem;
    }

    .fables-registartion-button {
        font-size: 0.9rem;
    }
    .fables-header {
        padding: 20px 0 !important;
    }
    .fables-page-title {
        font-size: 1.5rem !important;
    }
} */