/*
Theme Name: GDGA
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

p {
    margin: 0px !important;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}
/* HEADER  */
.custom_header .elementor-clickable.hfe-flyout-close {
    padding: 0px;
    margin: 0px;
}

.custom_header .hfe-flyout-close svg,
.hamburger_container .hfe-flyout-close svg {
    color: #fff !important;
    fill: #fff !important;
}

.custom_header .hfe-nav-menu-icon {
    padding: 0px;
}

.custom_header .hamburger_container {
    max-width: max-content;
}

.custom_header.scrolled_header {
    background: #fff;
}

.custom_header.scrolled_header .menu_list li a {
    color: #000 !important;
}

.custom_header.scrolled_header .hfe-nav-menu-icon svg path {
    color: #000 !important;
    fill: #000 !important;
}

.entire_header .hfe-nav-menu-icon svg path {
    color: #000 !important;
    fill: #000 !important;
}

/* HOME_PAGE  */
.shadow_box {
    box-shadow: 0px 4px 150px 0px #141e371f;
}

.divider_box {
    border-right: 1px solid #00000045;
    height: 20px;
    width: 2px;
}

.video_image img {
    height: 100%;
    min-height: 370px;
    object-fit: contain;
    width: 100%;
    position: relative;
}

/*.video_wrap::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    z-index: 1;*/
/*    top: 2px;*/
/*    left: 2px;*/
/*    background-image: url(assets/play_icon.png);*/
/*    width: 100%;*/
/*    max-width: 100px;*/
/*    height: 75px;*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    cursor: pointer;*/
/*}*/

.video_wrapper .slick-slide {
    margin: 0px 10px;
}

.video_wrapper .slick-dots li {
    width: 12px;
    height: 12px;
    list-style: none;
}

.video_wrapper .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.video_wrapper .slick-dots li button {
    background-color: rgba(7, 96, 116, 0.2);
    border-radius: 100%;
    width: 12px;
    height: 12px;
    font-size: 0px;
}

.video_wrapper .slick-dots li.slick-active button {
    background-color: #4b9e46;
    width: 12px;
    border-radius: 20px;
}

.video_wrapper .slick-dots li button:before {
    display: none;
}

/* TABS  */
.custom-tabs-content .tab-content-item {
    display: none;
}

.custom-tabs-content .tab-content-item.active {
    display: block;
}

.custom-tabs-wrapper ul.custom-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 20px 62px; */
    /* border-bottom: 1px solid #262E4C33;
    padding: 44px 30px 31px; */
    margin: 0px auto 101px;
    width: 100%;
    max-width: max-content;
    position: relative;
}

.custom-tabs-wrapper ul.custom-tabs-nav li {
    list-style: none;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #262e4ccc;
    cursor: pointer;
    border-bottom: 1px solid #262e4c33;
    padding: 44px 30px 31px;
}

.custom-tabs-wrapper ul.custom-tabs-nav li.active {
    color: #4b9e46;
    border-bottom: 1px solid #4b9e46;
}

.custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 46px;
}

.custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item .left-column,
.custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item .right-column {
    width: 100%;
    max-width: 50%;
}

.custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item .right-column img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 25px;
}

.custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item .left-column h2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #262e4c;
    margin: 0px;
}

.custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item .left-column .rich-content {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #262e4ccc;
    padding: 10px 0px 30px;
}

.custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item .left-column a.contact-button {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    background: #4b9e46;
    border: 1px solid #ffffff;
    padding: 17px 36px;
    border-radius: 250px;
    display: inline-block;
}
.custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item .left-column a.contact-button:hover {
    background: #0C4C91;
    color:#fff;
}

.blur_box {
    border: 1px solid #ffffff4d;
    backdrop-filter: blur(50px);
}

/* ABOUT_PAGE_TABS  */
.team-tabs-content .team-tab-content-item {
    display: none;
}

.team-tabs-content .team-tab-content-item.active {
    display: block;
}

.team-tabs-wrapper ul.team-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #262e4c3b;
    width: 100%;
    max-width: max-content;
    margin: auto;
    border-radius: 7px;
}

.team-tabs-wrapper ul.team-tabs-nav li {
    list-style: none;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #262e4c;
    padding: 25px 36px;
    cursor: pointer;
}

.team-tabs-wrapper ul.team-tabs-nav li.active {
    background: #262e4c;
    color: #fff !important;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #262e4c3b;
}

.team-tabs-wrapper .team-tabs-content {
    margin-top: 60px;
    margin-bottom: 50px;
}

.team-tabs-content .team-tab-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.team-tabs-content .team-tab-inner .team-tab-card {
    background: #f4f4f4;
    padding: 20px;
    height: 100%;
    min-height: 340px;
    width: 100%;
    max-width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.team-tabs-content .team-tab-inner .team-tab-card .team-info h3 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
}

.team-tabs-content .team-tab-inner .team-tab-card span.team-designation {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
}

.team-tabs-content .team-tab-inner .team-tab-card .team-content p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #6d6e76;
    padding-top: 20px;
}
.team-content p a {
    color: #6d6e76 !important;
}

.team-tabs-content .team-tab-inner .team-tab-card .team-img img {
    border-radius: 110px;
    width: 100%;
    max-width: 130px;
    height: 130px;
    object-fit: contain;
    margin: 0 auto;
}

.team-tabs-wrapper .slick-slide {
    margin: 0px 10px;
}

.team-tabs-wrapper .slick-dots li {
    width: 14px;
    height: 14px;
    list-style: none;
}

.team-tabs-wrapper .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 5px;
}

.team-tabs-wrapper .slick-dots li button {
    background-color: rgba(7, 96, 116, 0.2);
    border-radius: 100%;
    width: 14px;
    height: 14px;
    font-size: 0px;
}

.team-tabs-wrapper .slick-dots li.slick-active {
    margin-right: 35px !important;
}

.team-tabs-wrapper .slick-dots li.slick-active button {
    background-color: #262e4c;
    width: 44px;
    border-radius: 20px;
}

.team-tabs-wrapper .slick-dots li button:before {
    display: none;
}

/* FAQ  */
.faq_wrap summary {
    border: none !important;
    border-bottom: 1px solid #262e4c1a !important;
}

.faq_wrap .faq_content {
    border: none;
}

/* FORM  */
.form_wrapper input,
.form_wrapper textarea {
    border: 1px solid #e0e0e0 !important;
    margin-bottom: 20px;
    padding: 12px 20px;
    border-radius: 6px;
    outline: none;
    resize: none;
    color: #262e4c;
}

.form_wrapper input::placeholder,
.form_wrapper textarea::placeholder {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #262e4c9f;
}

.form_section::before {
    background-image: url(assets/get\ in\ touch.png);
    background-repeat: no-repeat;
    /* background-position: right; */
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(50% - 60px);
    position: absolute;
    right: 0px;
    left: unset;
    border-radius: 24px 0px 0px 24px;
}

.form_wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    background: #4b9e46;
    border: 1px solid #ffffff;
    display: block;
    width: 100%;
    padding: 17px 20px;
}

/* PAY BILL FORM  */

.pay_wrapper .form-row input {
    border: 1px solid #e0e0e0 !important;
    padding: 13px 20px !important;
    border-radius: 6px !important;
    outline: none !important;
    resize: none !important;
    color: #262e4c !important;
    margin-bottom: 10px;
}

.pay_wrapper .form-row input::placeholder {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #262e4c9f !important;
}

.pay_wrapper .form-row p br {
    display: none;
}

.pay_wrapper .form-row p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 10px;
}

.pay_wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    background: #4b9e46;
    border: 1px solid #ffffff;
    display: block;
    width: 100%;
    padding: 17px 20px;
}

/* BANNER_SLIDER */
.banner_slider .slick-dots li {
    width: 14px;
    height: 14px;
    list-style: none;
}

.banner_slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 5px;
}

.banner_slider .slick-dots li button {
    background-color: rgba(7, 96, 116, 0.2);
    border-radius: 100%;
    width: 14px;
    height: 14px;
    font-size: 0px;
}

.banner_slider .slick-dots li.slick-active {
    margin-right: 25px !important;
}

.banner_slider .slick-dots li.slick-active button {
    background-color: #262e4c;
    width: 44px;
    border-radius: 20px;
}

.banner_slider .slick-dots li button:before {
    display: none;
}

/* RESOURCES_tabs */
.resources-tabs-content .resources-tab-content-item {
    display: none;
}

.resources-tabs-content .resources-tab-content-item.active {
    display: block;
}

.resources-tabs-wrapper ul.resources-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #262e4c3b;
    width: 100%;
    max-width: max-content;
    margin: 35px auto 45px;
    border-radius: 7px;
}

.resources-tabs-wrapper ul.resources-tabs-nav li {
    list-style: none;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #262e4c;
    padding: 25px 25px;
    cursor: pointer;
    width: 250px;
    text-align: center;
}

.resources-tabs-wrapper .resources-tab-content-item .resources-tab-card .resources-content {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 15.64px;
    line-height: 100%;
    color: #4b9e46;
    padding: 4px 14px;
    background: #4b9e461a;
    border-radius: 245px;
    display: inline-block;
}

.resources-tabs-wrapper .resources-tab-content-item .resources-tab-card h3.resources-title {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #262e4c;
    width: 100%;
    max-width: 316px;
    margin: 0px;
    padding: 11px 0px 22px;
    min-height: 155px;
}

.resources-tabs-wrapper .resources-tab-content-item .resources-tab-card a.resources-view-btn {
    color: #fff;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 15.64px;
    line-height: 100%;
    text-align: center;
    background: #4b9e46;
    border: 1px solid #fffffe;
    border-radius: 245px;
    padding: 11px 32px;
    overflow: hidden;
}

.resources-tabs-wrapper .resources-tab-content-item .resources-tab-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.resources-tabs-wrapper .resources-tab-content-item .resources-tab-card {
    min-height: 274px;
    border: 0.98px solid #ffffff;
    border-radius: 24px;
    background: #e6edf4;
    padding: 33px 25px 30px 25px;
    width: 100%;
    max-width: 32.5%;
    height: 100%;
}

.resources-tabs-wrapper ul.resources-tabs-nav li.active {
    background: #262e4c;
    color: #fff !important;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #262e4c3b;
    width: 250px;
}

.resources-tabs-wrapper .slick-slide {
    margin: 0px 7.5px;
}

.resources-tabs-wrapper .slick-dots li {
    width: 14px;
    height: 14px;
    list-style: none;
}

.resources-tabs-wrapper .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 5px;
}

.resources-tabs-wrapper .slick-dots li button {
    background-color: rgba(7, 96, 116, 0.2);
    border-radius: 100%;
    width: 14px;
    height: 14px;
    font-size: 0px;
}

.resources-tabs-wrapper .slick-dots li.slick-active {
    margin-right: 30px !important;
}

.resources-tabs-wrapper .slick-dots li.slick-active button {
    background-color: #262e4c;
    width: 44px;
    border-radius: 20px;
}

.resources-tabs-wrapper .slick-dots li button:before {
    display: none;
}

/* WHATSHOT  */
.codes_section::before {
    background-image: url(assets/P1436862\ 1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(50% - 77px);
    position: absolute;
    right: unset;
    left: 0px;
    border-radius: 0px 24px 24px 0px;
}

/* potential_tabs */
.potential-tabs-content .tab-content-item {
    display: none;
}

.potential-tabs-content .tab-content-item.active {
    display: block;
}

/* PIPELINE PAGE   */
.potential-tabs-wrapper ul.potential-tabs-nav li {
    list-style: none;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #262e4c;
    padding: 25px 36px;
    cursor: pointer;
    border: 1px solid #262e4c3b;
    width: 200px;
    text-align: center;
}

.potential-tabs-wrapper ul.potential-tabs-nav li.active {
    background: #262e4c;
    color: #fff !important;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #262e4c3b;
}

.potential-tabs-wrapper ul.potential-tabs-nav li.active:nth-child(2),
.potential-tabs-wrapper ul.potential-tabs-nav li.active:nth-child(3) {
    border-radius: 0px;
}

.potential-tabs-wrapper ul.potential-tabs-nav li.active:nth-child(1) {
    border-radius: 7px 0px 0px 7px;
}

.potential-tabs-wrapper ul.potential-tabs-nav li.active:nth-child(4) {
    border-radius: 0px 7px 7px 0px;
}

.potential-tabs-wrapper ul.potential-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #262e4c3b;
    width: 100%;
    max-width: max-content;
    margin: 20px auto 37px;
    border-radius: 7px;
}

.potential-tabs-wrapper .potential-tabs-content .tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 80px;
}

.potential-tabs-wrapper .potential-tabs-content .tab-item .left-column {
    width: 60%;
}

.potential-tabs-wrapper .potential-tabs-content .tab-item .right-column {
    text-align: center;
    width: 40%;
}

.potential-tabs-wrapper .potential-tabs-content .tab-item .right-column img {
    width: 100%;
    max-width: 376px;
    min-height: 376px;
    height: 100%;
    object-fit: contain;
}

.potential-tabs-wrapper .potential-tabs-content .tab-item .left-column h2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 50px;
    text-transform: capitalize;
    margin: 0px;
}

.potential-tabs-wrapper .potential-tabs-content .tab-item .left-column p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #262e4ccc;
}

/* FILTERS  */
.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.catalog-header span#catalog-product-count {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #20202099;
}

.catalog-header .sort_listing {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}

.catalog-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.catalog-sidebar {
    width: 30%;
    border: 1px solid #0000001a;
    border-radius: 12px;
    padding: 28px 20px 37px;
}

.catalog-wrapper .catalog-content {
    flex: 1;
}

.catalog-wrapper .catalog-sidebar h3 {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #202020;
    margin: 12px 0px 20px;
}

.catalog-wrapper #catalog-taxonomy li {
    list-style: none;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #202020;
    margin-bottom: 15px;
}

.catalog-wrapper .catalog-sidebar input {
    border: 1px solid #0000001a;
    border-radius: 12px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 15px 24px;
    display: inline-block;
}

.catalog-header span#catalog-sort-label {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #20202099;
}

.catalog-header select#catalog-sort {
    border: 1px solid #0000000d;
    border-radius: 12px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    max-width: 218px;
    appearance: none;
    height: 100%;
    min-height: 48px;
    color: #20202099;
}

.catalog-wrapper .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    color: #333;
    position: relative;
}

.catalog-wrapper .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.catalog-wrapper .custom-checkbox .checkmark {
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    padding: 10px;
}

.catalog-wrapper #catalog-results>p {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #202020;
}

.catalog-wrapper .custom-checkbox input:checked~.checkmark {
    background: #000080;
    border-color: #f2f2f2;
}

.catalog-wrapper .custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.catalog-wrapper .custom-checkbox input:checked~.checkmark::after {
    margin: auto;
    inset: 0px;
    display: block;
    background-image: url(assets/tick_image.png);
    background-repeat: no-repeat;
    width: 14px;
    background-size: contain;
    background-position: 100%;
    height: 10px;
}

.catalog-wrapper .catalog-item {
    border: 1px solid #0000001a;
    padding: 12px;
    border-radius: 12px;
}

.catalog-wrapper div#catalog-results {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog-wrapper .catalog-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.catalog-wrapper .catalog-thumb img {
    width: 100%;
    max-width: 203px;
    min-width: 192px;
    object-fit: contain;
    border-radius: 6px;
}

.catalog-wrapper .catalog_col_2 .catalog-content p {
    font-family: "poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #202020;
    padding-bottom: 25px;
    border-bottom: 1px solid #0000001a;
}

.catalog-wrapper .catalog-btn {
    display: inline-block;
    margin-top: 8px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #4b9e46;
    padding: 17px 43px;
    border-radius: 250px;
}

.catalog-wrapper .button_prnt {
    text-align: end;
}

.catalog-wrapper div#catalog-pagination {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.catalog-wrapper a.pagination-link,
.catalog-wrapper span.pagination-link {
    border: 1.26px solid #0000001a;
    padding: 8px 15px;
    border-radius: 6px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.catalog-wrapper a.pagination-link.active,
.catalog-wrapper span.pagination-link.active {
    background: #262e4c;
    color: #fff;
}

.catalog-wrapper .catalog_col_2 h3 {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #202020;
    margin: 0px 0px 20px;
}

.catalog-filter-toggle {
    display: none;
    cursor: pointer;
}

.filter-icon {
    width: 25px;
    height: auto;
}

/* Close icon inside sidebar */
.catalog-sidebar-close {
    text-align: right;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}

.close-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: none;
}

/* Overlay */
.catalog-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.catalog_header_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* DETAIL_PAGE  */
.single_container {
    width: 100%;
    max-width: 1280px;
    padding: 0px 20px;
    margin: auto;
}

.catalog-detail-container {
    position: relative;
    padding: 150px 0px 150px;
}

.catalog-detail-container .catalog_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 60px;
}

.catalog-detail-container .catalog_row .catalog-detail-gallery,
.catalog-detail-container .catalog_row .catalog-detail-content {
    width: 100%;
    max-width: 50%;
}

.catalog-detail-container .catalog_row .gallery-item img {
    height: 100%;
    min-height: 689px;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
}

.catalog-detail-container .catalog_row .catalog-detail-content h1 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #262e4c;
    margin: 0px;
}

.catalog-detail-container .catalog_row .catalog-content p {
    font-family: "poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #262e4ccc;
    padding: 12px 0px;
}

.catalog-detail-container .catalog_row .product-specs .spec-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.catalog-detail-container .catalog_row .product-specs .spec-item h3 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0px;
}

.catalog-detail-container .catalog_row .product-specs .spec-item p {
    font-family: "poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #262e4ccc;
}

.catalog-detail-container .catalog_row .product-specs {
    margin-bottom: 26px;
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.catalog-detail-container .catalog_row .product-note p {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #262e4c;
    background: #f4f4f4;
    border-radius: 20px;
    padding: 24px 32px;
}

.similar-products-wrapper {
    position: relative;
    padding: 75px 0px 0px;
}

.similar-products-wrapper h2.similar-products-title {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 37.65px;
    line-height: 100%;
    text-transform: capitalize;
    color: #262e4c;
    margin: 0px 0px 45px;
}

.similar-products-wrapper .similar-products-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.similar-products-wrapper .similar-product-item {
    gap: 20px;
    justify-content: end;
    display: flex;
    background: #dfbfa4;
    width: 100%;
    max-width: 48.5%;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    min-height: 414px;
}

.similar-products-wrapper .similar-product-item .similar-product-col-1 {
    padding: 36px 10px 50px 41px;
    width: 50%;
    position: relative;
}

.similar-products-wrapper .similar-product-item .similar-product-col-2 {
    width: 50%;
    display:flex;
}

.similar-products-wrapper .similar-product-item .similar-product-col-2 img {
    min-height: 414px;
    height: 100%;
    object-fit: cover;
    flex:1;
}

.similar-products-wrapper .similar-product-item .similar-product-col-1 .product-type {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #262e4c;
}

.similar-products-wrapper .similar-product-item a.similar-product-btn {
    border-radius: 250px;
    position: absolute;
    bottom: 50px;
    top: unset;
    border: 1px solid #262e4c;
    background: #262e4c0d;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #262e4c;
    padding: 11px 33px;
}
.similar-products-wrapper .similar-product-item a.similar-product-btn:hover {
    background: #262E4C;
    color:#fff ;
}

.similar-products-wrapper .similar-product-item .similar-product-col-1 .product-type span {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 20%;
    color: #262e4ccc;
}

.similar-products-wrapper .similar-product-item .similar-product-col-1 h3 {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 0px;
    line-height: 35px;
    color: #262e4c;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
}

button.slick-prev.slick-arrow img {
    position: absolute;
    top: 50%;
    z-index: 9;
    background: #fff;
    padding: 12px 13px;
    border-radius: 17.3px;
    left: 14px;
    box-shadow: 3.84px 9.61px 30.76px 0px #0000001a;
}

button.slick-next.slick-arrow img {
    position: absolute;
    top: 50%;
    z-index: 9;
    background: #fff;
    padding: 12px 13px;
    border-radius: 17.3px;
    right: 14px;
    box-shadow: 3.84px 9.61px 30.76px 0px #0000001a;
}

.gallery-item {
    position: relative;
}

.gallery-item::before {
    position: absolute;
    content: "";
    background-image: url(assets/zoom_bttn.svg);
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
    bottom: 20px;
    right: 12px;
    left: unset;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.latest_products h2.similar-products-title {
    display: none;
}

.latest_products .similar-products-wrapper {
    padding-top: 10px;
}

/* .news_letter input.tnp-submit {
    display: none !important;
}

.news_letter input#tnp-1 {
    padding-bottom: 18px;
    background: transparent;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #ffffff52;
    color: #ffffff !important;
    outline: none;
    padding: 10px 0px;
}

.news_letter input#tnp-1::placeholder {
    color: #ffffffBf !important;
}

.news_letter .tnp-field.tnp-field-email label {
    display: none !important;
}

.news_letter .tnp-field.tnp-field-email::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 16px;
    right: 0px;
    background-image: url(assets/Mail\ icon.png);
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

main#content {
    padding: 150px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-height: 100vh;
}

.news_letter .tnp-field.tnp-field-email {
    display: flex;
    justify-content: center;
    align-items: center;
}

main#content .page-header h1.entry-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
}

main#content .page-content p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #262E4C;
} */
a.hfe-sub-menu-item {
    padding: 20px !important;
}
.current-menu-item a {
    font-weight: 600 !important;
}

.custom_header ul.sub-menu {
    top: 100%;
    width: 250px !important;
}

.news_letter .noptin-form-header-image img {
    display: none !important;
}

.news_letter .noptin-form-header.noptin-img-top {
    padding: 0px !important;
}

.news_letter .noptin-optin-form {
    justify-content: flex-start;
}

.news_letter .noptin-form-footer {
    padding: 0px !important;
}

.news_letter .noptin-form-field-wrapper.noptin-form-field-submit.noptin-optin-field-wrapper.noptin-optin-field-submit {
    display: none !important;
}

.news_letter #noptin-form-1__field-email {
    padding: 0px 0px 18px !important;
    background: transparent !important;
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    border-bottom: 1px solid #ffffff52 !important;
    color: #ffffff !important;
    outline: none !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.news_letter .noptin-field-email {
    position: relative;
    width: 100%;
}

.news_letter .noptin-field-email::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 16px;
    right: 0px;
    background-image: url(assets/Mail\ icon.png);
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
}

.news_letter .noptin-optin-form-wrapper.no-image {
    margin: 0px !important;
}

.news_letter #noptin-form-1__field-email::placeholder {
    color: #ffffffbf !important;
}

.f-carousel__toolbar__column.is-right {
    gap: 12px;
}

button.f-button {
    background: transparent;
    width: 30px !important;
    height: 30px !important;
}

button.f-button svg {
    width: 20px !important;
    height: 20px !important;
    object-fit:contain;
}
@media screen and (max-width: 1024px) {
    .custom_header.scrolled_header .menu_list li a {
        color: #fff !important;
    }

    .custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item {
        flex-direction: column;
    }

    .potential-tabs-wrapper .potential-tabs-content .tab-item {
        gap: 30px;
    }

    .potential-tabs-wrapper .potential-tabs-content .tab-item .right-column img {
        min-height: unset;
    }

    .custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item .left-column,
    .custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item .right-column {
        max-width: 100%;
    }

    .form_section::before {
        display: none;
    }

    .codes_section::before {
        display: none;
    }

    .similar-products-wrapper .similar-product-item {
        max-width: 100%;
    }

    .similar-products-wrapper {
        padding-top: 30px;
    }

    .potential-tabs-wrapper ul.potential-tabs-nav li {
        padding: 20px;
    }

    .catalog-sidebar {
        display: none;
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
        transition: left 0.5s ease;
        z-index: 9999;
        padding: 20px;
    }

    .catalog-sidebar.active {
        display: block;
        left: 0;
        border-radius: 0px;
    }

    .catalog-filter-toggle {
        display: block;
        margin-right: 10px;
    }

    .catalog-sidebar {
        display: none;
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
        transition: right 0.3s ease;
        z-index: 9999;
        padding: 20px;
    }

    .catalog-sidebar.active {
        display: block;
        right: 0;
    }

    .catalog-overlay.active {
        display: block;
    }

    .close-icon {
        display: block;
    }

    .catalog-detail-container .catalog_row {
        flex-direction: column;
    }

    .catalog-detail-container .catalog_row .catalog-detail-gallery,
    .catalog-detail-container .catalog_row .catalog-detail-content {
        max-width: 100%;
    }

    .catalog-detail-container .catalog_row .gallery-item img {
        min-height: unset;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .similar-products-wrapper .similar-product-item .similar-product-col-2 img {
        min-height:unset;
    }
    .custom-tabs-wrapper .custom-tabs-content .tab-content-item .tab-item .left-column h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .potential-tabs-wrapper .potential-tabs-content .tab-item .left-column h2{
        font-size: 24px;
        line-height: 40px;
    }

    .potential-tabs-wrapper .potential-tabs-content .tab-item {
        flex-direction: column;
    }

    .potential-tabs-wrapper .potential-tabs-content .tab-item .left-column,
    .potential-tabs-wrapper .potential-tabs-content .tab-item .right-column {
        max-width: 100%;
        width: 100%;
    }

    .potential-tabs-wrapper ul.potential-tabs-nav {
        flex-direction: column;
        max-width: 100%;
    }

    .potential-tabs-wrapper ul.potential-tabs-nav li {
        width: 100%;
        border-radius: 0px !important;
    }

    .custom-tabs-wrapper ul.custom-tabs-nav {
        margin-bottom: 39px;
        overflow-y: auto;
    }

    .custom-tabs-wrapper ul.custom-tabs-nav li {
        font-size: 10px;
        line-height: 14px;
        /* gap: 30px; */
        padding: 21px 15px 18px;
    }

    .team-tabs-wrapper ul.team-tabs-nav li {
        padding: 15px;
        font-size: 12px;
    }

    .pay_wrapper .form-row p {
        flex-direction: column;
    }

    .resources-tabs-wrapper ul.resources-tabs-nav li {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 16px;
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .resources-tabs-wrapper .resources-tab-content-item .resources-tab-card h3.resources-title {
        font-size: 18px;
        min-height: unset;
    }

    .resources-tabs-wrapper .resources-tab-content-item .resources-tab-card {
        padding: 20px;
        min-height: 100%;
    }

    .catalog-header {
        flex-direction: column;
    }

    .catalog-header .sort_listing {
        justify-content: space-between;
        width: 100%;
    }

    .catalog_header_filter {
        width: 100%;
    }

    .catalog-wrapper .catalog-item {
        flex-direction: column;
    }

    .catalog-wrapper .catalog-thumb img {
        max-width: 100%;
        min-height: unset;
    }

    .catalog-wrapper a.pagination-link {
        padding: 8px 10px;
        font-size: 14px;
    }

    .catalog-header select#catalog-sort {
        max-width: max-content;
    }

    .similar-products-wrapper {
        padding-top: 20px;
    }

    .catalog-detail-container .catalog_row .catalog-detail-content h1 {
        font-size: 32px;
    }

    .similar-products-wrapper .similar-product-item {
        flex-direction: column;
    }

    .similar-products-wrapper .similar-product-item .similar-product-col-1,
    .similar-products-wrapper .similar-product-item .similar-product-col-2 {
        width: 100%;
    }

    .similar-products-wrapper .similar-product-item a.similar-product-btn {
        position: relative;
        inset: unset;
        display: inline-block;
        margin-top: 20px;
    }
}