:root {
    --primary-maroon: #7E2017;
    --hover-maroon: #5E1711;
    --bg-light: #FAFAFA;
    --text-dark: #333333;
    --text-muted: #666666;
    --white: #ffffff;
    --transition: all 0.3s ease;
}

body {
    font-family: gothambook, sans-serif;
    color: var(--text-dark);
}

/* Common Utility Classes */
.section-padding {
    padding: 70px 0 !important;
}

.maroon-text {
    color: var(--primary-maroon);
}

.item {
    padding: 10px 15px;
}

p,
ul {
    font-weight: 400;
}

.section-title {
    color: var(--primary-maroon);
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: -1px;
    position: relative;
    padding-left: 0;
}

.section-title strong {
    font-weight: 700;
    font-family: 'gothammedium';
}

.our-doctors .section-title {
    font-weight: 400;
}

.our-doctors .section-title strong {
    font-weight: 700;
}

/* Banner / Hero Section */


.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(126, 32, 23, 0.8) 0%, rgba(126, 32, 23, 0.4) 50%, transparent 100%);
    z-index: 2;
}

.banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
}

.banner-title {
    font-size: 40px;
    font-weight: 700;
    font-family: 'gothammedium';
    line-height: 1.1;
    margin-bottom: 25px;
}

.banner-title span {
    font-weight: 300;
    font-family: 'gothamlight';
}

.banner-description {
    font-size: 15px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 0px;
    color: #fff !important;
}


.breadcrumb-on-banner a,
.breadcrumb-on-banner span {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Overview Section (What is PET-CT) */
.what-is-pet-ct {
    padding: 100px 0 50px;
    position: relative;
}

section.petct-importance {
    padding: 70px 0;
}

.what-is-pet-ct::before {
    content: '';
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/overview-before.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.what-is-pet-ct .section-title {
    position: relative;
    padding-left: 0px;
}

/* .what-is-pet-ct .section-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    background-color: var(--primary-maroon);
} */

.section-desc {
    margin-bottom: 35px;
    font-size: 16px;
    color: black;
    line-height: 140% !important;
}


/* Buttons */
.cta-btn {
    background-color: #8B0B04;
    border: none !important;
    border-radius: 0px;
    padding: 14px 37px;
    font-weight: 600;
    font-family: gothammedium, sans-serif;
    font-size: 16px;
    color: #fff !important;
    /* transition: var(--transition); */
    box-shadow: 0 4px 15px rgba(126, 32, 23, 0.2);
}
.consult-btn{
    padding:14px 97px !important ;
}

.cta-btn:hover {
    background-color: var(--hover-maroon) !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(126, 32, 23, 0.4);
    transform: translateY(0px);
}

.btn-outline-maroon {
    border: 1px solid var(--primary-maroon) !important;
    color: var(--primary-maroon) !important;
    background: transparent !important;
    padding: 18px 40px;
    font-weight: 600;
    font-family: gothammedium, sans-serif;
    border-radius: 0;
    transition: var(--transition);
}

.btn-outline-maroon:hover {
    background: var(--primary-maroon) !important;
    color: #fff !important;
}

/* Slider peek-effect common logic */
.importance-slider-wrapper,
.who-needs-slider-wrapper {
    padding-left: calc((100vw - 1140px) / 2);
    overflow: visible;
    position: relative;
}
.importance-slider-wrapper .why-pet-ct-cards  .owl-nav,
.who-needs-slider-wrapper .owl-nav{
    position: absolute;
        top:-62px;
        right: 70px;
}

.banner-text a.btn.btn-primary.cta-btn {
    width: fit-content;
    background-color: #fff !important;
    color: var(--primary-maroon) !important;
    padding: 20px;
    border-radius: 0;
}



@media (min-width: 1400px) {

    .importance-slider-wrapper,
    .who-needs-slider-wrapper {
        padding-left: calc((100vw - 1320px) / 2);
    }
}

@media (max-width: 1199px) {

    .importance-slider-wrapper,
    .who-needs-slider-wrapper {
        padding-left: 20px;
    }
}

/* Cards */
.importance-card,
.who-needs-card {
    border-bottom-right-radius: 30px;
    padding: 27px 20px;
    background: #F4F4F4;
    height: 100%;
    /* transition: var(--transition); */
    border: 1px solid #eee;
}

.importance-card:hover {
    background: #7D6A55;
    color: #fff;
    border: none;
  
}

.importance-icon {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7d6a55;
    border-radius: 50%;
}

.importance-icon img {
    width: auto !important;
    filter: brightness(0) invert(1);
}

.importance-card:hover svg {
    box-shadow: 1px 1px 5px 2px #fff;
    border-radius: 50%;
}

.importance-card:hover .importance-icon {
    background-color: #fff;
}
.pet-btn{
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 20px 64px !important;
}
.importance-card p {
    min-height: 74px;
    color: black;
    font-size: 16px;
    line-height: 140% !important;
}
.importance-card:hover p {
    color: #fff;
}
.importance-card h3{
    font-size: 20px;
    color:#7D6A55;
}
.importance-card:hover h3{
    color:#fff;
}
.importance-card:hover img {
    width: auto !important;
    filter: brightness(1) invert(0);
}

.who-needs-card:hover {
    background: var(--primary-maroon);
    color: #fff;
    border: none;
}

.who-needs-card {
    box-shadow: 0px 2px 0px -1px rgba(139, 11, 4, 1);
}

.who-needs-card h3 {
    color: #7D6A55;
    font-size: 20px;
    font-weight: 700;
}
.who-needs-card:hover h3 {
   color:#fff;
}

.who-needs-card hr {
    border: 1px solid #7D6A55;
    width: 50px;
    opacity: 1;
}

.who-needs-card:hover hr {
    border-color: #fff;
}

/* Preparation Guidelines */
.watermark-bg {
    position: relative;
    background-color: #f9f9f9;
}

.petct-faqs.watermark-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    width: 300px;
    height: 350px;
    background-image: url("/static/pet-ct/images/faq-before.png");
    background-repeat: no-repeat;
    background-position: left center;
    pointer-events: none;
    background-size: contain;
}

.why-choose-aoi {
    position: relative;
    background-color: rgba(244, 244, 247, 1);
    overflow: hidden;
    
}

.why-choose-aoi .container {
    z-index: 1;
    position: relative;
}

.why-choose-aoi::before {
    content: '';
    position: absolute;
    right: -50px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/static/pet-ct/images/doctor-after.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 0;
}


div#chooseAoiAccordion {
    width: 90%;
}

.guidelines-list li {
    font-size: 17px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.guidelines-list li i {
    font-size: 20px;
    margin-right: 15px;
    margin-top: 4px;
    width: 25px;
}

.what-is-pet-ct img.img-fluid {
    border-radius: 0px 0px 0px 50px !important;
}

/* Accordions (Tiled & FAQ) */
.choose-aoi-title {
    color: var(--primary-maroon) !important;
    font-weight: 300;
}

.choose-aoi-title strong {
    font-weight: 700;
}

.section-subtitle {
        line-height: 140%;
    font-size: 20px;
    color: black;
    margin-bottom: 30px;
    max-width: 90%;
    padding-left: 0px !important;
}

.tiled-accordion .accordion-item {
    background: #fff !important;
    border-radius: 0 0 30px 0 !important;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: none;
    overflow: hidden;
}

.tiled-accordion .accordion-button {
    background: #fff !important;
    color: #7D6A55 !important;
    font-weight: 200;
    font-size: 20px;
    padding: 20px 18px;
}

.tiled-accordion .accordion-button:not(.collapsed) {
    color: #7D6A55 !important;
}

.tiled-accordion .accordion-button .arrow-icon {
    transition: transform 0.3s ease;
}

.tiled-accordion .accordion-button:not(.collapsed) .arrow-icon {
    transform: rotate(180deg);
}

.main-choice-img {
    border-radius: 0 !important;
}

.faq-title {
    color: var(--primary-maroon) !important;
    font-weight: 300;
}

.faq-title strong {
    font-weight: 700;
}

.accordion-button::after {
    display: none;
}

/* #ourServices .bg-white .whiteRoundedbg.position-relative,
.accordion-body,
.bg-brown,
.brownRoundedbg,
.item.hover-red:hover a.lightRedBg.RoundedArrowbg.arrowRight {
    background-color: #fff;
} */

.accordion-body {
    padding-top: 0;
}

.tiled-accordion .accordion-button {
    margin-top: 0;justify-content: space-between;
}

.custom-faq-accordion .accordion-item {
    background: #F1F1F4 !important;
    margin-bottom: 15px;
    border: none;
    border-radius: 0 !important;
}

.custom-faq-accordion .accordion-button {
    background: transparent !important;
    color: #8b0b04 !important;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 25px;
    justify-content: space-between;
    font-weight: 200 !important;
}

section.petct-faqs.bg-light.section-padding.watermark-bg {
    background-color: #fff !important;
}

.why-choose-aoi .accordion-body {
    background-color: #fff;
    font-size: 15px;
}

.why-choose-aoi .accordion-body,
.why-choose-aoi .accordion-body p,
.why-choose-aoi .accordion-body li {
    font-size: 16px;
    line-height: 140% !important;
        color: black;
}

.custom-faq-accordion .accordion-body p,
.custom-faq-accordion .accordion-body li {
    font-size: 15px;
}

.custom-faq-accordion .accordion-item,
.custom-faq-accordion .accordion-body {
    background-color: rgba(241, 241, 244, 1) !important;
}

.accordion-header {
    border-top: 0;
    
}


.custom-faq-accordion .accordion-button:not(.collapsed) {
    font-weight: 700;
}

.btn-view-more {
    background-color: var(--primary-maroon) !important;
    color: #fff !important;
    padding: 13px 129px;
    border-radius: 0 !important;
    font-weight: 600;
    transition: var(--transition);
}

.btn-view-more:hover {
    background-color: var(--hover-maroon) !important;
}

.faq-circle-icon {
    width: 32px;
    height: 32px;
    background: var(--primary-maroon);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.petct-location ul.contact-list.list-unstyled {
    padding-top: 40px;
}
.petct-location p{
    line-height: 140%;
    font-size: 16px;
}
.map-container.rounded-4.overflow-hidden.shadow {
    border-radius: 0 0 0 70px !important;
}

.petct-location iframe {
    border-radius: 0px 0px 0px 90px;
}

/* Doctor Slider */
.maroon-textured-bg {
    background-color: var(--primary-maroon) !important;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%) !important;
    background-size: 20px 20px !important;
}

/* Final CTA */
.final-cta h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 400 !important;
    font-family: 'gothamlight' !important;
}

.final-banner {
    position: relative;
}

.final-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/static/web/images/bgimg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 0;
}

/* .final-banner picture {
    position: absolute;
    top: 0;
    width: 100%;
} */
.banner-content .row {
    height: 100%;
}

.banner-content .container {
    height: 100%;
}

.banner-content {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.banner-content .banner-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.final-cta .row {
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    /* min-height: 600px; */
    align-items: unset !important;
}

.col-lg-7.text-end.d-none.d-lg-block.align-items-center {
    min-height: 544px;
    display: flex !important;
    align-items: center !important;
}

.location-btns a.btn {
    padding: 12px 52px;
    font-weight: 400;
    box-shadow: none;
}
.direction-btn{
    padding: 12px 61px !important;
}
.final-cta .row.align-items-center .col-lg-5 a.btn.btn-light {
    border-radius: 0 !important;
    background-color: #fff !important;
}

.final-cta .row.align-items-center::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 932px;
    height: 577px;
    background-image: url('/static/pet-ct/images/today-after.png');
    background-repeat: no-repeat;
    z-index: 0;
    background-size: 786px 577px;
}

section.final-cta.section-padding.maroon-bg.text-white {
    min-height: 700px;
    position: relative;
}

section.final-cta:after {
    content: "";
    background-image: url('/static/pet-ct/images/last-after.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 327px;
    background-position: top right;
}

.final-cta .row.align-items-center div {
    position: relative;
    z-index: 1;
}

.final-cta .row.align-items-center .col-lg-5 {
    padding: 50px;
}

section.what-is-pet-ct.pet-ct-preparation {
    background: rgba(125, 106, 85, 1);
}

section.what-is-pet-ct.pet-ct-preparation::before {
    display: none;
}

section.what-is-pet-ct.pet-ct-preparation h2.section-title {
    padding-left: 0;
    color: #fff;
}

section.what-is-pet-ct.pet-ct-preparation h2.section-title::before {
    display: none;
}

section.what-is-pet-ct.pet-ct-preparation .section-desc {
    color: #fff;
}

section.what-is-pet-ct.pet-ct-preparation a.btn.btn-primary.cta-btn {
    background-color: #fff !important;
    color: var(--primary-maroon) !important;
    padding: 20px;
}

section.what-is-pet-ct.pet-ct-preparation a.btn.btn-primary.cta-btn:hover {
    background-color: var(--primary-maroon) !important;
    color: #fff !important;
    padding: 20px;
}

section.what-is-pet-ct.pet-ct-preparation .cta-btn:hover {
    background-color: var(--hover-maroon) !important;
    transform: translateY(0px);
    box-shadow: 0 10px 25px rgba(126, 32, 23, 0.4);
    transform: translateY(0px);
}

.who-needs-card p {
    min-height: 112px;
    font-size: 16px;
    color: black;
    line-height: 140%;
}
.who-needs-card:hover p{
    color:#fff
}

.guidelines-list li {
    font-size: 17px;
    margin-bottom: 12px;
    list-style: none;
    font-weight: 500;
    position: relative;
    display: block;
}

.guidelines-list li::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background-color: #7E2017;
    border-radius: 50%;
    left: -20px;
    top: 7px;
}

ul.guidelines-list {
    padding-left: 20px !important;
}

/* Technology Slider with Peek Effect */
.tech-slider-wrapper {
    /* overflow: visible;
    padding-left: calc((100vw - 1320px) / 2);
    margin-right: -100px; */
}

.tech-carousel .owl-item .item {
    scale: .9;
}

.tech-carousel .owl-stage {
    padding: 60px 0;
}

.tech-carousel .owl-item.active.center .item {
    scale: 1.07;
}

section.petct-technology.section-padding.bg-light {
    overflow: hidden;
}

.doctor-card {
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
}

.doctor-img {
    box-shadow: 0px 6px 0px -1px rgba(139, 11, 4, 1);
    overflow: hidden;
    border-bottom-right-radius: 80px;
    margin-bottom: 20px;
}

.doctor-img img {
    width: 100%;
    transition: transform 0.5s ease;
}

.doctor-card:hover .doctor-img img {
    transform: scale(1.05);
}

.doctor-info {
    text-align: center;
    padding: 0;
}

.doctor-info h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'gothambook';
    color: #1a1a1a;
    margin-bottom: 5px;
}

.doctor-info p {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.vdo-btn{
        padding: 10px 8px !important;
        font-weight: 400 !important;
}

.btn-book-consultation {
    background-color:#8B0B04;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
        padding: 13px 71px;
    border-radius: 0 !important;
    width: auto;
    display: inline-block;
    transition: var(--transition);
    border:1px solid#8B0B04 !important;
}
.btn-book-consultation:hover{
    color:#8B0B04 !important;
    border:1px solid#8B0B04 !important;
}
/* 
.btn-book-consultation:hover {
    background-color: var(--hover-maroon) !important;
} */

section.our-doctors {
    background: linear-gradient(to bottom, #A1221D 0%, #A1221D 65%, #ffffff 65%, #ffffff 100%);
    position: relative;
    padding: 70px 0;
}

section.our-doctors::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 65%;
    background-image: 
        linear-gradient(#8B0B04, #8B0B04),
        url("/static/web/images/design.png");
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    opacity: 0.2;
    pointer-events: none;
    transform: rotate(180deg);
}
section.preparation-guidelines {
    position: relative;
    overflow: hidden;
}

section.preparation-guidelines::after {
    content: "";
    position: absolute;
    top: 64px;
    right: 0;
    width: 100%;
    height: 410px;
    background-image: url("/static/pet-ct/images/last-after.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    pointer-events: none;
}

.our-doctors .doctor-slider {
    position: relative;
    padding: 0 25px;
}

.our-doctors .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 50px;
    height: 35px;
    background: none !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent !important;
    /* Hide font icons */
}

.our-doctors .owl-nav button.owl-prev {
      width: 30px !important;
    height: 20px !important;
    left: -40px;
    background-image: url('/static/web/images/IconWhiteawesome-arrow-left.svg') !important;
}

.our-doctors .owl-nav button.owl-next {
    width: 30px !important;
    height: 20px !important;
    right: -40px;
    background-image: url('/static/web/images/IconWhiteawesome-arrow-right.svg') !important;
}
.why-pet-ct-cards .owl-nav button.owl-prev,
.who-needs-slider-wrapper .owl-nav button.owl-prev
 {
      width: 30px !important;
    height: 20px !important;
    left: -40px;
    background-image: url('/static/web/images/IconWhiteawesome-arrow-left.svg') !important;
    filter: brightness(0) saturate(100%) invert(11%) sepia(94%) saturate(4707%) hue-rotate(4deg) brightness(91%) contrast(108%);
}
.why-pet-ct-cards   .owl-nav button.owl-next,
.who-needs-slider-wrapper .owl-nav button.owl-next  {
    width: 30px !important;
    height: 20px !important;
    right: -40px;
    background-image: url('/static/web/images/IconWhiteawesome-arrow-right.svg') !important;
    filter: brightness(0) saturate(100%) invert(11%) sepia(94%) saturate(4707%) hue-rotate(4deg) brightness(91%) contrast(108%);
}
.why-pet-ct-cards .owl-nav button.owl-next:hover,
.why-pet-ct-cards .owl-nav button.owl-prev:hover,
.who-needs-slider-wrapper .owl-nav button.owl-next:hover,
.who-needs-slider-wrapper .owl-nav button.owl-prev:hover {
    background-color: transparent !important;
   
    box-shadow: none !important;
}

.our-doctors .owl-nav button:hover {
    opacity: 0.8 !important;
}

@media (max-width: 1400px) {
    .tech-slider-wrapper {
        padding-left: calc((100vw - 1140px) / 2);
    }
}

@media (max-width: 1199px) {
    .tech-slider-wrapper {
        padding-left: 20px;
        margin-right: 0;
    }
}

.tech-carousel .item {
    padding: 0 15px;
}

.tech-card {
    transition: var(--transition);
}

.tech-card img {
    border-radius: 24px !important;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.tech-card h4 {
    color: var(--primary-maroon);
    font-weight: 700;
}

/* Owl Dots Selection Styling */
.tech-carousel .owl-dots,
.who-needs-cards .owl-dots,
.why-pet-ct-cards .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    transition: var(--transition);
    margin: 5px 7px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-maroon);
    width: 25px;
    border-radius: 5px;
}
i.fa-solid {
    font-style: normal;
    font-size: 20px;
}
/* Responsive Media Queries */
@media (max-width: 991px) {
    .section-padding {
        padding: 60px 0 !important;
    }

    .banner-title {
        font-size: 42px;
    }

    .section-title {
        font-size: 32px;
    }

    .what-is-pet-ct {
        text-align: center;
        padding: 50px 0;
    }

    .content-left {
        padding-bottom: 20px;
    }

    .what-is-pet-ct .section-title:before {
        display: none;
    }

    .banner-content {
        text-align: center;
    }



    .banner-overlay {
        background: rgba(126, 32, 23, 0.7);
    }
}

/* Modal Styles */
#form_open .modal-dialog {
    max-width: 450px;
}

.modal {
    background: #594f4f96;
}

#form_open .modal-content {
    background-color: #8B0B04 !important;
    border: none;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#form_open .modal-body {
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

#form_open .modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'gothamlight';
    margin-bottom: 35px;
    text-align: center;
}

#form_open .form-control {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 16px;
    font-family: 'gothamlight';
}

#form_open .form-control:focus {
    box-shadow: none;
    border-color: #fff !important;
}

#form_open .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 300;
}

#form_open .submit-btn {
    background-color: #fff !important;
    color: #8B0B04 !important;
    border: none;
    padding: 14px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'gothamlight';
    margin-top: 15px;
    transition: all 0.3s ease;
    border-radius: 0;
}

#form_open img {
    filter: brightness(0);
}

#form_open .submit-btn:hover {
    background-color: #f8f8f8 !important;
}

#form_open .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    filter: invert(1) brightness(100);
    opacity: 1;
    background-size: 15px;
    background-image: none;    line-height: 1;
}

/* Modal Watermark (Simulated) */
#form_open .modal-content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    z-index: -1;
    pointer-events: none;
}
.petct-location ul.contact-list.list-unstyled i.fa {
    color: #8b0b04;
    font-size: 25px;
}
#faqAccordion .accordion-button.collapsed i.fa-solid::before{    content: "\2b" !important;}
#faqAccordion .accordion-button:not(.collapsed) i.fa-solid::before{    content: "\2d" !important;}
#faqAccordion i.fa-solid {
    font-size: 20px;
    font-style: normal !important;
}
.list-unstyled li{max-width: fit-content !important;}
.petct-location ul.contact-list.list-unstyled i.fa {
    margin-right: 10px;
    color: #8b0b04;
    font-size: 25px;
}
#chooseAoiAccordion .fa-chevron-down:before {
    content: "\f078";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 100 !important;
}
/* Mobile Responsive Styles */
@media (max-width: 767px) {
    h2.section-title.choose-aoi-title {
        padding-left: 15px;
    }
  .section-subtitle{
    padding-left: 20px !important;
  }
    .section-padding {
        padding: 50px 0 !important;
    }

    div#chooseAoiAccordion {
        width: 100%;
    }

    section.petct-importance {
        padding: 40px 0;
    }

    .custom-faq-accordion .accordion-button {
        padding: 15px 11px;
    }

    .t-35,
    h3 {
        font-size: 22px;
    }

    .list-unstyled li {
        max-width: fit-content;
    }
   

.contact-list li {
    width: 100%;
}

    .banner-content {
        padding-top: 100px;
        padding-bottom: 60px;
        text-align: center;
    }

    .banner-title {
        font-size: 32px !important;
        margin-bottom: 15px;
    }

    .banner-description {
        font-size: 16px !important;
        margin-bottom: 30px;
        padding-left: 0;
    }

    .section-title {
        font-size: 28px !important;
        line-height: 1.3;
    }

    /* Sliders */
    .owl-nav {
        display: none !important;
    }

    .our-doctors .doctor-slider {
        padding: 0 !important;
    }

    .tech-slider-wrapper {
        padding-left: 0 !important;
    }

    /* Final CTA Section */
    section.final-cta {
        min-height: auto !important;
        padding: 60px 0;
    }

    .final-cta .row.align-items-center::before {
        width: 100%;
    }

    .final-cta .row.align-items-center .col-lg-5 {
        padding: 30px 15px !important;
        text-align: center;
    }

    .final-cta h2 {
        font-size: 30px !important;
    }

    .final-cta p br {
        display: none;
    }

    .final-cta .col-lg-7.text-end {
        min-height: auto !important;
        display: block !important;
        margin-top: 30px;
    }

    .final-cta .col-lg-7 img {
        max-width: 100%;
        height: auto;
    }

    /* Location Section */
    .petct-location .row {
        flex-direction: column;
    }

    .petct-location .col-lg-6 {
        width: 100%;
    }

    .petct-location p br {
        display: none;
    }

    .map-container {
        border-radius: 20px !important;
        margin-top: 30px;
    }

    .map-container iframe {
        height: 300px;
    }

    .location-btns {
        justify-content: center;
    }

    /* Importance Section */
    .importance-slider-wrapper {
        padding-left: 0 !important;
        position: relative;
    }
    

    /* Modal Mobile */
    #form_open .modal-dialog {
        margin: 15px;
        max-width: none;
    }

    #form_open .modal-content {
        padding: 5px;
        border-radius: 10px;
    }

    #form_open .modal-title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    #form_open .form-control {
        font-size: 15px;
    }

    #form_open .btn-close {
        top: 15px;
        right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .final-cta .row.align-items-center::before {
        width: 100%;
    }

    .location-btns {
        padding-bottom: 20px;
    }

    .final-cta img {
        width: 100%;
    }

    .final-cta .row.align-items-center .col-lg-5 {
        padding: 30px 30px 0;
    }

    .section-padding {
        padding: 40px 0 !important;
    }

    div#chooseAoiAccordion {
        width: 100%;
    }

    .main-choice-img {
        width: 100%;
    }

    .content-left {
        padding-bottom: 20px;
        text-align: left;
    }

    .banner-content .banner-text {
        text-align: left;
    }

    img.img-fluid.w-100 {
        min-height: 340px;
    }
}


