/* Pool Plan Gallery Section Layout Fix */
body{
    font-family:Figtree, Arial, Helvetica, sans-serif ;
}
:root{
    --previewPrimaryColor:#36c6f5;
    --previewSecondaryColor:#ffffff;
}
.pool-plan-gallery-section{
    padding-bottom: 150px;
    margin: 0px 35px;
    
    .container{
        max-width: 100%;
    }
}
.pool-plan-gallery-img {
    max-width: 100%;
    height: auto;
    width: 100%;
    min-width: 0;
    object-fit: contain;
    margin-bottom:16px;
}

/* Affordable Plans Section Styles */
/* Hero Section Styles */
.hero-section {
    position: relative;
    width: auto;
    min-height: 100vh;
    height: fit-content;
    display: flex;
    align-items: flex-start;
    padding: 35px 24px 0px;
    justify-content: center;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}
.hero-center-content {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 215px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-title {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 7px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 20px;
}
.hero-heading {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.1;
    margin-top: 4px;
}
.hero-waves {
    max-width: 200px;
    margin-bottom: 18px;
}
.hero-desc {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 32px;
    background: rgba(26, 37, 57, 0.0);
    padding: 0px 24px 8px 24px;
    border-radius: 8px;
    box-shadow: none;
}
.hero-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.85);
    border-radius: 16px;
    padding: 12px 18px 12px 18px;
    box-shadow: 0 4px 16px rgba(26,37,57,0.10);
    margin-bottom: 0;
    width: 100%;
    max-width: 900px;
}

.hero-select {
    min-width: 150px;
    font-size: 17px;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    background: #fff;
    color: #1a2539;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    box-shadow: 0 1px 4px rgba(26,37,57,0.07);
    transition: box-shadow 0.2s;
}
.hero-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px #3dc6ef33;
}

.hero-search-btn {
    background: #3dc6ef;
    color: #fff;
    font-size: 19px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 500;
    padding: 10px 32px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin-bottom: 0;
    box-shadow: 0 1px 4px rgba(26,37,57,0.07);
}
.hero-search-btn:hover {
    background: #1a2539;
    color: #fff;
}
@media (max-width: 900px) {
    .hero-heading {
        font-size: 38px;
    }

    .hero-form {
        flex-direction: column;
        gap: 10px;
        padding: 12px 8px;
        max-width: 100%;
    }
    .hero-select {
        min-width: 120px;
        font-size: 16px;
        padding: 8px 10px;
    }

}
.affordable-plans-section {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(26, 37, 57, 0.52) 0%, rgba(26, 37, 57, 0.56) 100%), url('https://maroon-lark-115977.hostingersite.com/wp-content/uploads/2025/02/aerial-view-of-a-swimming-pool-surrounded-by-lush-2023-11-27-05-33-55-utc-scaled-1.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 226px 0px 190px 0px;
    z-index: 1;
}
.asterixColor {
    color: red;
}

.affordable-plans-content {
    position: relative;
    z-index: 2;
    max-width: 1248px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.affordable-plans-subtitle {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.affordable-plans-title {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 3.4em !important;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.affordable-plans-waves {
    max-width: 200px;
    margin-bottom: 20px;
}

.affordable-plans-desc {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 17px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 400;
}

.affordable-plans-btn {
    background: #b0daed;
    color: #1a2539;
    border: none;
    font-weight: 500;
    padding: 14px 24px;
    border-radius: 8px;
    font-family: Figtree, Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.affordable-plans-btn:hover {
    color: #1a2539;
    background-color: #fff;
}
/* Crystal-Clear Design Section */
.crystal-clear-section {
    padding: 75px 35px 80px;
}
.crystal-clear-content {
    text-align: center;
}
.crystal-clear-subtitle {
    color: #1a2539;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    font-family: Rubik;
}
.crystal-clear-title {
    color: #170e0b;
    font-size: 2.2em;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Poppins', 'Rubik', Arial, sans-serif;
}
.crystal-clear-waves {
    max-width: 200px;
    margin: 0 auto 20px auto;
    display: block;
}
.crystal-clear-desc {
    color: #1a2539;
    font-size: 1.1em;
    margin: 0 auto 20px auto;
    line-height: 1.6;
    font-family: Rubik;
    font-weight: 400;
}
.crystal-clear-image {
    max-width: 100%;
    height: auto;
    margin: 32px auto 0 auto;
}

/* Pool Plans Homepage Styles */
body {
    margin: 0;
    font-family: 'Rubik', 'Poppins', Arial, sans-serif;
    background: #f7fafd;
    color: #1a2539;
}
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #1a2539;
}
.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}
.hero-logo {
    height: 36px;
    max-width: 150px;
    margin: 0px 25px;
    cursor: pointer;
}
.normalDashboardPage .hero-logo{
  margin: 25px;
}
.hero h2 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero h1 {
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero-waves {
    max-width: 180px;
    margin: 18px auto;
    display: block;
}
.hero-content p {
    font-size: 1.1em;
    margin-bottom: 0;
}
.menu-btn {
    position: absolute;
    top: 20px;
    right: 168px;
    z-index: 4;
    background: #3dc6ef;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.menu-btn .icon-water,.icon-water {
    width: 24px;
    height: 24px;
    background: url('../images/Waves Icon 3.png') no-repeat center center;
    background-size: contain;
    display: inline-block;
}

/* Filter Section */
.filter-section {
    background: #fff;
    padding: 32px 0 16px 0;
    box-shadow: 0 2px 8px rgba(61,198,239,0.08);
}
.form-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    max-width: unset;
    margin: 0 auto;
}
.form-filter select, .form-filter > button:not(.animate-icon-btn) {
    font-size: 1em;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    min-width: 160px;
    background: #fff;
    font-family: inherit;
}
.form-filter > button:not(.animate-icon-btn) {
    background: #36c6f5;
    color: #fff;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
/* Pool Categories */
.pool-categories {
    padding: 95px 24px 20px;
    text-align: center;
    margin:0px 35px;
}
.pool-categories h2 {
    font-size: 35px !important;
    font-weight: 400 !important;
}
.section-waves {
    max-width: 160px;
    margin: 30px auto 20px;
    display: block;
}
.section-desc {
    font-size: 17px;
    margin: 0 auto 0 auto;
    color: #1a2539;
    font-weight: 400;
    font-family: Rubik;
    text-align: center;
}
.categories-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-bottom: 32px;
    margin-top: 32px;
}
.category-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(61,198,239,0.08);
    width: 220px;
    padding: 24px 16px;
    text-align: left;
    position: relative;
    transition: box-shadow 0.2s;
}
.category-card:hover {
    box-shadow: 0 4px 24px rgba(61,198,239,0.18);
}
.category-card img {
    width: 94%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}
.category-card h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 18px 0 8px 0;
    color: #3dc6ef;
}
.category-card p {
    font-size: 1em;
    color: #1a2539;
    margin-bottom: 16px;
}
.category-card .btn {
    display: inline-block;
    background: #3dc6ef;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}
.category-card .btn:hover {
    background: #1a2539;
}
.browse-all {
    margin-top: 16px;
}
.browse-all .btn {
    background: #3dc6ef;
    color: #fff;
    padding: 10px 16px;
    border-radius: 13px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
    height: fit-content;
    justify-content: center;
    width: fit-content;
}
.btn:not(#browse-all-pools-grid .card-actions .btn):not(.features-btn):not(.top-hover-effect):not(#pageContent .btn):hover {
    background: #3dc6ef !important;
    color: #fff !important;
}
.card-actions {
    display:flex;
    gap:.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* Features Section */
.features-section {
    background: #f7fcff;
    padding: 48px 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    border-radius: 12px;
    max-width: 1200px;
    margin: 32px auto;
    box-shadow: 0 2px 8px rgba(61,198,239,0.08);
}
.features-image-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.features-left {
    flex: 1;
    text-align: left;
}
.features-left h2 {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    margin: 0;
    font-size: 34px;
    letter-spacing: -0.015em;
    text-transform: capitalize;
    line-height: 1.5;
    color: #1e0f46;
}
.features-subtitle {
    font-size: 18px;
    color: #1e0f46;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 300;
}
.features-section .fusion-title-heading {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    margin: 0;
    font-size: 60px;
    letter-spacing: -0.015em;
    background-image: linear-gradient(90deg, #3dc6ef 0%, #1a2539 100%);
    line-height: 1.5;
    color: #3dc6ef;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.features-section .fusion-title-heading span {
    font-size: 28px;
    font-family: Archivo;
    font-weight: 400;
}

div.features-list {
  display: flex;
  gap: 20px;
  font-size: 1.1em;
  color: #1a2539;
}

.features-list ul {
    list-style-type: none;
}
.features-list ul li {
    margin-bottom: 5px;
    text-align: left;
    height: 28px;
}
div.features-list i {
  color: #36c6f5;
}
.features-list ul li span {
    margin-left: 25px;
    color: #1e0f46;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
}
.features-section .features-btn {
    background: linear-gradient(to top, #fff 50%, #3dc6ef 50%);
    background-size: 100% 200%;
    background-position: bottom;
    color: #1e0f46;
    border: 2px solid #3dc6ef;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 100px;
    padding: 17px 40px;
    height: fit-content;
    font-size: 18px;
    font-family: Rubik;
}
.features-check {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #3dc6ef;
    border-radius: 4px;
    margin-right: 6px;
    background: #fff;
}
.features-btn {
    background: #fff;
    color: #1e0f46;
    border: 2px solid #3dc6ef;
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    box-shadow: none;
    width: fit-content;
}
.features-section .features-btn:hover {
    background-position: top;
    color: #fff;
    border: none;
}

/* Testimonials Section */
.testimonials-section {
    padding: 0 0 32px 0;
    text-align: center;
    margin: 0px 35px;
}
.testimonials-section .profile_description {
    background-color: #efefef;
    padding: 22px 27px;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    font-family: Figtree, Arial, Helvetica, sans-serif;
}
.testimonials-section h2 {
    font-size: 35px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
    font-family: Poppins;
    color: #170e0b;
}
.testimonials-section .section-waves {
    margin: 0px auto 20px;
    max-width: 200px;
}
section.testimonials-section p {
    font-family: Rubik;
    font-size: 17px;
    color: #1a2539;
    margin-bottom: 20px;
}
#testimonialsSlider .profile_description {
    background: #efefef;
    padding: 22px 27px;
    color: rgb(23, 14, 11);
    height: 85%;
}
.awb-triangle {
    display: flex;
    overflow: hidden;
    transform: translate(0, calc(-50% - 0px));
    position: relative;
    margin: 0 73px;
}
.testimonials-section .awb-triangle::before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    transform: rotate(45deg) scale(70.710678%);
    background-color: #efefef;
}
.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 30px;
    margin-top: 32px;
}
.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 0px;
    text-align: left;
    position: relative;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-card > div:nth-of-type(1) {
    flex: 1;
}

.testimonial-card .author {
    display: flex;
    align-items: center;
    gap: 16px;
}
.testimonial-card .testimonial-image {
    width: 73px;
    height: 73px;
    border-radius: 15px;
    object-fit: cover;
}
.testimonial-card .company-name {
    font-weight: 400;
    color: #170e0b;
    font-family: Figtree, Arial, Helvetica, sans-serif;
    font-size: 17px;
}

/* Offcanvas Menu */
.offcanvas {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    background: rgba(26,37,57,0.98);
    z-index: 100;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.offcanvas.open {
    right: 0;
}
.close-btn {
    position: absolute;
    top: 32px;
    right: 32px;
    background: none;
    border: none;
    font-size: 2.5em;
    color: #fff;
    cursor: pointer;
}
.offcanvas-nav {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 48px;
}
.offcanvas-nav a {
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
.offcanvas-nav a:hover {
    color: #3dc6ef;
}

/* Responsive */

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2em;
    }
    .features-section h2, .testimonials-section h2 {
        font-size: 2em;
    }
    .features-price {
        font-size: 1.5em;
    }
    .form-filter select, .form-filter > button:not(.animate-icon-btn) {
        min-width: 120px;
        font-size: 0.95em;
    }
}
@media (max-width: 480px) {
    .hero-content {
        padding: 0 12px;
    }
    .form-filter {
        gap: 8px;
    }
    .category-card, .testimonial-card {
        max-width: fit-content;
        padding: 12px 6px;
    }
    .footer-main {
        gap: 12px;
    }
}
/* Offcanvas container */
.offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #32bfee; /* same blue as screenshot */
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

/* Show offcanvas */
.offcanvas.active {
  display: flex;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
.brand .logo {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg,#0f6bff,#5ec3ff);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 0 6px 18px rgba(15,107,255,0.15);
}
/* Logo */
.logo img {
  max-width: 180px;
  margin-bottom: 40px;
}

/* Navigation */
.offcanvas-nav {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
}

.offcanvas-nav a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* Fade in effect */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.features-section {
    padding: 40px 20px;
    background-color: rgba(176, 218, 237, 0.14);
    text-align: center;
    margin-top: 75px;
    padding: 40px 60px;
    max-width: unset;
    border-radius: 10px;
}
.pool-plan-specs .d-flex {
    text-align: center;
    margin-bottom: 15px;
}
.form-multi-select-option {
    text-align: left;
}
.form-multi-select{
    width: 200px;
    height: fit-content;
}
.form-multi-select-search{
    width: inherit;
}
#offcanvasMenu.active,#offcanvasMenu.open{
    visibility: visible;
    background-color: #18182B;
}
.loader-new-sec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-gif-img {
    position: absolute;
    z-index: 100000;
    top: 50%;
    left: 50%;
    /* width: 100%; */

    height: 73px;
    transform: translate(-50%, 0%);
}

.loader-section {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 20001;
    opacity: 0.9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.invalid{
    border: 1px solid red !important;
}

/*scrollbar thickness */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/*scrollbar Track */
::-webkit-scrollbar-track {
    background: #eaf6fb;
}

/*scrollbar Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}
.ta_c{
    text-align: center;
}
.jc_c{
    justify-content: center;
}
.jc_e{
    justify-content: end;
}
.jc_sb{
    justify-content: space-between;
}
.ta_r{
    text-align: right;
}
.c_p{
    cursor: pointer;
}
.flex_1{
    flex:1;
}
.form-multi-select:has(.form-multi-select-options:empty) {
  display: none;
}

.form-multi-select-options {
    height: 150px;
    overflow: auto;
}
.form-multi-select-input-group:focus, .form-multi-select-input-group:has(:focus), .form-multi-select.show .form-multi-select-input-group{
    border-color: #dbdfe6 !important;
    box-shadow: none !important;
}
#lookupGoBtn{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgb(61, 198, 239);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 10px;
    height: 100%;
    border-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 1px 6px;
}
#lookupGoBtn:focus-visible {
    outline: none;
}
.awb-image-hotspots-hotspot{
    --awb-font-size: 60px;
    --awb-hotspot-text-color: #3dc6ef;
    --awb-hotspot-background-color: rgba(23, 14, 11, 0);
    --awb-hotspot-hover-text-color: #fff;
    --awb-hotspot-hover-background-color: rgba(226, 226, 226, 0);
}
.awb-image-hotspots-hotspot-1{
    --awb-pos-x:28.2%;--awb-pos-y:10.7%;
}
.awb-image-hotspots-hotspot-2{
    --awb-pos-x:47.3%;--awb-pos-y:25.4%;
}
.awb-image-hotspots-hotspot-3{
    --awb-pos-x:88.0%;--awb-pos-y:10.5%;
}
.awb-image-hotspots-hotspot-4{
    --awb-pos-x:88%;--awb-pos-y:27.2%;
}
.awb-image-hotspots-hotspot-5{
    --awb-pos-x:88%;--awb-pos-y:53.9%;
}
.awb-image-hotspots-hotspot-6{
    --awb-pos-x:44%;--awb-pos-y:65.4%;
}
.awb-image-hotspots-hotspot-7{
--awb-pos-x:64.9%;--awb-pos-y: 82.8%;
}
#tcGalleryModal{
    display:none;
    z-index:100000;
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:rgba(30,40,60,0.45);
    backdrop-filter:blur(4px);
    align-items:center;
    justify-content:center;
}

#planDetailsModal .plan-modal-content > .container{
    padding: 32px 32px 24px 32px;
    max-width: unset;
}
#planDetailsModal .leftColumn{
    width: calc(100% - 342px);
}
#planDetailsModal .rightColumn{
    width: 330px;
}
#planDetailsModal .leftColumn .poolplanDesignViews,#planDetailsModal .leftColumn .poolplanDescription{
    flex:1 1 420px;
    min-width:340px;
    max-width:100%;
    background:rgba(255,255,255,0.75);
    border-radius:18px;
    padding:18px 18px 10px 18px;
    margin-bottom: 18px;
}
#cartSidebar{
    position:fixed; 
    top:0; 
    right:0; 
    width:60vw; 
    height:100vh; 
    background:#fff; 
    box-shadow:-2px 0 16px rgba(0,0,0,0.15); 
    z-index:20000; 
    transition:right 0.3s;
}
.mx_5{
    margin:0 5%;
}
.mr_8{
    margin-right:8px;
}
.rubik-header{
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
}
.rubik-text{
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
}
.poppin-header{
    color: #fff;
    margin-bottom: 20px;
    font-size: 3em;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.015em;
    text-transform: capitalize;
    line-height: 1.02;
}
.poppin-header-black{

}
.form-filter select {
    font-family: Figtree, Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.form-filter button:not(.animate-icon-btn) {
    font-family: "Figtree";
    font-size: 16px;
    font-weight: 500;
}
.all-pools-section{
    margin: 0px 35px;
}
.all-pools-section .browseAllPools {
    margin-bottom: 1rem;
    padding: 12px 24px;
}
.all-pools-section .browseAllPools span{
    margin: 0px 13px;
}
.fourth-element{
    justify-content: left;
}

#poolFilter .filter-elements{
    padding:20px;
    display:flex;
    flex-direction:column;
    gap:10px;
    border-radius: 10px;
}

.black-blue-btn {
    position: relative !important;
    color: #3dc6ef !important;
    background: #170e0b !important;
    overflow: hidden;
    transition: color 0.35s ease !important;
}

.black-blue-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #3dc6ef;
    z-index: -1;
    transition: height 0.35s ease;
}

.black-blue-btn:hover::before {
    height: 100%;
}


.black-blue-btn:hover {
    color: #fff !important;
}

.black-blue-btn {
    position: relative;
    z-index: 1; 
}
#poolFilter .form-multi-select{
  height: 45px;
  width: 210px;
}
#poolFilter .form-multi-select .form-multi-select-input-group{
  height: 100%;
}
.btn-outline{
    background:transparent;
    border:1px solid #e2e8f0 !important;
    color:#111 !important;
}
.btn-premium{
    background:#36c6f5 !important;
    color:#fff !important;
}
.btn-premium:hover{
    background-color: #36c6f5;color:#fff
}
.left-menu .fa-tachograph-digital{
    color: #36c6f5;
}
.left-menu .fa-toolbox{
    color:#4F46E5;
}
.left-menu .fa-swatchbook{
    color:#475569;
}
.left-menu .fa-file-contract{
    color:#f9b115 ;
}
.left-menu .fa-download{
    color:#8b5cf6 ;
}
.left-menu .fa-image,#userDropdown .fa-image{
	color:#EC4899;
}
.left-menu .fa-calculator,#userDropdown .fa-calculator{
	color:#F59E0B;
}
.left-menu .fa-users-gear,#userDropdown .fa-users-gear{
	color:#14B8A6;
}
.left-menu .fa-bezier-curve,#userDropdown .fa-bezier-curve{
	color:#A855F7;
}
.left-menu .fa-compass-drafting,#userDropdown .fa-compass-drafting{
	color:#F97316;
}
.left-menu .fa-pen-to-square,#userDropdown .fa-pen-to-square{
	color:#0EA5E9;
}
.left-menu .fa-user-graduate,#userDropdown .fa-user-graduate{
	color:#10B981;
}
.left-menu .fa-file-invoice-dollar,#userDropdown .fa-file-invoice-dollar{
	color:#F97316;
}
.left-menu .fa-hand-holding-dollar,#userDropdown .fa-hand-holding-dollar{
	color:#2563EB;
}
.left-menu .fa-boxes-stacked,#userDropdown .fa-boxes-stacked{
	color:#7C3AED;
}
.left-menu .fa-water-ladder,#userDropdown .fa-water-ladder{
	color:#06B6D4;
}
.left-menu .fa-landmark,#userDropdown .fa-landmark{
	color:#06B6D4;
}
.left-menu .fa-gear,#userDropdown .fa-gear{
	color:#6B7280;
}
.left-menu .fa-user-gear,#userDropdown .fa-user-gear{
	color:#1E3A8A;
}
.left-menu .fa-globe{
    color: #2563eb;
}
.left-menu .fa-power-off{
    color: #e62121;
}
.parentMenu ul{
	list-style-type:none;
    padding-left:32px;
}
.left-menu li .menuItem{
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #374151;
    cursor: pointer;
}
.left-menu li .menuItem > span:first-child{
	width: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.left-menu li .menuItem > span:nth-child(2) {
    flex: 1;
    white-space: nowrap;
}
.builder-dashboard .left-menu{
    width:260px;
    position:relative;
}
.left-menu .menuItem.active,#userDropdown .menuItem.active{
    background:#f3e8ff;
}
.getEngineering a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #374151;
}
.getEngineering a .icon{
    width:18px; 
    display:inline-flex; 
    align-items:center; 
    justify-content:center; 
    color:#000;
}

.builder-dashboard .nav-menu{
    font-size: 3rem;
    color: #3dc6ef;
    display:none;
}
.builder-dashboard .left-menu .menu-items{
    background:transparent;
}
.builder-dashboard{
    display: flex;
    gap: 24px;
    padding: 24px;
    position: relative;
}
#download-plans-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:16px;
}
.advance .brand,.core .brand,.premium .brand {
    display: flex;
    gap: 12px;
    align-items: center;
}
#favouritePlansContainer .btn {
    padding: 5px;
}
#favouritePlansContainer{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 12px;
}
#tcGalleryCarousel .carousel-control-prev, #tcGalleryCarousel .carousel-control-next {
    width: unset !important;
}
#tcGalleryCarousel .carousel-control-prev-icon, #tcGalleryCarousel .carousel-control-next {
    background-image: unset !important;
}
#tcGalleryCarousel .carousel-inner{
    max-width: 98%;
}
#tcGalleryCarousel .carousel-item img{
    max-width: 100%;
    max-height: 100%;
}
.form-multi-select-search{
    width: 150px;
}

.form-multi-select-indicator:focus{
    box-shadow: unset !important;
}
.form-multi-select-selection{
    padding-right: 0px !important;
}
#poolFilter{
    margin-bottom: 110px;

    .floating_label_group{
        &.active {
            label {
                top: -20px !important;
            }
        }
        label{
            font-size: 20px !important;
        }
    }
}
.d-none{
    display: none !important;
    margin-bottom: 200px;
}
.rotate {
    rotate: 180deg;
}
.fd-c{
    flex-direction: column;
}
.darkBlueHeader{
    background-image: linear-gradient(180deg, rgba(26, 37, 57, 0.92) 0%, rgba(26, 37, 57, 0.8) 100%), url(https://maroon-lark-115977.hostingersite.com/wp-content/uploads/2025/03/alexander-mils-YiW9WVFFJ40-unsplash-scaled.jpg);
    padding-top:225px !important;
}

.darkBlueBg{
    background-image: linear-gradient(180deg, rgba(26, 37, 57, 0.92) 0%, rgba(26, 37, 57, 0.8) 100%), url(https://maroon-lark-115977.hostingersite.com/wp-content/uploads/2025/03/alexander-mils-YiW9WVFFJ40-unsplash-scaled.jpg) !important;
}

.dashboardHeader{
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
}
.poolplanSet{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 5px;
}
#search-results-grid .plan-details > div,#planDetailsSpecs >div,.clientSheet .specifications .content > div{
    display: flex;
    justify-content: space-between;
}
#search-results-grid .plan-details > div .label i,#planDetailsSpecs >div .label i,.clientSheet .specifications .content > div .label i{
    color: #3dc6ef;
    margin-right: 5px;
    min-width: 16px;
}
.pl_0{
    padding-left: 0px !important;
}
.red{
    color: red;
}
.carousel-item {
  transition: none !important;
}

.toggle {
    display: flex;
    background: #eef1f7;
    border-radius: 25px;
    padding: 4px;
    margin-bottom: 25px;
}

.toggle button {
    flex: 1;
    border: none;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    background: transparent;
}

.toggle button.active {
    background: #36c6f5;
    color: #fff;
}
.left-menu .openWebsiteIntegration{
    display:flex; 
    align-items:center; 
    gap:10px; 
    padding:12px; 
    border-radius:10px; 
    text-decoration:none; 
    color:#374151;
}
#embedCodeModal .customColorSection {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-wrap:wrap;
}
#embedCodeModal .leftSideSection > .colorPickerElement {
    flex-direction: column;
}
#embedCodeModal .colorPickerElement {
    display: flex;
    gap: 10px;
}
#embedCodeModal .previewSection {
    padding: 10px;
    border: 1px solid #ccc;
    flex: 1;
}
#embedCodeModal .previewElements {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
#embedCodeModal #previewBtn{
    background: var(--previewPrimaryColor);
    color: var(--previewSecondaryColor);
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}
#embedCodeModal .previewElements i{
    color: var(--previewPrimaryColor);
}
#embedCodeModal .leftSideSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: stretch;
    gap: 20px;
}
#embedCodeModal #embedCodeTextarea{
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    font-family: monospace;
    background:#fafafa;
}
#embedCodeModal .btnsSection #copyEmbedBtn,#embedCodeModal .btnsSection .saveBtn{
    background: #36c6f5;
    color: #fff;
}
#embedCodeModal .btnsSection{
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 12px;
}
#embedCodeModal .btnsSection button{
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}
#embedCodeModal .btnsSection #closeEmbedBtn{
    background: #f3f4f6;
    color: #111;
}
.password-field-wrapper {
    position: relative;
    display: flex;
    margin-bottom: 8px;
}
.password-field-wrapper .password-input {
    flex: 1;
}
.password-field-wrapper .toggle-password {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    border: none;
    font-size: 1.2rem;
    color: #888 !important;
    cursor: pointer;
    padding: 10px 16px !important;
    border-radius: 13px !important;
}

.ta_r{
    text-align: right;
}
.blueColor{
    color:#3dc6ef ;
}
 /* INPUT GROUP */
.floating_label_group {
    position: relative;
    background: #fff;
    height: fit-content;
    border-radius: 10px;

    /* INPUT + SELECT */
    &.active {
        label {
            top: -15px;
            transform: scale(.85);
            width: fit-content;
        }
    }
    /* LABEL */
    label {
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        padding: 5px 4px;
        color: #6b7280;
        transition: .25s;
        pointer-events: none;
        font-size: 15px !important;
        font-weight: 700;
        width:70%;  /* to hide the date format text in the date input */
        z-index: 1;
    }

    > input,> select, .form-multi-select {
        width: 100%;
        padding: 10px 0px 6px 6px;
        border: 2px solid #d1d5db;
        border-radius: 10px !important;
        outline: none;
        font-size: 18px;
        transition: .25s;
        background: transparent;
        height: 45px;

        .form-multi-select-input-group{
            border: none;
            
            .form-multi-select-selection{
                padding : 0 0 0 0.375rem !important;
            }
            .form-multi-select-buttons{
                min-height: unset;
            }
        }
        .form-multi-select-all{
            color:#000;
        }
    }
    /* FOCUS */
    input:focus,select:focus {
        border-color: #3b82f6;
    }
}
#consultationModal{
    .content{
        max-height:95%;
        overflow: auto;
    }
}
#leadsTable .actions{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.captcha-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
}

/* Styles for Admin Settings page limits UI (scoped to .admin-settings) */
.admin-settings .limits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1rem;
    margin:10px;
}
.admin-settings .label-style {
    width: 30%;
}

@media (max-width: 768px) {
    .admin-settings .limits-grid {
        grid-template-columns: 1fr;
        padding-bottom:30px;
    }
}

.admin-settings .actions-row {
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.admin-settings .actions-row .btn {
    min-width: 140px;
}

.admin-settings .current-values {
    margin-top: 1rem;
    list-style: none;
    padding-left: 0;
}
.admin-settings.queue-header {
    background: #EFF6FF;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


    .admin-settings .queue-header button {
        background: var(--primary);
        border: none;
        padding: 8px 14px;
        border-radius: 12px;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
    }
.admin-settings .current-values li {
    margin-bottom: 0.5rem;
}

.admin-settings .note {
    margin-top: 1rem;
    color: #666;
    font-size: 0.9rem;
}
.show-on-mobile{
    display:none !important;
}
/* end of Admin Settings styles */


.animate-icon-btn {
    border: none;
    background-color: #36c6f5;
    border-radius: 999px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px 6px 56px;
    height: 54px;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    width: fit-content;
    font-family: 'Outfit', sans-serif;

    &:hover{

        .text {
            opacity: 0;
        }

        .IconContainer {
            width: calc(100% - 12px);
            justify-content: center;
        }
    }

    &:active {
        transform: scale(0.97);
    }

    &.blackBlue{
        background-color: #08111f;

        .IconContainer {
            background-color: #36c6f5;
        }
    }

    &.whiteBlue{
        background-color: #fff;

        .IconContainer {
            background-color: #36c6f5;
        }
        .text{
            color:#08111f ;
        }
    }
    .IconContainer {
        position: absolute;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
        height: 42px;
        border-radius: 999px;
        background-color: #08111f;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease;

        i,.icon {
            font-size:18px;
            color: white;;
        }
        img{
            width: 30px;
            border-radius: 50%;
        }
    }

    .text {
        color: white;
        transition: opacity 0.2s ease;
    }
}

.lightTheme{
    background-color: #fbfdff;
    background-image: linear-gradient(rgba(200, 220, 230, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(200, 220, 230, 0.15) 1px, transparent 1px);
    background-size: 40px 40px;
}
.darkTheme{
    background-color: #08111f;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
}