@import 'common.css';

/* header start */
@import url('https://fonts.googleapis.com/css2?family=San+Francisco:wght@400;600;700&display=swap');

body {
    font-family: 'San Francisco', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.MainHeader {
    position: sticky;
    background: rgba(var(--white-color), 1);
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar {
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 5px 0px;
}


.DesktopNav .row {
    align-items: center;
}

.HeadContainer-box ul {
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 0px;
}

.innertoplist {
    display: flex;
    align-items: self-start;
    gap: 10px;
}

.listcontent h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.listcontent h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.iconlist {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: rgba(var(--main-color), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.iconlist i {
    font-size: 16px;
    color: rgba(var(--white-color), 1);
}

.HeadContainer-box li {
    padding: 10px;
    margin-right: 5px;
}

.HeadContainer-box li:nth-child(2),
.HeadContainer-box li:last-child {
    border-left: 2px dotted rgba(var(--black-color), 0.2);
}

/* .dropdown{
    border-left: 2px dotted rgba(var(--black-color), 0.2);
    border-right: 2px dotted rgba(var(--black-color), 0.2);
} */




.profile-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000 !important;
    text-decoration: none;
    padding: 15px 10px;
}



.profile-trigger span {
    font-weight: 600;
    font-size: 15px;
}

.avatar i {
    font-size: 20px;
    color: rgba(var(--white-color), 1);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--main-color), 1);
    border-radius: 50%;
    overflow: hidden;
}

.droparrow {
    margin-top: 5px;
    font-size: 14px;
}

.dropdown-menu {
    width: 348px;
    border: 0;
    background: #fff;
    border-radius: 14px;
    position: absolute;
    top: 56px;
    bottom: auto;
    right: -6px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    padding: 0;
    overflow: hidden;
}


.dropdown-header {
    background-color: #f8f9fa;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.dropdown-header small,
.dropdown-header a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(var(--main-color), 1);
}

.dropdown-header small span {
    color: rgba(var(--black-color), 1);
}

.dropdown-item {
    padding: 15px;
    display: flex;
    align-items: self-start;
    gap: 15px;
}

.dropdown-item i {
    margin-top: 5px;
    font-size: 25px;
    color: rgba(var(--black-color), 0.3);
}

.dropdown-item:active,
.dropdown-item:hover {
    background-color: rgba(var(--main-color), 0.2);
    color: inherit;
}

.item-title {
    font-weight: 800;
    margin-bottom: 2px;
    color: rgba(var(--main-color), 1);
}

.item-subtitle {
    font-size: 13px;
    color: #000000;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    white-space: normal;
}



/* Desktop Hover Styles */
@media (min-width: 992px) {}

/* Mobile Styles */
@media (max-width: 991px) {
    .dropdown-menu {
        width: 100%;
    }

    /* Show dropdown arrow on mobile */
    .mobile-show {
        display: block;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-profile {
    display: flex;
    justify-content: end;
    gap: 15px;
    align-items: center;
}

.notification {
    position: relative;
}

.notification i {
    font-size: 15px;
    color: rgb(255, 255, 255);
    background-color: rgba(var(--main-color), 1);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.notification span {
    position: absolute;
    background-color: red;
    color: rgba(var(--white-color), 1);
    top: -40%;
    border-radius: 50%;
    right: -10px;
    font-size: 10px;
    font-weight: 600;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.NBM-box {
    display: flex;
    gap: 50px;
    width: 100%;
    justify-content: center;
}

.navbar-brand {
    --ehw-dvlogo: 140px;
    width: calc(var(--ehw-dvlogo));
    height: calc(var(--ehw-dvlogo) - 40px);
}

.navbar-brand img {
    object-fit: contain;
    object-position: left;
    /* height: 100px; */
}

.head-BrandMenu {
    display: flex;
    gap: 16px;
}

.navbar-toggler {
    padding: 6px;
    border: none;
    background: rgba(var(--main-color), 1);
    border-radius: 0px;
}

.navbar-toggler .navbar-toggler-icon {
    background: rgba(var(--white-color), 1);
    width: 1.1em;
    height: 2px;
    position: relative;
    display: block;
}

.navbar-toggler-icon.bar-1 {
    width: 0.6em;
}

.navbar-toggler-icon.bar-2 {
    width: 0.9em;
}

.navbar-toggler-icon.bar-2 {
    margin: 4px 0px;
}


/* header end */

/* banner start */
.app-section {
    position: relative;
    overflow: hidden;
    /* min-height: 60vh; */
    background: linear-gradient(310deg, rgba(var(--second-color), 0.3) 39%, rgba(var(--main-color), 1) 39%);
    height: 45vh;
    display: flex;
    align-items: center;
}

.app-section::before {
    content: '';
    position: absolute;
    top: -14px;
    bottom: 0;
    left: 58%;
    width: 12px;
    background-color: rgba(var(--white-color), 1);
    transform: translateX(-11%) rotate(18deg);
    transform-origin: top;
    height: 125%;
    z-index: 1;
}

.about-slider .item {
    padding: 20px;
}

.app-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(16% 0%, 100% 0%, 293% 233%, 0% 111%);
}

@media (max-width: 767px) {
    .app-section::before {
        display: none;
    }

    .app-image {
        max-height: 50vh;
        width: 100%;
        object-fit: contain;
    }
}

.inneraboutbox h2 {
    font-size: 40px;
    color: rgba(var(--white-color), 1);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.inneraboutbox p {
    color: rgba(var(--white-color), 0.9);
    font-size: 15px;
    margin-bottom: 2.3rem;
}

/* banner end */



/* About start */
.common-section.about-section {
    overflow: visible;
    background-color: rgba(var(--white-color), 1);
}

.right-content {
    height: auto;
}

.left-sidebar {
    position: sticky;
    top: 7rem;
    /* Fixes sidebar position */
}

.sidebar {
    display: block !important;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: contain;
    border: 4px solid rgba(var(--main-color), 1);
    padding: 10px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.profsec {
    position: relative;
    margin-bottom: 1.5rem;
}

.porfbadge {
    position: absolute;
    bottom: 0px;
    padding: 3px 16px;
    background: rgba(var(--main-color), 1);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.profilename {
    margin-bottom: 1.5rem;
    text-align: center;
    color: rgba(var(--black-color), 1);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 900;
}

.innercontactdetails {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: self-start;
    justify-content: start;
    gap: 10px;
    flex-direction: column;
}

.innercontactdetails li a,
.locationmain {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(var(--black-color), 0.6);
    margin-bottom: 0;
    text-align: center;
}

.innercontactdetails li a span {
    font-size: 16px;
}

.innercontactdetails li a i,
.locationmain i {
    font-size: 16px;
}

.innercontactdetails li:hover a {
    color: rgba(var(--main-color), 1);
}

.innercontactdetails li:hover a span {
    color: rgba(var(--main-color), 1);
    text-decoration: underline;
}

.innercontactdetails li .locationmain {
    display: flex;
    align-items: self-start;
    justify-content: start;
    gap: 10px;
    text-align: start;

}

.locationmain p {
    margin-bottom: 0;
}


ul.groupsocilabtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 2rem;
}

ul.groupsocilabtn li a i {
    font-size: 18px;
    color: rgba(var(--main-color), 1);
    padding: 8px;
    border: 1px solid rgba(var(--main-color), 1);
    border-radius: 50%;
    transition: all 0.45s;
}

ul.groupsocilabtn li a:hover i {
    transform: rotate(360deg);
    transform-origin: center center;
    background-color: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
}

.AboutUs-List {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 2.4rem;
}

.AboutUs-List li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 15px;
}

.AboutUs-List li i {
    border: 1px solid rgba(var(--main-color), 1);
    padding: 0px;
    font-size: 10px;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.abouttextpara {
    font-size: 15px;
    color: rgba(var(--black-color), 0.6);
    margin-bottom: 2.5rem;
}

.section-title {
    color: rgba(var(--main-color), 1);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 1rem;
}

.key-List,
.personalapplist {
    display: flex;
    align-items: self-start;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 2.4rem;
}

.key-List li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.keyname {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0;
    color: rgba(var(--black-color), 01);
}

.key-List li i {
    font-size: 30px;
    color: rgba(var(--main-color), 1);
}

.keydetails a:hover {
    color: rgba(var(--main-color), 1);
}

img.linnerlistimg {
    width: 30px;
    height: 30px;
    object-fit: contain;
    padding: 0px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */

}

.personalapplist li i {
    color: rgba(var(--main-color), 1);
    padding: 5px;
    border: 1px solid rgba(var(--black-color), 01);
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.personalapplist li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-weight: 700;
    font-size: 15px;
    width: 100%;
}

.navbtnsec button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: none !important;
    padding: 15px;
    width: 20%;
    position: relative;
}

.navbtnsec button img {
    --elp-width: 40px;
    width: var(--elp-width);
    height: var(--elp-width);
    object-fit: contain;
    filter: drop-shadow(3px 11px 3px rgba(var(--main-color), 0.3));
}

nav.navbtnsec {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    margin-bottom: 2rem;
    z-index: 2;
}

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

.navbtnsec button span {
    min-height: 40px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}

.navbtnsec button.active span {
    font-weight: 800;
    color: rgba(var(--main-color), 1);
}

.navbtnsec button.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(var(--main-color), 1);
    left: 0;
}

#nav-tabContent {
    position: relative;
    width: 100%;
    margin-top: -82px;
    padding-bottom: 30px !important;
    padding-top: 70px !important;
    z-index: 1;
    border-radius: 8px;
    background-color: #f6f9f8 !important;
    border: none !important;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 12%);
    margin-bottom: 2.4rem;
}


.check-group {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 1rem 0;
    /* box-shadow: 0 0px 4px rgb(0 0 0 / 15%); */
    /* border-radius: 10px; */
}

.check-group .form-check-label {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.check-group .form-check-input:focus {
    border-color: #86b6fe00;
    outline: 0;
    box-shadow: none;
}

.selected {
    margin: 3px;
    padding: 0.2em 1.3em 0.2em 2em;
    /* background: #e6f2ff; */
    background: #ffae00;
    border-radius: 50px;
}

.rightsidelink a {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}

.tabs-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.tabs-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tab-item {
    position: relative;
    min-width: 180px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.3s ease;
    /* box-shadow: 0px 0px 7px rgb(0 0 0 / 12%); */
}


/* input.tab-radio {
    margin-top: 5px;
} */

.tab-item:has(.tab-radio:checked) {
    background: #e6f2ff;
    border-color: #1a73e8;
}

.tab-heading {
    font-weight: 700;
    color: #000000;
    margin: 0;
    font-size: 16px;
}

.tab-subtext {
    color: #666666;
    font-size: 12px;
    margin: 4px 0 0;
}



.tab-item:has(.tab-radio:checked) .tab-indicator {
    border-color: #1a73e8;
    background: #1a73e8;
    box-shadow: inset 0 0 0 4px white;
}

.tab-item:has(.tab-radio:checked) .tab-heading {
    color: rgba(var(--main-color), 1);
}

.tab-panel {
    /* box-shadow: 0px 0px 7px rgb(0 0 0 / 12%); */
    display: none;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #ffffff;
}

.tab-panel.active {
    display: block;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 5px 5px 15px;
}

label.tab-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.filtercheck {
    padding: 10px 0px;
}

.filtercheck .col {
    margin-top: 0;
}

.filtercheck .row {
    gap: 10px 0px;
}

.custom-checkbox-label {
    font-size: 14px;
}

.custom-checkbox:has(.custom-checkbox-input:checked) {
    background: #e6f2ff;
    border: 0px solid rgba(var(--main-color), 0);
    border-radius: 10px;
}

.checkbox-heading {
    font-weight: bold;
    margin-bottom: 10px;
    color: rgba(var(--black-color), 0.8);
    font-size: 14px;
    text-transform: capitalize;
}

.checkbox-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px !important;
}

.checkbox-option input {
    margin-right: 3px;
}

.checkbox-option .form-check-label {
    font-size: 14px;
    text-transform: capitalize;
}

.checkbox-option {
    padding: 5px 10px;
}

.checkbox-option.checked {
    background: #e6f2ff;
    border: 0px solid rgba(var(--main-color), 0);
    border-radius: 10px;

}

.checkbox-option .form-check-input:focus {
    border-color: #86b6fe00;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 109, 253, 0);
}

a.allselectbtn {
    padding: 6px 10px;
    background: rgba(var(--main-color), 1);
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgba(var(--main-color), 0);
    color: #fff;
    border-radius: 5px;
    transition: var(--transition-05s);
    margin-top: 1rem;
}

a.allselectbtn:hover {
    background: transparent;
    border: 1px solid rgba(var(--main-color), 1);
    color: rgba(var(--main-color), 1);

}

.searchbtn {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}

.searchbtn .common-btn {
    --boco-btn: rgba(var(--main-color), 1);
    --bg-btn: rgba(var(--main-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
    min-width: 300px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

.searchbtn .common-btn:hover {
    --boco-btn: rgba(var(--main-color), 1);
    --bg-btn: rgba(var(--white-color), 1);
    --common-btn-color: rgba(var(--main-color), 1);
}

.interestsection {
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 24px 0 28px 30px;
    border-radius: 10px;
    position: relative;
    overflow: visible;
    margin-bottom: 2.3rem;
}

.innerinteresthead-box {
    padding-right: 120px;
    margin-bottom: 1rem;
}

.testi-overWidth {
    width: calc(100% + 20%);
    position: relative;
    min-height: auto;
    padding: 0;
}



.stayOffr__heading {
    display: inline-flex;
    align-items: center;
    font-size: 26px;
    line-height: normal;
    font-weight: 900;
    color: rgba(var(--main-color), 1);
    margin-bottom: 0;
    text-transform: capitalize;
}

.testi-slider.owl-carousel .owl-nav {
    position: absolute;
    top: -13%;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.testi-slider .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.promo-card {
    display: flex;
    align-items: start;
}

.mainpromocard {
    max-width: 425px;
    margin: 10px 5px 0px 5px;
    padding: 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.custom-tooltip {
    --bs-tooltip-bg: rgba(var(--main-color), 1);
}

.promo-image-container {
    width: 135px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.promo-image {
    height: 135px;
    border-radius: 6px;
    object-fit: cover;
}


.promo-title {
    font-size: 14px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 0px;
    line-height: normal;
    display: block;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-subtitle {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    line-height: normal;
    margin: 8px 0;
}

.amountsec {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.amountsec small {
    color: rgba(var(--black-color), 01);
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    font-size: 13px;
    line-height: normal;
}

.amountsec h5 {
    color: rgba(var(--main-color), 1);
    font-weight: 800;
    margin-bottom: 0;
    font-size: 15px;
}

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

.promo-action a.view-button {
    text-decoration: none;
    color: rgba(var(--main-color), 1);
    font-size: 15px;
    font-weight: 800;
    text-transform: capitalize;
}

.promo-action a.view-button:hover {
    text-decoration: underline;
}

.service-Slider .item {
    margin: 6px 4px;
}

.service-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px rgba(var(--black-color), 0.08);
}

.service-img {
    width: 100%;
    height: 200px;
}

.service-text {
    padding: 20px 17px;
}

.service-text h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    font-size: 17px;
    font-weight: 600;
    color: rgba(var(--main-color), 1);
    margin-bottom: 0px;
}

.service-text .common-para {
    font-size: 16px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin: 14px 0px 18px;
    color: rgba(var(--black-color), 1);
}

.service-text .common-btn,
.service-text .common-btn:visited,
.service-text .common-btn:focus {
    border-radius: 50px;
    padding: 10px 16px;
    font-size: 16px;
    --common-btn-color: rgba(var(--main-color), 1);
}

.service-text .common-btn:hover,
.service-text .common-btn:first-child:active,
.service-text .common-btn:active,
.service-text :not(.btn-check)+.common-btn:active,
.service-text .common-btn:focus-visible,
.service-text button.common-btn:focus:not(:focus-visible),
.service-text .common-btn:first-child:hover {
    --common-btn-color: rgba(var(--white-color), 1);
}

.service-Slider .owl-nav {
    position: absolute;
    bottom: 18%;
    left: -50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.exclusivesec .common-btn {
    --boco-btn: rgba(var(--main-color), 1);
    --bg-btn: rgba(var(--main-color), 0);
    --common-btn-color: rgba(var(--main-color), 1);
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
}

.exclusivesec .common-btn:hover {
    --boco-btn: rgba(var(--main-color), 1);
    --bg-btn: rgba(var(--main-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
}

.exclusivesec h3 {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 1rem;
    color: rgba(var(--main-color), 1);
    font-weight: 800;

}

.service-box .innerdealdetails {
    padding: 10px;
}

.service-box .promo-action {
    margin-top: 1rem;
    justify-content: center;
}

.adbanner {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.adbanner::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(var(--black-color), 0.4);
    position: absolute;
}

.inneradtext {
    width: 80%;
    padding: 10px;
    position: relative;
    z-index: 2;
}

.inneradtext h3 {
    font-weight: 600;
    color: rgba(var(--white-color), 1);
    font-size: 26px;
}

.slider-box {
    width: 20%;
    background: rgba(var(--white-color), 1);
    padding: 10px 0px;
    overflow: hidden;
    /* border-radius: 0px 20px 20px 0px; */
    position: relative;
    z-index: 2;
}

.logo-Slider img {
    width: 100% !important;
    height: 60px;
    object-fit: contain;
    padding: 10px;
}

.logo-Slider .item {
    width: 100% !important;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interestsection.logoslidesec {
    padding: 30px;
    background-color: #f6f9f8;
}

.mainmidbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.innerboxmain {
    text-align: center;
}

/* .innerregisterdemailbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(var(--white-color), 1);
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(var(--main-color), 0);
} */

.innerregisterdemailbtn h3 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 800;
    color: rgba(var(--white-color), 1);
    padding-left: 20px;
    padding-right: 20px;
}


.innerregisterdemailbtn .common-btn {
    --boco-btn: rgba(var(--white-color), 1);
    --bg-btn: rgba(var(--white-color), 1);
    --common-btn-color: rgba(var(--main-color), 1);
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
    min-height: 50px;
}

.innerregisterdemailbtn .common-btn:hover {
    --boco-btn: rgba(var(--white-color), 1);
    --bg-btn: rgba(var(--main-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
}

.innerboxmain h3 {
    font-size: 24px;
    color: rgba(var(--white-color), 1);
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.subinnertitle {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.mainmidboxnew {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.mainmidboxnew::after {
    content: '';
    position: absolute;
    display: block;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-color), 0.8);
}

.innerboxmain img {
    height: 64px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

li.allcatalist {
    display: flex;
    align-items: start;
    gap: 10px;
}

.catamainlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.allcatalist {
    flex: 1 1 30%;
    /*grow | shrink | basis */
    height: auto;
}

.allcatalist img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.titlecata {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0.3rem;
    line-height: normal;
    text-align: left;
    color: rgba(var(--main-color), 1);
}

.titledetails {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
}

/* About end */



/* Footer start */

.common-section.footer-section {
    padding: 40px 0px;
    background-color: rgba(var(--main-color), 1);
}

.social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.social-list a i {
    font-size: 20px;
    color: #fff;
    border: 1px solid rgb(255, 255, 255);
    padding: 16px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: var(--transition-05s);
}

.social-list a i:hover {
    color: rgba(var(--main-color), 1);
    border: 1px solid rgb(255, 255, 255);
    background-color: #fff;
    transition: var(--transition-05s);
    transform: rotate(-360deg);
}

ul.foot-list {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    color: #fff;
    margin-bottom: 1rem;
}

.copytext {
    margin-bottom: 0;
    text-align: right;
    font-size: 16px;
    color: #fff;
}

.foot-list li a {
    font-size: 16px;
    color: #fff;
    transition: var(--transition-05s);
}

.foot-list li a:hover {
    text-decoration: underline;
    transition: var(--transition-05s);
}

/* Footer end */

/* media start */

@media (min-width: 992px) {

    /* .Head-CaLog {
        display: none;
    } */
    .nav-item.dropdown .dropdown-menu {
        opacity: 0;
        visibility: hidden;
    }

    .nav-item.dropdown:hover>.dropdown-menu,
    .nav-item.dropdown .dropdown-menu.show,
    .dropdown-menu ul li:hover>.dropdown-menu.dropdown-submenu,
    .dropdown.Head-NavCourses:hover .dropdown-menu>*>*>* .Dropend-Dropdown:first-child .dropdown-submenu,
    .dropdown.Head-NavCourses .dropdown-menu.show>*>*>* .Dropend-Dropdown:first-child .dropdown-submenu {
        opacity: 1;
        display: block;
        visibility: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        width: max-content;
        max-width: max-content;
    }

    .nav-item.dropdown .DDMenu.dropdown-menu {
        left: 100px;
    }
}

@media (min-width: 1200px) {
    .nav-item.dropdown .dropdown-menu[data-bs-popper] {
        top: 100%;
    }

    .Head-NavCourses:hover>.dropdown-menu,
    .Head-NavCourses>.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}

@media (min-width: 1600px) {}

@media (min-width: 1700px) {}

@media (min-width: 1800px) {}

@media (min-width: 1900px) {}

@media (min-width: 2000px) {}

@media (max-width: 1900px) {

    .Head-NavCourses .btn.dropdown-toggle,
    .Head-NavCourses .btn.dropdown-toggle:visited,
    .Head-NavCourses .btn.dropdown-toggle:focus {
        font-size: 18px;
        padding: 10px 22px;
    }

    .Head-CaLog .common-btn {
        padding: 10px 12px;
        font-size: 15px;
    }
}

@media (max-width: 1800px) {
    .AboutUs-img {
        width: 100%;
    }
}

@media (max-width: 1600px) {

    .navbar-brand {
        --ehw-dvlogo: 180px;
        height: calc(var(--ehw-dvlogo) - 120px);
    }

    .Head-CaLog .common-btn {
        padding: 7px 8px;
        font-size: 13px;
    }

    .Head-CaForm .form-control,
    .Head-CaForm .form-control:hover,
    .Head-CaForm .form-control:focus {
        font-size: 13px;
        padding: 0px;
    }

    .HeadCa-FormBtn {
        width: 18px;
    }

    .banner-title,
    .banner-box h1 {
        --efs-bth: 52px;
    }

    .banner-inner-page .banner-inner-section .banner-title,
    .banner-inner-page .banner-inner-section .banner-box h1 {
        --efs-bth: 50px;
    }

    .bannerImg-AfterBox {
        right: -10%;
        --ehw-biab: 300px;
    }


    .AboutUs-FounderTxt {
        font-size: 20px;
        padding: 12px 30px;
    }

    .common-box.About-TitleBox {
        padding-left: 30px;
        padding-top: 30px;
    }

    .footer-box h4 {
        font-size: 44px;
        padding-right: 30px;
    }

    .common-box.cta-box {
        padding-right: 60px;
    }

    .bannerImg-Box {
        height: 590px;
    }

    .price-TitleBox h5 {
        font-size: 22px;
    }

    .price-tag h6 {
        font-size: 20px;
    }

    .price-TxtList li {
        --efs-ptll: 14px;
    }

    .price-BtnBox .common-para {
        font-size: 15px;
    }
}

@media (max-width: 1500px) {}

@media (max-width: 1400px) {}

@media (max-width: 1199px) {
    .MainHeader nav.navbar.DesktopNav .row>.col-lg-12 {
        order: 1;
    }

    .Head-NavCourses>.dropdown-menu .Dropend-Dropdown>.dropdown-item,
    .Head-NavCourses>.dropdown-menu .Dropend-Dropdown>.dropdown-menu li .dropdown-item {
        padding: 14px 8px;
        font-size: 14px;
    }

    .Head-NavCourses>.dropdown-menu .Dropend-Dropdown .dropdown-item.dropdown-toggle::after {
        right: 22px;
        font-size: 12px;
        top: 30%;
    }

    .Head-NavCourses>.dropdown-menu .Dropend-Dropdown .dropdown-item::before {
        width: 90%;
    }

    .DropDev-ListBox h5 {
        font-size: 16px;
        font-weight: 800;
    }

    .DropDev-ListBox ul {
        width: 100%;
        height: calc(100% - 40px);
        margin-top: 8px;
    }

    .Head-NavCourses>.dropdown-menu.active,
    .Head-NavCourses>.dropdown-menu .Dropend-Dropdown.show .dropdown-submenu {
        display: block !important;
    }


    .NBM-box .navbar-nav.ms-auto.navbar-nav-scroll {
        gap: 10px;
    }

    .NBM-box {
        display: flex;
        gap: 50px;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0px;
        /* padding: 20px 30px; */
    }

    .NBM-box>* {
        background: rgba(var(--white-color), 1);
        padding: 20px 30px;
        max-height: 280px;
        max-height: 250px;
        overflow: scroll;
    }

    .navbar.header-fixed .NBM-box>* {
        background: rgba(var(--white-color), 0.9);
    }


    .NBM-box li.nav-item.dropdown {
        position: static;
        width: max-content;
    }

    /* .NBM-box ul:last-child {
        margin-top: 10px;
    } */

    .Head-CaForm .form-control,
    .Head-CaForm .form-control:hover,
    .Head-CaForm .form-control:focus {
        font-size: 13px;
        padding: 0px;
    }

    .Head-CaForm {
        gap: 10px;
    }

    .Head-NavCourses .btn.dropdown-toggle,
    .Head-NavCourses .btn.dropdown-toggle:visited,
    .Head-NavCourses .btn.dropdown-toggle:focus {
        font-size: 15px;
        padding: 8px 16px;
    }

    .Head-CaLog .common-btn {
        padding: 8px 14px;
        font-size: 14px;
    }

    .bannerImg-Box {
        height: 500px;
    }

    .banner-title,
    .banner-box h1 {
        --efs-bth: 44px;
    }

    .banner-inner-page .banner-inner-section .banner-title,
    .banner-inner-page .banner-inner-section .banner-box h1 {
        --efs-bth: 42px;
    }

    .CommonFAQ .accordion-item {
        border-radius: 50px !important;
        padding: 30px 40px;
    }

    .banner-para {
        width: 100%;
    }

    .About-TitleBox .common-para,
    .About-TitleBox.common-box>div.common-para,
    .aboutUs-page .common-box.About-TitleBox p {
        line-height: 1.5;
        font-size: 16px;
    }

    .AboutUs-img {
        height: 450px;
    }



    .AboutUs-List li:nth-child(even) {
        margin-left: 30px;
        margin-right: -30px;
    }

    .AboutUs-FounderTxt {
        font-size: 18px;
        padding: 12px 26px;
    }

    .videoImg {
        height: 420px;
    }

    .Popular-ListImg {
        --ehw-pli: 60px;
        margin-bottom: 20px;
    }

    .Popular-ListTitle,
    .Popular-ListTxt h5 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .Popular-ListTxt .common-para {
        font-size: 14px;
    }

    .Popular-ListTxt .common-btn {
        padding: 12px 20px;
    }

    .AboutCount-Txt h5 {
        font-size: 50px;
    }

    .AboutCount-Txt p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .AboutCount-Txt::after {
        height: 90%;
    }

    .footer-box h4 {
        font-size: 40px;
    }

    .common-box.cta-box {
        padding-right: 0px;
    }

    .contact-list {
        gap: 40px;
    }

    .social-list {
        gap: 10px;
    }

    .social-list li a {
        display: flex;
        padding: 0;
        justify-content: center;
        border-color: #8E8E8E;
    }

    .social-list li a:hover {
        width: calc(var(--ehw-slla));
    }

    .social-list li a span {
        display: none;
        position: static;
    }

    .iframe-box {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .MainHeader nav.navbar.DesktopNav .row>.col-lg-12 {
        order: 2;
    }

    .MainHeader nav.navbar.DesktopNav .row>.col-md-3,
    .MainHeader nav.navbar.DesktopNav .row>.col-md-9 {
        order: 1;
    }

    .navbar.header-fixed,
    .navbar.header-fixed .NBM-box>* {
        background: rgba(var(--white-color), 1);
    }

    .DesktopNav .row {
        gap: 10px 0px;
    }

    .banner-title,
    .banner-box h1 {
        --efs-bth: 36px;
    }

    .banner-inner-page .banner-inner-section .banner-title,
    .banner-inner-page .banner-inner-section .banner-box h1 {
        --efs-bth: 34px;
    }

    .common-section.AboutUs-section {
        --eptb-cptb: 80px;
    }

    .VideoBtn {
        --ehw-VideoBtn: 90px;
    }

    .common-section.video-section {
        margin-bottom: -200px;
    }

    .common-section.Popular-section {
        padding-top: 260px;
        padding-bottom: 160px;
    }

    .AboutCount-Txt h5 {
        font-size: 36px;
    }

    .cta-box .common-title,
    .cta-box.common-box>h2,
    .common-section .cta-box.common-box>h2 {
        text-align: center;
    }

    .cta-box .common-title span,
    .cta-box.common-box>h2 span,
    .common-section .cta-box.common-box>h2 span {
        display: inline;
    }

    .inner-footer>*>* .footer-box {
        border-right: none;
        border-bottom: 1px solid #C2C2C2;
        padding-bottom: 30px;
    }

    .contact-list,
    .social-list {
        justify-content: center;
    }

    .social-list,
    .inner-footer>*>*:last-child .footer-box,
    .social-list {
        padding-left: 0px;
    }

    .footer-box h4 {
        font-size: 34px;
        padding-right: 0px;
    }

    .cta-form {
        height: 60px;
    }

    .cta-form .cta-btn,
    .cta-form .btn,
    .cta-form button {
        line-height: 1;
    }

    .AboutCount-Txt,
    .AboutCount-Txt::after {
        height: 100%;
    }

    .Popular-ListBox:hover .Popular-ListImg {
        margin-top: 0%;
        opacity: 1;
        visibility: visible;
    }

    /* NavCourses start */

    .dropdown.Head-NavCourses {
        position: static;
    }

    .Head-NavCourses>.dropdown-menu .dropdown-submenu .dropdown-menu {
        position: static;
        box-shadow: none;
        padding-left: 20px;
    }

    .Head-NavCourses>.dropdown-menu .dropdown-menu .Dropend-Dropdown:last-child>.dropdown-item::before,
    .Head-NavCourses>.dropdown-menu .Dropend-Dropdown.show:last-child>.dropdown-item::before {
        opacity: 1;
    }

    .Head-NavCourses>.dropdown-menu>li:last-child>.dropdown-menu>li:last-child .dropdown-item::before {
        opacity: 0;
    }

    .Head-NavCourses>.dropdown-menu .dropdown-submenu::before {
        display: none;
    }

    .Head-NavCourses>.dropdown-menu .dropdown-submenu.show .dropdown-item.dropdown-toggle::after,
    .Head-NavCourses>.dropdown-menu .dropdown-submenu .dropdown-submenu.show .dropdown-item.dropdown-toggle::after {
        content: '\f078' !important;
    }

    .Head-NavCourses>.dropdown-menu {
        height: auto;
        z-index: 1;
        width: 90%;
        margin: 10px auto 0;
        left: 0;
        right: 0;
        padding-bottom: calc(var(--bs-gutter-x)* .5);
    }

    .Head-NavCourses>.dropdown-menu .dropdown-submenu>.dropdown-item,
    .Head-NavCourses>.dropdown-menu .dropdown-submenu>.dropdown-menu li .dropdown-item {
        padding: 14px 24px;
        font-size: 15px;
    }

    .Head-NavCourses>.dropdown-menu .Dropend-Dropdown .dropdown-item::before {
        width: 98%;
    }

    .Head-NavCourses>.dropdown-menu .dropdown-submenu .dropdown-item.dropdown-toggle::after,
    .Head-NavCourses>.dropdown-menu .dropdown-submenu .dropdown-submenu .dropdown-item.dropdown-toggle::after {
        right: 28px;
    }

    .Head-NavCourses>.dropdown-menu .Dropend-Dropdown .dropdown-submenu {
        position: static;
        width: calc(100%);
        /* margin-left: 20px; */
        margin-top: 10px;
        padding: 0px 20px;
    }

    .DropDev-ListBox ul {
        height: 100%;
        max-height: 180px;
    }

    .DropDev-ListBox {
        padding: 20px 0px 0px;
    }

    /* NavCourses end */

    .iframe-box {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .DropDev-ListBox ul {
        display: none;
        max-height: 100px;
    }

    .DropDev-ListBox ul.active {
        display: block;
    }

    .DropDev-ListBox h5 {
        font-size: 15px;
        padding-right: 15px;
    }

    .DropDev-ListBox h5::after {
        content: '\f078';
        display: inline-block;
    }

    .DropDev-ListBox h5.paddingR::after {
        content: '\f077';
    }

    .Head-NavCourses>.dropdown-menu .Dropend-Dropdown .dropdown-submenu {
        padding: 20px;
    }

    .DropDev-ListBox {
        padding: 0px;
    }

    .banner-section.banner-inner-page {
        --banner-hvh: 30vh;
    }

    .AboutUs-List li:nth-child(even) {
        margin-left: 0px;
        margin-right: 0px;
    }


    .AboutCount-container>.row>*:nth-child(2) .AboutCount-Txt {
        border-right: none;
        padding-right: 0px;
    }

    .AboutCount-container>.row>*:nth-child(2) .AboutCount-Txt::after {
        display: none;
    }

    .CommonFAQ .accordion-item {
        border-radius: 50px !important;
        padding: 24px 24px;
    }

    .CommonFAQ .accordion-button::after {
        --ehw-faca: 26px;
        margin-top: 0px;
        font-size: 14px;
    }

    .CommonFAQ .accordion-item .accordion-button {
        font-size: 16px;
    }

    .cta-box .common-title,
    .cta-box.common-box>h2,
    .common-section .cta-box.common-box>h2 {
        font-size: 20px;
    }

    .contact-list {
        gap: 20px;
    }

    .contact-list li a {
        font-size: 16px;
    }

    .contact-list li span {
        --ehw-clls: 26px;
        font-size: 12px;
    }

    .common-box.About-TitleBox {
        padding-left: 0px;
        padding-top: 0px;
    }

    .About-TitleBox .common-para,
    .About-TitleBox.common-box>div.common-para,
    .aboutUs-page .common-box.About-TitleBox p {
        line-height: 1.4;
        font-size: 14px;
    }

    .iframe-box {
        height: 400px;
    }
}

@media (max-width: 580px) {

    .Head-NavCourses .btn.dropdown-toggle,
    .Head-NavCourses .btn.dropdown-toggle:visited,
    .Head-NavCourses .btn.dropdown-toggle:focus {
        width: 100%;
    }

    .Head-NavCourses>.dropdown-menu {
        width: 94%;
        margin: 0px auto 0;
        top: 66%;
    }

    .navbar-brand {
        height: calc(var(--ehw-dvlogo) - 120px);
        width: 100%;
        margin-right: 0;
    }

    .banner-title,
    .banner-box h1 {
        --efs-bth: 30px;
    }

    .banner-inner-page .banner-inner-section .banner-title,
    .banner-inner-page .banner-inner-section .banner-box h1 {
        --efs-bth: 28px;
    }

    .banner-para {
        margin: 0px 0px 30px;
        line-height: 1.4;
        font-size: 16px;
    }

    .banner-box .common-btn {
        padding: 16px 32px;
        font-size: 16px;
    }

    .bannerImg-Box {
        height: 320px;
    }

    .bannerImg-AfterBox {
        display: none;
    }

    .AboutUs-img {
        height: 320px;
    }

    .AboutUs-FounderTxt {
        font-size: 15px;
        padding: 10px 20px;
    }


    .common-section.AboutUs-section {
        --eptb-cptb: 50px;
    }

    .videoImg {
        height: 300px;
    }

    .VideoBtn {
        --ehw-VideoBtn: 60px;
    }

    .common-section.video-section {
        margin-bottom: -100px;
    }

    .AboutCount-Txt {
        padding-right: 0px;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid rgba(var(--white-color), 0);
    }

    .AboutCount-Txt::after,
    .AboutCount-container>.row>*:nth-child(2) .AboutCount-Txt::after {
        display: block;
        top: auto;
        left: 0px;
        width: 90%;
        height: 1px;
    }

    .AboutCount-container {
        border-radius: 30px;
        padding: 40px 20px;
    }

    .common-section.Popular-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .FAQs-TitleBox .common-title,
    .FAQs-TitleBox.common-box>h2,
    .common-section .FAQs-TitleBox.common-box>h2 {
        margin-bottom: 0px;
    }

    .CommonFAQ .accordion-item {
        border-radius: 20px !important;
        padding: 20px 12px;
    }

    .CommonFAQ .accordion-body {
        padding: 14px 0px 0px;
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.4;
    }

    .CommonFAQ .accordion-item .accordion-button {
        font-size: 14px;
    }

    .CommonFAQ .accordion-button::after {
        --ehw-faca: 22px;
        font-size: 10px;
        border-width: 1px;
    }

    .CommonFAQ {
        margin-top: 30px;
    }

    .footer-box h4 {
        font-size: 20px;
    }

    .foot-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .contact-list,
    .contact-list li {
        align-items: flex-start;
    }

    .contact-list {
        flex-direction: column;
        gap: 12px;
    }

    .social-list li a,
    .social-list li a:visited {
        --ehw-slla: 40px;
    }

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

    .middle-footer {
        padding: 30px 0px;
    }

    .common-section.cta-section {
        padding: 40px 0px;
    }

    .cta-form {
        height: 52px;
    }

    .cta-form .form-control,
    .cta-form .form-control:hover,
    .cta-form .form-control:focus {
        font-size: 14px;
    }

    .cta-form .cta-btn,
    .cta-form .btn,
    .cta-form button {
        font-size: 24px;
    }

    .iframe-box {
        height: 350px;
    }
}

/* media end */




.sortdrop .dropdown-menu {
    width: 100%;
    border-radius: 5px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.sortdrop .dropdown-item {
    padding: 5px;
}

.dropbtn {
    color: rgba(var(--main-color), 1);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.dropbtn:hover,
.dropbtn:focus,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: 0px solid rgba(var(--main-color), 1) !important;
    box-shadow: none !important;
}

.sortselect {
    font-size: 13px;
    width: 72%;
    background-color: transparent;
    cursor: pointer;
}

.innersecdropmain label {
    font-size: 13px;
    font-weight: 800;
}

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

.Head-CaForm {
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    padding: 0px 12px;
    background: rgba(var(--white-color), 1);
    width: 290px;
}

.Head-CaForm .form-control,
.Head-CaForm .form-control:hover,
.Head-CaForm .form-control:focus {
    border: none;
    min-height: 100%;
    padding: 4px;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    position: relative;
    background: rgba(var(--white-color), 0);
    color: rgba(var(--black-color), 0.8);
    border: 0px solid rgba(var(--black-color), 0.4);
    border-radius: 0px;
}

.HeadCa-FormBtn {
    padding: 0px;
    width: 10px;
    border: none;
}

.HeadCa-FormBtn i {
    font-size: 11px;
}

.search-section {
    padding: 10px 0px;
    background-color: rgba(var(--main-color), 0.4);
    border-radius: 10px;
    padding: 0px 10px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border: 1px solid #dbeafe;
    color: rgba(var(--main-color), 1);
    border-radius: 9999px;
    font-size: 14px;
    cursor: pointer;
}

.badge-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    color: rgba(var(--main-color), 1);
}

.badge:hover {
    background-color: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
}

.badge:hover .badge-close {
    color: rgba(var(--white-color), 1);
}

/* Font Awesome Icon styles */
.fa-times {
    font-size: 10px;
}


.hotel-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dealbox a {
    font-size: 17px;
    font-weight: 800;
    /* font-style: italic; */
    color: rgba(var(--main-color), 1);
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dealbox h4 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(var(--black-color), 1);
    text-transform: capitalize;
}

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

.dealbox {
    padding: 10px 0px;
}

.imagcardsec img {
    height: 200px;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
}

/* Verified badge */
.status-success {
    background-color: #dcfce7;
    color: #166534;
}

.status-success i {
    color: #16a34a;
}

/* Evaluated badge */
.status-info {
    background-color: #dbeafe;
    color: #1e40af;
}

.status-info i {
    color: #3b82f6;
}

/* Icon styles */
.status-icon {
    font-size: 12px;
}

/* Container for spacing */
.status-wrapper {
    display: none;
    gap: 12px;
    justify-content: end;
}

.lastsecright {
    padding: 10px;
}

.detailslist {
    display: flex;
    gap: 10px;
    align-items: self-end;
    flex-direction: column;
    justify-content: end;
}

.detailslist li {
    display: flex;
    gap: 5px;
    align-items: center;
}

.detailslist li i {
    font-size: 17px;
    color: rgba(var(--main-color), 1);
}

/* .detailslist li a {
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    background: #dbeafe;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
} */

.detailslist li span {
    font-weight: 700
}

.funding h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 11px;
    font-weight: 800;
    text-align: right;
    color: rgba(var(--main-color), 1);
}

.lastsecright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-left: 1px dotted rgba(var(--black-color), 0.2);
}

/* .funding {
    margin-top: 40px;
} */

.paginationmy {
    justify-content: center;
}

.paginationmy .page-link {
    border-color: rgba(var(--main-color), 1);
}

.paginationmy .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

.badgegroup {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-menu[data-bs-popper] {
    left: auto;
}


.message-container {
    display: flex;
    gap: 12px;
    white-space: wrap;
    /* padding:px; */
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; */
}

.avatarnew {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    position: relative;
}

.avatarnew img {
    border-radius: 50%;
}

.online-status {
    width: 10px;
    height: 10px;
    background-color: #2ecc71;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 2px solid white;
}

.message-content {
    flex: 1;
}

.username {
    color: #2d3436;
    font-weight: 600;
    margin-bottom: 4px;
}

.message-text {
    color: #000000;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timestamp {
    color: #0000006c;
    font-size: 12px;
    margin-top: 4px;
}

.message-container.readdone {
    opacity: 0.6;
}

.message-container.readdone .closebtn {
    opacity: 1;
    visibility: visible;
}

.closebtn i {
    font-size: 14px;
    color: rgba(var(--black-color), 1);
}

p.message-text.readdone {
    font-weight: 500;
}

.messagedrop {
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: none;
}

nav.navbtnsec.navbtnsecnew {
    width: 100%;
    background-color: transparent;
    margin-bottom: 0;
    border: 0px solid;
    box-shadow: none;
}

.navbtnsecnew button img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.navbtnsec.navbtnsecnew button {
    width: auto;
    padding: 0;
}

.navbtnsec.navbtnsecnew button span {
    min-height: auto;
}

.navbtnsec.navbtnsecnew button.active::after {
    display: none;
}

/* #fixedscroll{
 position: fixed;
 top: 0;
 left: 0;
 z-index: 999;
 width: 100%;
} */

/* .first-header-1000{
    z-index: 1000;
}

.first-header-999 {
    z-index: 999;
}

.second-header-999 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.second-header-1000 {
    z-index: 1000;
} */

.welcome-box {
    background: linear-gradient(95deg, rgba(var(--white-color), 1), rgba(var(--white-color), 01), rgba(var(--black-color), 0.5));
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: gradientAnimation 6s ease infinite;
    background-size: 200% 200%;
    margin-bottom: 2rem;
    overflow: hidden;
}

.welcome-box h3 {
    font-size: 20px;
    font-weight: 800;
    color: rgba(var(--main-color), 01);
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.welcome-box p {
    font-size: 16px;
    font-weight: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 0;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.teams-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
}

.teams-box {
    box-shadow: 0px 0px 20px -8px rgba(var(--black-color), 0.2);
    background-color: #000;
}


.teams-img {
    width: 100%;
    height: 370px;
}

.teams-Text {
    position: relative;
    z-index: 1;
    padding: 10px;
    background: rgba(var(--white-color), 1);
    text-align: center;
    transition: var(--transition-05s);
}

.teams-Text {
    padding: 10px;
}

.teams-Text h4 {
    text-transform: capitalize;
    font-size: 18px;
    color: rgba(var(--white-color), 1);
    margin-bottom: 4px;
    font-weight: 700;


}

.teams-Text>*:last-child {
    margin-bottom: 0px;
}

.teams-Text .common-para {
    margin-bottom: 0;
}

.teams-Text .common-para p {
    margin-bottom: 0px;
    padding: 0px 10px;
    line-clamp: 2;
    -o-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: rgba(var(--white-color), 1);
    font-weight: 600;
}

.teams-box small {
    font-size: 13px;
    line-height: 17px;
    display: block;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    color: #fefefe;
}

.teams-Text.teams-TextHover {
    background: rgba(var(--main-color), 1);
    position: absolute;
    bottom: -100px;
    opacity: 0;
    width: 100%;
    visibility: hidden;
}

.teams-box:hover .teams-Text {
    opacity: 0;
    visibility: hidden;
}

.teams-box:hover .teams-Text.teams-TextHover {
    bottom: 0px;
    opacity: 1;
    right: 0;
    visibility: visible;
    width: 100%;
}

h2.teams-box-title {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 2;
    text-align: center;

}

.teams-box:hover .teams-img img {
    transition: .3s all ease-in;
}

ul.sociallist li i {
    color: rgba(var(--white-color), 1);
    font-size: 18px;
}

.cta-form {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    overflow: hidden;
    /* height: 70px; */
    border: 1px solid rgba(var(--white-color), 0);
    /* background: rgba(var(--white-color), 1); */
    padding: 0px 0px;
    gap: 4px;
}

.cta-form .form-control,
.cta-form .form-control:hover,
.cta-form .form-control:focus {
    height: 100%;
    padding: 2px 10px;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    background: rgba(var(--black-color), 0);
    color: rgba(var(--white-color), 1);
    border: 1px solid rgba(var(--white-color), 1);
}

.cta-form .form-control::placeholder {
    color: rgba(var(--white-color), 1);
}

.welcome-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welbox {
    padding: 15px 20px;
}

.sidebtnsec {
    height: 120px;
    background: #03a8d3;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.twobtngroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.twobtngroup .common-btn {
    width: 100%;
}

.button-3d {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    color: #03a8d3;
    background-color: #ffffff;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.1sease;
    box-shadow: 0 6px 0 #2980b978, 0 8px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.3rem;
}

.button-3d:hover {
    background-color: #03a8d34d;
    color: #fff;
}

.button-3d:active {
    top: 6px;
    box-shadow:
        0 0 0 #2980b9,
        0 2px 4px rgba(0, 0, 0, 0.3);
}

.button-3d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    border-radius: 5px 5px 0 0;
}


.imagcardsec {
    position: relative;
}

.imagcardsec::after {
    content: '';
    width: 100%;
    height: 40px;
    background-color: rgba(var(--black-color), 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.innerlikesec {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.likelist {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.likelist i {
    font-size: 18px;
    color: rgba(var(--white-color), 1);
}

.likelist li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: rgba(var(--white-color), 01);
}

#nextnav,
#topnavopen {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, height 0.3s ease-in-out;
}

#topnavopen.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

#topnavopen.visible {
    opacity: 1;
    visibility: visible;
    height: auto;
    pointer-events: auto;
}

#nextnav.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#nextnav.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.custom-btn {
    background-color: #4a90e2;
    color: white;
    border: none;
    padding: 5px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background-color: #357abd;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-content {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modal-header {
    background-color: rgba(var(--main-color), 1);
    color: white;
}

.form-control {
    border-radius: 0px;
    padding: 12px;
}

.form-control:focus {
    box-shadow: none;
}

.modal-footer {
    border-top: none;
}

.mobscreen,
.fixedbottomsec,
.profilesec {
    display: none;
}

/* mobscree design */
@media(max-width:768px) {
    .navbtnsec {
        display: none !important;
    }

    .fixedbottomsec.navbtnsec,
    .profilesec {
        display: block !important;
    }

    #nav-tabContent {
        margin-top: 0;
    }

    .mobhide {
        display: none;
    }

    .mobscreen {
        display: flex;
        padding: 10px 20px;
        align-items: center;
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 999;
        background: #fff;
    }

    .navbar-toggler {
        padding: 6px;
        border: none;
        background: rgba(var(--main-color), 0);
        border-radius: 0px;
    }

    .navbar-toggler .navbar-toggler-icon {
        background: rgba(var(--main-color), 1);
        width: 1.1em;
        height: 2px;
        position: relative;
        display: block;
    }

    .navbar-toggler-icon.bar-1 {
        width: 0.6em;
    }

    .navbar-toggler-icon.bar-2 {
        width: 0.9em;
    }

    .navbar-toggler-icon.bar-2 {
        margin: 4px 0px;
    }

    .navbarsec {
        display: inline-flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
    }

    .mobscreen .header-profile {
        display: inline-flex;
        align-items: center;
        justify-content: end;
    }

    .mobscreen .notification i {
        font-size: 12px;
        color: rgb(255, 255, 255);
        background-color: rgba(var(--main-color), 1);
        width: 25px;
        height: 25px;
    }

    .mobscreen .notification span {
        font-size: 13px;
        font-weight: 500;
        width: 20px;
        height: 20px;

    }

    .mobscreen .messagedrop {
        height: 230px;
        overflow-y: scroll;
        scrollbar-width: none;
        width: 350px;
    }

    .mobscreen .username {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .mobscreen .message-text {
        font-weight: 500;
        font-size: 12px;
    }

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

    .mobscreen .avatarnew {
        width: 25px;
        height: 25px;
    }

    .mobscreen .dropdown-item {
        padding: 8px;
    }

    .mobscreen .message-container {
        width: 100%;
    }

    .mobcanvas .offcanvas-body .dropdown-menu {
        display: block;
        width: 100%;
        border-radius: 0px;
        background-color: transparent;
        box-shadow: none;
        right: 0;
        position: relative;
        top: 0;
    }

    .mobcanvas .offcanvas-body {
        padding: 0px;
    }

    .mobcanvas {
        max-width: 70%;
        padding: 10px;
    }

    .inmob {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .mobcanvas .offcanvas-body .profile-trigger {
        display: flex;
        background: rgba(var(--main-color), 0.3);
        border-radius: 16px;
    }

    .mobcanvas .offcanvas-body .dropdown-header {
        border: none;
        background-color: transparent;
    }

    .mobcanvas .offcanvas-body .item-title {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .mobcanvas .offcanvas-body .dropdown-item i {
        margin-top: 3px;
        font-size: 16px;
        color: rgba(var(--black-color), 0.4);
    }

    .mobcanvas .offcanvas-body .dropdown-item {
        padding: 5px;
        gap: 10px;
        align-items: center;
    }

    .mobcanvas .offcanvas-body .item-subtitle {
        font-size: 13px;
        font-weight: 500;
        margin: 3px 0px 1px 0px;
    }

    .mobcanvas .offcanvas-body .dropdown-item,
    .mobcanvas .offcanvas-body .dropdown-item:hover {
        border: 1px solid rgba(var(--main-color), 0.3);
        border-radius: 10px;
        margin-top: 1rem;
    }

    .app-section {
        background: rgba(var(--main-color), 1);
        height: 25vh;
    }

    .app-section .app-image {
        display: none;
    }

    .app-section .inneraboutbox h2 {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }

    .app-section .inneraboutbox p {
        color: rgba(var(--white-color), 0.9);
        font-size: 10px;
        margin-bottom: 1rem;
    }

    .app-section .owl-carousel .owl-dots {
        margin-top: -15px;
        justify-content: end;
        gap: 5px;
    }

    .common-btn {
        padding: 6px 8px;
        font-size: 13px;
    }

    .about-slider .item {
        padding: 0;
    }

    .app-section .owl-carousel button.owl-dot>span {
        --ehw-ocbd: 10px;
    }

    .common-section {
        --eptb-cptb: 30px;
    }

    .profile-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: contain;
        border: 4px solid rgba(var(--main-color), 1);
        padding: 10px;
        margin-bottom: 0 !important;
    }

    .porfbadge {
        position: absolute;
        bottom: 0px;
        padding: 4px 10px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 7px;
    }

    .profsec {
        margin-bottom: 0 !important;
    }

    .profilename {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        text-align: center;
        color: rgba(var(--black-color), 1);
        font-size: 14px;
    }

    ul.groupsocilabtn {
        justify-content: start;
    }

    .innercontactdetails li a i,
    .locationmain i {
        font-size: 13px;
    }

    .innercontactdetails li a span {
        font-size: 13px;
    }

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

    .innercontactdetails {
        margin-bottom: 01rem;
    }

    ul.groupsocilabtn li a i {
        font-size: 12px;
    }

    ul.groupsocilabtn,
    .AboutUs-List,
    p.abouttextpara,
    .key-List,
    .personalapplist {
        margin-bottom: 01rem;

    }

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

    .section-title {
        color: rgba(var(--main-color), 1);
        font-size: 14px;
    }

    .AboutUs-List li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        font-size: 13px;
    }

    .key-List li i {
        font-size: 20px;
    }

    .keyname,
    .keydetails a {
        font-size: 13px;
    }

    .personalapplist li {
        gap: 10px;
        font-size: 13px;
    }

    .personalapplist li i {
        color: rgba(var(--main-color), 1);
        padding: 11px;
        font-size: 8px;
        width: 20px;
        height: 20px;
    }

    .welcome-box h3 {
        font-size: 15px;
        margin-bottom: 0.5rem;
    }

    .welcome-box p {
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    .sidebtnsec {
        height: 180px;
    }

    .stayOffr__heading {
        font-size: 15px;
    }

    .testi-slider.owl-carousel .owl-nav button.owl-prev,
    .testi-slider.owl-carousel .owl-nav button.owl-next {
        --ehw-owl-btn: 23px;
    }

    .testi-slider.owl-carousel .owl-nav {
        position: absolute;
        top: -10%;
        right: 8%;
    }

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

    .interestsection {
        padding: 20px 0 20px 20px;
    }

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

    .promo-action a.view-button {
        font-size: 11px;
    }

    .promo-image {
        height: 100px;
    }

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

    .exclusivesec {
        padding-right: 100px;
    }

    .service-Slider .owl-nav {
        position: absolute;
        top: -21%;
        right: 5%;
        bottom: auto;
        left: auto;
    }

    .interestsection.logoslidesec {
        padding: 20px;
    }

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

    .teams-img {
        width: 100%;
        height: 300px;
    }

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

    .subinnertitle {
        font-size: 13px;
    }

    .cta-form .common-btn {
        padding: 6px 20px;
        font-size: 13px;
    }

    .cta-form .form-control,
    .cta-form .form-control:hover,
    .cta-form .form-control:focus {
        font-size: 13px;
    }

    .social-list a i {
        font-size: 15px;
        padding: 10px;
        width: 30px;
        height: 30px;
    }

    .foot-list li a {
        font-size: 13px;
    }

    .copytext {
        text-align: center;
        font-size: 11px;
    }

    ul.foot-list {
        justify-content: center;
        gap: 10px;
    }

    .common-section.footer-section {
        margin-bottom: 90px;
    }

    .fixedbottomsec {
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
        -webkit-backdrop-filter: blur(11px);
        backdrop-filter: blur(11px);
        box-shadow: 0 3px 30px 0 rgb(0 0 0 / 52%);
        /* box-shadow: 0 -0.5px 0 0 rgb(0 0 0 / 15%); */
        background-color: #f5f5f5;
        display: block;
        border-radius: 20px 20px 0px 0px;

    }

    .fixedbottomsec ul {
        display: flex;
        padding: 8px 20px;
    }

    .fixedbottomsec ul li {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: calc(var(--font-scale, 1)* 12px);
        font-weight: bold;
        color: #9b9b9b;
    }

    .fixedbottomsec.navbtnsec button {
        width: 100%;
        background-color: transparent;
        gap: 12px;
        padding: 5px;
    }

    .fixedbottomsec.navbtnsec button.active::after {
        height: 0px;
    }

    .fixedbottomsec.navbtnsec button span {
        min-height: auto;
        font-size: 13px;
        font-weight: 400;
    }

    .fixedbottomsec.navbtnsec button img {
        --elp-width: 25px;
    }

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

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        --ehw-owl-btn: 23px;
    }

    .check-group {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: start;
    }

    #nav-tabContent {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }

    .tab-item {
        position: relative;
        min-width: auto;
    }

    .tabs-container {
        margin-bottom: 0;
    }

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

    .searchbtn .common-btn {
        min-width: 200px;
        font-size: 13px;
        padding: 10px;
    }

    .search-section {
        padding: 10px 0px;
        background-color: rgb(3 168 211 / 0%);
    }

    .search-section .row {
        gap: 10px 0px;
    }

    .Head-CaForm {
        margin: 0px 10px;
    }

    .dealbox {
        padding: 15px;
    }

    .hotel-card .row {
        gap: 0;
    }

    .detailslist li {
        width: 100%;
    }

    .funding h3 {
        font-size: 14px;
        justify-content: start;
        font-weight: 600;
        text-align: start;
    }

    .lastsecright {
        border-left: 0px solid #000;
        padding: 15px;
    }

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

    .tab-panel {
        margin-top: 0.8rem;
    }

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

    .checkbox-option .form-check-label {
        font-size: 13px;
    }

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

    .search-section {
        overflow: hidden;
    }

    .search-section form {
        padding: 10px;
    }

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



@media(max-width:580px) {
    .common-section.footer-section {
        margin-bottom: 120px;
    }

}



.profile-container {
    max-width: 100%;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Kapak Resmi */
.cover-photo {
    position: relative;
    height: 300px;
    background: #ddd;
    overflow: hidden;
}

.cover-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edit-cover {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

.cover-photo:hover .edit-cover {
    opacity: 1;
}

/* Profil Resmi */
.profile-picture {
    position: relative;
    text-align: start;
    margin-top: -80px;
    padding: 0 20px;
}

.profile-picture img {
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.edit-profile {
    position: absolute;
    bottom: 10px;
    right: calc(50% - 75px);
    /* Resmin merkezine hizalı */
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

.profile-picture:hover .edit-profile {
    opacity: 1;
}

/* Profil Bilgileri */
.profile-info {
    padding: 15px 20px;
    text-align: center;
}

.profile-info h1 {
    font-size: 26px;
    color: #333;
    margin-bottom: 8px;
}

.profile-info p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
}

.profile-container .groupsocilabtn {
    padding: 15px 20px;
    margin-bottom: 0;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .cover-photo {
        height: 200px;
    }

    .profile-picture {
        margin-top: -60px;
    }

    .profile-picture img {
        width: 130px;
        height: 130px;
        background: #03a8d3;
    }

    .profile-info h1 {
        font-size: 22px;
    }

    .profile-info p {
        font-size: 14px;
    }

    .profile-img {
        margin: revert;
    }

    .porfbadge {
        left: 16%;
        transform: translate(-50%, 0);
    }

    .maincheckgroup .form-check {
        display: block;
        min-height: 1.5rem;
        margin: 3px;
        padding: 0.2em 1.3em 0.2em 2em;
    }

}

@media (max-width: 480px) {
    .cover-photo {
        height: 150px;
    }

    .profile-picture {
        margin-top: -50px;
    }

    .profile-picture img {
        width: 100px;
        height: 100px;
    }
}


.tabnewnav button.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 130px;
    height: 60px;
    border-radius: 8px 8px 0px 0px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 12px;
    cursor: pointer;
    font-size: 13px;
    color: rgba(var(--main-color), 1);
}

.tabnewnav button.nav-link.active {
    background-color: rgba(var(--main-color), 1);
    color: white;
}

.tabnewnav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: -1px;
    border-bottom: 0px solid red;
    flex-wrap: nowrap;
    width: max-content;
}

.oversize {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: thin;
    overflow-y: hidden;

}

div#nav-tabContent2 {
    border-radius: 0px 8px 8px 8px;
    border: 0px solid red;
}

.tab-pane .card {
    border: 0px solid red;
    border-radius: 0px 8px 8px 8px;
}

.tab-pane.active .card-body {
    border: 0px solid red;
    background: #03a8d317;
    border-radius: 0px 8px 8px 8px;
}

.tabnewnav.nav-tabs .nav-link:focus,
.tabnewnav.nav-tabs .nav-link:hover {
    border: 0px solid rgba(255, 255, 255, 0);
}

.dealnamebox h3 {
    font-size: 17px;
    font-weight: 800;
    /* font-style: italic; */
    color: rgba(var(--main-color), 1);
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dealnamebox h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: normal;
    margin: 8px 0;
}

.mainecbox {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 10px;
}

.toptitlesec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.toptitlesec a.btn.common-btn.invest {
    width: 12%;
    padding: 7px 5px;
    font-size: 14px;
}

.ecbox strong {
    font-size: 16px;
    color: #000;
}

.ecbox {
    font-size: 14px;
}

.interestsection.newsecdeal {
    padding: 20px;
}

.dealnamebox {
    padding: 10px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
}

.innerfundinglist li {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.innerfundinglist li strong {
    font-size: 17px;
    color: #000;
}

.imnnerinsec {
    margin-bottom: 0.5rem;
}

a.btn.common-btn.invest {
    background: #03a8d3;
    color: #fff;
    border: 1px solid transparent;
    width: 100%;
}

a.btn.common-btn.invest:hover {
    background: #03a9d300;
    color: #03a8d3;
    border: 1px solid #03a8d3;
}

a.btn.common-btn.interested {
    background: #03a9d300;
    color: #03a8d3;
    border: 1px solid #03a8d3;
    width: 100%;
}

a.btn.common-btn.interested:hover {
    background: #03a8d3;
    color: #fff;
    border: 1px solid transparent;
}

.btgroupsec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 10px;
    /* padding: 20px; */
    /* background: #000000d6; */
    padding-right: 0;
    border-radius: 0px;
    /* height: 190px; */
    /* border-left: 1px solid #03a8d3; */
}

.mainnavsec .nav-tabs {
    border-bottom: none;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mainnavsec .nav-tabs .nav-link {
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 600;
    color: #000;
    background-color: #03a8d32b;
    margin-bottom: 0px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #0d6dfd00;
}

.mainnavsec .nav-tabs .nav-link.active {
    background-color: #fff;
    border: 1px solid rgba(var(--main-color), 1);
    color: #000;
}

.tab-content.newtabcontentdeal {
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    margin-top: 20px;
}

.newtabcontentdeal .tab-pane h3 {
    font-size: 17px;
    font-weight: 800;
    /* font-style: italic; */
    color: rgba(var(--black-color), 1);
    margin-bottom: 0.5rem;
}

.newtabcontentdeal .tab-pane p {
    color: rgba(var(--black-color), 0.6);
    text-transform: capitalize;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

@media (max-width: 768px) {
    .mainnavsec .nav-tabs {
        display: flex;
        flex-direction: column;
    }

    .mainnavsec .nav-tabs .nav-link {
        width: 100%;
        text-align: center;
    }
}

.mainnavsec li {
    width: 24%;
}

.accordion.newaccordion {
    --bs-accordion-border-color: #b8daff;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: #e7f1ff;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #212529;
    --bs-accordion-active-bg: #e7f1ff;
}

.newaccordion .accordion-item {
    margin-bottom: 0.5rem;
    border: var(--bs-accordion-border-width) solid rgba(var(--main-color), 1);
    border-radius: 0;
}

.newaccordion .accordion-button {
    background-color: #d5f0f8;
    color: var(--bs-accordion-btn-color);
    font-weight: 600;
    border-radius: 0 !;
}

.newaccordion .accordion-button:not(.collapsed) {
    background-color: #d5f0f8;
    color: var(--bs-accordion-active-color);
    box-shadow: none;
}

.newaccordion .accordion-button:focus {
    box-shadow: none;
    border-color: #b8daff;
}

.newaccordion .accordion-body {
    background-color: #fff;
    border-top: px solid var(--bs-accordion-border-color);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .newaccordion .row>div {
        margin-bottom: 0.5rem;
    }

    .newaccordion .col-md-4.fw-bold {
        margin-bottom: 0.25rem;
    }

    .newaccordion .accordion-button {
        padding: 0.75rem 1rem;
    }

    .newaccordion .accordion-body {
        padding: 0.75rem;
    }
}

.stickysec {
    position: sticky;
    bottom: 0%;
    width: auto;
    margin: 0 auto;
}

.innerchecksecdeal {
    display: flex;
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
}

.innerchecksecdeal form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.innerchecksecdeal .form-check {
    margin: 3px;
    padding: 0.2em 1.3em 0.2em 2em;
    background: #e6f2ff00;
    border-radius: 50px;
}

.innerchecksecdeal .form-check.selected {
    margin: 3px;
    padding: 0.2em 1.3em 0.2em 2em;
    background: #e6f2ff;
    border-radius: 50px;
}

@media (max-width: 768px) {
    .mainnavsec .nav-tabs {
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        flex-wrap: nowrap;
        scrollbar-width: thin;
    }

    .mainnavsec li {
        width: 100%;
    }

    .mainnavsec .nav-tabs .nav-link {
        width: max-content;
        text-align: center;
    }

    a.btn.common-btn.invest,
    a.btn.common-btn.interested {
        height: 40px;
    }

    .accordion-body .row {
        gap: 0px;
    }

    .innerchecksecdeal .form-check label {
        font-size: 13px;
    }

    .newaccordion .accordion-button {
        font-size: 0.8rem;
    }

    .innerfundinglist li strong {
        font-size: 15px;
    }

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

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

    .ecbox {
        font-size: 13px;
    }

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

    .mainecbox {
        flex-wrap: wrap;
    }

    .newaccordion .col-md-4.fw-bold {
        font-size: 14px;
    }

    .newaccordion .row>div {
        font-size: 13px;
    }

    .newaccordion .accordion-button::after {
        --bs-accordion-btn-icon-width: 13px;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
    }

    .interestsection.newsecdeal {
        padding: 10px;
    }

    .common-btn,
    .common-btn:visited,
    .common-btn:focus,
    button.common-btn:focus:not(:focus-visible),
    .common-btn:focus-visible {
        font-size: 11px;
    }
}

@media (max-width:375px) {
    .innerchecksecdeal form {
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 10px;
        flex-direction: column;
    }
}

.accordion-body .common-para {
    color: rgba(var(--black-color), 0.6);
    font-size: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.video-container {
    position: relative;
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: rgba(255, 255, 255, 0.9);
}

.play-button::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #FF0000;
    margin-left: 4px;
}

/* Modal styles */
.modal.videomodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.videomodal.active {
    opacity: 1;
    visibility: visible;
}



.close-button {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1001;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: white;
}

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

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

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .video-container {
        margin: 30px auto;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button::after {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 18px solid #FF0000;
    }

    .modal-content {
        width: 95%;
    }

    .close-button {
        top: -35px;
        right: 0;
    }
}

#youtubePlayer {
    height: 100%;
}

.pdficon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    font-size: 13px;
    padding: 10px;
    color: #fff;
    font-weight: 700;

}

.pdficon i {
    color: rgb(255, 123, 0);
    font-size: 20px;
}

.customPdfModal .modal-content {
    display: flex;
    flex-direction: column;
    height: 60vh;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Sticky Header */
.customPdfModal .modal-header {
    position: sticky;
    top: 0;
    background: rgba(var(--main-color), 1);
    color: white;
    z-index: 1000;
    padding: 12px;
    border-radius: 8px 8px 0px 0px;
}

/* PDF Container */
#pdf-container {
    flex: 1;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    padding: 15px;
    padding-top: 30rem;
}

canvas {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Sticky Footer Controls */
.customPdfModal .modal-footer {
    position: sticky;
    bottom: 0;
    background: #343a40;
    color: white;
    z-index: 1000;
    padding: 12px;
}

/* Custom Button Styling */
.pdf-btn {
    background: rgba(var(--main-color), 1);
    color: white;
    border: none;
    padding: 10px;
    font-size: 23px;
    border-radius: 50%;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pdf-btn:hover {
    background: rgba(var(--main-color), 0.4);
}

.pdf-btn:disabled {
    background: #555;
    cursor: not-allowed;
}

.innersummarybox {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

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



#pieChart,
#radarChart,
#radarChart2 {
    border-radius: 6px;
    /* -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%); */
    /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%); */
    /* background-color: #ffffff; */
    border: 0px;
    padding: 10px;
    width: 300px !important;
    height: 300px !important;
    margin: 0 auto;
}



.innerfundinglist.nelistfund li strong {
    font-size: 14px;
}

.colorback {
    padding: 20px;
    background: rgba(var(--main-color), 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 15px;
    width: 150px;
    height: 150px;
    float: right;

}

.colorback h4 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}


.table-container {
    overflow-x: auto;
    margin: 20px 0;
}

.financial-table {
    min-width: 800px;
    border-collapse: collapse;
}

.financial-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    text-align: center;
}

.financial-table td,
.financial-table th {
    border: 1px solid #dee2e6;
    padding: 10px;
}

.financial-table tr.section-header {
    font-weight: bold;
}

.boldtext {
    font-weight: 800;
    color: #000;
    font-size: 14px;
}

.financial-table tr.section-total {
    border-top: 2px solid #dee2e6;
    font-weight: bold;
}

.financial-table tr.section-divider {
    border-top: 2px solid #dee2e6;
}

.highlight {
    color: #dc3545;
}

.text-right {
    text-align: right;
}

@media (max-width: 768px) {
    .table-responsive-wrapper {
        position: relative;
        overflow: hidden;
    }

    .table-responsive-indicator {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        font-size: 12px;
        display: none;
    }

    .table-container:not(.table-scrolled) .table-responsive-indicator {
        display: block;
    }
}

.commitment-section {
    background-color: #d5f0f8;
    border-radius: 8px;
    padding: 20px;
}

.commitment-title {
    color: rgba(var(--black-color), 1);
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 15px;
}

.commitment-text {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .commitment-section {
        padding: 15px;
    }

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

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

.chart-container {
    width: auto;
    height: auto;
}

.chart-container #radarChart {
    width: 550px ;
    height: 550px ;
    cursor: pointer;
    padding: 0px;
    margin-bottom: 2rem;
}

.chart-container #radarChart2 {
    width: 650px ;
    height: 650px ;
    cursor: pointer;
    padding: 0px;
}

.description-panel {
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.description-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #03a8d3;
}

.description-content {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(var(--black-color), 0.6);
}

.description-score {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 0 0;
    color: #03a8d3;
}

.select-prompt {
    margin-top: auto;
    font-style: italic;
    color: #999;
    display: none;
}

.clickable-labels {
    cursor: pointer;
}

.newmainecbox {
    display: flex;
    justify-content: start;
    gap: 7px;
}


.editsecbtn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    width: 30px;
    height: 30px;
    background: rgba(var(--main-color), 1);
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.editsecbtn i {
    font-size: 13px;
    color: #fff;
}

.chart-container {
    border: 0px solid;
}

#revenueChart {
    width: 700px ;
    height: 400px ;
    border: 0px solid red ;
}

.tab-pane .accordion-body .common-para p {
    line-clamp: 200;
    -webkit-line-clamp: 200;
}


.startup-profile-card {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.startup-profile-header {
    text-align: center;
    margin-bottom: 24px;
}

.startup-profile-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.startup-profile-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.startup-profile-label {
    color: #333;
    font-size: 14px;
}

.startup-profile-stars {
    color: #FFA500;
}

.startup-profile-star {
    margin-left: 2px;
}

@media (max-width: 480px) {
    .startup-profile-card {
        padding: 16px;
    }

    .startup-profile-label {
        font-size: 12px;
    }
}

.gauges {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    margin-top: 1rem;
}

.gauge-container {
    width: 365px !important;
    height: 235px;
    position: relative;
    margin-bottom: 0rem;
    padding: 20px 10px 29px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub-gauge {
    width: 230px !important;
}

.sub-gauge .min-label {
    left: 30px;
}

.sub-gauge .min-label,
.sub-gauge .max-label {
    position: absolute;
    bottom: 30px;
}

.sub-gauge .max-label {
    right: 22px;
}

.gauge-title {
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.gauge-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: rgba(var(--main-color), 1);
}

.min-label,
.max-label {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    color: #555;
}

.min-label {
    left: 59px;
}

.max-label {
    right: 50px;
}

svg {
    display: block;
}




.sub-gauge-group {
    margin-top: -40px;
    border-top: 2px dashed #ccc;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.breakdown-label {
    font-style: italic;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.sub-gauge-group .max-label {
    right: 7px;
}

.sub-gauge-group .min-label,
.sub-gauge-group .max-label {
    bottom: 34px;
}

.sub-gauge-group .min-label {
    left: 16px;
}

#gaugesContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: max-content;
    justify-content: center;
    margin-top: 1rem;
}

.gauge-container {
    text-align: center;
    position: relative;
}

.gauge-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.gauge-text {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}





.investor-box {
    display: flex;
    gap: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
}

.investor-box .gauge-container {
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
    background-color: #ffffff00;
}

.sub-gauge-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.sub-gauge {
    width: 230px !important;
}

#gaugesContainer .row {
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.gauge-container.sub-gauge svg {
    display: block;
    margin: 0 auto;
}

.investor-box {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-gauge-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}



/* new css 22.04.2025 */

.main-container {
    min-height: 100vh;
    display: flex;
}

.left-panel {
    background: rgba(var(--main-color), 1);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.info-card {
    color: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 800px;
}

.info-card h1 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 600;
}

.info-card p {
    margin-bottom: 2rem;
    line-height: 1.6;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.feature-icon {
    background-color: rgba(var(--white-color), 1);
    color: rgba(var(--main-color), 1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
}

.right-panel {
    background-color: #F8F9FA;
    width: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    width: 100%;
    max-width: 400px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 2rem;
    border-radius: 10px;
}

.logo-container {
    text-align: center;
    margin-bottom: 1.5rem;
}

.logo {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.login-form h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.main-container .form-label {
    font-weight: 500;
    display: block;
    margin-bottom: 0.5rem;
}

.main-container .form-label .required {
    color: #FF0000;
}

.main-container .form-control {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 16px;
}

.password-field {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}

.forgot-password {
    text-align: right;
    margin-bottom: 1rem;
}

.forgot-password a {
    color: rgba(var(--main-color), 1);
    text-decoration: none;
    font-size: 0.9rem;
}

.remember-me {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.remember-me input {
    margin-right: 8px;
}

.btn-signin {
    width: 100%;
    background-color: rgba(var(--main-color), 1);
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}

.info-card p a {
    font-weight: 600;
    color: #000;
}

.info-card p a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .right-panel {
        width: 450px;
    }

    .feature-icon {
        width: 34px;
    }
}

@media (max-width: 992px) {
    .main-container {
        flex-direction: column;
    }

    .right-panel {
        width: 100%;
        padding: 3rem 0;
    }

    .left-panel {
        min-height: 60vh;
    }
}

@media (max-width: 576px) {
    .login-container {
        width: 90%;
    }

    .main-container {
        flex-direction: column-reverse;
    }

    .feature-icon {
        width: 47px;
    }

    .feature-list li {
        font-size: 14px;
    }

    .info-card {
        padding: 1.5rem;
    }
}

.check-group .form-check {
    border-radius: 50px;
    margin: 3px;
    padding: 0.2em 1.3em 0.2em 2em;
    width: max-content;
    cursor: pointer;
}




/* new css 06.05.2025 */

.view-toggle-wrapper {
    max-width: 100%;
    margin: 20px auto;
}

.view-selector-container {
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    /* margin-bottom: 20px; */
    width: 100%;
    justify-content: end;
}

.view-mode-btn {
    background-color: #03a8d330;
    border: 0px solid #dee2e6;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;

}

.view-mode-btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.view-mode-btn:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.view-mode-btn.active {
    background-color: #03a9d3;
    color: #fff;
    border-color: #212529;
}


.view-mode-btn:hover:not(.active) {
    background-color: #03a8d330;
}

.view-content-pane {
    display: none;
    padding: 0px;
    border-radius: 0px;
    border: 0px solid #dee2e6;
}

.view-content-pane.active {
    display: block;
}

.view-mode-icon {
    margin-right: 8px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .view-mode-btn {
        min-width: 100px;
        padding: 8px 12px;
        font-size: 14px;
    }
}

.titlesec h3 {
    color: rgba(var(--black-color), 1);
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
}



.category-nav-section {
    padding: 15px 0;
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

.category-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.category-carousel-wrapper {
    flex: 1;
    max-width: 100%;
    position: relative;
}

.category-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    position: relative;
}

.category-nav-item.active {
    color: rgba(var(--main-color), 1);
}

.category-nav-item:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: rgba(var(--main-color), 1);
}

.category-nav-item.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: rgba(var(--main-color), 1);
}

.category-nav-item.active .category-title {
    color: rgba(var(--main-color), 1);
}

.category-nav-item.active .category-icon {
    color: #ffae00;
}

.badge i {
    color: #ffae00;
}

.category-nav-item:hover .category-title {
    color: rgba(var(--main-color), 1);
}

.category-nav-item:hover .category-icon {
    color: rgba(var(--main-color), 1);
}

.category-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 8px; */
    color: #0000008a;
}

.category-title {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.carousel-prev-btn {
    left: -6px;
}

.carousel-next-btn {
    right: -6px;
}

.filter-options-wrapper {
    display: flex;
    gap: 10px;
    justify-content: end;
    position: relative;
}


.dropdown-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.dropdown-toggle-btn:hover {
    border-color: #aaa;
}

.dropdown-arrow {
    margin-left: 5px;
    transition: transform 0.3s;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 8px 0;
}

.dropdown-option {
    padding: 8px 15px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
}

.dropdown-option:hover {
    background: #f5f5f5;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #0d6efd;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/* Mega Menu Styling */
.mega-menu-wrapper {
    position: relative;
    left: 0;
    right: 0;
    top: 100%;
    background: #ffffff;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease, padding 0.5s ease;
    padding: 0;
}

.mega-menu-wrapper.open {
    max-height: 800px;
    padding: 10px 0;
}

/* .mega-menu-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
} */

.mega-menu-wrapper.open .mega-menu-container {
    opacity: 1;
    transform: translateY(0);
}

.mega-menu-column {
    display: flex;
    flex-direction: column;
}

.mega-menu-column-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

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

.mega-menu-item {
    margin-bottom: 10px;
}

.mega-menu-link {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    transition: color 0.2s;
    display: block;
    padding: 5px 0;
}

.mega-menu-link:hover {
    color: #0d6efd;
}

.mega-menu-link.active {
    color: #0d6efd;
    font-weight: 500;
}

/* Mobile styles */
@media (max-width: 992px) {
    .mega-menu-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .category-nav-container {
        flex-direction: column;
        padding: 0 10px;
    }

    .category-carousel-wrapper {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .filter-options-wrapper {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }

    .dropdown-filter {
        min-width: 120px;
    }

    .category-icon {
        width: 32px;
        height: 32px;
    }

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

    .mega-menu-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mega-menu-wrapper {
        position: fixed;
        height: auto;
        overflow-y: auto;
    }

    .mega-menu-wrapper.open {
        max-height: calc(100% - 180px);
    }
}


/* Tab Content Styles */
.deal-content-container {
    padding: 0px 0 0px;
}

.deal-content-wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.deal-section-title {
    margin-bottom: 20px;
    color: #333;
    font-size: 1.5rem;
}

.deal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 10px;
}

.deal-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.deal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.deal-image {
    height: 200px;
    overflow: hidden;
}

.deal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deal-details {
    padding: 15px;
}

.deal-details h5 {
    margin-bottom: 10px;
    color: #333;
    font-size: 1.1rem;
}

.deal-description {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.deal-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.deal-price {
    color: #28a745;
    font-weight: bold;
}

.deal-location {
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .deal-grid {
        grid-template-columns: 1fr;
    }

    .deal-content-wrapper {
        padding: 15px;
    }
}

.deal-tabs-container {
    display: flex;
    gap: 0.5rem;
    /* padding: 0.8rem; */
    /* background: #ffffff; */
    border-radius: 10px;
    /* box-shadow: 0 0px 4px rgb(0 0 0 / 15%); */
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.deal-tab-link {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    border: none;
    border-radius: 8px;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.deal-tab-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tab-content-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.tab-icon-wrapper {
    width: 48px;
    height: 48px;
    padding: 10px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal-tab-icon {
    width: 24px;
    font-size: 20px;
    object-fit: contain;
}

.tab-text-wrapper {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.deal-tab-text {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 4px;
}


/* Active state styles */
.deal-tab-link.active {
    background: #03a9d3;
    border: 1px solid #03a8d3;
}

.deal-tab-link.active .deal-tab-icon {
    color: rgba(var(--white-color), 01);
}

.deal-tab-link.active .deal-tab-text,
.deal-tab-link.active .deal-tab-subtext {
    color: white;
}

.deal-tab-link:hover {
    border: 1px solid #03a8d3;
}

.deal-tab-link.active .tab-icon-wrapper {
    background: rgba(255, 255, 255, 0.2);
}

/* Specific tab styles */
.startup-tab {
    border: 1px solid #03a8d3;
}

.traditional-tab {
    border: 1px solid #03a8d3;
}

.opportunities-tab {
    border: 1px solid #03a8d3;
}

/* Responsive styles */
@media (max-width: 768px) {
    .deal-tabs-container {
        flex-direction: column;
    }

    .deal-tab-link {
        width: 100%;
    }

    .tab-content-wrapper {
        justify-content: flex-start;
    }
}


.medical-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12);
    max-width: 100%;
    background-color: #fff;
    transition: transform 0.3s ease;
    margin: 5px 0px;
}

.medical-card:hover {
    /* transform: translateY(-5px); */
}

.medical-card-image-container {
    position: relative;
    height: 200px;
    overflow: visible;
}

.medical-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medical-funding-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ff5a5f;
    color: white;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 10;
}

.medical-card-content {
    padding: 20px;
}

.medical-card-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    bottom: -25px;
    right: 20px;
    border: 3px solid white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.medical-company-name {
    font-size: 1rem;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 8px;
}

.medical-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a2b3c;
    margin-bottom: 12px;
    line-height: 1.4;
}

.medical-card-description {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.5;
}

.medical-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.medical-tag {
    background-color: #f8f9fa;
    color: #212529;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 4px;
    text-transform: uppercase;
}

.medical-tag:nth-child(even) {
    background-color: #d1f5fa;
}

.medical-tag:nth-child(odd) {
    background-color: #ffeee4;
}


.filter-card {
    /* background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    padding: 10px 25px;
}

.filter-section {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.filter-section:last-child {
    border-bottom: none;
}

.section-title {
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 15px;
}

.range-slider-container {
    width: 100%;
    margin: 30px 0 15px;
}

/* noUiSlider custom styling */
.noUi-connect {
    background: #3498db;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 2px solid #3498db;
    box-shadow: none;
    top: -8px;
    right: -10px;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.range-inputs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.range-input {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 12px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.range-input input {
    border: none;
    background: transparent;
    max-width: 100%;
    outline: none;
    margin-left: 5px;
    flex-grow: 1;
}

.divider {
    border-left: 1px solid #e0e0e0;
    margin: 0 15px;
}

.security-option {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.security-btn {
    border: 1px solid #e0e0e0;
    background-color: white;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.security-btn.active {
    background-color: #3498db;
    color: white;
    border-color: #3498db;
}

.checkbox-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 10px;
}

.checkbox-item {
    display: flex;
    align-items: start;
}

.checkbox-item input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 3px;
}

.upgrade-btn {
    background-color: #6c5ce7;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
}

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

.range-input {
    width: 50%;
}

.range-input span.text-muted.ms-1 {
    margin-left: -2.5rem !important;
}

.vip-text {
    color: #a29bfe;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 768px) {
    .checkbox-list {
        grid-template-columns: 1fr;
    }

    .security-option {
        flex-direction: column;
        gap: 10px;
    }

    .security-btn {
        width: 100%;
        text-align: center;
    }

    .range-inputs {
        flex-direction: column;
    }

    .divider {
        display: none;
    }
}

.mainsecnewall {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 4px;
    background-color: #ffffff;
    border-radius: 12px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    height: 100%;
    margin-top: 0.3rem;
    animation: open 1s ease-in-out normal forwards
}

@keyframes open {
    0% {
        height: 0;
        opacity: 0
    }

    to {
        height: 75%;
        opacity: 1
    }
}

.all {
    width: 33%;
}

.all2 {
    border-left: 1px solid #8a858552;
    border-right: 1px solid #8a858552;
}

.all2 .filter-card {
    min-height: 410px;
}

.card-Slider .owl-item img.medical-card-avatar {
    width: auto;
}

.category-carousel-wrapper {
    position: relative;
}

#grid-view .medical-card {
    margin: 0px;
}

/* Badges */
.badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* margin-bottom: 20px; */
}

.badge {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
}

.badge-text {
    margin: 0 5px;
}

.badge-close {
    cursor: pointer;
    margin-left: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-close:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.comslider .owl-nav {
    position: absolute;
    top: -53px;
    right: 0;
    display: flex;
    gap: 12px;
}

.card-Slider {
    margin: 10px 0px;
    /* padding: 10px 10px; */
}

.carousel-arrow i {
    font-size: 13px;
}

.postsec {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    color: #ff9200ee;
    margin-bottom: 1rem;
}

.postsec p {
    margin-bottom: 0;
}

.postsec i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    background-color: #000000;
    border-radius: 50%;
}

.filter-panel {
    max-height: 0;
    overflow: hidden;
    display: none;
}

.filter-panel.show {
    max-height: max-content;
    display: block;
}



/* .dropdown-filter {
    width: 30%;
} */

#filterPanel3 .all,
#filterPanel2 .all {
    width: 100%;
}

.category-section .row {
    gap: 10px 0px !important;
}

.checkbox-item label {
    font-size: 13px;
    font-weight: 500;
}

.slidesection {
    background-color: #fff;
    position: sticky;
    overflow: visible;
    top: 100px;
    z-index: 991;

}

.searchsec {
    width: 280px;
    padding: 10px 40px 10px 40px;
    height: 33px;
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    font-size: 13px;
}

.clear-btn {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: #03a9d3;
    font-size: 13px;
    cursor: pointer;
    display: none;
}

.search-icon {
    position: absolute;
    left: 15px;
    color: #000000;
    font-size: 14px;
    transition: opacity 0.1s;
}

.search-bar {
    position: relative;
    display: flex;
    align-items: center;
}

.category-nav-item {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userimg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1px;
    background-color: rgba(var(--main-color), 01);
}

.custom-search-modal .modal-content {
    border-radius: 10px;
    box-shadow: none;
    background-color: transparent !important;
}

.custom-search-modal .modal-header {
    border-bottom: none;
    padding: 0;
}

.custom-search-modal .modal-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.custom-search-modal .btn-close {
    background: none;
    border: none;
    font-size: 1.2rem;
}

.custom-search-modal .modal-body {
    padding: 24px 0 !important;
}

.custom-search-bar {
    border-radius: 5px;
    padding: 0.75rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); */
}

.custom-search-bar:focus {
    border-color: rgba(var(--main-color), 1);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Custom Search Modal Styles */
.custom-search-modal .modal-content {
    border: none;
    border-radius: 16px;
    aspect-ratio: auto;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.search-wrapper input::placeholder {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
}

.custom-search-modal .modal-header {
    padding: 0;
    background-color: rgba(226, 74, 74, 0);
}

.custom-search-modal {
    background: #43474970;
}

.custom-search-modal .btn-close {
    background: none;
    opacity: 1;
    padding: 0.75rem;
    margin: -0.75rem -0.75rem -0.75rem auto;
}

.custom-search-modal .btn-close i {
    font-size: 1.25rem;
    color: #ffffff;
    transition: color 0.2s ease;
}

.custom-search-modal .btn-close:hover i {
    color: #ffffff;
}

.custom-search-modal .search-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

.custom-search-modal .search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 1.25rem;
}

.custom-search-modal .search-input {
    padding: 0.2rem 1rem 0.2rem 3rem;
    font-size: 1rem;
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid #ffc107;
    transition: all 0.3s ease;
    color: #fff !important;
}

.custom-search-modal .search-input:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.custom-search-modal .search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.custom-search-modal .search-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border-radius: 20px;
    color: #495057;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #e9ecef;
}

.custom-search-modal .search-tag:hover {
    background-color: rgba(var(--main-color), 0.4);
    color: white;
    border-color: rgba(var(--main-color), 0.4);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .custom-search-modal .modal-dialog {
        margin: 1rem;
    }

    .custom-search-modal .search-input {
        font-size: 1rem;
        padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    }

    .custom-search-modal .search-icon {
        font-size: 1rem;
        left: 0.75rem;
    }
}

.card-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.card-checkbox {
    padding: 1px 1px;
    border: 1px solid transparent;
    border-radius: 9px;
    min-height: 50px;
    display: flex;
    cursor: pointer;
    text-align: center;
    /* flex: 1 1 calc(1% - 10px); */
    flex: 1 1 calc(17% - -83px);
    box-sizing: border-box;
    transition: border-color 0.3s ease, background 0.3s ease;
    margin: 0;
    background-image: linear-gradient(white, white), linear-gradient(to right, rgb(3 169 211), #03a9d3);
    background-origin: border-box;
    background-clip: content-box, border-box;
    align-items: center;
    justify-content: center;
    transition: var(--transition-08s);
}

.card-checkbox label {
    cursor: pointer;
}

.card-checkbox.selected {
    background-image: linear-gradient(#03a9d3, #03a9d3), linear-gradient(to right, rgb(3 169 211), #03a9d3);
    transition: var(--transition-08s);
}

.card-checkbox.selected label {
    color: #fff;
}

.card-checkbox:hover {
    background-image: linear-gradient(#03a9d3, #03a9d3), linear-gradient(to right, rgb(3 169 211), #03a9d3);
    transition: var(--transition-08s);
}

.card-checkbox:hover label {
    color: #fff;
}

@media (max-width: 768px) {
    .card-checkbox {
        flex: 1 1 100%;
    }
}

.category-div .row {
    gap: 10px 0px;
}

.view-selector-container .dropdown-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 15px;
    background: #03a9d3;
    border: none;
    border-left: 1px solid #ffffff;
    border-radius: 0px 6px 6px 0px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 50px;
    color: #fff;
}

.newdropdown-toggle-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-toggle-btn {
    height: 40px;
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #03a9d3;
    box-shadow: none;
}

.currency-tabs.nav-tabs {
    border-bottom: 0px solid #fff;
}

.currency-tabs.nav-tabs .nav-link.active {
    background: #03a9d3;
    border: 1px solid #03a8d3;
    color: #fff;
}

.currency-tabs.nav-tabs .nav-link {
    border-radius: 6px !important;
    margin-right: 5px;
    border: 1px solid #eee;
    background-color: #ffffff;
    color: #03a8d3;
    font-weight: 600;
    font-size: 14px;
}

/* Sort Controls */
.sort-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sort-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #f1f5f9;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    justify-content: space-between;
}

.sort-option:hover {
    background-color: #e2e8f0;
}

.sort-option.active {
    background-color: #dbeafe;
    color: #03a9d3;
}

.sort-icons {
    display: flex;
    gap: 0.25rem;
}

.sort-icon {
    padding: 0.25rem;
    border-radius: 4px;
    cursor: pointer;
}

.sort-icon.active {
    background-color: #ffc107;
    color: white;
}

.sort-icon img {
    width: 20px;
    height: 20px;
}

.sort-icon.active svg {
    stroke: white;
}

.sort-icon.thisicon {
    transform: rotate3d(30, 9603, -99, 552deg);

}

.slidesection .accordion-item {
    background-color: transparent !important;
    border: 0px solid #000 !important;
}

.slidesection .accordion-item:first-of-type .accordion-button {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 0px 4px #2b2b2b4f !important;
}

.slidesection .accordion-body {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 80ms;
    animation-duration: 80ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 20px 0px;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slidesection .accordion-button::after {
    width: 40px;
    height: 40px;
    background-color: rgba(var(--main-color), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    border-radius: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: 3.25rem !important;
}

.slidesection .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}


.dealnewfi-list {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
}

.innerdealimg img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.innerdbox {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.dealnewfi-list .medical-tag {
    text-transform: capitalize !important;
}

.innerdeallistwithbadge {
    border-bottom: 1px solid #0000002c;
    padding-bottom: 10px;
}

.innerdeallistwithbadge:last-child {
    border-bottom: 0px solid;
}

#filterPanel2 .all2 .filter-card {
    min-height: 503px;
}

.dealnewfi-list .medical-card-title {
    font-size: 1rem;
}

.pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 521px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.vector-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 758px;
    height: 825px;
    background-repeat: no-repeat;
}

.mainlistnewbox {
    position: relative;
}

.allbadgetop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0px;
}

.mainlistnewbox::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(var(--main-color), 1);
}

.active-badge-container {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #e6f9ec;
    color: #45ba4b;
    padding: 5px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #b2dfdb;

}

.active-badge-dot {
    width: 8px;
    height: 8px;
    background-color: #2ecc71;
    border-radius: 50%;
    animation: active-badge-pulse 1.5s infinite;
}

@keyframes active-badge-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.views-badge-container {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
    color: #03a8d3;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d1d5db;

}

.views-badge-icon {
    width: 16px;
    height: 16px;
    fill: #4b5563;
}

.info-tooltip-wrapper {
    position: absolute;
    right: -4px;
    top: -4px;
    display: inline-block;
    cursor: pointer;
    background: #ffffff;
    /* mix-blend-mode: color-dodge; */
    border-radius: 0px 0px 0px 40px;
}

.info-tooltip-icon {
    color: rgba(var(--black-color), 1);
    /* blue-600 */
    font-size: 18px;
}

.info-tooltip-text {
    visibility: hidden;
    width: max-content;
    max-width: max-content;
    background-color: rgba(var(--black-color), 1);
    /* gray-900 */
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* above the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    white-space: nowrap;
}

.info-tooltip-wrapper:hover {
    color: rgba(var(--main-color), 1);
}

.info-tooltip-wrapper:hover .info-tooltip-text {
    visibility: visible;
    opacity: 1;
}

.info-tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    /* arrow pointing down */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: rgba(var(--black-color), 1) transparent transparent transparent;
}

.express-interest-check {
    display: flex;
    align-items: self-start;
    gap: 5px;
}

.express-interest-input {
    margin-top: 3px;
}

.btn-close {
    opacity: 1 !important;
}

.newsvggroup {
    display: flex;
    align-items: center;
    gap: 3px;
}

.text-indigo-600 {
    color: #03a8d3;
}

.deal-type-tabs-wrapper {
    height: 30vh;
    overflow: auto;
    padding-left: 2px;
    scrollbar-width: thin;
}

.filter-panel.show {
    background: #d8dadb29;
}

.mainsecnewall {
    background-color: transparent;
}

.allbadgetop a.btn.common-btn.invest {
    width: max-content;
    padding: 10px 30px;
    font-size: 14px;
    justify-content: space-between;
    overflow: visible;
    gap: 10px;
    border-radius: 10px;
}

.allbadgetop a.btn.common-btn.invest:hover {
    border: 1px solid rgba(var(--main-color), 1) !important;
}

.allbadgetop a.btn.common-btn.invest:hover .info-tooltip-icon {
    color: rgba(var(--main-color), 01) !important;
    transition: none !important;
}



.filter-container {
    max-width: 350px;
    margin: 2rem auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.filter-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.custom-accordion {
    border: none;
}

.custom-accordion-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
}

.custom-accordion-item:last-child {
    border-bottom: none;
}

.custom-accordion-header {
    padding: 0;
}

.custom-accordion-button {
    background: #ffffff;
    border: none;
    padding: 1rem 1.5rem;
    font-weight: 500;
    color: #2c3e50;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.custom-accordion-button:not(.collapsed) {
    background: #f8f9fa;
    color: #495057;
}

.custom-accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495057'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.custom-accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.custom-accordion-body {
    padding: 0;
}


.search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 0.9rem;
}





/* new css 23.05.2025 ********************************************************** */
.form_input .search-input {
    padding: 0.2rem 1rem 0.2rem 3rem;
    font-size: 1rem;
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid rgba(var(--main-color), 1);
    transition: all 0.3s ease;
    color: #000000 !important;
}

.filter_btn,
.filter_btn:hover,
.filter_btn:focus {
    padding: 10px;
    border: 1px solid rgba(var(--main-color), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    background-color: transparent;
    min-height: 50px;
    width: 70%;
}

.filtersecmainbox {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    width: 100%;
}

.checkbox-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.checkbox-item {
    display: flex;
    align-items: center;
}

.filtercanvas {
    width: 400px !important;
}

#accordionExample5,
#accordionExample6 {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    width: 100%;
}

#accordionExample5 .accordion-item,
#accordionExample6 .accordion-item {
    width: 100%;
    border: none !important;
}

#accordionExample5 .accordion-button,
#accordionExample6 .accordion-button {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    padding: 0;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 15px;
}

.filtercanvas .accordion-button:after {
    background: rgba(var(--main-color), 1);
    width: 20px !important;
    height: 20px !important;
    background-position: center;
    border-radius: 5px;
    background-size: 23px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
    transition: transform 0.3s ease;
}

.filtercanvas .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
}


.filtercanvas .offcanvas-body {
    scrollbar-width: thin;
    margin-bottom: 5rem;
}

.range-slider-container {
    width: 100%;
    margin: 13px 0 15px;
}

.findbtn {
    position: absolute;
    bottom: 0;
    height: 68px;
    left: 0px;
    z-index: 1;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15);
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    border-radius: 4px;
    background-color: rgba(var(--main-color), 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: rgba(var(--white-color), 1);
    text-transform: capitalize;
    cursor: pointer;
    transition: all ease 0.4s;
    text-align: center;
    width: 100%;
    border: 1px solid transparent;
}

.button-main {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 16px;
    border-radius: 4px;
}

.card-checkbox-group {
    flex-wrap: wrap;
}

.stickysecnew {
    position: sticky;
    top: 11%;
    background-color: white;
    z-index: 998;
    padding-bottom: 10px;
}

.stickysecnew .form_input .search-input::placeholder {
    color: #000;
}



.filtercanvas hr {
    margin: 0.2rem 2.4px 0;
    color: #00000021;
    border: 0;
    border-top: 1px solid;
    opacity: 1.25;
    height: 100%;
    width: 100%;
}

.filtersecmainbox .form-select {
    border: 1px solid rgba(var(--main-color), 1);
    font-size: 13px;
    overflow: auto;
    font-weight: 500;
    border-radius: 5px;
    margin-right: 10px;
}

#carousel-tab-btn.view-mode-btn {
    border-radius: 5px 0px 0px 5px !important;
}

.dealnamebox_new {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 20px;
}

.dealnamebox_new img {
    width: 60px;
    height: 60px;
    border-radius: 19%;
    background: #d5f0f8;
    padding: 10px;
}

.dealnamebox_new h5 {
    font-size: 19px;
    font-weight: 600;
    color: rgba(var(--main-color), 1);
    margin-bottom: 0;
    width: 75%;
}

.newmainecbox i,
.toptitlesec i {
    color: rgba(var(--main-color), 1);
    font-size: 13px;
    margin-right: 5px;
}

.toptitlesec h4 {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: start;
}

.toptitlesec h4 span {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.mainslid_box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-right: 20px;
    align-items: center;
}


.raisingtitle {
    font-size: 16px;
    font-weight: 600;
    color: rgba(var(--black-color), 1);
    margin-bottom: 0;
    text-align: start;
    max-width: 350px;
    margin: 0 auto;
    margin-right: 0;
}

.progress-container {
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    margin-right: 0;
}

.progress-label-box {
    background-color: #c8a88200;
    color: #000000;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    position: ABSOLUTE;
    top: -38px;
    right: 0px;
    z-index: 2;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
    border: 0px solid #b8956f;
}

.progress-wrapper {
    background-color: #e6f9ec;
    border-radius: 6px;
    height: 35px;
    overflow: hidden;
    position: relative;
    margin-top: 12px;
    border: 0px solid #ddd;
}

.progress-bar {
    height: 100%;
    background-color: rgba(var(--main-color), 1);
    width: 30%;
    transition: width 0.3s ease;
    border: 1px solid rgba(var(--main-color), 1);
}

.progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    font-size: 13px;
}

.progress-info.newproinfo {
    position: absolute;
    width: 88%;
    top: -1px;
    left: 5%;
}

.progress-value {
    color: #000000;
    font-weight: 500;
}

.progress-status {
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.icogroup,
.locationsec {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.icogroup i,
.locationsec i {
    color: rgba(var(--main-color), 1);
    font-size: 16px;
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(var(--main-color), 0.1);
    transition: background-color 0.3s ease;

}

.locationsec {
    gap: 2px;
}

.newmainecbox {
    display: flex;
    justify-content: start;
    gap: 30px;
    padding-right: 20px;
    margin-top: 2rem;
}

.twobtasec {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    gap: 40px;
    height: 100%;
}

#donutChart {
    width: 100%;
    height: 100%;
    max-height: 250px !important;
    max-width: 250px !important;
    border: 0px solid #ddd;
}

.mainallboxsection {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000002c;
    margin-bottom: 2rem;
}

.newgroupbox {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 510px;
    padding-top: 30px;
    border-right: 1px solid #3e454d38;
}



.newgroupbox:last-child {
    border: none !important;
}

.newgroupbox:nth-child(2) {
    border-right: 1px solid #3e454d38 !important;
}

.newgroupbox h4 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(var(--black-color), 1);
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 1rem;
}

.founderbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    border: 0px solid #00000040;
    border-radius: 10px;
    background: #f2fcfe;
    padding: 10px;
    box-shadow: 1px 4px 11px 0px rgb(0 0 0 / 20%);
    margin-top: 1rem;
    position: relative;
}

.peoplebox {
    font-size: 15px;
    color: #171515c4;
    font-weight: 600;
}

.peoplebox strong {
    color: #000;
    font-weight: 800 !important;
    font-size: 13px;
    text-align: center;
}

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

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

.othersbox h4 {
    font-size: 15px;
    font-weight: 600;
    color: #171515c4;
}

.iconfound {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

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

.boxother {
    background-color: #00efffe3;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000000;
    font-weight: 600;
}

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

.newgroupbox h5 {
    font-size: 30px;
    display: inline;
    border-bottom: 1px solid #cc3a3a;
    padding-bottom: 20px;
    width: 60%;
    text-align: center;
    color: rgba(var(--main-color), 1);
    font-weight: 700;
}

.ecboxsec {
    font-size: 30px;
    font-weight: 600;
    color: #03a8d3;
    margin-bottom: 2rem;
    text-align: center;

}

.bootbox {
    border: 0px solid #00000040;
    border-radius: 0px;
    background: #13b49749;
    padding: 8px 20px;
    /* box-shadow: 1px 4px 11px 0px rgb(0 0 0 / 20%); */
    margin-top: 1rem;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: 200px;
}



@media (max-width: 480px) {
    .bootbox {
        font-size: 12px;
        width: 100px;
        padding: 4px 6px;
    }
}



.widget-stat {
    margin-bottom: 1.875rem;
    background-color: #03a8d3 !important;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0px solid transparent !important;
    box-shadow: 0px 12px 33px 0px rgba(62, 73, 84, 0.08);
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 10px !important;
}

.card-body {
    flex: 1 1 auto;
}

.widget-stat .media {
    padding: 0px 0;
    align-items: center;
    display: flex;
}

.widget-stat .media>span {
    height: 85px;
    width: 85px;
    border-radius: 50px;
    padding: 10px 12px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464a53;
    min-width: 85px;
}

.widget-stat[class*="bg-"] .media>span {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.media-body {
    flex: 1;
}

.widget-stat .media .media-body p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.widget-stat .media .media-body h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.newgroupbox .progress-wrapper {
    background-color: #00000027;
}

.LEADBOX {
    background-color: #f3d8d8;
    color: #B03636;
    width: auto;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
}

.LEADBOXyes {
    background-color: #b1eec2;
    color: #2bc155;
    width: auto;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    border-radius: 10px;
}

.newlastsec {
    padding-top: 20px;
    border-top: 1px solid #0000002c;
    margin-top: 2rem;
}

.progress-label-boxnew {
    position: absolute;
    top: -15px;
    left: 26px;
}

.progress-label-boxnew2 {
    position: absolute;
    right: 30px;
    top: -15px;
}

.linkbt,
.linkbt:hover,
.linkbt:focus {
    font-size: 13px;
    color: rgba(var(--main-color), 1);
    margin-right: 5px;
    font-weight: 600;
}

.newcommon-para p {
    font-size: 14px;
    color: rgba(var(--black-color), 1);
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.belowtext {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.belowtext .progress-status {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    z-index: 3;
    position: relative;
}

.belowtext::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background-color: rgba(var(--black-color), 0.4);
}

.proceed-checkbox-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.proceed-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.proceed-checkbox-wrapper:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

.proceed-checkbox-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0;
}

.proceed-checkbox-label {
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.proceed-checkbox-yes .proceed-checkbox-label {
    color: #198754;
}

.proceed-checkbox-no .proceed-checkbox-label {
    color: #dc3545;
}

.proceed-checkbox-yes .proceed-checkbox-input:checked {
    accent-color: #198754;
}

.proceed-checkbox-no .proceed-checkbox-input:checked {
    accent-color: #dc3545;
}

.proceed-question-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}


.team-title {
    text-align: center;
    color: white;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 2rem;
}

.image-container {
    /* position: relative; */
    display: flex;
}

.team-photo {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    display: block;
}

.person-dot {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: rgba(var(--main-color), 1);
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

.person-dot.dot-2 {
    margin-left: -10px;
}

.person-dot.dot-3 {
    margin-left: -10px;
}

.person-dot.dot-4 {
    margin-left: -10px;
}

.person-dot.active {
    background: rgba(var(--main-color), 1);
}

.person-dot i {
    color: white;
    font-size: 13px;
}

.info-popup {
    position: absolute;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    border: 2px solid #03a8d3;
    min-height: 100px;
}

.info-popup.show {
    opacity: 1;
    visibility: visible;
}

.info-popup::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
}

.popup-name {
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    font-size: 16px;
}

.popup-designation {
    color: #000000;
    margin-bottom: 15px;
    font-size: 14px;
}

.linkedin-link {
    display: inline-flex;
    align-items: center;
    background: rgba(var(--main-color), 01);
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.linkedin-link:hover {
    color: white;
    transform: translateY(-2px);
}

.linkedin-link i {
    margin-right: 5px;
}

/* Position dots on the image - adjust these based on your photo */

/* Popup positions */
.popup-1 {
    bottom: 80%;
    left: 37%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}



.popup-2 {
    bottom: 80%;
    left: 43%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}



.popup-3 {
    bottom: 80%;
    left: 50%;

    transform: translateX(-50%);
    margin-bottom: 10px;
}



.popup-4 {
    bottom: 80%;
    left: 53%;

    transform: translateX(-50%);
    margin-bottom: 10px;
}



.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    display: none;
}

@media (max-width: 768px) {
    .team-section {
        padding: 20px;
    }

    .team-title {
        font-size: 1.5rem;
    }

    .person-dot {
        width: 25px;
        height: 25px;
    }

    .person-dot i {
        font-size: 13px;
    }

    .info-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        max-width: 90vw;
        z-index: 1050;
    }

    .info-popup::after {
        display: none;
    }

    .close-btn {
        display: block;
    }
}
.equitybox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-bottom: 1rem;
}




/* customize class */
.mainallboxsection {
  display: flex;
  flex-wrap: wrap; /* ✅ Allows wrapping on small screens */
  align-items: center;
  justify-content: flex-start; /* Start-align the items */
  padding-bottom: 20px;
  border-bottom: 1px solid #0000002c;
  margin-bottom: 2rem;
  gap: 1rem; /* Optional: Adds space between the boxes */
}

.mainallboxsection > div {
  flex: 1 1 30%; /* Responsive sizing: 3 boxes per row */
  min-width: 250px; /* Prevents box from becoming too small */
}

@media screen and (max-width: 600px) {
    .newgroupbox {
          min-height: auto;
    }
    
}

@media screen and (max-width: 600px) {
    .progress-label-box  {
       font-size: 12px;
       top: -34px;
    }
    .raisingtitle{
        font-size: 12px;
    }
    
}

@media screen and (max-width: 600px) {
    .active-badge-container {
       padding: 0px 6px;
         font-size: 10px;
    }
    
}


.chart-wrapper2 {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: 400px;
    }

    @media (max-width: 768px) {
      .chart-wrapper2 {
        height: 300px;
      }
    }

    @media (max-width: 576px) {
      .chart-wrapper2 {
        height: 250px;
      }
    }




.custom-tabs {
  border-bottom: none;
  gap: 10px;
  padding: 10px 0;
}

.custom-tabs .nav-link {
  border: none;
  background-color: #f4f7fb;
  color: #333;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 0 0 transparent;
}

.custom-tabs .nav-link:hover {
  background-color: #03a8d3;
  color: #fff;
  box-shadow: 0 2px 8px rgba(3, 168, 211, 0.2);
transition: background-color 0.6s cubic-bezier(0.4,0,0.2,1), color 0.6s cubic-bezier(0.4,0,0.2,1), box-shadow 0.6s cubic-bezier(0.4,0,0.2,1);
}

.custom-tabs .nav-link.active {
  background-color: #03a8d3;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}


.sub-gauge-column {
  display: flex;
  flex-direction: column; /* Default: stacked on small screens */
  gap: 20px;
}

@media (min-width: 768px) {
  .sub-gauge-column {
    flex-direction: row; /* Side-by-side on tablets and above */
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .allbadgetop {
    flex-direction: column; 
    align-items: stretch;
    gap: 5px;
  }
    
}