/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/* Limit header width */
.header .header-inner.container {
  max-width: 1350px !important;   /* set your desired width */
}

/* Divider for transparent header */
.header-main.nav-dark .top-divider.full-width,
.header-main.toggle-nav-dark .top-divider.full-width {
    opacity: 1 !important; /* Remove Flatsome's opacity control */
    background-color: rgba(255, 255, 255, 0.4) !important; /* White at 40% opacity */
    width: 1400px !important; /* Viewport width - adjust percentage as needed */
    max-width: none !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    display: block !important;
    visibility: visible !important;
}

/* Ensure overflow is visible */
.header-main.nav-dark .container,
.header-main.toggle-nav-dark .container {
    overflow: visible !important;
}

.html.header-button-1 .header-button .button.primary {

    background: #FCD315;
    color: #1B161C;
    font-size: 16px;
  font-family: "Public Sans", sans-serif;
 font-weight: 600;    
	padding: 10px 30px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}

.html.header-button-1 .header-button .button.primary:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Add more spacing between menu items */
.header-nav-main.nav-right > li {
    margin-left: 40px !important; /* Adjust value as needed */
}

/* Remove extra margin from first item */
.header-nav-main.nav-right > li:first-child {
    margin-left: 0 !important;
}


.cust-btn {
    background: #FCD315 !important;
    color: #1B161C !important;
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
    font-weight: 600;    
    padding: 10px 40px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}

.cust-btn:hover {
    color: #ffffff !important;
    text-decoration: none;
}

/* Mobile responsive - 30% size reduction */
@media (max-width: 768px) {
    .cust-btn {
        font-size: 11.2px;
        padding: 7px 28px;
        clip-path: polygon(
            0 0,
            calc(100% - 7px) 0,
            100% 7px,
            100% 100%,
            7px 100%,
            0 calc(100% - 7px)
        );
    }
}


/* Black gradient overlay */
.sec-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #1B161C 0%, rgba(27, 22, 28, 0) 50%);
    z-index: 1;
    pointer-events: none;
}



.sec-clip-right {
    overflow: hidden;
    position: relative;
}

.sec-clip-right .section-bg img {
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 190px),
        calc(100% - 120px) 100%,
        0 100%
    );
}

.sec-clip-right .section-content {
    position: relative;
    z-index: 2;
}

/* Adjust clip size for mobile */
@media (max-width: 768px) {
    .sec-clip-right .section-bg img {
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    }
}

.sec-overlay {
    overflow: hidden;
    position: relative;
    min-height: 300px !important;
}
.sec-overlay .section-bg.fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec-overlay .section-bg.fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(27, 22, 28, 0.65) 0%, rgba(27, 22, 28, 1) 92%);
    z-index: 1;
    pointer-events: none;
}
.sec-overlay .section-content {
    position: relative;
    z-index: 2;
}

.custom-semibold p {
       font-family: 'Montserrat', sans-serif !important;
       font-weight: 600 !important;
   }


/* Logo Carousel Wrapper */
.logo-carousel-wrapper {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 5px 20px;
}

/* Logo Item */
.logo-item {
    padding: 5px;
}

/* Logo Container Wrapper for border effect */
.logo-container {
    background: #e0e0e0;
    padding: 1px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

/* Inner container for white background */
.logo-container::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
    z-index: 0;
}

/* Logo Image */
.logo-container img {
    max-width: 220px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 1;
    mix-blend-mode: luminosity;
    position: relative;
    z-index: 1;
    padding: 15px 12px;
}

/* Logo Size Options */
.logo-container img.logo-size-small {
    max-width: 160px;
    max-height: 80px;
}

.logo-container img.logo-size-medium {
    max-width: 200px;
    max-height: 90px;
}

.logo-container img.logo-size-large {
    max-width: 280px;
    max-height: 130px;
}

/* Owl Carousel Dots Container */
.logo-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

/* Individual Dot Buttons - Maximum Override */
.owl-carousel .owl-dots .owl-dot,
.logo-carousel .owl-dots .owl-dot,
.owl-theme .owl-dots .owl-dot {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
    margin: 0 6px !important;
    background: #C6C6C6 !important;
    border-radius: 50% !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    line-height: 14px !important;
}

/* Active Dot - Maximum Override */
.owl-carousel .owl-dots .owl-dot.active,
.logo-carousel .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot.active {
    background: #FCD315 !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
}

/* Dot Span - Complete Removal */
.owl-carousel .owl-dots .owl-dot span,
.logo-carousel .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

/* Remove Navigation Arrows */
.logo-carousel .owl-nav {
    display: none !important;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .logo-container {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
        min-height: 85px;
    }
    
    .logo-container::before {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 19px), calc(100% - 19px) 100%, 0 100%);
    }
    
    .logo-container img {
        max-width: 170px;
        max-height: 80px;
        padding: 12px 10px;
    }
    
    .logo-container img.logo-size-small {
        max-width: 140px;
        max-height: 55px;
    }
    
    .logo-container img.logo-size-large {
        max-width: 210px;
        max-height: 100px;
    }
}

@media (max-width: 480px) {
    .logo-carousel-wrapper {
        padding: 30px 15px;
    }
    
    .logo-container {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
        min-height: 100px;
    }
    
    .logo-container::before {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
    }
    
    .logo-container img {
        max-width: 140px;
        max-height: 65px;
        padding: 10px 8px;
    }
    
    .logo-container img.logo-size-small {
        max-width: 100px;
        max-height: 50px;
    }
    
    .logo-container img.logo-size-large {
        max-width: 170px;
        max-height: 80px;
    }
}

.uacf7-uacf7style-290 input[type="submit"] {
    text-transform: none;
    margin: 0 auto;
    display: block;
    width: fit-content;
    background: #FCD315 !important;
    color: #1B161C!important;
    font-size: 16px;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}

.uacf7-uacf7style-290 input[type="submit"]:hover {
    color: #FFFFFF !important;
}

/* Mobile responsive - 30% size reduction */
@media (max-width: 768px) {
    .uacf7-uacf7style-290 input[type="submit"] {
        font-size: 13px;
        padding: 7px 28px;
        clip-path: polygon(
            0 0,
            calc(100% - 7px) 0,
            100% 7px,
            100% 100%,
            7px 100%,
            0 calc(100% - 7px)
        );
    }
}

.uacf7-uacf7style-424 input[type="submit"] {
    text-transform: none;
    margin: 0 auto;
    display: block;
    width: fit-content;
    background: #FCD315 !important;
    color: #1B161C!important;
    font-size: 16px;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}

.uacf7-uacf7style-424 input[type="submit"]:hover {
    color: #FFFFFF !important;
}

/* Mobile responsive - 30% size reduction */
@media (max-width: 768px) {
    .uacf7-uacf7style-424 input[type="submit"] {
        font-size: 13px;
        padding: 7px 28px;
        clip-path: polygon(
            0 0,
            calc(100% - 7px) 0,
            100% 7px,
            100% 100%,
            7px 100%,
            0 calc(100% - 7px)
        );
    }
}

.clip-col {
    overflow: hidden;
    position: relative;
}

.clip-col .col-inner {
    position: relative;
    z-index: 2;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 90px),
        calc(100% - 70px) 100%,
        0 100%
    );
}

/* Adjust clip size for mobile */
@media (max-width: 768px) {
    .clip-col .col-inner {
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 40px),
            calc(100% - 40px) 100%,
            0 100%
        );
    }
}

.yel-clip {
    overflow: hidden;
    position: relative;
}
.yel-clip .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffd700; /* Yellow color for the corner only */
    clip-path: polygon(
        0 calc(100% - 120px),
        0 100%,
        100px 100%
    );
    z-index: 1;
}
.yel-clip .section-content {
    position: relative;
    z-index: 2;
}
/* Adjust clip size for mobile */
@media (max-width: 768px) {
    .yel-clip .section-bg {
        clip-path: polygon(
            0 calc(100% - 15px),
            0 100%,
            25px 100%
        );
    }
}


.divisions-container p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1B161C;
}

.divisions-container .division-item {
    font-size: 16px;
    margin-bottom: 0px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    display: block;
}