*,
.aboutdownpetleftext,
.aboutdownpetleftimg,
.aboutusleft,
.bestsellerboximg,
.blogbox,
.blogdetails,
.blogdetailsbox,
.blogdetailsboxleft,
.blogdetailsboxright,
.blogdetailstoptext,
.blogleft,
.blogleft1,
.browseboxmain,
.faqleft,
.footerleft,
.footernav,
.footerright,
.gallariesbox,
.headernavbox,
.headertopleft,
.location,
.logomainbox,
.moreaboutleft,
.productboximg,
.recentpostdownright,
.service1left,
.service1right,
.servicebox2left,
.servicebox2right,
.serviceinner,
.servicetext,
.serviceyoutubeleft,
.tetimonialmainbox,
.whychooseboxlefticon,
.whychooseboxlefttext,
.whychooseusleft,
.whychooseusright,
body {
    margin: 0;
    padding: 0;
}
.discountbox,
.discountbox1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
* {
    box-sizing: border-box;
}
:root {
    --bgcolor1: #0c1648;
    --bgcolor2: #ea1f25;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-160 {
    margin-top: 160px;
}
.bg-color {
    background-color: #f7f7f7;
    padding: 80px 0;
    margin: 0;
}
.bg-color-footer {  
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #0e112b;
    background-image: url(../img/dark-section-bg-shape.png);
    padding: 38px 0 0;
    margin: 0;
}
.headerappointment button,
.headerappointment button:hover {
    background-color: var(--bgcolor1);
    color: #fff;
}
.ourmissionbox,
.ourvision {
    margin: 0;
    padding: 20px;
    border: solid 1px var(--bgcolor2);
    border-radius: 15px;
}
.location h4,
.ourmissionbox h2,
.ourvision h2,
.service1right h2,
.servicebox2left h4,
.servicetext h2,
.serviceyoutuberight h4 {
    color: var(--bgcolor2);
    text-align: center;
}
.blogdetailsboxleft p,
.blogdetailtext p,
.ourmissionbox p,
.ourvision p,
.recentpostdownrightcalender p,
.serviceboxtext p,
.whychooseboxlefttext p {
    color: #000;
    font-size: 16px;
}
.headertop {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: var(--bgcolor1);
}
.headertopleft ul {
    margin: 6px 0 0;
    padding: 0;
    display: flex;
}
.headertopleft ul li {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}
.aboutdownpetleft,
.headertoplefticon,
.serviceboxtextreadmore,
.whychooseboxleft {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
.headertoplefticon i {
    font-size: 18px;
    line-height: 26px;
}
.headertoplefticon p,
.headertoplefticon p a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.headertopright {
    margin: 9px 0 0;
    padding: 0;
}
.headerappointment,
.headertopright ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: right;
}
.headertopright ul li {
    margin: 0;
    padding: 0 14px;
    list-style: none;
}

/* Main menu only */
.headernavbox > ul {
    margin: 15px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Main menu items */
.headernavbox > ul > li {
    position: relative;
    list-style: none;
}

/* Main menu links */
.headernavbox > ul > li > a {
    padding: 0 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.hover-dropdown {
    position: relative;
}

/* invisible hover bridge */
.hover-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 15px;
}

.hover-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + -10px);
    bottom: 0;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 9999;
}

/* keep dropdown visible on hover */
.hover-dropdown:hover .dropdown-menu,
.hover-dropdown .dropdown-menu:hover {
    display: block;
}

/* Dropdown items */
.hover-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #002153;
    background: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.heading-new {
    font-size: 35px;
    font-weight: 800; 
    line-height: 1.6;
    margin-bottom: 30px; 
    text-align: center;
    z-index: 2;
    position: relative;
    background: linear-gradient(90deg, #2d3748, #1b3acf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hover-dropdown .dropdown-item:hover {
    background: #002153;
    color: #fff !important;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .headernavbox > ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .hover-dropdown .dropdown-menu {
        position: static;
        display: none;
        width: 100%;
        box-shadow: none;
        border: none;
        margin-top: 8px;
    }

    .hover-dropdown.active .dropdown-menu {
        display: block;
    }
}

 
.logobox {
    margin: 0;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.aboutusright button a:hover, 
.accordion-title:hover,
.bestselleingproduct::after {
    background-color: var(--bgcolor2);
}

.moreaboutright {
    background-color: var(--bgcolor1);
}

.testimonialleft {
    background-color: var(--bgcolor1);
}

.accordion-title{
  background-color: var(--bgcolor1);
  }
.headernavbox ul {
    margin: 27px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.blogtext h2,
.blogtext p {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.headernavbox ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.headernavbox ul li a {
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
    color: #000;
}
.footernav ul li a,
.gallerybox img,
.serviceboximg img {
    transition: 0.5s ease-in-out;
}
.blogdetailsboxquote p,
.blogdetailsboxtag h5,
.bloglefttext h2:hover,
.blogrightcategoriesdown ul li a:hover,
.blogtext h4,
.headernavbox ul li a:hover,
.page-link,
.petprice h4,
.readmore,
.readmore h6 a,
.servicemainleft h2,
.serviceyoutuberight h5,
.tagsdown ul li a:hover,
.whychooseboxlefttext h5 {
    color: var(--bgcolor1);
}
.headerappointment button {
    margin-top: 20px;
}
.bannerbody {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.bannerbody img {
    object-fit: cover;
}
.bestsellerbox {
    margin: 13px 0 0;
    padding: 20px;
    border: 1px dotted #bbb;
}
.bestselleingproduct,
.tetimonialmainboxheadertext {
    margin: 0;
    padding: 0;
    position: relative;
}
.bestselleingproduct span {
    background-color: #ff004c;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 15px 40px;
    border-radius: 4px 4px 8px 8px;
    margin-left: -40px;
    color: #fff;
}
.moreaboutright input,
.moreaboutright textarea {
    background-color: #fff;
    padding: 11px;
    margin: 6px 0;
    color: black;
}
.bestselleingproduct::after {
    content: "";
    height: 19px;
    width: 35px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    top: 37px;
    left: -36px;
}
.productbox {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}
.productboximg img {
    width: 120px;
    height: 120px;
}
.apclocationbox ul,
.productboxtext {
    margin: 20px 0 0;
    padding: 0;
}
.productboxtext h4 {
    color: var(--bgcolor1);
    font-size: 18px;
}
.productboxstar {
    margin: 10px 0;
    padding: 0;
    display: flex;
    gap: 4px;
}
.aboutusleft img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 15px;
}
.aboutusright,
.contactlefticon,
.petprice {
    margin: 0;
    padding: 0;
    text-align: center;
}
.aboutusright h1 {
    color: var(--bgcolor2);
    font-size: 28px;
}
.aboutusright p {
    text-align: justify;
    font-display: swap;
}
.aboutusright button a {
    background-color: var(--bgcolor2) !important;
    color: #fff !important;
    text-decoration: none;
}
.aboutusbanner h2,
.aboutusright button a:hover,
.moreaboutright h4,
.moreaboutright p,
.servicemainleft button a:hover,
.tetimonialmainboxheadertext p {
    color: #fff;
}
.aboutdownpet,
.apclocationbox,
.blogdetailtext,
.contactlefttext,
.moreaboutleftimg,
.whychoosebox {
    margin: 15px 0;
    padding: 0;
}
.aboutdownpetleftext h4,
.blogtext h2 {
    color: var(--bgcolor1);
}
.aboutdownpetleftext p,
.moreaboutleft h2,
.moreaboutleft p,
.servicemainleft p {
    color: #000;
}
.contactlefttext h4,
.whychooseusleft h2 {
    text-align: center;
    color: var(--bgcolor2);
}
.whychooseusright img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 350px;
    border-radius: 15px;
}
.whychooseboxright {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: right;
}
.aboutusbanner,
.discountbox,
.discountbox1,
.serviceboximg,
.sticky {
    display: block;
    width: 100%;
}
.discountbox {
    margin: 0;
    padding: 0;
    height: 250px;
    border-radius: 15px;
}
.discountbox1 {
    margin: 0;
    padding: 0;
    height: 350px;
    border-radius: 15px;
}
.discountboxtext {
    padding-top: 10px;
    text-align: center;
}
.discountboxtext h5,
.discountboxtext1 h4,
.discountboxtext2 h4,
.discountboxtext3 h4,
.discountboxtext4 h4 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
}
.discountboxtext p {
    color: #000;
    font-size: 22px;
    font-style: italic;
}
.discountboxtext1 {
    margin: 0;
    padding: 60px 0 0 10px;
}
.discountboxtext2,
.discountboxtext3,
.discountboxtext4 {
    margin: 0;
    padding: 120px 0 0 10px;
}
.discountboxtext3 p {
    color: #fff;
    font-size: 26px;
}
.servicebox {
    margin: 0;
    padding: 0;
    border: dotted 1px #040a43;
    border-radius: 6px;
}
.serviceboximg {
    height: 250px;
    border-radius: 14px;
    overflow: hidden;
}
.bestsellerboximg img,
.serviceboximg img {
    width: 100%;
    height: 250px;
    border-radius: 14px;
}
.gallerybox:hover img,
.servicebox:hover .serviceboximg img {
    transform: scale(1.2) rotate(3deg);
}
.serviceboxtext {
    margin: 15px 0;
    padding: 0 20px;
}
.serviceboxtext h4 {
    color: #182969;
    font-size: 24px;
}
.bestsellerboxtext h5,
.blogdetailstoptextcalender i,
.blogtext h2,
.blogtext h4 {
    font-size: 18px;
}
.bestsellerboxtext h5,
.browseboxmaintext h5 {
    color: #000;
    text-align: center;
}
.serviceboxtext h6 a,
.serviceboxtextreadmore h6 a {
    color: var(--bgcolor1);
    font-size: 16px;
    text-decoration: none;
}
.serviceboxtextreadmore .mkdf-paw path {
    fill: var(--bgcolor1);
}
.browsebox {
    margin-top: 10px;
    padding: 20px;
    border: 1px dotted #bbb;
}
.browseboxmainimg {
    width: 100%;
    height: auto;
}
.browseboxmainimgimg {
    height: 150px;
    object-fit: cover;
}
.blogtext,
.browseboxmaintext,
.tagsdown {
    margin: 16px;
    padding: 0;
}
.bestsellerBox {
    margin: 0;
    padding: 0;
    border-radius: 14px;
    border: 1px dotted #bbb;
}
.bestsellerboxtext,
.bloglefttext {
    margin: 15px 0;
    padding: 0 15px;
}
.bestsellerboxtextstar {
    margin: 5px 0;
    padding: 0;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.gallerybox {
    margin: 0;
    padding: 0;
    border: solid 1px var(--bgcolor1);
    overflow: hidden;
    border-radius: 15px;
}
.gallerybox img {
    border-radius: 15px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    
}

.blogbox{
    box-shadow: 0px 2px 3px #00000021;
    background: #fff;
}

.blogimage {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.blogimage img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    transition: 0.4s ease-in-out; 
    padding: 7px;
    object-position: center;
}
.blogbox:hover img {
    transform: translateX(10px) scale(1.2);
}
.blogtext h4 {
    font-style: italic;
}
.apclocationbox ul li p,
.blogtext p,
.servicemainleftservices ul li p {
    font-size: 16px;
    color: #000;
}
.readmore {
    margin: 6px 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.readmore h6 a {
    text-decoration: none;
}
.mkdf-paw path {
    fill: var(--bgcolor2);
}
.accordion {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}
.accordion-item {
    margin-bottom: 10px;
}
.accordion-title {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    transition: background-color 1s;
}
.accordion-content {
    background: #f1ed00;
    display: none;
    padding: 10px;
    color: #000;
}
.aboutusbanner,
.testimonialright {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/apcpetclinicbanner.jpg);
}
.accordion-item.active .accordion-content,
.blogleftimg,
.contactleft,
.faq-item.active .faq-answer {
    display: block;
}
.testimonialleft {
    margin: 0;
    padding: 20px 50px;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonialright {
    width: 100%;
    height: 450px;
}
.tetimonialmainboxheadertext h4 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}
.tetimonialmainboxheadertext .mkdf-fireworks {
    position: absolute;
    top: -40px;
    right: 164px;
    width: 49px;
    height: 128px;
    color: #fff;
}
.mkdf-fireworks path {
    fill: white;
}
.tetimonialmainboxheaderbox {
    margin: 10px;
    text-align: center;
}
.tetimonialmainboxheaderbox h6 {
    text-align: center;
    font-size: 24px;
    color: #f1ed00;
}
.moreaboutleftimg img {
    border-radius: 15px;
    height: 510px;
    object-fit: cover;
}
.moreaboutright {
    margin-top: 30px;
    padding: 35px 28px; 
    border-radius: 14px;
}
.moreaboutright input {
    width: 100%;
    border-radius: 14px;
    font-size: 16px;
    border: none;
}
.moreaboutright input:focus,
.moreaboutright textarea:focus,
.servicemainright input:focus,
.servicemainright textarea:focus {
    outline: 0;
}
.moreaboutright textarea {
    width: 100%;
    border-radius: 14px;
    font-size: 16px;
    height: 150px;
}
.footerleft p {
    color: #e9e9e6;
    font-size: 16px;
    margin-top: 16px;
}
.blogrightcategoriesdown ul,
.footernav ul,
.servicemainleftservices ul {
    margin: 0;
    padding: 0;
    display: block;
}
.footernav ul li {
    margin: 0;
    padding: 14px 0;
    display: block;
    list-style: none;
}
.footernav ul li a {
    color: #e9e9e6;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.footernav ul li a:hover {
    padding-left: 10px;
}
.footerright h2 {
    color: #fff;
    margin-bottom: 20px;
}
.footerrighticon,
.servicemainstar {
    margin: 2px 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
.footerrighticon i {
    font-size: 18px;
    line-height: 25px;
}
.bloglefttext h2,
.bloglefttext p {
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.footerrighticon p,
.footerrighticon p a {
    color: #e9e9e6;
    font-size: 16px;
    text-decoration: none;
}
.footercopyright {
    background-color: var(--bgcolor1);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.footercopyright1 {
    text-align: center;
    margin: 0;
    padding: 0;
}
.footercopyright1 p,
.footercopyright1 p a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-top: 15px;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 2em rgba(234, 31, 38, 0.486);
}
.resNav {
    margin: -49px 0 0;
    padding: 0;
    float: right;
    display: none;
}
.aboutusbanner {
    height: 400px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.aboutusbanner h1 {
    color: #fff;
    font-size: 24px;
}
.aboutusbanner h4,
.aboutusbanner h4 a {
    color: #fff;
    text-decoration: none;
    font-style: italic;
}
.aboutusbanner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.507);
    z-index: -1;
}
.gallariesbox img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
}
.contactleft {
    margin: 0;
    padding: 20px;
    border: 1px dotted var(--bgcolor2);
    border-radius: 14px;
}
.blogleftimg,
.blogleftimg img {
    height: 400px;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    width: 100%;
}
.contactlefticon i {
    text-align: center;
    font-size: 36px;
}
.contactlefttext p,
.contactlefttext p a {
    color: #000;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    margin: -10px;
}
.petprice p,
.service1right p,
.servicebox2left p,
.serviceyoutuberight p {
    text-align: justify;
    color: #000;
}
.faq-heading h2,
.pagination,
.petprice button a,
.tagsdown ul li a {
    text-align: center;
}
.mapbox {
    width: 100%;
    margin: 0;
    padding: 0;
}
.blogleftimg img:hover {
    transform: scale(1.2);
}
.blogleftadmin,
.recentpostdownrightcalender {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.blogleftadmin i {
    font-size: 20px;
}
.blogleftadmin p {
    color: #000;
    font-size: 16px;
    font-style: italic;
}
.bloglefttext h2 {
    font-size: 26px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #000;
}
.bloglefttext p {
    font-size: 18px;
    overflow: hidden;
    color: #000;
}
.bloglefttext h6 a {
    color: var(--bgcolor2);
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
.bloglefttext h6 a:hover {
    letter-spacing: 3px;
}
.pagination {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.blogright {
    margin: 0;
    padding: 0 15px;
}
.blogrightcategories {
    background-color: #f1f1f1;
    padding: 0;
    border: dotted 1px var(--bgcolor2);
    border-radius: 14px;
}
.blogrightcategoriesheader {
    width: 100%;
    background-color: var(--bgcolor2);
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: 14px;
}
.recentpost,
.tags {
    background-color: #f1f1f1;
}
.blogrightcategoriesdown {
    margin: 0;
    padding: 15px;
}
.blogrightcategoriesdown ul li {
    margin: 0;
    padding: 4px 0;
    display: block;
}
.tagsdown ul,
.tagsdown ul li {
    padding: 10px;
    display: inline-block;
}
.recentpostdownright h4 a,
.recentpostdownright p a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
.blogrightcategoriesdown ul li a {
    margin: 0;
    padding: 0 0 6px;
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    border-bottom: dotted 1px var(--bgcolor2);
}
.blogrightcategoriesdown ul li:last-child a {
    border-bottom: none;
}
.recentpost {
    margin: 40px 0;
    padding: 0;
    border: dotted 1px var(--bgcolor2);
    border-radius: 14px;
    overflow: hidden;
}
.recentpostdown {
    margin: 20px 0;
    padding: 0 15px;
    overflow: hidden;
}
.recentpostdownimg {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}
.recentpostdown:hover .recentpostdownimg img {
    transform: translateX(3px);
}
.recentpostdownimg img {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    backface-visibility: hidden;
    border-radius: 14px;
}
.petprice p,
.recentpostdownright p a,
.service1right p {
    font-size: 16px;
}
.tags {
    margin: 40px 0;
    padding: 0;
    border: dotted 1px var(--bgcolor2);
    border-radius: 14px;
}
.tagsdown ul {
    margin: 0;
}
.tagsdown ul li {
    margin: 0;
    list-style: none;
}
.tagsdown ul li a {
    margin: 0;
    padding: 6px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    transition: 0.5s ease-in-out;
    background-color: #fff;
    border-radius: 10px;
}
.blogdetailstoptext h2 {
    font-size: 24px;
    color: #000;
}
.blogdetailstoptextcalender {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}
.blogdetailstoptextcalender h4 {
    color: #000;
    font-style: italic;
    font-size: 18px;
}
.blogdetailimg,
.blogdetailimg img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}
.blogdetailtext h5 {
    color: #000;
    font-weight: 600;
}
.blogdetailsboxright img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}
.blogdetailsboxquote {
    margin: 30px 0 20px;
    padding: 20px;
    width: 100%;
    display: block;
    border: dotted 1px var(--bgcolor2);
    border-radius: 15px;
}
.blogdetailsboxquote h2 {
    color: #000;
    position: relative;
    z-index: 1;
}
.blogdetailsboxtag {
    margin: 10px;
    padding: 0;
    display: flex;
    gap: 14px;
}
.servicemainleft {
    margin: 0;
    padding: 20px;
    background-color: #fff;
}
.servicemainstar p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.servicemainright input,
.servicemainright textarea {
    font-size: 16px;
    color: #000;
    background-color: #fff;
    display: block;
    width: 100%;
}
.addressboxbtn,
.servicemainleftservices {
    margin: 10px 0;
    padding: 0;
}
.servicemainleftservices ul li {
    margin: 0;
    padding: 14px 0;
    list-style: none;
}
.servicemainleft button a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #000;
}
.servicemainright {
    margin: 0;
    padding: 20px;
}
.servicemainright input {
    padding: 20px;
    border: solid 1px var(--bgcolor2);
    border-radius: 15px;
}
.servicemainright textarea {
    margin: 10px 0;
    padding: 20px;
    border: solid 1px var(--bgcolor2);
    border-radius: 15px;
    height: 150px;
}
.petprice button a,
.servicemainright button,
.servicemainright button:hover {
    color: #fff;
    background-color: var(--bgcolor2);
}
.serviceinner p {
    color: #000;
    margin: 10px 0;
    padding: 0;
}
.service1left img {
    width: 100%;
    display: block;
    height: 350px;
    border-radius: 14px;
}
.serviceyoutubeleft iframe {
    border-radius: 15px;
}
.serviceyoutuberight {
    width: 100%;
    display: block;
    border-radius: 15px;
    border: solid 1px var(--bgcolor2);
    margin: 0;
    padding: 15px;
    min-height: 300px;
}
.serviceyoutuberight p i {
    font-size: 30px;
}
.servicebox2right img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}
.petprice button a {
    text-decoration: none;
    width: 100%;
}
.apclocationbox ul li {
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    list-style: none;
}
.addressbox {
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #ea1f25;
    background-color: #f7f7f7;
    border-radius: 14px;
}
.addressbox h2 {
    color: #ea1f25;
    font-size: clamp(24px, 5vw, 28px);
    text-transform: capitalize;
}
.addressbox p,
.addressbox p a {
    color: #2e2e2e;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
}
.addressbox p a {
    font-weight: 600;
}
.addressboxbtn button {
    background-color: #0f172a !important;
    color: #fff !important;
    border: 1px solid #fff;
}
.addressboxbtn button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.service1right h1 {
    font-size: 25px;
    color: #ea1f25;
}
.service1right h2 {
    font-size: 20px;
    color: #ea1f25;
}
.faq-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}
.faq-item {
    background: #ea1f25;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
}
.faq-item:hover {
    background: #f1ed00;
}
.faq-question {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}
.faq-answer {
    display: none;
    color: #555;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .resNav {
        display: block;
    }
    .dis-none {
        display: none;
    }
    .headernavbox {
        width: 250px;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999;
        background-color: #fff;
        height: 100%;
        transition: 0.4s ease-in-out;
    }
    .headernavbox ul {
        margin: 10px;
        padding: 0;
        display: block;
    }
    .headernavbox ul li {
        margin: 0;
        padding: 14px 0;
        list-style: none;
    }
    .headernavbox ul li a {
        color: #000;
        font-size: 16px;
    }
    .headernavbox.main {
        left: 0;
    }
    .moreaboutright {
        padding: 50px 15px;
    }
    .blogdetailimg,
    .blogdetailimg img,
    .blogdetailsboxright img,
    .blogleftimg,
    .blogleftimg img {
        height: 270px;
    }
    .aboutusleft img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 15px;
    }
} 
@media only screen and (min-width: 631px) and (max-width: 750px) {
    .tetimonialmainboxheadertext .mkdf-fireworks {
        right: 73px;
    }
}
@media only screen and (min-width: 575px) and (max-width: 630px) {
    .tetimonialmainboxheadertext .mkdf-fireworks {
        right: 45px;
    }
}
@media only screen and (min-width: 504px) and (max-width: 574px) {
    .tetimonialmainboxheadertext .mkdf-fireworks {
        right: 10px;
    }
}
@media only screen and (min-width: 380px) and (max-width: 504px) {
    .tetimonialmainboxheadertext .mkdf-fireworks {
        right: -2px;
    }
    .testimonialleft {
        padding: 20px 15px;
    }
    .tetimonialmainboxheadertext h4 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .headertopleft ul li .headertoplefticon p {
        font-size: 14px;
    }
    .headernavbox ul li a {
        padding: 0 10px;
    }
    .tetimonialmainboxheadertext .mkdf-fireworks {
        right: 19px;
    }
}
.location-section {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.location-section h3,
.location-section h4 {
    color: #333;
    margin: 0;
}
.location-section h3 {
    font-size: 1.5em;
    font-weight: 700;
}
.location-section h4 {
    font-size: 1.2em;
    font-weight: 400;
    color: #555;
}

/* 01/04-26 */

.service-box {
    min-height: 220px;
    border-radius: 20px;
    padding: 35px 25px;
    color: #fff;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.service-box:hover {
    transform: translateY(-5px);
}

.service-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 55px;
    opacity: 0.35;
}

.service-box h4 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 28px;
}

.service-box p {
    margin-top: 10px;
    font-size: 15px;
}

/* Background colors */
.bg-purple {
    background: #6f4e8b;
}

.bg-pink {
    background: #d54d73;
}

.bg-teal {
    background: #4fa8a8;
}

    .why-choose {
    background: #f8f9fa;
}

.why-choose-slider{
    position: relative;
    padding: 0;
}

.why-choose h2 {
    color: #5e4b8b;
    font-size: 42px;
}

.review-text {
    font-size: 20px;
    line-height: 1.8;
    color: #333;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
}

.floating-whatsapp {
    position: fixed;
    bottom: 87px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #25D366;
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    color: #fff;
}

.doctor-card {
    background: #fff;
    border-radius: 18px;
    padding: 70px 20px 30px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    position: relative;
    transition: 0.3s ease;
    min-height: 260px;
}

.doctor-card:hover {
    transform: translateY(-6px);
}

.doctor-img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.doctor-card h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.doctor-role {
    color: #d63384;
    font-size: 18px;
    margin-bottom: 25px;
}

.experience {
    color: #666;
    font-size: 16px;
}



.floating-whatsapp {
    animation: whatsappPulse 1.8s infinite;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* 01/26 */




.doctor-section {
    padding: 50px 20px;
}

.doctor-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* Left Side */
.doctor-image img {
    width: 350px;
    border-radius: 10px;
    object-fit: cover;
}

/* Right Side */
.doctor-details {
    flex: 1;
}

.doctor-details h2 {
    margin: 0;
    font-size: 28px;
    color: #2c3e50;
}

.doctor-details h4 {
    margin: 5px 0 15px;
    color: #3498db;
}

.experience {
    font-weight: bold;
    margin-bottom: 15px;
}

.description {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #555;
}

.info-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.info-list li {
    margin-bottom: 8px;
}

.btn {
    background: #182969;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

.btn:hover {
    background: #c4b02d;
}

  /* V2 Services Section Unique Classes */
        .apcv2-section {
            background-color: #fdfbf9;
            padding: 20px 0 50px;
            font-family: 'Inter', sans-serif;
        }
        .apcv2-card {
            background: #ffffff;
            border-radius: 2.5rem;
            padding: 20px 12px;
            text-align: center;
            border: 1px solid rgba(0,0,0,0.02);
            box-shadow: 0 15px 45px rgba(0,0,0,0.03);
            transition: all 0.4s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }
        .apcv2-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 60px rgba(255, 107, 61, 0.12);
        }
        .apcv2-card-title {
            font-size: 24px;
            font-weight: 700;
            color: #101740;
            margin-bottom: 1.2rem;
        }
        .apcv2-card-text {
            font-size: 0.95rem;
            color: #6b7280;
            line-height: 1.6;
            margin-bottom: 1.0rem;
            padding: 0 7px;
        }
        .apcv2-image-box {
            margin-top: auto;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            padding-bottom: 10px;
        } 
        .apcv2-card-img {
            position: relative;
            z-index: 2;
            width: 85%;
            height: auto;
            object-fit: contain;
            margin-bottom: -15px;
        }
        
        .apcv2-footer {
            margin-top: 80px;
            text-align: center;
        }
        .apcv2-footer-h {
            font-family: 'Outfit', sans-serif;
            font-size: 1.8rem;
            font-weight: 800;
            color:  var(--bgcolor1);
            margin-bottom: 15px;
        }
        .apcv2-footer-p {
            font-size: 1.1rem;
            color: #6b7280;
            max-width: 800px;
            margin: 0 auto;
        }
        .apcv2-keywords {
            margin-top: 20px;
            font-size: 16px; 
            color: #444;
            text-align: center;
        }

/* Responsive */
@media (max-width: 768px) {
    
    .logobox { 
    padding: 0px 10px !important;
    }
    
      .service-box {
        min-height: 180px;
        padding: 25px 20px;
    }

    .service-box h4 {
        font-size: 22px;
        margin-top: 10px;
    }

    .service-icon {
        font-size: 45px;
    }
    
    .section-title {
        font-size: 32px;
    }

    .why-choose h2 {
        font-size: 28px;
    }

    .review-text {
        font-size: 16px;
        text-align: center;
    }
    
        .floating-whatsapp {
        width: 55px;
        height: 55px;
        font-size: 28px;
        bottom: 20px;
        right: 15px;
    }
    
        .doctor-card {
        min-height: auto;
        padding: 65px 15px 25px;
        margin-bottom: 44px;
    }

    .doctor-card h4 {
        font-size: 22px;
    }

    .doctor-role {
        font-size: 16px;
    }
    
    .discountboxtext h5,
    .discountboxtext1 h4,
    .discountboxtext2 h4,
    .discountboxtext3 h4,
    .discountboxtext4 h4 {
        font-size: 24px;
    }
    .discountboxtext p,
    .discountboxtext3 p {
        font-size: 18px;
    }
    
    .doctor-container {
        flex-direction: column;
        text-align: center;
    }

    .doctor-image img {
        width: 100%;
    }
    
    .moreaboutright {
    margin: 0 !important;
    }
    
    .apcv2-footer-h { 
    font-size: 20px;
    line-height: 1.6;
    }
    
    .highlight-carousel-title {
    font-size: 28px !important;
    line-height : 1.5 ;
    }
    
}

