
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    background-color: #eff2f7;
    font-family: 'Nunito', sans-serif;
}


*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f0f0f0;
}
::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

/* For Chrome, Edge, Safari */
aside .overflow-y-auto::-webkit-scrollbar {
  display: none;
}

/* For Firefox */
aside .overflow-y-auto {
  scrollbar-width: none;
  -ms-overflow-style: none; /* IE/Edge */
}

.bg-primaryGreen {
    --tw-bg-opacity: 1;
    background-color: rgb(61 39 13 / var(--tw-bg-opacity));
}
.bg-backgroundCrimsonYellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 231 / var(--tw-bg-opacity));
}
.bg-primaryOrange {
    --tw-bg-opacity: 1;
    background-color: rgb(255 104 4 / var(--tw-bg-opacity));
}
.bg-backgroundGrayOne {
    --tw-bg-opacity: 1;
    background-color: rgb(241 240 234 / var(--tw-bg-opacity));
}
.text-primaryGreen {
    --tw-text-opacity: 1;
    color: rgb(61 39 13);
}
.bg-backgroundGrayTwo {
    --tw-bg-opacity: 1;
    background-color: rgb(233 240 240 / var(--tw-bg-opacity));
}
.text-primaryOrange {
    --tw-text-opacity: 1;
    color: rgb(255 132 60 / var(--tw-text-opacity));
}
.bg-primaryBlack {
    --tw-bg-opacity: 1;
    background-color: rgb(22 41 41 / var(--tw-bg-opacity));
}
.text-textGray {
    --tw-text-opacity: 1;
    color: rgb(152 152 152 / var(--tw-text-opacity));
}
.text-secondaryBlack {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
}
.bg-backgroundCrimsonYellowDark {
    --tw-bg-opacity: 1;
    background-color: rgb(255 238 228 / var(--tw-bg-opacity));
}
.bg-primaryGreenDark {
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 86 / var(--tw-bg-opacity));
}
.\!bg-primaryOrange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 132 60 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-secondaryBlack:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(57 57 57 / var(--tw-bg-opacity));
}
.hover\:text-primaryOrange:hover {
    --tw-text-opacity: 1;
    color: rgb(255 132 60 / var(--tw-text-opacity));
}
.border-primaryGreen {
    --tw-border-opacity: 1;
   border-color: rgb(61 39 13);
}
.hover\:bg-primaryGreen:hover {
    --tw-bg-opacity: 1;
   background-color: rgb(61 39 13);
}
.bg-primarySkin {
    --tw-bg-opacity: 1;
    background-color: rgb(252 250 246 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(22 41 41 / var(--tw-text-opacity));
}
.hover\:bg-primarySkin:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 250 246 / var(--tw-bg-opacity));
}
.hover\:border-primaryOrange:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 132 60 / var(--tw-border-opacity));
}
.border-backgroundGrayTwo {
    --tw-border-opacity: 1;
    border-color: rgb(233 240 240 / var(--tw-border-opacity));
}

.border-primaryRed {
    --tw-border-opacity: 1;
    border-color: rgb(245 118 0 / var(--tw-border-opacity));
}

.bg-blueSkin {
    background-color: #eff2f7 !important;
}

.FilterSection_filter-accordion .FilterSection_accordion-item {
    margin-bottom: .5rem;
}
.FilterSection_filter-accordion .FilterSection_accordion-toggle {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.FilterSection_filter-accordion .FilterSection_accordion-toggle:checked+.FilterSection_accordion-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(233 240 240 / var(--tw-bg-opacity));
}
.FilterSection_filter-accordion .FilterSection_accordion-title {
    border-radius: .6rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.FilterSection_filter-accordion .FilterSection_accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .1s ease-out, padding .3s ease-out;
    background-color: #fff;
}
.FilterSection_filter-accordion .FilterSection_accordion-toggle:checked~.FilterSection_accordion-content {
    max-height: 2000px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 6px;
    transition: max-height .3s ease-in, padding .3s ease-in;
}

.FilterSection_filter-accordion .FilterSection_chevron-icon{
    flex-shrink: 0;
    margin-top: .25rem;
    transition: transform .3s ease;
}
.FilterSection_filter-accordion .FilterSection_accordion-toggle:checked+.FilterSection_accordion-title .FilterSection_chevron-icon{
    transform: rotate(180deg);
}


.FilterSection_filter-accordion .FilterSection_accordion-item {
    margin-bottom: .5rem;
}
.FilterSection_filter-accordion .FilterSection_chevron-icon {
    flex-shrink: 0;
    margin-top: .25rem;
    transition: transform .3s ease;
}

/* Price Range Slider Styles */
.price-range-slider {
    position: relative;
}

.price-range-slider .slider-track {
    height: 8px;
    border-radius: 4px;
    background: #dadae5;
}

.price-range-slider .range-input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 8px;
    background: transparent;
    pointer-events: none;
    top: 0;
    left: 0;
}

.price-range-slider .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #1c6161;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    border: 3px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    margin-top: -6px;
}

.price-range-slider .range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #1c6161;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    border: 3px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.price-range-slider .range-input::-webkit-slider-runnable-track {
    height: 8px;
    background: transparent;
}

.price-range-slider .range-input::-moz-range-track {
    height: 8px;
    background: transparent;
}

.city-cityDescription p {
    margin-bottom: 1em;
    line-height: 1.6;
    font-weight: 400;
    word-wrap: break-word;
}
.city-cityDescription strong {
    font-weight: 700;
    word-wrap: break-word;
    color: #1c6161;
}
.city-cityDescription table {
    width: 98% !important;
    border: 1px solid #000 !important;
    margin: auto;
    margin-bottom: 20px !important;
}
.city-cityDescription a {
    color: blue !important;
    font-weight: 600 !important;
}


.FaqAccordion_faq-accordion .FaqAccordion_accordion-item {
    margin-bottom: .5rem;
    border-top: 1px solid #f5f5f5;
}
.FaqAccordion_faq-accordion .FaqAccordion_accordion-toggle {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.FaqAccordion_faq-accordion .FaqAccordion_accordion-title {
    padding: 0.6rem 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.FaqAccordion_faq-accordion .FaqAccordion_accordion-title svg {
    position: relative;
    top: 6px;
}

.FaqAccordion_faq-accordion .FaqAccordion_question-text {
    flex: 1;
    text-align: left;
    padding-right: 1rem;
    color: #1c6161;
    font-size: 18px;
}
.FaqAccordion_faq-accordion .FaqAccordion_accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out, padding .2s ease-out;
    background-color: #fff;
    margin-top: -10px;
    pointer-events: none;
}

.footer-interlinking {
    padding: 7px 12px;
    border-radius: 4px;
    transition: all .3s ease;
    background: #ffffff;
    text-align: center;
    border: 1px dashed #ff68045e !important;
    font-size: 14px;
}
.footer-interlinking:hover {
    color: #fff;
    border-color: #f6901e !important;
    background-color: #f6901e !important;
}

.FaqAccordion_faq-accordion {
    color: #000 !important;
}

.FaqAccordion_faq-accordion .FaqAccordion_accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out, padding .2s ease-out;
    background-color: #fff;
    margin-top: -10px;
    pointer-events: none;
}

.FaqAccordion_faq-accordion .FaqAccordion_accordion-toggle:checked~.FaqAccordion_accordion-content {
    max-height: 2000px;
    padding: 1rem;
    transition: max-height .2s ease-in, padding .2s ease-in;
    pointer-events: auto;
    -webkit-transition: max-height .2s ease-in, padding .2s ease-in;
    -moz-transition: max-height .2s ease-in,padding .2s ease-in;
    -ms-transition: max-height .2s ease-in,padding .2s ease-in;
    -o-transition: max-height .2s ease-in,padding .2s ease-in;
}
.z-20 {
    z-index: 20;
}

.body-filter-sidebar-toggle #filter-sidebar-toggle {
    display: block !important;
    z-index: 99;  
}
.body-filter-sidebar-toggle aside {
    top: 0;
    height: 100%;
}

body.body-filter-sidebar-toggle aside .overflow-y-auto {
    scrollbar-width: thin;
}

.body-filter-sidebar-toggle aside .overscroll-contain {
    height: calc(100vh - 55px); 
    max-height: 100%;
}

body.body-filter-sidebar-toggle:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
}

#dropdown-states {
    display: none;
}

#states-button.state-dd-toggle + #dropdown-states {
    display: block;
}

.sidebar-filter-mo {
    display: none;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10000;
}

.open-sidebar-menu .sidebar-filter-mo {
    display: block;
    transform: translateX(0);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    max-width: 300px;
    width: 90%;
}

.open-sidebar-menu {
    overflow: hidden;
}

/* Backdrop overlay with smooth fade - behind sidebar */
body.open-sidebar-menu::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease-out;
    backdrop-filter: blur(2px);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.bg-brown-700 {
    background-color: #5d4037;
}

.bg-brown-800 {
    background-color: #4e342e;
}

.bg-brown-900 {
    background-color: #3e2723;
}

.rotate-180 {
    transform: rotate(180deg);
}

.mo-compare-arrow.rotate-180 {
    transform: rotate(45deg);
}

.mo-explore-arrow.rotate-180 {
    transform: rotate(180deg);
}

/* Smooth slide animation for mobile dropdowns */
#mo-explore-dropdown,
#mo-compare-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

#mo-explore-dropdown.show,
#mo-compare-dropdown.show {
    max-height: 500px;
    opacity: 1;
}

/* Arrow rotation animation - plus to cross */
.mo-compare-arrow,
.mo-explore-arrow {
    transition: transform 0.3s ease-out;
}

.mo-compare-arrow.rotate-45,
.mo-explore-arrow.rotate-45 {
    transform: rotate(45deg);
}

/* Mobile menu touch feedback */
.sidebar-filter-mo a:active,
.sidebar-filter-mo button:active {
    opacity: 0.7;
}

/* Smooth scrolling for mobile menu */
.sidebar-filter-mo {
    -webkit-overflow-scrolling: touch;
}

/* Prevent body scroll when menu is open */
body.open-sidebar-menu {
    position: fixed;
    width: 100%;
    height: 100%;
}


.border-black { 
    --tw-border-opacity: 1;
    border-color: rgb(22 41 41 / var(--tw-border-opacity));
}

.shadowdesc {
    box-shadow: inset 0 0 5px #888;
    padding: 10px;
    border-radius: 10px;
}

.pb-3 {
    padding-bottom: .75rem;
}

.school-gradeSelectContainer {
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 16rem; 
}
.school-label {
    display: block;
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500;
    color: #374151;
}
.school-select {
    display: block;
    width: 100%;
    padding: .5rem;
    font-size: 1rem;
    line-height: 1;
    color: #111827;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' stroke='%23343a40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8l4 4 4-4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 1rem;
    border: 1px solid #d1d5db;
    border-radius: .375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    transition: border .2s ease, box-shadow .2s ease;
}
.border-l-4 {
    border-left-width: 4px;
}
.z-20 {
    z-index: 20;
}
li.border-l-4.border-teal-800.font-semibold > div {
    padding-left: 0.7rem;
}
.pe-100px {
    padding-right: 100px;
}
.text-7xl {
    font-size: 65px;
}


@media (min-width: 992px) {
    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr)); 
    }
    .lg\:bg-transparent {
        background-color: transparent;
    }
    .lg\:text-primaryOrange {
        --tw-text-opacity: 1;
        color: rgb(255 132 60 / var(--tw-text-opacity)); 
    }
    .lg\:w-2\/12 {
        width: 16.666667%;
    }
    .lg\:bg-backgroundGrayOne {
        --tw-bg-opacity: 1;
        background-color: rgb(241 240 234 / var(--tw-bg-opacity));
    }
    .max-lg\:sticky {
        position: sticky;
    }
    .lg\:top-36 {
        top: 9rem !important;  
    }
    .lg\:gap-x-2 {
        -moz-column-gap: .5rem;
        column-gap: .5rem; 
    }
    .md\:text-primaryGreen {
        --tw-text-opacity: 1;
        color: rgb(28 97 97 / var(--tw-text-opacity));
    }
    .border-black {
        --tw-border-opacity: 1;
        border-color: rgb(22 41 41 / var(--tw-border-opacity));
    }
    .md\:border-l-4 {
        border-left-width: 4px;
    }
    .text-primaryDarkGray {
        --tw-text-opacity: 1;
        color: rgb(146 146 146 / var(--tw-text-opacity));
    }
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .md\:mt-6 {
        margin-top: 1.5rem;
    }
    .lg:text-7xl  {
        font-size: 3.875rem;
    }
    
    .mb-5 {
        margin-bottom: 1.25rem;
    }
    .text-7xl {
        font-size: 50px;
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.rounded-xl {
    border-radius: .75rem;
}

 .embla__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -10px
}
 .embla__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 0;
    padding: 0 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.near-by-school-slider .slick-track {
    display: flex;
    gap: 20px; 
}
.slick-dots {
    position: relative;
}

.slick-dots li.slick-active button:before {
    color: black;
}
.bg-primaryGreenLight {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 215);
}
        
.bg-primarySkin {
    --tw-bg-opacity: 1;
    background-color: rgb(252 250 246 / var(--tw-bg-opacity));
}

.\!bg-primaryGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(28 97 97 / var(--tw-bg-opacity)) !important;
}

.aspect-\[16\/9\] {
    aspect-ratio: 16 / 9;
}  


.slick-dots li button:before {
    font-size: 40px !important;
     
}
.m-auto {
    margin: 0 auto;
}

.min-w-60per {
    min-width: 65%;
}

.text-nowarp {
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    header nav .overflow-y-auto {
        padding: 0 20px; 
    }
}

@media (min-width: 360px) {
    .xs\:w-\[130px\] {
        width: 130px;
    }
}

@media (min-width: 768px) {
    .md\:text-left {
        text-align: left;
    }
    .md\:space-y-2>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
    }
    .md\:border-b-0 {
        border-bottom-width: 0;
    }
    .md\:border-primaryGreen {
        --tw-border-opacity: 1;
        border-color: rgb(28 97 97 / var(--tw-border-opacity));
    }
    .md\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }
    .md\:bg-transparent {
        background-color: transparent;
    }
   .border-primaryOrange {
    --tw-border-opacity: 1;
    border-color: rgb(255 132 60 / var(--tw-border-opacity));
    }

}

.position-relative {
    position: relative;
}

@media screen and (max-width: 768px) {

    header nav {
        gap: 10px !important;
    }
    
    
    .city-cityDescription table td, .city-cityDescription table th {
        border: 1px solid #000 !important;
        padding: 8px !important;
        text-align: center !important;
        min-width: 10% !important;
        max-width: 60px !important;
        white-space: normal !important;
        font-size: 13px !important;
    }
     .city-cityDescription {
        font-size: 15px !important;
        line-height: 1.5rem !important;
    }
    .state-dropdown-form {
        position: fixed;
        top: -44px;
        z-index: 9999;
        left: 150px;
        background: transparent; 
    }
    .state-dropdown-form p.text-black {
        color: rgb(255 255 255); 
    }
    .rounded-lg.md\:block.state-dropdown-form {
        position: relative;
        top: 0;
        left: 0;
    }
    .mo-flex-wrap {
        flex-direction: column;
    }
    .search-select-box {
        width: 150px;
        position: relative;
    }
    .search-select-box > #board-button {
        height: 40px;
        margin: 0 auto;
    }
    .state-dropdown-form p.text-black span {
        color: #000000;
    }
    #dropdown-boards {
        margin-top: 0;
        width: 150px;
        top:40px !important;
    }
    .form-field-group {
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 768px) {
    .md\:h-\[420px\] {
        height: 420px;
    }
}

@media (min-width: 576px) {
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
}
.w-\[130px\] {
    width: 130px;
}
.h-\[130px\] {
    height: 130px;
}
.bg-cover {
    background-size: cover;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 1200px) {
    .xl\:min-h-\[420px\] {
        min-height: 420px;
    }
}
@media (min-width: 768px) {
    .md\:h-\[260px\] {
        height: 260px;
    }
        .md\:w-\[350px\] {
        width: 350px;
    }
    .lg\:right-0 {
        right: 0;
    }
}
.uppercase {
    text-transform: uppercase;
}

.max-w-3xl {
    max-width: 48rem;
}

.p-8 {
    padding: 2rem;
}

.child-img {   
    position:absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    object-fit: cover;
}
.relative.hidden.transition-all.duration-300 {
    position: relative;
    top: -10px;
}
.city-heading {
    position: relative;
     top: 55px;
}
.card-top-border:hover {
    border-color: #ff843c;
    cursor: pointer;
}
.contact-img {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
}


@media (max-width: 768px) {
  .school-avatar {
    width: 120px;
    height: 120px;
    font-size: 60px;
    line-height: 80px;
    padding: 10px;
  }
  .card-top-border {
    height: auto;
    overflow: hidden;
  }
  body .slick-prev {
    left: 0;
}
body .slick-next {
    right: 0;
}
.city-heading {
    position: relative;
    top: -13px;
}
h4.font-semibold.mt-2.md\:mt-8.mb-5 {
    margin: 0 0 10px;
    display: inline-block;
}
h2.text-2xl.sm\:text-3xl.sm\:text-left.font-light,
h2.text-2xl.sm\:text-3xl.text-left.font-light {
    text-align: center;
}
.pe-100px {
    padding-right: 0;
    text-align: center;
}
.flex.items-center.justify-between.mb-2 {
    justify-content: center;
}
p.text-2xl.sm\:text-3xl.text-left.font-light {
    text-align: center;
}
.text-7xl {
    font-size: 40px;
}
.tab-links li a {
    padding: 5px 10px;
    margin-right: 20px;
    white-space: nowrap;
    background: #ffffff;
    height: auto;
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid #d5d5d5;
}
.tab-links {
    margin-bottom: 10px !important;
    
}
.rounded-\[20px\].p-5 .slick-prev {
    left: -25px;
}
.rounded-\[20px\].p-5 .slick-next {
    right: -25px;
}
.state-dropdown-form p.text-black {
    color: rgb(0, 0, 0);
}

}

.top-\[-5px\] {
    top: -5px;
}
.right-\[-7px\] {
    right: -7px;
}

.gap-10 {
    gap:20px;
}
.border-2 {
    border-width: 2px;
}
.border-dashed {
    border-style: dashed;
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.mt-1 {
    margin-top: .25rem;
}
.pl-8 {
    padding-left: 2rem;
}

.left-2 {
    left: .5rem;
}
.flex-wrap {
    flex-wrap: wrap;
}

.download-admision-form {
    flex-wrap: nowrap;
}

.hover\:bg-primaryOrange:hover {
    background-color: rgb(255 132 60 / var(--tw-border-opacity));
}

.school-content {
  display: none;
}
.state-dropdown-form.day-school-btn  .day-school-btn,
.state-dropdown-form.boarding-school-btn  .boarding-school-btn,
.state-dropdown-form.play-school-btn  .play-school-btn {
  display: block;
}

@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
.animate-blink {
  animation: blink 1s infinite;
}

@media (min-width: 992px) {
    .lg\:h-\[58px\] {
        height: 58px;
    }
    .lg\:w-\[58px\] {
        width: 58px;
        min-width: 58px;
    }
}

@media (max-width: 480px) {
  .school-avatar {
    width: 80px;
    height: 80px;
    font-size: 36px;
    line-height: 50px;
    padding: 5px;
  }
}

 .school-avatar {
    width: 180px;
    height: 180px;
    line-height: 80px;
    font-size: 90px;
    background: #512DA8;
    color: #fff;
    text-align: center;
  }

   .school-avatar {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #512DA8;
    color: #fff;
    text-align: center;
    font-size: 70px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  /* tabs */
  .tabs {
  width: 100%;
  margin: 0 auto;
}
.mt-6 {
    margin-top: 2.5rem;
}
.rounded-l-xl {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
}

.tab-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.tab-links li {
  text-align: center;
  color: #ff843c;
  cursor: pointer;
}

.tab-links li a {
    padding: 7px 13px;
    margin-right: 20px;
    white-space: nowrap;
    background: #ffffff;
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
}
.tab-links li.active {
  font-weight: bold;
  color: rgb(28 97 97 / var(--tw-text-opacity));
}

.tab-links li.active a {
    background: #ff6804;
    color: #fff;
}

.tab-content .tab {
  display: none;
}

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

.slick-list .slick-track {
    padding: 0;
}
.basis-\[80\%\] {
    flex-basis: 80%;
}


.view-details-box {
     border:1px solid transparent ;
}

.view-details-box:hover {
    border:1px solid #3d270d ;
      color:#3d270d ;
}
.view-details-box:hover svg,
.view-details-box:hover svg path  {
    color:#3d270d ;
    fill:#3d270d ;
    transition-duration: 300ms;
}

.view-details-box:hover svg {
    color: #ff6804;
}

.brocher-btn {
    border:1px solid transparent ;
     transition-duration: 300ms;

}
.brocher-btn:hover  {
    border:1px solid #ff6804 ;

}


body .slick-prev, 
body .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ff6804;
    z-index: 2;
    background-color: #ffffff;
}

body .slick-prev:hover, 
body .slick-next:hover {
    background-color: #ffffff;
}

body .slick-prev:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: transparent;
    transform: rotate(45deg);
    box-shadow: -2px 2px 1px #ff6804;
    position: relative;
    left: 13px;
}
body .slick-next:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: transparent;
    transform: rotate(45deg);
    box-shadow: 2px -2px 1px #ff6804;
    position: relative;
    left: 4px;
}

.popular-comparisons-slider .w-full img {
    width: 80px;
}

.popular-comparisons-slider .carousel-item .absolute {
    width: 25px;
    height: 25px;
    left: 46%;
    top: 50%;
}
.testimonials-slider .slick-dots {
    bottom: -40px;
}

.testimonials-slider .slick-dots li button:before {
    color: #ffffff;
}

body .testimonials-slider  .slick-prev, 
body .testimonials-slider  .slick-next {
    background-color: #ffffff;
}
.border-right-card {
    border-right: 1px solid #e5e7eb;
    h5 {
        padding: 0 10px;
    }
}

.w-2 {
    width: 0.5rem;
}
.h-2 {
    height: 0.5rem;
}

.h-\[40px\] {
    height: 40px;
}
.h-200 {
    height: 200px;
}

.fs-12px {
    font-size: 12px;
}
.fs-14px {
    font-size: 14px;
}
.perfet-school-section {
    width: 100%;
    margin: 0 auto;
}

/* Hide top-right share button completely */
.absolute.right-0.top-0.item-like,
div.absolute.right-0.top-0.item-like {
    display: none !important;
}

.item-like {
    cursor: pointer;
    z-index: 2;
}

/* Share button after WhatsApp in admin-whatsapp-section - always visible */
.admin-whatsapp-section > a.p-2.shadow-md {
    display: flex !important;
}

/* Desktop view - Adminssion Open and buttons same height */
.adminssion-open {
    background: #e8f5e9;
    padding: 8px 16px;
    border-radius: 6px;
    min-height: 36px;
    display: flex;
    align-items: center;
}

.compare-btn-desktop {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide compare button in mobile view */
@media (max-width: 1023px) {
    .compare-btn-desktop {
        display: none !important;
    }
}

/* Price section restructured - two lines layout */
.price-restructured {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.price-restructured .stars-line {
    width: 100%;
}

/* School detail sidebar menu - Desktop left border and background */
@media (min-width: 768px) {
    .school-detail-menu li[data-section] {
        border-left: 4px solid transparent;
        transition: all 0.3s ease;
    }
    
    .school-detail-menu li[data-section] > div {
        transition: all 0.3s ease;
    }
    
    .school-detail-menu li[data-section].active {
        border-left-color: #ff6804 !important;
        background-color: #ff6804 !important;
    }
    
    .school-detail-menu li[data-section].active > div {
        color: #fff !important;
        font-weight: 600 !important;
    }
    
    .school-detail-menu li[data-section] div {
        border-left: none !important;
    }
}

/* Mobile - bottom border and background for active state */
@media (max-width: 767px) {
    .school-detail-menu li[data-section] > div {
        transition: all 0.3s ease;
    }
    
    .school-detail-menu li[data-section].active > div {
        border-bottom-color: #ff6804 !important;
        background-color: #ff6804 !important;
        color: #fff !important;
        font-weight: 600 !important;
    }
}

.btn-short-list,
.view-details-box,
.brocher-btn {
    min-height: 36px !important;
    display: flex !important;
    align-items: center !important;
}

.card-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 30px auto;
}

.card-box-left {
    border-left: 2px solid #ff6804;
    padding-left: 15px;
}

.card-box-left h4 {
    color: #ff6804;
}
.card-box-purpse {
    background: #ff680412;
    padding: 40px;
    border: 2px solid #ff680436;
    border-radius: 0 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.gap-6 {
    gap: 1rem;
}
.m-0 {
    margin: 0 !important;
}
.fs-16px {
    font-size: 16px;
}
ul.list-disc {
    padding-left: 20px;
}
.card-box h3 {
    font-weight: bold;
}

.border-left-dashed {
    border-left: 1px dashed #dcdcdc;
}
.faq-accordion-section .FaqAccordion_accordion-content {
    padding-left: 0;
    padding-right: 0;
}

.faq-accordion-section .FaqAccordion_accordion-content {
    margin-top: 0;
}

.faq-accordion-section .FaqAccordion_accordion-title {
    background: #f1f0ea85;
}
.school-details-header {
    border-radius: 10px;
    border: 2px solid #ff7a0073;
}
.card-s-box {
    border: 1px dashed #3d270d1a;
    background: #fff7e7;
    padding: 5px 10px;
    border-radius: 5px;
}


.sd-main-head-section {
    background: #3d270d;
}
.logo-h-mo {
    height: 40px;
}
.adminssion-open-details-page {
    font-size: 14px;
}

.sd-inr-details-page .text-xs {
font-size: 13px;
}


@media (min-width: 768px) {
    .md\:w-1\/2 {
        width: 49%;
    }
}

@media (min-width: 992px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:text-5xl {
        font-size: 2.5rem;
        line-height: 1;
    }
}


@media (max-width: 1024px) {
.home-search-dd {
    position: absolute !important;
    left: 160px !important;
    top: 8px !important;
}
    .school-avatar {
        width: 60px;
        height: 60px;
        font-size: 30px;
        max-height: 60px;
    }
    .flex-wrap-md {
        flex-wrap: wrap;
    }

    .perfet-school-section {
        width: 100%;
    }

       .item-like {
        position: relative;
        top: 5px;
        right: 0;
        margin-bottom: 20px;
        left: auto;
        justify-content: end;
    }
    .flex.flex-col.leading-tight {
        width: auto;
        grid-column: auto;
        flex: 1 auto;
    }
   .grid.grid-cols-4.xs\:grid-cols-7.lg\:grid-cols-9 {
        display: flex;
        overflow: auto;
        flex-direction: row;
        padding: 0;
        box-shadow: none;
        border: 0;
        background: transparent;
        padding-bottom: 5px;
    }
    .font-bold.leading-tight.gap-2.flex {
    align-items: center;
}
h3.font-bold.text-xs.sm\:text-sm.mt-1.md\:mt-0.text-left.xs\:text-center.lg\:text-left {
    margin: 0;
}

    #details-nav { 
        position: fixed !important;
        left: 0;
        top: 88px;
        border-radius: 6px 6px 0 0;
        width: 100%;
        border-radius: 0 !important;
        border: 0 !important;
    }
    nav ul li.text-teal-800 {
        border-left: 0;
    }
    nav ul li.text-teal-800 .cursor-pointer {
        background-color: #ff6804;
        color: #fff;
    }
    #neighbourhood .grid {
        height: auto;
        overflow: visible;
    }
    .view-more-neighbourhood {
        text-align: center;
    }

    .flex.items-center.gap-2.md\:gap\:4.lg\:gap\:6.radio-groups {
    gap: 0;
}

.flex.gap-4.justify-center.md\:justify-start.bg-white.rounded-xl.px-4.py-2.pb-4.form-field-group {
    padding: 10px;
}
    .tab-links li a {
        padding: 8px 8px;
        margin-right: 9px;
        white-space: nowrap;
        background: transparent;
        display: inline-block;
        border-radius: 8px;
        font-size: 12px;
    }
.card-top-border.hover\:bg-backgroundCrimsonYellow.hover\:border-none.hover\:text-white.w-\[90px\].h-\[120px\].xs\:w-\[100px\].xs\:h-\[120px\].md\:w-\[110px\] {
    width: 30%;
}



}
.gallery-slider {
    width: 100%;
}

.bgDarkgreen {
    background-color: #25D366;
}
.adminsion-open-wa {
    line-height: 18px;
}
.sticky {
    position: sticky;
}
.top-24 {
    top: 119px;
}
.expanded .grid .hidden.lg\:block {
    display: block;
}
.expanded .lg\:hidden  {
    display: block;
}
.glr-title {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}                                                                               

.admission-glow-wrapper {
    border: 1px solid #ff68043f;
    border-radius: 4px;
    padding: 2px 5px;
    position: relative;
    background: rgb(255 242 215);
}

.admission-glow-wrapper.admission-open {
    border: 1px solid #aae7c2;
    background: #a3f5c37a;
}
#neighbourhood table tr th {
font-size: 12px;
}
#neighbourhood .grid {
    height: 386px;
    overflow: hidden;
}
.flex.flex-col.px-2.basis-full.max-w-full.xl\:basis-1\/5 {
    border: 1px solid #ff680417;
    background: #3d270d0a;
    padding: 15px 15px;
    border-radius: 10px;
}

#neighbourhood.expanded .grid {
    height: auto;
    overflow: visible;
}

#neighbourhood.expanded .view-more-neighbourhood {
    display: none;
}

p.text-base.font-bold.m-0.mb-2 {
    background: #f7efde;
    margin-bottom: 10px !important;
    padding: 10px;
    border-left: 2px solid #ff6804 !important;
}
.flex.flex-col.leading-tight.lg\:col-span-2,
.flex.flex-col.leading-tight.lg\:col-span-3 {
    background: #fff7e7;
    padding: 10px;
    border-radius: 6px;
    border: 1px dashed #ff680454;
}

.mt-1.relative.rounded-lg.bg-white.p-3.flex.flex-col.h-full {
    /* box-shadow: 0 0 4px rgb(0 0 0 / 21%); */
    border: 1px dashed #3d270d36;
}



.flex.flex-row.items-center.lg\:mt-2 {
    border-left: 2px solid #ff6804;
    padding-left: 10px;
    /* background: #eee; */
    border-bottom: 1px dashed #ff68045c;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.flex.flex-row.justify-between.items-center.gap-4.mt-5 {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin: 10px 0 0 0;
}


.label {
    color: #000000  ;
}
.w-160px {
    width: 160px;
}

.bg-loginHeader {
    background-color: #3d270d1f;
}

.text-dark {
    color: #3d270d;
}
.modal-title {
    border-bottom: 2px solid #e7e5e2;
    padding: 5px;
    background: #eee;
    margin-bottom: 10px;
    border-radius: 5px 4px 0 0;
}

.admission-glow {
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #ff6804, #000);
  /* background-repeat: no-repeat; */
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-weight: 600;


}

.h-2 {
    height: 10px;
}
.w-2 {
    width: 10px;
}

.flex-dir-col {
    flex-direction: column;
}
.localities-list {
    padding: 0;
}
button.w-full.capitalize.text-nowrap.truncate.cursor-pointer.bg-primaryGreenLight.hover\:bg-primarySkin.rounded-lg.py-2.px-4.hover\:primaryGreenDark.hover\:text-black.text-left.group.transition-colors.duration-300 {
    border: 1px dashed #ff6804;
    background: #fff;
}
.w-100px {
    width: 100px;
}
.h-100 {
    height: 100%;
}
.footer-link-title {
    border-bottom: 1px dashed #000000;
    padding-bottom: 15px;
    height: 50px !important;
    display: flex;
    align-items: self-end;
    justify-content: flex-start;
}

.footer-link-title a img {
    width: 190px;
}

.card-link {
    width: 100%;
    background: #fff;
    padding: 8px 10px;
    border-radius: 12px;
    display: flex;
}
.card-link-title {
    flex: 1;
}
.card-link-tag {
    background: #eee;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 12px;
}
.bg-white {
    background-color: #ffffff;
}
.pb-20px {
    padding-bottom: 20px;
}
.rounded-r-xl.w-1\/2.bg-primaryMediumGray.p-1 {
    background: #eff2f7;
    border-right: 1px solid #ececec;
}

/* .border-right-card {
    padding-right: 5px;
} */

.z-30 {
    z-index: 30;
}
.inline-block.cursor-help:hover .absolute,
.inline-block.cursor-help2:hover .absolute {
    display: block;
}

nav#details-nav {
    border: 1px dashed #b7b6b5;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    
}

.logo-container {
  display: flex;
  gap:10px   
}

.more-menu {
    border-left: 1px solid #ffffff52;
    border-right: 1px solid #ffffff52;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.more-menu:hover {
    border-bottom:1px solid transparent;
    border-left: 1px solid #ffffff52;
    border-right: 1px solid #ffffff52;
}

.logo-card {
    width: auto;
    padding: 8px;
    border: 1px solid #f3eded;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    justify-content: center;
    display: flex;
    align-items: center;
}

.logo-card img {
  max-width: 100%;
  height: 65px;
  object-fit: contain;
}

section.w-full.flex.flex-col.items-center.relative.bg-primarySkin
 {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}


.rounded-xl {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important;
}


.km-box {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #242424;
    color: #242424;
}

.fs-14px {
    font-size: 14px;
}
element.style {
    height: 17px;
    line-height: 17px;
}

.lh-17px {
    line-height: 17px;
}
.price-box {
    color: #ff6804;
    font-weight: bold;
}

.chat-btn {
    border: 1px solid #077f2d;
    color: #077f2d;
    transition-duration: 300ms;
    padding: 0 20px;
}
.chat-btn:hover {
    background-color: #f0fdf4;
}
.btn-short-list {
    height: 32px;
    color: #000;
    border: 1px solid #eee;
    color: #ff6804;
    border-color: #ff6804;
    transition-duration: 300ms;
}
.btn-short-list:hover {
    background-color: #ff6804;
    color: #ffffff ;
    border-color: #ff6804;
    transition-duration: 300ms;
}
.btn-short-list:hover svg {
    fill: #ff6804;
    transition-duration: 300ms;
}

.btn-short-list:hover svg path {
    fill: #ffffff;
    transition-duration: 300ms;
}
.adminssion-open {
    font-size: 13px;
    background: #eee;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    border-radius: 6px;
}
.stay-connect-logo img {
    width: 22px !important;
    min-width: 22px;
}




@media (min-width: 1024px) {
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
        color: #ff843c;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
        .lg\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
}

div#filter-sidebar-toggle {
    background: #f1f0ea;
}
.lg\:bg-backgroundGrayOne.mb-2 {
    padding: 10px;
    border-radius: 10px;
    
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

@media (min-width: 992px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .flex.flex-col.leading-tight.lg\:col-span-2, 
    .flex.flex-col.leading-tight.lg\:col-span-3 {
        padding: 4px;
        flex-wrap: nowrap;
        display: flex;
        flex: none;
        white-space: nowrap;
        flex-direction: row;
        align-items: center;
        gap: 7px;
        background: #eee;
        border: 1px solid #cccccc;
    }
    .download-admision-form {
    flex-wrap: wrap;
}
.card-top-border.hover\:bg-backgroundCrimsonYellow.hover\:border-none.hover\:text-white.w-\[90px\].h-\[120px\].xs\:w-\[100px\].xs\:h-\[120px\].md\:w-\[110px\] {
    width: 100%;
}
.open-sidebar-menu .home-search-dd {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.zoom-90 {
    zoom: 90%;
}
.adminsion-open-wa {
    line-height: 17px;
    font-size: 14px;
}
    .min-h-36px {
        min-height: 36px;
        display: flex;
        align-items: center;
    }

.chat-btn {
    border: 1px solid #077f2d;
    color: #077f2d;
    transition-duration: 300ms;
    padding: 0 12px;
    zoom: 90%;
}
    .admin-whatsapp-section {
        background: #eeeeee;
        padding: 8px 10px;
        border-radius: 10px;
    }
    .adminssion-open {
        padding-right: 0;
    }
      .compare-btn button {
        min-width: 109px;
        justify-content: center;
        height: 29px !important;
        min-height: auto;
        font-size: 13px !important;
    }


.tab-links li.active a {
    border-color: #ff6804;
    color: #fff;
}
.three-colum-cards .card-top-border {
    width: 30% !important;
}
.cursor-help .absolute{
    min-width: 298px;
}
.cursor-help.cursor-help2  .absolute{
    min-width: 298px;
    left: -140px;
}

header.sticky {
    z-index: 99999;
}

.open-sidebar-menu #mo-toggle-menu {
    z-index: -1;
}
section.w-full.flex.flex-col.items-center.relative.bg-primarySkin {
    padding-bottom: 10px;
}

}