/*
Theme Name: Dogcare Hub Pro
Theme URI: https://cawpthemes.com/dogcare-hub-pro-free-wordpress-theme/
Author: CA WP Themes
Author URI: https://cawpthemes.com/
Description: Dogcare Hub Pro is a premium WordPress theme crafted for hospitals, clinics, and healthcare professionals. With its clean and modern design, it provides a professional platform to showcase your medical services and expertise. The theme features customizable layouts, allowing you to highlight departments, doctors, and services effectively. Its responsive design ensures a seamless browsing experience across all devices. Dogcare Hub is SEO-optimized to enhance your online visibility and includes features like a dynamic team section, service listings, a blog for sharing health tips, and a testimonials area to build trust with potential patients. Perfect for creating a professional and patient-friendly website, Dogcare Hub is the ideal choice for any healthcare institution looking to elevate its digital presence.
Details: https://cawpthemes.com/dogcare-hub-pro-premium-wordpress-theme/
For any query: https://cawpthemes.com/support/
Demo: https://demo.cawpthemes.com/dogcare-hub-pro
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dogcare-hub-pro
Copyright (c) 2025 CA WP Themes. All rights reserved.
Tags: one-column, two-columns, three-columns, four-columns, grid-layout , custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, sticky-post, full-width-template, theme-options, translation-ready, threaded-comments, blog, photography
*/

/* Reset */
html {
    font-size: 16px;
    line-height: 1.5;
    font-family: sans-serif;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Roboto';
}
img {
    max-width: 100%;
    height: auto;
}

h1 {
    color: #000;
}

p{
    color: #000;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0 0 20px;
}

a {
    color: #000;
    text-decoration: none;
}
/*a:hover {
    text-decoration: underline;
    color: #000;
}*/

ul {
    text-align: left;
}

section{
    padding: 60px 0px;
}

.widget footer {
    background: none;
}

.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-list li {
    margin-bottom: 20px;
}

p.logged-in-as {
    color: #000;
}

.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment {
    margin-bottom: 20px;
}
.comment-avatar {
    float: left;
    margin-right: 20px;
}
.comment-body {
    overflow: hidden;
}
.comment-author {
    font-weight: bold;
    margin: 0;
}
.comment-date {
    font-size: 0.8rem;
    color: #666;
}
.comment-content {
    margin: 10px 0;
}
.comment-reply {
    margin-left: 50px;
}


.table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.table th {
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: left;
}
.table td {
    border: 1px solid #ccc;
    padding: 10px;
}

/* Style links within post content */
.entry-content a {
  color: #000;
  text-decoration: underline;
}

/* Style links within comment content */
.comment-content a {
  color: red;
  text-decoration: underline;
}

/* Style links within text widgets */
.widget_text a {
  color: green;
  text-decoration: underline;
}


/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}


/*--------Comments-----------*/

/* Style the comments section */
.comments-area {
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #ddd;
}

/* Style the comment form */
.comment-form {
    margin-top: 30px;
}

/* Style the comment form fields */
.comment-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.comment-form input[type="text"], 
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

/* Style the comment list */
.comment-list {
    margin-top: 30px;
}

.comment {
    margin-bottom: 30px;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 10px;
}

.comment-meta {
    font-style: italic;
    margin-bottom: 10px;
}

.comment-content {
    margin-bottom: 10px;
}

.comment-reply-link {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.comment-reply-link:hover {
    color: #f00;
}

/* Style the comment navigation links */
.comment-navigation {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.comment-nav-prev,
.comment-nav-next {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.comment-nav-prev a,
.comment-nav-next a {
    text-decoration: none;
    color: #333;
}

.comment-nav-prev:hover,
.comment-nav-next:hover {
    background-color: #ddd;
}

/*-------404 Page--------*/

section.error-404.not-found {
    text-align: center;
    padding: 30px;
}

section.error-404.not-found h1 {
    color: #000;
}


section.error-404.not-found input.search-submit {
    padding: 10px;
}


section.error-404.not-found input.search-field {
    padding: 10px;
}

.go-home {
    margin-top: 10px;
}

.go-home a {
    color: red;
    font-size: 20px;
}
/*----------------sidebar---------------------*/

#sidebar {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 40px;
}

.wp-block-search .wp-block-search__label {
    font-weight: 700;
    color: #000;
}

.no-comments.wp-block-latest-comments {
    color: #000;
}

span.required-field-message {
    color: #000;
}

p.logged-in-as a {
    color: #000;
}

div#sidebar li {
    list-style: none;
    padding: 5px;
    margin: 10px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

/* Sidebar widgets */
#sidebar .widget {
  margin-bottom: 30px;
}

/* Sidebar widget title */
#sidebar .widget-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ff9317;
}

div#sidebar h2 {
    color: #ff9317;
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ff9317;
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 0.25em;
    border: 1px solid #ff0505;
}


.singlepost-category a:hover{
    color: #fff;
}

h2.post-title a:hover, .display_only a:hover {
    color: #000;
}

/* Sidebar widget links */
#sidebar a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

/* Sidebar widget links on hover */
#sidebar a:hover , h2.post-title:hover {
  color: #ff9317;
}

/*-------------Hover Effect--------*/
.post-box-section img:hover , .new-arrival-content:hover , .side-box-img img:hover{
    -webkit-transform: scale(1.3);
    transform: scale(0.9);
}

@keyframes .side-box-img {
  50% {transform: rotate(180deg);}
}

 .feature-box h4{
    text-decoration: none !important;
}

.feature-box-main .feature-box .feature-icon {
    position: relative;
}

.feature-box-main .feature-box .feature-icon::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3498db;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.feature-box-main:hover .feature-box .feature-icon::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}



/*----------Recommended CSS-------*/

.wp-caption {
  font-size: 14px;
  color: #666;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 5px;
}


.wp-caption-text {
  font-size: 12px;
  color: #999;
  text-align: center;
}


.gallery-caption {
  font-size: 14px;
  color: #666;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 5px;
}


.bypostauthor {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}


.alignright {
  float: right;
  margin-left: 10px;
}


.alignleft {
  float: left;
  margin-right: 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}




/*-----------button--------*/

.button {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    color: #fff;
}

.button:hover{
    background-color: #ff9317;
}


.theme-btn a {
    padding: 15px;
    font-size: 18px;
    background: linear-gradient(90deg, #5D4037, #ff9317);
    background-color: #ff9317;
    font-weight: 600;
    border-radius: 15px;
    color: #fff;
}


.theme-btn a:hover{
    transition: 500ms linear;
    background-color: #000;
}

.theme-btn{
    margin-top: 20px;
}
/*--------------pagination----------*/


.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.pagination li {
    margin: 0 5px;
}
.pagination a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.pagination a:hover {
    background-color: #ff9317;
}
.pagination .current {
    background-color: #000;
    color: #fff;
    border-color: #000;
}




/*----------------Top Bar---------*/

.top-bar {
    background: linear-gradient(354deg, #5D4037, #ff9317);
    padding: 10px;
}

.contact-details span {
    font-weight: 600;
    color: #000;
    padding: 10px;
}

span.border-span {
    border-right: 1px solid #fff;
    margin-right: 10px;
}

/*---------------Social Media Icons---------*/

.social-theme-icon {
    text-align: right;
}

.social-theme-icon a i {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
}

.contact-details-top a {
    margin-right: 10px;
    color: #fff;
}

/*----------------Header CSS-------------------------------*/

/* Layout */
.header {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.site-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}
.main {
    display: flex;
    flex-wrap: wrap;
}
.content {
    flex: 2;
    margin-right: 20px;
}

p.site-description {
    font-size: 26px;
    color: #fff;
}


.display_only h1 a {
    color: #ff9317;
}

h1.site-title a:hover {
    text-decoration: none;
}

.head-banner-img {
   position: relative;
   background-size: cover;
   background-position: center;
}

h1.site-title a {
    font-size: 55px;
    color: #fff;
}

.display_only {
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.display_only p {
    font-size: 14px;
    color: #000;
}

.display_only h1 {
    font-size: 34px;
    margin: 0px;
}

.site-branding {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   padding: 50px;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   color: #fff;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.site-logo img {
   width: 200px;
   height: auto;
}
.site-title, .site-description {
    margin: 0;
}


.site-header .site-logo h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}

.site-header .site-logo img {
  max-height: 50px;
}


/*------------------------------------Index.php----------------------------------*/

h2.entry-title {
    font-size: 38px;
}

.main-post-content-box {
    margin: 15px;
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
}

.main-post-content-box .entry-content {
    padding: 10px;
}

.card-body p {
    color: #000;
}

/* Content Styles */
.entry-content {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

.entry-header {
  margin-bottom: 1.5em;
}

.entry-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.entry-meta {
  font-size: 14px;
  margin-bottom: 1em;
}

.entry-meta a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.entry-meta a:hover {
  color: #000;
}

.entry-footer {
  margin-top: 1.5em;
}

.entry-title {
    margin-bottom: 10px;
}

.entry-content {
    margin-bottom: 20px;
}

.page-links {
    margin-top: 20px;
    clear: both;
}

.tags-list {
    margin-bottom: 10px;
}

.read-more-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #007bff;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    background-color: #ff9317;
}


.single-post .post-thumbnail {
    padding: 0px 0px 40px 0px;
}

.single-post header.entry-header h1 {
    font-size: 36px;
    padding: 10px 0px;
}

.singlepost-category {
    padding: 20px 0px 0px 0px;
}

.singlepost-category a {
    background: #ccc;
    padding: 3px 15px;
    margin: 2px;
}

.card-body a {
    color: #000;
    background-color: #ff9317 !important;
    border: none;
}

.card-body a:hover {
    background: #000;
}

.main-single-post-page {
    padding: 40px 0px 0px 0px;
}

h2.entry-title {
    padding: 20px 0px 10px 0px;
    font-size: 34px;
    color: #000;
}

.main-single-post-page h2.entry-title{
padding: 10px 0px;
}

.entry-meta {
    font-size: 14px;
    margin-bottom: 1em;
    font-weight: 700;
    color: #000;
    max-width: 260px;
    padding: 0px 0px 0px 10px;
    background: #ff9317;
}

.card-body h5 {
    color: #000;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
}

.cat-meta {
    padding: 10px 0px 10px 0px;
}

.cat-meta a {
    background: transparent !important;
}


.archive .page-container {
    margin-top: 30px;
}

/*-----------------Section-----------------------*/

/* Style for section */


/* Style for section heading */
section h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
}

/* Style for section content */
section p {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 30px;
}


header.entry-header h1 {
    padding: 40px 0px;
}

.section-mini-heading i {
    color: #ff9317;
    font-size: 30px;
    margin-left: 5px;
    padding: 2px;
    border-radius: 50%;
}


h5.section-mini-heading {
    margin: 0px;
    color: #ff9317;
}

/*---------------------------Slider-----------------*/

section#slider {
    padding: 0px;
}

.slider {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.slide {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
}

.slider .slide:first-child {
    display: block;
}

.slide-content {
    position: absolute;
    top: 20%;
    left: 3%;
    color: #fff;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
    width: 60%;
}

.slide-content h2 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 70px;
}

.slide-content p {
    color: #fff;
    margin: 0;
    font-size: 18px;
}



/* -------------- About Us ------------ */



.about-heading-main {
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}

.about-heading-main h3 {
    font-size: 40px;
}

.call-btn {
    display: inline-block;
    background: linear-gradient(to right, #5D4037, #ff9317);
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(22, 155, 197, 0.3);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.call-btn a{
    color: #fff;
}


#about-us .about-title
{
  font-size: 18px;
  color: #000000;
  font-family: poppins,sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
#about-us .about-title:after
{
  content: "";
  width: 30px;
  height: 2px;
  background-color: #5D4037;
  position: absolute;
  margin-top: 15px;
  margin-left: 9px;
}
#about-us .about-dec
{
  font-size: 18px;
  color: #666666;
  font-family: poppins,sans-serif;
  font-weight: 400;
  margin-top: 30px;
}

.call-text {
  margin-top: 20px;
    display: -webkit-box;
}

.call-text p {
    font-size: 30px;
}

.call-text a {
    font-size: 30px;
    color: #ff9317;
}


/*--------------About Section--------*/

/* General Styling for the About Us Section */
.about-us-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.about-us-section .section-title {
    font-size: 50px;
    font-weight: 700;
    color: #5D4037;
    margin-bottom: 10px;
}

.about-us-section .section-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #ff9317;
    margin-bottom: 5px;
    margin: 0px;
}

.about-us-section .section-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 8px;
}

.about-us-section .contact-info {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0px;
}

.about-sec-img img {
    border-radius: 30px;
}

.about-us-section .btn-primary {
    border-radius: 0px;
    background-color: #ff9317;
    border-color: #ff9317;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.about-us-section .btn-primary:hover {
    background-color: #ff9317;
    border-color: #8e6637;
}

.contact-details {
    text-align: center;
    position: relative;
    top: -85px;
    background: linear-gradient(90deg, #5D4037, #ff9317);
    border: 1px solid #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
}

.contact-details h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.contact-details p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .about-us-section .col-lg-6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .about-us-section .section-title {
        font-size: 28px;
    }

    .about-us-section .section-subtitle {
        font-size: 18px;
    }

    .about-us-section .section-description {
        font-size: 15px;
    }
}



/*-----------------FAQ Section----------*/

.faq-section {
    background: #fff;
    padding: 60px 0;
}

.faq-section .section-title {
    font-size: 36px;
    font-weight: bold;
    color: #5D4037;
}

.faq-section .section-mini-heading {
    font-size: 18px;
    color: #f57c00;
    font-weight: bold;
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-accordion .accordion-button {
    background: #ff9317;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    padding: 15px;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #d46a00;
    color: #fff;
}

.faq-accordion .accordion-body {
    font-size: 16px;
    color: #555;
    background: #f9f9f9;
    padding: 15px;
    border-top: 1px solid #ddd;
}

/*-----------------Counter Section----------*/

.counter-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.counter-box {
    padding: 20px;
    background: linear-gradient(90deg, #5D4037, #ff9317);
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.counter-box i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.counter-box .counter-number {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0px;
}

.counter-box .counter-label {
    font-size: 16px;
    color: #fff;
    margin: 0px;
}


/* -------------- About Us ------------ */


/* Unique About Us Section */
.about-us-2section {
    padding: 100px 0;
    background: linear-gradient(to right, #fff5e6, #ffedd5);
    position: relative;
    overflow: hidden;
}

/* Floating Paw Elements */
.floating-paw {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('https://example.com/paw-print.png') no-repeat center;
    background-size: contain;
    opacity: 0.3;
    animation: floatPaws 5s infinite alternate ease-in-out;
}
.floating-paw.second {
    width: 60px;
    height: 60px;
    left: 80%;
    animation-delay: 1.5s;
}

@keyframes floatPaws {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-20px);
    }
}

/* Image Tilt Effect */
.about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transform: rotate(-5deg);
    transition: transform 0.5s ease-in-out;
}

.about-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-in-out;
}

.about-image-wrapper:hover {
    transform: rotate(0deg) scale(1.05);
}

/* Content Styling */
.about-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.4s ease-in-out;
}

.about-content:hover {
    transform: translateY(-5px);
}

/* Animations */
.animate-slide {
    animation: slideIn 1s ease-out;
}

.animate-fade {
    animation: fadeIn 1.2s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Call to Action */
.call-section {
    margin-top: 20px;
}

.theme-button {
    display: inline-block;
    padding: 14px 30px;
    background: linear-gradient(90deg, #5D4037, #ff9317);
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(255, 72, 0, 0.3);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.theme-button:hover {
    background: linear-gradient(135deg, #ff4800, #ff7b00);
    box-shadow: 0 6px 20px rgba(255, 72, 0, 0.4);
}

/* Call Info */
.call-info {
    margin-top: 10px;
}

.call-number {
    font-size: 1.4rem;
    font-weight: bold;
    color: #ff4800;
    text-decoration: none;
    transition: 0.3s;
}

.call-number:hover {
    text-decoration: underline;
}

.call-info p {
    margin: 0;
}

/*-------------Department Section-------*/

/* Choose Us Section */
.choose-us-section {
    background: linear-gradient(to bottom, #FFF3E6, #FFD8A8);
    padding: 50px 0;
}

/* Section Heading */
.section-mini-heading {
    font-size: 18px;
    text-transform: uppercase;
    color: #FF9317;
    font-weight: bold;
}

.section-title {
    font-size: 36px;
    color: #5D4037;
    font-weight: bold;
}

.section-subtitle {
    max-width: 600px;
    margin: 0 auto;
    color: #555;
}

/* Flip Card Design */
.choose-card {
    perspective: 1000px;
}

.choose-card-inner {
    position: relative;
    width: 100%;
    height: 250px;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
}

.choose-card:hover .choose-card-inner {
    transform: rotateY(180deg);
}

.choose-card-front,
.choose-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    backface-visibility: hidden;
}

/* Front Side */
.choose-card-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.choose-card-front .icon {
    font-size: 40px;
    color: #FF9317;
    margin-bottom: 10px;
}

.choose-card-front h3 {
    font-size: 20px;
    color: #5D4037;
}

/* Back Side (Enhanced) */
.choose-card-back {
    transform: rotateY(180deg);
    background: linear-gradient(90deg, #5D4037, #ff9317);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 25px;
    opacity: 0.95;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 6px 15px rgba(255, 94, 87, 0.3);
}

.choose-card:hover .choose-card-back {
    box-shadow: 0 10px 30px rgba(255, 94, 87, 0.6);
    transform: rotateY(180deg) scale(1.05);
}

/* Back Side Text */
.choose-card-back p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    max-width: 90%;
    margin-bottom: 15px;
    color: #fff;
}

/* Read More Button */
.choose-card-back .read-more {
    display: inline-block;
    background: #fff;
    color: #FF5E57;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(255, 94, 87, 0.4);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border: 1px solid #ccc;
}

.choose-card-back .read-more:hover {
    background: #5D4037;
    color: #fff;
    box-shadow: 0 6px 15px rgba(93, 64, 55, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .choose-card-inner {
        height: 280px;
    }
}


.read-more {
    text-decoration: none;
    background: #FF5E57;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 14px;
}

/* Appointment Section */
.appointment-block {
    background: transparent;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    top: 30%;
}

.appointment-block h3 {
    color: #ff9317;
    font-size: 50px;
}

.appointment-block p {
    margin-bottom: 15px;
}

.appointment-block .btn {
    display: inline-block;
    background: linear-gradient(to right, #5D4037, #ff9317);
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 10px rgba(22, 155, 197, 0.3);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

/* Department Image */
.department-img {
    text-align: center;
}

.department-img img {
    max-width: 100%;
    border-radius: 10px;
}


/*------------------Team Section------------*/

/* Team Section Styling */
.team-section {
    background-color: #f8f9fa; /* Light background */
    padding: 60px 0;
}


.team-section .section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
}

/* Carousel Item Styling */
.team-carousel .team-member {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.team-carousel .team-member:hover {
    transform: translateY(-10px);
}

.team-carousel .team-member:hover .team-name a{
   text-decoration: none;
}

.team-carousel .team-member img {
    margin-bottom: 15px;
    transition: transform 0.3s;
}

/* Team Member Name and Position */
.team-carousel .team-name {
    font-size: 30px;
    font-weight: 600;
    color: #ff9317;
    margin-top: 15px;
    margin-bottom: 0px;
}

.team-carousel .team-position {
    font-size: 1rem;
    color: #777;
    margin-bottom: 20px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .team-carousel .team-member {
        padding: 15px;
    }

    .team-section .section-title {
        font-size: 2rem;
    }

    .team-section .section-subtitle {
        font-size: 1rem;
    }
}

/*---------------------Testimonial----------*/

/* Testimonial Section */
.testimonials-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffedd5 50%, #fff 50%);
    position: relative;
    overflow: hidden;
}

/* Floating Quote Icon */
.testimonial-quote {
    font-size: 5rem;
    color: rgba(255, 72, 0, 0.2);
    position: absolute;
    top: -30px;
    left: 25px;
}

/* Testimonial Card */
.testimonial-card {
    perspective: 1000px;
    width: 100%;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.testimonial-card:hover {
    transform: rotateY(180deg);
}

/* Front & Back Styles */
.testimonial-front,
.testimonial-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Flip Animation */
.testimonial-back {
    transform: rotateY(180deg);
    background: rgba(255, 102, 0, 0.8);
    color: #fff;
}

/* Client Image */
.testimonial-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

/* Text Styling */
.testimonial-text {
    text-align: center;
    font-size: 1.1rem;
    margin-top: 10px;
}

/* Animations */
.animate-slide {
    animation: slideIn 1s ease-out;
}

.animate-fade {
    animation: fadeIn 1.2s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*-------------Features section--------*/

.section-heading-main {
    text-align: center;
}

/* General Section Styling */
.features-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    position: relative;
}


/* Card Layout Styling */
.benefits-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

/* Feature Card */
.feature-card {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, #ff8c42, #ffba5c);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-card-inner {
    position: relative;
    padding: 30px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Icon Container */
.icon-container {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    transition: all 0.3s ease;
}

.feature-icon {
    font-size: 40px;
    color: #ff9317;
}

.feature-card:hover .icon-container {
    transform: translateY(-5px);
}

/* Title Styling */
.feature-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

/* Description Styling */
.feature-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .features-section .section-title {
        font-size: 36px;
    }

    .features-section .section-subtitle {
        font-size: 16px;
    }

    .benefits-cards {
        flex-direction: column;
        align-items: center;
    }

    .feature-card {
        width: 90%;
        margin: 15px 0;
    }
}

/*---------------Product sections--------*/

h4.product-title a:hover {
    text-decoration: none;
    margin: 0px;
    color: #5D4037;
}


.new-arrival-content {
    background-color: #5D4037;          
    text-align: center;
    margin: 10px;
}

a.added_to_cart.wc-forward {
    color: #5D4037;
    background: no-repeat;
    padding: 6px;
}

.heading-section {
    text-align: center;
    padding: 40px;
}

.heading-section h3 {
    color: #ff9317;
    font-size: 50px;
}

.add-btn {
    text-align: center;
    margin: 0 auto;
}

span.arrival-cart a {
    font-size: 20px;
    background: #ff9317;
    margin-bottom: 10px;
}

.new-arrival-content {
    text-align: center;
}


h4.product-title {
    padding-top: 5px;
    margin: 0px;
}

h4.product-title a {
    margin: 0px;
    color: #ff9317;
}

span.product-sale-tag {
    position: relative;
    top: -2px;
    color: #fff;
    background-color: #ff9317;
    padding: 10px;
}

.price-box {
    padding: 5px;
    font-size: 18px;
}


.product .entry-meta {
    display: none;
}
    
/*-----------Section One-------------*/

h2.post-title a:hover {
    color: #5D4037;
}

.post-box-section.item {
    margin-top: 40px;
}

.latest-content p {
    font-size: 14px;
    color: #666;
}

.latest-content {
    padding: 0px 10px;
    text-align: left;
    max-height: 5.5em;
    line-height: 1.5em;
    overflow: hidden;
}

.readmore-latest {
    padding: 0px 10px;
    text-align: left;
}

.readmore-latest a {
    font-weight: 400;
    color: #5D4037;
    font-weight: 500;
}

h2.post-title {
    margin: 0px;
    font-size: 18px;
}

.data-inner {
    text-align: left;
    padding: 20px 30px; /* Consolidated padding */
    background-color: #fff;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    background: #fff; /* Removed redundant background property */
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.15); /* Optimized box shadow */
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.section-heading-main h3 {
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
}

section#section3 {
    padding: 40px;
}


section#section1 {
    padding: 0px 0px 40px 0px;
}

h2.post-title a {
    font-size: 40px;
    color: #ff9317;
}

h2.second-sec-heading a {
    color: #fff;
    font-size: 42px;
}


.post-sect2 {
    margin: 10px;
}


.the-content-box-sec2 {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.the-content-box-sec2 p {
    color: #fff;
}

.sec2-meta span {
    color: sandybrown;
}

.sec2-cat a {
    color: #fff;
    background: #ff9317;
    padding: 5px;
}   

.sec2-meta span {
    color: #ff9317;
}


.post-sect4 {
    text-align: right;
    margin: 10px;
}


section#section3 h2.post-title {
    font-size: 19px;
    padding: 10px;
    text-align: center;
}


.post-sect4-more {
    text-align: center;
    margin: 10px;
}

/*-------------------------Contact Page CSS------------*/

section.contact-page {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 60px;
}

.head-contact {
    text-align: center;
    padding: 20px;
}

.contact-page-box {
    background: #fff;
    padding: 20px;
}

.info-contact-box {
    padding: 20px;
    text-align: center;
}

.contact-page-from-box {
    /* text-align: center; */
    padding: 20px;
}

.contact-page-side-headings {
    text-align: center;
    padding: 50px;
}


.contact-page-side-headings h3 {
    font-size: 46px;
}

.contact-form-main {
    padding: 40px 0px;
}

div.wpforms-container-full button[type=submit] {
    background-color: #000 !important;
    font-size: 20px !important;
}

/*-------------------Post Nav-----------*/


.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 2em 0;
}

.nav-previous a, .nav-next a {
    width: 300px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
}

.entry-share {
    color: #000;
}

.nav-previous a:hover, .nav-next a:hover {
    color: #ff9317;
}

.nav-previous a {
    border-radius: 5px 0 0 5px;
}

.nav-next a {
    border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 768px) {
    .post-navigation {
        flex-direction: column;
    }
    
    .nav-previous a, .nav-next a {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 1em;
    }
}

/*----------Blog Page-*/


.blog-page-main {
    padding: 40px;
}

/*---------------------------Contact Us Page-------------*/

.contact-form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.contact-form-container p {
    margin-bottom: 20px;
}

.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form-container input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form-container input[type="submit"]:hover {
    background-color: #45a049;
}


.contact-main-box {
    padding: 40px;
}

.info-box {
    text-align: center;
    width: 200px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgb(205 124 124 / 80%);
    margin: 10px;
}

.address i {
    font-size: 40px;
}

.address h6 {
    font-size: 20px;
    margin: 7px;
}


.info-box p {
    color: #000;
}

/*-------------------About US Page----------*/

h1.other-pages {
    color: #fff;
    font-size: 120px;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
}


.about-box-1 p {
    line-height: 1.3;
    font-size: 25px;
    text-align: left;
}

.about-box-1 {
    color: #000;
    width: 450px;
    background: #ff9317;
    padding: 20px;
}


.about-main {
    padding: 40px;
}

.about-box-2 p {
    line-height: 1.7;
    font-size: 17px;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
}

.about-box-2 h4 {
    color: #000;
    font-size: 40px;
}

img.about-two-back {
    width: 80%;
}

.about-two-img-box {
    text-align: center;
}


.small-img-box {
    position: absolute;
    bottom: 50px;
    left: 0px;
    font-size: 18px;
}

.images-box {
    position: relative;
} 


.about-text-box {
    text-align: center;
    background: #fff;
    width: 50%;
    padding: 20px;
    position: absolute;
    top: 80px;
    right: 0px;
    font-size: 18px;
}

.about-text-box h3 {
    color: #ff9317;
    font-size: 40px;
}

img.about-two-small {
    width: 400px;
}

section#about-two {
    padding-bottom: 40px;
}

/*-------------------Woocommerce---------------*/

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #ff9317;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    color: #000;
    background: #ff9317;
}

a.button.add_to_cart_button {
    color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000000;
    font-size: 1.25em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #000000;
    color: #fff;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #5D4037;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

.woocommerce ul.products li.product .price {
    color: #000000;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}

/*-----------------Footer--------------------*/


/* Footer styles */
footer {
  background: linear-gradient(354deg, #5D4037, #ff9317);
  color: #fff;
  padding: 20px;
  font-size: 14px;
}

.footer-inside p {
    font-size: 18px;
    color: #fff !important;
}

.footer-inside {
    padding: 40px 20px;
}


.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: initial;
    padding-left: 0px;
    font-size: 18px;
}

ul#menu-footer a:hover {
    color: #000;
}

.widget_text p {
    font-size: 16px;
}   

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #5D4037;
}

/* Copyright styles */
.copyright {
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}


.footer-copyright {
    text-align: center;
    background: #ff9317;
    padding: 10px;
    color: #fff;
}

.footer-copyright p {
    color: #ff9317;
}

footer.site-footer p {
    color: #fff;
}

/*-------------Back to Top--*/

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000; /* Customize as needed */
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  display: none; /* Initially hidden */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: opacity 0.3s, transform 0.3s;
}

.back-to-top:hover {
  background-color: #000;
  transform: scale(1.1);
}


/*-----------------------MOBILE Media*/


@media only screen and (max-width: 768px) {

.main-outer {
    position: relative;
    top: 0px;
  }

section {
    padding: 30px 0px;
}

.testimonial-text p {
    font-size: 14px;
}
.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0rem;
}

  .slide-content p {
    display: none;
}

.slide-content {
    position: absolute;
    top: 8%;
    left: 3%;
    color: #fff;
    text-align: left;
    background: transparent;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
}

.slide-content h2 {
    margin: 0;
    font-size: 20px;
}

.theme-btn {
    margin-top: 15px;
    margin-bottom: 30px;
}

.appointment-block {
    top: 0%;
}

.theme-btn a{
    font-size: 12px;
}
    .row.pro-bx {
    margin: 0 auto;
}

.side-box-img {
    text-align: center;
    animation: spin 10s linear 0s infinite;
    padding: 10px;
}

.services-section {
    margin-top: 0px;
    background-color: #f9f9f9;
    padding: 60px 0;
}


.day-box {
    text-align: center;
}

.time-content p {
    margin: 0px;
    font-size: 14px;
    color: #666666;
    font-family: poppins, sans-serif;
    font-weight: 400;
}

section#banner-section-first h2 {
    font-size: 40px;
    color: #ff9317;
}

.heading-section h3 {
    color: #ff9317;
    font-size: 32px;
}   

.new-arrival-content {
    border-radius: 5%;
    margin: 10px;
    text-align: center;
}

.text-box {
    text-align: center;
}

    .sec2-cat {
    margin-top: 10px;
}

h2.second-sec-heading a {
    color: #fff;
    font-size: 26px;
}

.post-sect4 {
    text-align: left;
    margin: 10px;
}

.about-text-box {
    text-align: center;
    background: #fff;
    width: 65%;
    padding: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
}

.about-text-box h3 {
    color: #ff9317;
    font-size: 12px;
}

.about-text-box p {
    font-size: 10px;
}

section#about-two {
    height: 400px;
}

.about-box-1{
    width: 100%;
}

img.about-two-small {
width: 30%;
}

.display_only h1 {
font-size: 32px;
}

p.site-description {
font-size: 14px;
color: #fff;
}

.menu-logo .theme-btn {
    text-align: center;
}


.site-branding {
padding: 5px;
}


h1.site-title a {
    font-size: 30px;
    color: #fff;
}

footer {
    padding: 10px;
}

h2.post-title {
text-align: left;
}

h1.other-pages {
color: rgba(0,0,0,1);
font-size: 60px;
text-align: center;
}

.info-box {
text-align: center;
width: 100%;
background-color: #fff;
padding: 20px;
box-shadow: 0 0 10px rgb(205 124 124 / 80%);
margin: 10px;
}


}

/*------------Hover Effect---*/

 .fade-in-text {
    animation: fadeIn 3s;
    -webkit-animation-duration: 3s;
    /* animation-duration: 1s; */
    -webkit-animation-fill-mode: both;
}

 .post img:hover , .latset-post-img img:hover{
        -webkit-transform: scale(1.3);
        transform: scale(0.9);
}



.post img, .latset-post-img img {
    border-radius: 8px;
    box-shadow: rgb(165 146 149) 0px 0px 20px;
}

/*----------------Indicatores-----*/

/* Style for the Owl Carousel dots (indicators) */
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.owl-carousel .owl-dot.active {
    background: #ff9317; /* Active dot color */
    width: 15px; /* Slightly larger active dot */
    height: 15px;
}

/* Optional: Add hover effect */
.owl-carousel .owl-dot:hover {
    background: #ff6347; /* Color on hover */
    transform: scale(1.2); /* Slightly increase size on hover */
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: black;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}



