/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL &amp; translation ready. Look no further. Neve is the perfect theme for you!
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 3.8.16.1735218965
Updated: 2024-12-26 13:16:05

*/

.no-scroll {
    overflow: hidden !important;
}

.whiteyellow-text h2 {
    background-image: linear-gradient(white, #F4D331) !important;
    color: transparent !important;
    background-clip: text !important;
    overflow: visible !important;
}

.greengradient-text h2 {
    background-image: linear-gradient(#148E29, #094914) !important;
    color: transparent !important;
    background-clip: text !important;
    overflow: visible !important;
}

.yelloworange-text h2 {
    background-image: linear-gradient(#F4D331, #FC6F00) !important;
    color: transparent !important;
    background-clip: text !important;
    overflow: visible !important;
}

.greengradient-text.telugu h2,
.yelloworange-text.telugu h2,
.whiteyellow-text.telugu h2 {
    padding-top: 8px;
}

.green-btn a,
.orange-btn a {
    transition: all 0.5s ease !important;
}

.green-btn:hover a {
    box-shadow: 0px 8px 15px 2px rgba(9, 73, 20, 0.5) !important;
}

.orange-btn:hover a {
    box-shadow: 0px 8px 15px 2px rgba(252, 111, 0, 0.5) !important;
}

.white-wrap {
    white-space: nowrap !important;
}

.sata-logo h2, .sata-logo h2 a {
    color: #F9B949 !important;
}

.max-120 {
    height: 120px !important;
    max-height: 120px !important;
    width: 120px !important;
    max-width: 120px !important;
    overflow: hidden !important;
}

.max-450 {
    height: 450px !important;
    max-height: 450px !important;
    width: 450px !important;
    max-width: 450px !important;
    overflow: hidden !important;
}

/* Loader */

.rotating {
    width: 100px;
    height: 100px;
    background: lightblue;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Header */

.elementor-16 .elementor-element.elementor-element-5f7aa79 .menu-item.current-menu-item a.hfe-menu-item,
.elementor-16 .elementor-element.elementor-element-5f7aa79 .menu-item.current-menu-ancestor a.hfe-menu-item {
    border-radius: 4px !important;
}

.logotext-carousel .owl-nav {
    display: none !important;
}

.sub-menu {
    overflow: hidden !important;
}

/* Footer */

.social-icons {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease !important;
}

.social-icons::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 10px;
    width: 0px;
    height: 0px;
    background-color: #f9b949;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 3px #f9b949;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s;
}

.social-icons:hover::before {
    width: 6px;
    opacity: 1;
    box-shadow: 0px 0px 10px 3px #f9b949;
}

.social-icons:hover {
    transform: translateY(5px) !important;
}

.footer-links nav ul li,
.footer-links nav ul li a {
    position: relative;
    transition: all 0.3s;
}

.footer-links nav ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -10px;
    width: 0px;
    height: 0px;
    background-color: #f9b949;
    border-radius: 12px;
    box-shadow: 0px 0px 8px 2px #f9b949;
    z-index: 1;
    transition: all 0.3s;
}

.footer-links nav ul li.current-menu-item a {
    color: #FC6F00 !important;
}

.footer-links nav ul li:hover::before,
.footer-links nav ul li.current-menu-item::before {
    top: 8px;
    width: 1px;
    height: 1px;
    box-shadow: 0px 0px 14px 6px #f9b949;
}

.footer-links nav ul li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 30px;
    background: url('https://sata.lujay.store/wp-content/uploads/2025/06/deepam.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    top: 2px;
    left: -20px;
    z-index: 2;
    display: inline-block;
}

.footer-links nav ul li a::before {
    content: '';
    position: absolute !important;
    bottom: 8px;
    left: 18px;
    width: 0px;
    height: 1px;
    opacity: 0 !important;
    background-color: white !important;
    transition: all 0.3s ease-in-out !important;
}

.footer-links nav ul li a:hover::before {
    width: 50px !important;
    opacity: 1 !important;
}

/* Contact Us Form */

.form-submit {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 0px;
}

.form-submit p {
    margin-bottom: 0px;
    position: relative;
}

.form-submit .wpcf7-not-valid-tip {
    color: #eb161c;
    font-size: 10px;
    letter-spacing: 0.2px;
    text-align: end;
    font-weight: 500;
    font-family: 'Manrope';
    display: block;
    position: absolute;
    right: 0;
}

.wpcf7-response-output {
    border: 1px solid #fc6f00 !important;
    color: #000;
    font-family: 'Monsterat', sans-serif;
    font-size: 12px;
    width: max-content;
    margin: 0 !important;
    margin-top: 0px !important;
    border-radius: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-submit .input-field {
    position: relative;
    width: 100%;
}

.form-submit .input-field label {
    display: none;
    color: #000000;
    font-family: 'poppins', sans-serif;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 450 !important;
    margin-bottom: 0.5rem;
}

.form-submit .input-field label em {
    color: #eb161c;
}

.form-submit .input-field input,
.form-submit .input-field select,
.form-submit .input-field textarea {
    background: transparent;
    padding: 11px 20px;
    border: 1.5px solid #21252960;
    border-radius: .5rem;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #212529 !important;
    /* position: relative; */
    z-index: 2;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-submit .input-field textarea {
    height: 100px !important;
}

.form-submit .input-field input:focus,
.form-submit .input-field select:focus,
.form-submit .input-field textarea:focus {
    box-shadow: none;
    border-color: #fc6f00 !important;
    background-color: #fff;
}

.form-submit .submit {
    margin-top: 10px;
}

/* Sponsors */

.sponsors-wrap .sponsor-item {
    width: max-content;
    background-color: #fff;
    border-radius: 8px;
    border: 0.5px solid #dadada;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sponsors-wrap.slick-initialized .sponsor-item {
    border: 0.5px solid transparent;
}

.sponsors-wrap .sponsor-item:hover {
    border-color: #148E29;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.sponsors-wrap.slick-initialized .sponsor-item:hover {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}

.slick-initialized.sponsors-wrap .slick-slide {
    display: block;
    margin: 0 10px;
}

.sponsors-wrap .sponsor-item .image {
    display: block;
    padding: 20px;
    width: 220px;
    height: 85px;
    overflow: hidden;
}

.sponsors-wrap .sponsor-item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.sponsors-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

/* Blog Pages */

.container.blog-page {
    max-width: 1250px !important;
    padding: 24px 0;
}

.blog-wrap .nv-index-posts {
    margin-top: 0px;
    padding: 0;
}

.blog-wrap.blogs-page {
    display: flex !important;
    flex-wrap: wrap;
}

.blog-wrap.blogs-page .posts-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
    padding: 20px;
    padding-top: 0px;
    gap: 20px;
}

.blog-wrap.blogs-page .posts-wrapper .blogs-item {
    margin: 0;
}

.blog-wrap.blogs-page .sidebar-wrap {
    width: 30%;
    height: max-content;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    padding: 20px 24px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/* Blogs and News Page Banner */

.blogs-banner {
    position: relative;
    overflow: hidden;
    height: 450px;
    background: url('https://sata.lujay.store/wp-content/uploads/2025/07/photo12.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    padding: 0px 10px 0px 10px;
}

.single-banner {
    background: url('https://sata.lujay.store/wp-content/uploads/2025/07/photo12.jpg');
}

.blogs-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #ffffff00 0%, #270808 80%);
    opacity: 1;
    z-index: 1;
}

.blogs-banner .content {
    position: relative;
    z-index: 5;
}

.blogs-banner .content h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    line-height: 68px;
    margin-bottom: 16px;
    font-family: "Poppins", Sans-serif;
    z-index: 2;
}

.blogs-banner .content h2 .gradient-text {
    background-image: linear-gradient(#F4D331, #FC6F00) !important;
    color: transparent !important;
    background-clip: text !important;
    overflow: visible !important;
}

.blogs-banner .container .content p.bread {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 2px 0px 2px 14px;
    gap: 8px 14px;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 450;
    z-index: 2;
}

.blogs-banner .container .content p.bread a {
    color: #fff;
    transition: all 0.3s;
}

.blogs-banner .container .content p.bread a:hover {
    color: #eb161c;
}

.blogs-banner .container .content p.bread span {
    color: #FC6F00;
}

.blogs-banner .container.blog-page .content h3.page-heading {
    font-size: 2.5rem;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    line-height: 70px;
    color: #fff;
    animation: fade-in-up 1.3s ease-in-out;
}

.blogs-banner .container.blog-page .content h3.page-heading span {
    background-color: #FC6F00;
    font-size: 3rem;
    padding: 8px 16px;
    border-radius: 50px;
    color: #000;
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

/* Blogs Section */

.blog-wrap .blogs-item {
    margin: 20px 15px;
    overflow: hidden;
    height: max-content;
    border-radius: 5px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}

.blog-wrap.blogs-page .blogs-item {
    display: flex;
    flex-direction: column;
}

.blog-wrap .blogs-item .blogs-img,
.blog-wrap .blogs-item .blogs-img a {
    overflow: hidden;
    height: 250px;
}

.blog-wrap.blogs-page .blogs-item .blogs-img,
.blog-wrap.blogs-page .blogs-item .blogs-img a {
    height: 275px;
    width: 100%;
}

.blog-wrap .blogs-item .blogs-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.blog-wrap .blogs-item:hover .blogs-img a img {
    transform: scale(1.05);
}

.blog-wrap .blogs-item .content {
    padding: 1.5rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.blog-wrap.blogs-page .blogs-item .content {
    width: 100%;
}

.blog-wrap .blogs-item .content .date p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.blog-wrap.blogs-page .blogs-item .content .category {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-wrap .blogs-item .content .category {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-wrap .blogs-item .content .category span {
    font-family: 'Monserat', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #FC6F00;
    border-radius: 21px;
    padding: .35rem .75rem;
}

.blog-wrap .blogs-item .content .post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-wrap .blogs-item .content .blogs-title a.blog-name {
    font-size: 17px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    color: #000;
    transition: all 0.3s;
}

.blog-wrap .blogs-item .content .blogs-title a.blog-name:hover {
    color: #FC6F00;
}

/* Home Page Blogs */

.blog-wrap.home-blogs .blogs-item .blogs-img,
.blog-wrap.home-blogs .blogs-item .blogs-img a {
    overflow: hidden;
    height: 235px;
}

.blog-wrap.home-blogs .blogs-item .content {
    padding: 1.2rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.blog-wrap.home-blogs .blogs-item .content .blogs-title {
    height: 60px;
}

.blog-wrap.home-blogs .blogs-item .content .blogs-title a.blog-name {
    font-size: 18px;
    line-height: 18px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    color: #000;
    transition: all 0.3s;
}

.blog-wrap.home-blogs .blogs-item .content .post-content p,
.blog-wrap.home-blogs .blogs-item .content .post-content {
    margin: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-wrap.home-blogs .owl-nav.disabled {
    width: 114%;
    position: absolute;
    top: 50%;
    left: -60px;
    display: flex;
    justify-content: space-between;
}

.blog-wrap.home-blogs .owl-nav.disabled button {
    position: relative;
    background-color: #fff;
    padding: 25px;
    border-radius: 50%;
    transition: all 0.3s;
    border: none;
}

.blog-wrap.home-blogs .owl-nav button:hover {
    background-color: #FC6F00;
}

.blog-wrap.home-blogs .owl-nav button span {
    display: none;
}

.blog-wrap.home-blogs .owl-nav button::before {
    content: '\f104';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: fontawesome;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.blog-wrap.home-blogs .owl-nav button.owl-next::before {
    content: '\f105';
}

.blog-wrap.home-blogs .owl-nav button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s;
}

.blog-wrap.home-blogs .owl-nav button:hover::after {
    transform: translate(-50%, -50%) scale(1.02);
    z-index: 1;
}

/* Important Links Page */

.roles-wrapper.imp-links .link a:hover h3.role-title {
    color: #FC6F00 !important;
}

.roles-wrapper.imp-links .link a.role-content {
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.roles-wrapper.imp-links .role-item::before {
    cursor: pointer;
}

/* Roles and Responsibilities */

.roles-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 36px;
    padding: 20px;
}

.roles-wrapper .role-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #dadada;
    transition: all 0.3s ease;
}

.roles-wrapper .role-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.05;
    transition: all 0.3s ease;
}

.roles-wrapper .role-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #148E29;
    opacity: 0;
    transition: all 0.3s ease;
}

.roles-wrapper .role-item:hover::after {
    opacity: 1;
}

.roles-wrapper .role-item:hover {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.roles-wrapper .role-item .role-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 1.5;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
}

.roles-wrapper .role-item .role-img {
    width: 80px;
    height: 80px;
}

.roles-wrapper .role-item .role-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roles-wrapper .role-item .role-content {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

/* Gallery */

.gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 20px;
}

.gallery-wrapper h2,
p {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.gallery-wrapper .gallery-item {
    position: relative;
    padding: 20px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.gallery-wrapper .gallery-item .gallery-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 15px;
}

.gallery-wrapper .gallery-item .gallery-header a {
    font-size: 30px;
    font-weight: 600;
    color: #094914;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gallery-wrapper .gallery-item .gallery-header a:hover {
    color: #FC6F00;
}

.gallery-wrapper .gallery-item .gallery-header .gallery-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gallery-wrapper .gallery-item .gallery-header .gallery-details div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3d3d3d;
    font-family: 'Poppins', sans-serif;
}

.gallery-wrapper .gallery-item .gallery-header .gallery-details i {
    color: #FC6F00;
}

.gallery-wrapper .gallery-item .gallery-header .gallery-details div span {
    font-size: 14px;
    font-weight: 400;
}

.gallery-wrapper .gallery-item .images-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery-wrapper .gallery-item .images-wrapper a {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.gallery-wrapper .gallery-item .images-wrapper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    transition: transform 0.3s ease;
}

.gallery-wrapper .gallery-item a.more-photos-link {
    position: relative;
    display: block;
    padding: 20px 2px 0;
    margin: 0px 10px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #212529;
    width: max-content;
    transition: all 0.3s ease;
}

.gallery-wrapper .gallery-item a.more-photos-link:hover {
    color: #000;
}

.gallery-wrapper .gallery-item a.more-photos-link::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 1px;
    height: 0.5px;
    background-color: #FC6F00;
    opacity: 0;
    transition: width 0.3s ease;
}

.gallery-wrapper .gallery-item a.more-photos-link:hover::before {
    width: 100%;
    opacity: 1;
}

.gallery-wrapper .gallery-item a.more-photos-link i {
    padding-left: 5px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.gallery-wrapper .gallery-item a.more-photos-link:hover i {
    padding-left: 10px;
}

/* Gallery Indiviual Page CSS */

.gallery-banner .container,
.gallery-details .container {
    max-width: 1250px;
    padding: 24px 0;
    z-index: 10;
}

.gallery-banner {
    position: relative;
    display: flex;
    align-items: end;
    height: 450px;
}

.gallery-banner .container .content p.bread {
    font-size: 14px;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 2px 0px 2px 14px;
    gap: 14px;
}

.gallery-banner .container .content p.bread a {
    color: #fff;
    transition: all 0.3s;
}

.gallery-banner .container .content p.bread a:hover {
    color: #fc6f00;
}

.gallery-banner .container .content .page-heading {
    font-size: 3.5rem;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    line-height: 70px;
    background-image: linear-gradient(#F4D331, #FC6F00) !important;
    color: transparent !important;
    background-clip: text !important;
    overflow: visible !important;
    margin-bottom: 10px;
}

.gallery-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #ffffff00 0%, #270808 80%);
    opacity: 0.7;
    z-index: 1;
}

.gallery-details .container .gallery-wrap .gallery-single .head-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.gallery-details .container .gallery-wrap .gallery-single .head-wrap .post-title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #094914;
    margin: 0;
}

.gallery-details .container .gallery-wrap .gallery-single .head-wrap .gallery-details {
    display: flex;
    align-items: center;
    gap: 16px;
}

.gallery-details .container .gallery-wrap .gallery-single .head-wrap .gallery-details i {
    color: #FC6F00;
}

.gallery-details .container .gallery-wrap .gallery-single .head-wrap .gallery-details div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3d3d3d;
    font-family: 'Poppins', sans-serif;
}

.gallery-details .container .gallery-wrap .gallery-single .images-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gallery-details .container .gallery-wrap .gallery-single .images-wrapper a {
    display: block;
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.gallery-details .container .gallery-wrap .gallery-single .images-wrapper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-details .container .gallery-wrap .gallery-single .gallery-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-top: 20px;
}

/* Home page Gallery section  */

.homegallery-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.homegallery-wrap .gallery-item,
.homegallery-wrap .gallery-item .gallery-link {
    display: block;
    width: 100%;
    height: 225px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.homegallery-wrap .gallery-item .gallery-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 80%);
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease;
}

.homegallery-wrap .gallery-item:hover .gallery-link::before {
    opacity: 1;
    cursor: pointer;
}

.homegallery-wrap .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homegallery-wrap .gallery-item .gallery-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Poppins', sans-serif;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.homegallery-wrap .gallery-item:hover .gallery-title {
    opacity: 1;
}

.homegallery-wrap .owl-nav.disabled {
    display: none;
}

.homegallery-wrap .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.homegallery-wrap .owl-dots .owl-dot {
    padding: 5px;
    border-radius: 50%;
    background-color: #e2e2e2 !important;
    background-image: none !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.homegallery-wrap .owl-dots .owl-dot.active {
    background-color: transparent;
    color: #148E29 !important;
    background-image: linear-gradient(150deg, #094914 0%, #148E29 100%) !important;
}

/* Home Videos Wrap */

.videos-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.videos-wrap.not-owl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.videos-wrap .videos-item,
.videos-wrap .videos-item .video-exp {
    display: block;
    width: 100%;
    height: 225px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.videos-wrap .videos-item .video-exp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 80%);
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease;
}

.videos-wrap .videos-item:hover .video-exp::before {
    opacity: 1;
    cursor: pointer;
}

.videos-wrap .videos-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videos-wrap .videos-item .videos-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Poppins', sans-serif;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.videos-wrap .videos-item:hover .videos-title {
    opacity: 1;
}

.videos-wrap .owl-nav.disabled {
    display: none;
}

.videos-wrap .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.videos-wrap .owl-dots .owl-dot {
    padding: 5px;
    border-radius: 50%;
    background-color: #e2e2e2 !important;
    background-image: none !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.videos-wrap .owl-dots .owl-dot.active {
    background-color: transparent;
    color: #148E29 !important;
    background-image: linear-gradient(150deg, #094914 0%, #148E29 100%) !important;
}

/* Global Pagination CSS */

.pagination-custom {
    display: flex;
    justify-content: end;
    gap: 10px;
    padding: 20px 10px 10px;
}

.pagination-custom .page-numbers {
    background-color: #e2e2e2;
    color: #000;
    padding: 6px 12px;
    font-family: 'Montserrat';
    border-radius: 3px;
    font-size: 13px;
    font-weight: 450;
    transition: all 0.3s;
}

.pagination-custom .page-numbers:hover {
    background-color: #148E29;
    color: #ffffff;
}

.pagination-custom .page-numbers.current {
    background-color: #FC6F00;
    color: #ffffff;
}

/* FancyBox css */

.fancybox-toolbar {
    display: flex;
    gap: 10px;
}

.fancybox-toolbar button {
    position: relative;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
}

.fancybox-toolbar button:hover {
    background: #212529 !important;
}

.fancybox-toolbar button::before {
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fancybox-toolbar button.fancybox-button.fancybox-button--close::before {
    content: '\f00d';
}

.fancybox-toolbar button.fancybox-button.fancybox-button--thumbs::before {
    content: '\f064';
}

.fancybox-toolbar button.fancybox-button.fancybox-button--play::before {
    content: '\f04b';
}

.fancybox-toolbar button.fancybox-button.fancybox-button--zoom::before {
    content: '\f00e';
}

.fancybox-toolbar button>svg {
    color: #fff !important;
    fill: #fff !important;
    opacity: 0;
}

.fancybox-navigation button {
    box-shadow: none !important;
}

/* Banner Css */

.banner-wrap {
    position: relative;
    overflow: hidden;
}

.banner-wrap .banner-item,
.banner-wrap .banner-item a {
    display: block;
    position: relative;
    height: 500px;
    transition: all 0.3s ease;
}

.banner-wrap .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-wrap .banner-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.banner-wrap .banner-item .content {
    position: absolute;
    bottom: 32px;
    left: 20px;
    color: #fff;
    z-index: 2;
}

.banner-wrap .banner-item .content .banner-name {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.banner-wrap .owl-nav.disabled {
    display: none;
}

.banner-wrap .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.banner-wrap .owl-dots .owl-dot {
    padding: 5px;
    border-radius: 50%;
    background-color: #e2e2e2 !important;
    background-image: none !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.banner-wrap .owl-dots .owl-dot.active {
    background-color: transparent;
    color: #FC6F00 !important;
    background-image: linear-gradient(150deg, var(--e-global-color-26678dc) 0%, var(--e-global-color-primary) 100%) !important;
}

/* Home Latest News Banner */

.latestnews-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    animation-name: infiniteScroll;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.latestnews-wrap .latestnews-item {
    position: relative;
    padding-left: 20px;
}

.latestnews-wrap .latestnews-item p {
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 350;
    margin: 0;
    position: relative;
    white-space: nowrap;
}

@keyframes infiniteScroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

/* Add icon to front */
.latestnews-wrap .latestnews-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #FC6F00;
    border-radius: 50%;
}

.latestnews-wrap .slick-dots {
    display: none !important;
}

/* Events Home */

.events-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 20px 0;
}

.events-wrap .event-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
    margin: 15px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.events-wrap .event-item .image {
    width: 42%;
    height: 250px !important;
    border-radius: 5px;
    overflow: hidden;
}

.events-wrap .event-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-wrap .event-item .content {
    width: 58%;
    padding: 15px;
}

.events-wrap .event-item .content h2,
.events-wrap .event-item .content h2 a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin: 0;
    transition: all 0.3s;
}

.events-wrap .event-item .content .event-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.events-wrap .event-item .content .event-details p {
    font-size: 14px;
}

.events-wrap .event-item .content .event-details p i {
    color: #FC6F00;
    margin-right: 10px;
}

.events-wrap .event-item .content .details-btn {
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(150deg, #094914 0%, #148E29 100%);
}

.events-wrap.home-wrap .owl-nav.disabled {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-right: 24px;
}

.events-wrap.home-wrap .owl-nav.disabled button {
    position: relative;
    background-color: #fff;
    padding: 25px;
    border-radius: 50%;
    transition: all 0.3s;
    border: none;
}

.events-wrap.home-wrap .owl-nav button:hover {
    background-color: #FC6F00;
}

.events-wrap.home-wrap .owl-nav button span {
    display: none;
}

.events-wrap.home-wrap .owl-nav button::before {
    content: '\f104';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: fontawesome;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.events-wrap.home-wrap .owl-nav button.owl-next::before {
    content: '\f105';
}

.events-wrap.home-wrap .owl-nav button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s;
}

.events-wrap.home-wrap .owl-nav button:hover::after {
    transform: translate(-50%, -50%) scale(1.02);
    z-index: 1;
}

/* Events Individual Page */
/* Events Banner */

.event-banner .container,
.event-details .container {
    max-width: 1250px;
    padding: 24px 0;
    z-index: 10;
}

.event-banner {
    position: relative;
    display: flex;
    align-items: end;
    min-height: 400px;
}

.event-banner .container .content p.bread {
    font-size: 14px;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2px 0px 2px 14px;
    gap: 14px;
}

.event-banner .container .content p.bread a {
    color: #fff;
    transition: all 0.3s;
}

.event-banner .container .content p.bread a:hover {
    color: #fc6f00;
}

.event-banner .container .content .page-heading {
    font-size: 3.5rem;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    line-height: 70px;
    background-image: linear-gradient(#F4D331, #FC6F00) !important;
    color: transparent !important;
    background-clip: text !important;
    overflow: visible !important;
    margin-bottom: 10px;
}

.event-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #ffffff00 0%, #270808 80%);
    opacity: 0.7;
    z-index: 1;
}

/* Events Content */

.event-details .container .event-wrap {
    display: flex;
    flex-wrap: wrap;
}

.event-details .container .event-wrap .event-single {
    width: 70%;
}

.event-details .container .event-wrap .event-single .event-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.event-details .container .event-wrap .event-single .head-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.event-details .container .event-wrap .event-single .head-wrap .post-title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #094914;
    margin: 0;
}

.event-details .container .event-wrap .event-single .head-wrap .event-category span {
    padding: 8px 25px;
    background: linear-gradient(150deg, #fc6f00 0%, #f9b949 100%);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
}

.event-details .container .event-wrap .event-single .head-wrap .event-details {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.event-details .container .event-wrap .event-single .head-wrap .event-details i {
    color: #FC6F00;
}

.event-details .container .event-wrap .event-single .head-wrap .event-details div {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3d3d3d;
    font-family: 'Poppins', sans-serif;
    padding: 5px 15px;
    border: 0.5px solid #ccc;
    border-radius: 8px;
}

.event-details .container .event-wrap .event-single .event-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.event-details .container .event-wrap .event-single .event-links a {
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 350;
    font-family: 'Poppins', sans-serif;
    background: #148E29;
}

.event-details .container .event-wrap .event-single .event-links a i {
    padding-right: 5px;
}

.event-details .container .event-wrap .event-single .event-thumbnail {
    height: 300px;
    object-fit: contain;
    display: flex;
    justify-content: start;
}

.event-details .container .event-wrap .event-single .event-thumbnail img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.event-details .container .event-wrap .event-single .event-content p {
    font-size: 14px;
}

.event-details .container .event-wrap .event-single .sponsors,
.event-details .container .event-wrap .event-single .images {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-details .container .event-wrap .event-single .sponsors h4,
.event-details .container .event-wrap .event-single .images h4 {
    font-size: 16px;
    font-weight: 550;
    font-family: 'Poppins', sans-serif;
    color: #FC6F00;
    margin: 0;
}

.event-details .container .event-wrap .event-single .images .images-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.event-details .container .event-wrap .event-single .images .images-wrap .gallery-image {
    height: 120px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.event-details .container .event-wrap .event-single .sponsors .sponsors-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.event-details .container .event-wrap .event-single .sponsors .sponsors-wrap .sponsor-item {
    padding: 12px;
    border-radius: 8px;
    overflow: hidden;
    height: 75px;
    width: 200px;
}

.event-details .container .event-wrap .event-single .sponsors .sponsors-wrap .sponsor-item img,
.event-details .container .event-wrap .event-single .images .images-wrap .gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-details .container .event-wrap .event-single .images .images-wrap .gallery-image img {
    object-fit: cover;
}

/* Event Sidebar */

.event-details .container .event-wrap .sidebar-wrap {
    width: 30%;
    border: 0.5px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.event-details .container .event-wrap .sidebar-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 1px solid #FC6F00;
}

.event-details .container .event-wrap .sidebar-wrap ul {
    list-style: none;
    margin-left: 22px;
    margin-top: 10px;
}

.event-details .container .event-wrap .sidebar-wrap ul li,
.event-details .container .event-wrap .sidebar-wrap ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    transition: all 0.3s;
}

.event-details .container .event-wrap .sidebar-wrap ul li:hover a,
.event-details .container .event-wrap .sidebar-wrap ul li:hover::before {
    color: #FC6F00 !important;
}

.event-details .container .event-wrap .sidebar-wrap ul li::before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    left: -18px;
    top: 3px;
    color: #212529;
    font-size: 10px;
}