/*
Theme Name: Travel
Theme URI: 
Author: Isabel
Author URI: 
Description: A simple theme for Travel
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travel
*/


@import url('https://fonts.googleapis.com/css2?family=Istok+creamWeb&family=Kadwa:wght@400;700&family=Irish+Grover&family=Luckiest+Guy:ital,wght@0,400;0,700;1,400;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
}

:root {
	--primary-blue: #000000;
	--primary-fade: #E4F1F2;
	--primary-dark: #303030;
	--primary-light: rgb(27, 27, 27);
	
	--max-wrap: 1400px;
	  --primary: #587cac;
            --secondary: #818181;
            --accent: #3c92d8;
            --dark: #2D3142;
            --light: #ebf1f5;
            --cream: #f0f6fa;
 }

body {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	color: var(--primary-dark);
	font-size: 18px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;   
}

ul {
	padding: 0px 0px 20px 5px;
 }

 ul li > ul {
	padding: 0;
 }

 ul li > ul li {
	line-height: 2rem;
 }

 li {
	font-size: 1.3rem;
	margin-left: 0px;
	line-height: 3.2rem;
	padding-left: 0px;
	list-style-type:none;
 }

 strong {
	font-size: 1.4rem;
	/* display: block; */
	margin-bottom: 0px;
	color: var(--primary-dark);
 }

 li strong {
	font-size: 1.3rem;
 }

.logo {
	/* max-width: 80px;  */
	height: auto;
	vertical-align: middle;
	margin-right: 30px;
	animation: bounce 3s ease-in-out infinite;
}

 @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }

.muggles-font {
  font-family: "Irish Grover", system-ui;
  font-weight: 400;
  font-style: normal;
	text-decoration: none;
	font-size: 3rem;
	-webkit-text-stroke: 2px black;
	color: red;
}

.thick-font {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
}

b {
	font-size: 1.1rem;
}

.site-header, .site-footer {
	text-align: center;
	margin: 0 auto;
}

.site-description  {
	margin: 0;
	font-size: 1.5em;
	color: var(--primary-blue);
	font-weight: bold;
	margin-top: 0px;
	text-decoration: none;
	letter-spacing: 0px;
}

.site-header-wrapper {
	background-color: #ffffff; 
	padding: 0; 
	display: flex;
	align-items: center;
}

.site-header {
	display: flex; 
	justify-content: space-between; 
	padding: 10px 0px 0; 
	width: 100%; 
	max-width: 1450px;
}

.site-branding {
	display: flex; 
	width: auto;
	align-items: center;
}

.header-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.site-branding .logo {
	height: 140px; 
	width: auto;
}

.main-navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
 }
 
 #primary-menu {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 10px;
 }
 
 /* TOP-LEVEL MENU ITEMS */
 #primary-menu > li {
	position: relative;
	display: inline-block;
 }
 
 /* TOP-LEVEL LINKS */
 #primary-menu > li > a {
	display: block;
	text-decoration: none;
	color: var(--primary-blue);
	padding: 20px 20px;
	line-height: 2rem;
	transition: color 0.3s ease;
 }
 
 #primary-menu > li > a:hover {
	color: #a32e2e;
 }

 #primary-menu ul,
#primary-menu li {
  margin: 0;
  padding: 0;
}
 
#primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: white;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	z-index: 10;
	opacity: 0;
	transform: translateY(10px);
	visibility: visible;
	transition: all 0.3s ease;
	width: max-content;
	min-width: 150px;
	text-align: left;
 }
 
 #primary-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
 }
 
 #primary-menu .sub-menu li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
 }
 
 #primary-menu .sub-menu li a {
	display: block;
	padding: 15px 30px;
	text-decoration: none;
	color: var(--primary-blue);
	white-space: nowrap;
	width: 100%;
	transition: background-color 0.3s ease, color 0.3s ease;
	box-sizing: border-box; 
 }
 
 #primary-menu .sub-menu li a:hover {
	background-color: var(--primary-blue);
	color: #fff;
 }

 .slideshow-container {
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.active {
	opacity: 1;
}
 
#content.site-content {
  width: min(80%, var(--max-wrap));
  margin-inline: auto;
  padding: 2.5rem 0 5rem;

}

.page-section {
  background-color: #c7daeb;
}

.contact-content {
	display: flex;
}

.contact-info {
	/* background-color: var(--primary-blue); */
	color: #ffffff;
	padding: 25px 25px 0px 25px;
	border-radius: 15px;
	flex-grow: 1;
}

.contact-right {
	flex-grow: 2;
	padding: 0px 15px 0px 35px;
}

.scale-img {
	width: 400px;
	height: 300px;
	object-fit: contain;
 }


.image-text-wrapper {
	display: flex;
	align-items: center; 
	gap: 50px;
	padding: 10px 0 60px;
 }
 
 .career-image {
	width: 480px;
	height: auto;
	box-shadow: -10px 10px 0 rgba(62, 132, 172, 0.712);
 }

.entry-title {
	font-size: 1.5em;
}

.entry-content {
	font-size: 1em;
	line-height: 1.6;
}

p {
	font-size: 1.3rem;
	line-height: 2.7rem;
	margin-bottom: 20px;
}

/* #content {
	background-color: #1e90ff;
}

main {
	background-color: #1e90ff;
} */

.blk {
	color: var(--primary-blue);
}

.fa-phone {
	margin-right: 10px;
}

.number {
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
}

.home-bg {
	background: #E4F2F5;
}

.slide-heading {
	background: #3CB99A;
	color: #FFF;
	padding: 2em 0;
	font-size: 1.5em;
}

section {
	padding: 5rem 0;
}

.centered {
	text-align: center;
	display: flex;
	justify-content: center;
	  flex-direction: column;
}

.centered a {
  display: inline-block; 
}

.slideshow-wrap {
	min-height: 50vh;
	position: relative;
	box-shadow: inset 0 -20px 20px -10px rgba(0, 0, 0, 1);
	/* border: 10px solid #000; */
	/* padding-bottom: 10px; */
	  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-image: url("images/slideshow/mrmuggles-dog-care-boarding.jpg");
   text-align: center; 
}
 
.slideshow-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.slideshow-text-wrap {
	  position: relative;
  max-width: 900px;
  color: #fff;
}

.slideshow-text, .slideshow-subtext {
font-size: clamp(4rem, 7vw, 4rem);
	/* position: absolute;
	bottom: 100px;
	width: 100%; */
	text-align: center;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.637);
	z-index: 9;
}

.slideshow-subtext {
	font-size: clamp(1rem, 2vw, 2rem);
}

.enroll-btn, .book-btn {
  align-self: center;        /* centers inside flex */
  display: inline-flex;     /* keeps width tight to content */
  justify-content: center;
  width: fit-content; 
    width: auto; 
	z-index: 10;
      background-color: #e53935; 
      color: #fff;
  padding: 1rem 5rem;
      border: none;
            border-bottom: 5px solid rgb(255, 255, 255);
      border-radius: 50px;
      font-size: 1.8rem;
      font-weight: 600;
      cursor: pointer;
      transition: background-color 0.2s ease, transform 0.1s ease;
		text-decoration: none;
    }

	 .book-btn {
	  /* border-left: 10px solid black; */
            border-bottom: 5px solid rgb(0, 0, 0);
	 }


	  .enroll-btn:hover, .book-btn {
      background-color: #b93737;
		transform: scale(1.05);
    }

    .enroll-btn:active, .book-btn {
      transform: scale(.9);
    }

	 h1 {
			 font-family: "Kadwa", serif;
	 }

h2 {
	 font-family: "Kadwa", serif;
	color: var(--primary-dark);
	font-size: 2.5rem;
	padding-bottom: 1rem;
}



h3 {
	 font-family: "Kadwa", serif;
	font-size: 1.5rem;
	padding: 20px 0 5px 0;
}

.entry-content h3 {
	color: #eee;
	font-size: 1.8rem;
}

h4 {
	font-size: 1.3rem;
	padding: 0px 0;
}

h2.entry-title {
	color: #363636;
}

.white {
	color: #FFF;
}

.dogcare-services {
	max-width: var(--max-wrap);
	margin: 0 auto;
	padding: 10px 0px;
}

.service-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;

}

.service-card {
	padding: 35px;
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
		text-align: center;
}

.service-card:hover {
	transform: translateY(-5px);
}

.service-card h3 {
	color: var(--primary-dark);
	font-size: 1.9rem;
	margin-bottom: 0px;
	padding: 5px 0;
	font-weight: 700;
	text-align: center;
	font-family: "Luckiest Guy", cursive;
}

.service-card p {
	font-size: 1.2rem;
	color: #000000;
	line-height: 1.6;
	margin-bottom: 20px;
}

.service-card img {
	border: 2px #ffffff solid;
	border-radius: 50%;
	    z-index: 1;
		   position: absolute;
			  width: 240px;
    height: 240px;
	 left: 5px;
	top: 2px;
}

.image-container {
    position: relative;
    width: 260px;
    height: 260px;
  }

  .circle-design {
    position: absolute;
	 right: 5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    z-index: -1;
  }

   .circle-design2 {
    position: absolute;
	 	 left: 5px;
    width: 99%;
    height: 99%;
    border-radius: 50%;
    background: 
      #1e90ff;   
		z-index: 0;
  }

  .service-card:nth-child(1) .circle-design2 {
  background: #1e90ff;  /* blue */
}

.service-card:nth-child(2) .circle-design2 {
  background: #00A711;  /* green */
}

.service-card:nth-child(3) .circle-design2 {
  background: #cc0404;  /* red */
}
  

.learn-more {
	/* display: inline-block; */
	/* position: relative; */
	font-family: "Kadwa", courier ;
	display: flex;
	color: #ffffff;
	background-color: #333;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 24px;
	border-radius: 30px;
	display: inline-block;
}

.learn-more:hover {
	/* color: #e23434; */
		background-color: #e23434;
}

.main-info-bg {
	background-color: #AED7DF;
}

.content {
	/* max-width: 1200px; */
	margin: 0 auto;
	padding: 0;	
	color: #333;
	line-height: 1.5em;
	display: flex;
	flex-direction: column;
}

.content-row {
	display: flex;
  gap: 2rem;
  display: flex;
  /* align-items: center; */
  gap: 1rem;
  flex-direction: column;
}

.content-row-inside {
	display: flex;
	flex-direction: row;
	gap: 50px;
}

.image-front {
	display: flex;
	 flex: 0 0 25%;
	   justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  flex-direction: column;
  gap: 20px;
}

.left-image {
	  height: auto;
  display: block;
    border: 4px solid #000;
  box-shadow: -10px 20px 0 #000;
}

.front-text {
	/* flex: 300px 0; */
	flex: 1;
}

.content-row img {
  max-width: 350px;
  height: auto;
}


.fcolumn {
	flex-direction: column;
}

.main-info {
	display: flex;
}

.title-info {
	color: #222;
	padding-bottom: 1rem;
}

.left-info {
	font-size: 1.3rem;
	/* width: 65%; */
	line-height: 2.6rem;
}

.left-info p,  .left-info h2,.left-info ul li {
	text-shadow: -1px 1px 0 rgb(255, 255, 255);
}

.left-info ul li {
	list-style: none;
}

.tagline {
	font-size: 2rem;
	font-weight: 700;
	color: #2a4365;
	margin-bottom: 30px;
	line-height: 1.3;
}

.tagline span {
	color: #3182ce;
}

.service-description {
	margin-bottom: 30px;
	font-size: 1.2rem;
}


.phone-cta {
	/* text-align: center; */
	margin-top: 40px;
}

.phone-cta a {
	display: inline-block;
	background-color: #657dff;
	color: white;
	padding: 15px 50px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.phone-cta a:hover {
	background-color: #2c5282;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.right-image {
	/* float: right;       
	margin-left: 20px;  
	max-width: 500px;   
	height: auto;     
	align-self: flex-start;   */
	border: 10px solid white; 
		display: flex;

	 flex: 0 0 25%;
	   justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  flex-direction: column;
  gap: 20px;
 }

.left-info strong {
	display:inline;
}

.shadow {
	text-shadow: -1px 1px 2px #000;
}

section div {
	max-width: 1300px;
	margin: 0 auto;
}
 
 .bottom-aligned {
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
 }

 .bottom-aligned strong {
	font-size: 1.1rem;
 }


.service-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	/* gap: 2rem; */
	padding: 0;
	list-style: none;
	/* margin: 1rem 0; */
	margin-bottom: 20px;
 }

 .service-list li strong {
	font-size: 1.4rem;
 }
 
 .service-list li {
	background: #fafbfd;
	border: 1px solid #edeff1; 
	padding: 13px 60px 25px 25px;
	margin: 10px 20px 10px 0;
	border-radius: 8px;
	line-height: 1.6;
 }

.site-footer {
	background-color: #000000;
	width: 100%;
	color: #fff;
	padding: 50px 0 0px 0;
}

footer {
	color: white;
	padding: 40px 0;
	line-height: 1.6;
}

.footer-container {
	max-width: var(--max-wrap);
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

.footer-section h3 {
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}

.footer-section h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: #3182ce;
}

.footer-section p, .footer-section a, .footer-section strong {
	color: #ffffff;
	margin-bottom: 0px;
	display: block;
	text-decoration: none;
	transition: color 0.3s;
	text-align: left;
}

.footer-section a:hover {
	color: #c9dcff;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.footer-links a {
	white-space: nowrap;
}

.footer-links li a {
	line-height: 180%;
	padding: 0;
	margin: 0;
}

.copyright {
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #4a5568;
	color: #a0aec0;
	font-size: 0.9rem;
}

.social-row {
	display: flex;
	gap: 20px;
	justify-content: center;
	padding: 20px 0;
 }

 .social-row a {
	color: #ffffff; 
	font-size: 3rem;
	transition: color 0.3s ease;
 }

 .page-content a{
color: var(--primary-blue)
 }
 
 .social-row a:hover {
	color: var(--primary-fade); 
 }


 /* FAQ */
 .image-text-section {
	display: flex;
	margin-top: 20px;
	padding-top: 30px;
 }

.image-block img {
	width: 100%;
	max-width: 500px;
	border-radius: 20px;
	height: auto;
}

.image-block-illus img {
	max-width: 100%;
	height: auto;
}

.right-block {
	flex: 1;
	min-width: 280px;
	margin-left: 30px;
}

.color-background {
	background-color: var(--primary-blue);
	padding: 30px 40px 20px 40px;
	color: #FFF;
	border-radius: 20px;
}

.color-border {
	background-color: #4882B8;
	/* border: solid 5px var(--primary-blue); */
	padding: 3% 10%;
	color: #FFF;

	border-radius: 20px;
	margin: 2em 0;

	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 2rem;
}

.color-border div {
	display: flex;
	gap: 1rem;
}

.color-background h2, .color-border h2 {
	color: #FFF;
	padding-bottom: 10px;
	border-bottom: 3px dotted #FFF;
	margin-bottom: 15px;
}

.color-background p {
	line-height: 2.4rem;
}

.services-bg {
	background-color: #c2cedb;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 1.5rem;
  max-width: var(--max-wrap);
  margin: 0 auto;
}

 .center-btn {
	margin: 0 auto;
 }

 .center-btn a {
	margin: .7rem;
	padding: 1rem 3rem;
 }

 	.career-grid p {
		color: #FFF;
	}

 /* +++++++++++++++++++++++++++ */
 /* contact us form */
/* +++++++++++++++++++++++++++ */

.form-wrapper {
	margin: 60px 0;
}

 .contact-form {
	max-width: 500px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
 }
 
 .contact-form input,
 .contact-form textarea {
	width: 90%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
 }
 
 .contact-form button {
	padding: 12px;
	background-color: #5a89a8;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
 }
 
 .contact-form button:hover {
	background-color: #426d89;
 }
 
 .success {
	color: green;
	font-weight: bold;
	text-align: center;
	padding: 20px;
 }
 
 .error {
	color: red;
	font-weight: bold;
 }

 .two-part {
	display: flex;
 }

 .title-part {
	display: flex;
	flex-grow: 1; 
	text-align: center; 
	margin-right: 50px;
	justify-content: center;
	align-items: center;
 }

 .content-part {
	width: 100%; flex-grow: 3;
 }

 /* HIDE toggle button on desktop */

.menu-toggle {
	display: none;
 }

 .submenu-toggle {
	display: none; /* hidden by default */
	background: none;
	border: none;
	font-size: 1.2rem;
	margin-left: auto;
	padding: 10px;
	cursor: pointer;
 }

 .home-section {
 	background-color: #4E75AE ;
	padding: 4rem 0;       
  color: white; 
   display: flow-root; 
}

.home-section h2 {
	color: #FFF;
}
 
.home-container {
	display: flex;
	gap: 3rem;
}

/* Content Sections */
        .content-section {
            background: white;
            padding: 3rem;
            margin-bottom: 3rem;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(66, 179, 255, 0.1);
            animation: slideUp 0.6s ease-out;
        }

        .content-section h2 {
            font-family: "Kadwa", cursive;
            color: var(--primary);
            font-size: 1.8rem;
            margin-bottom: 1.3rem;
            position: relative;
            display: inline-block;
        }

        .content-section h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60%;
            height: 4px;
            background: var(--accent);
            border-radius: 2px;
        }

        .content-section h3 {
            font-family: "Kadwa", cursive;
            color: var(--dark);
            font-size: 1.8rem;
            margin: 2rem 0 1rem;
        }

        .content-section p {
            font-size: 1.1rem;
            margin-bottom: 1rem;
            color: #555;
        }

        /* Feature Grid */
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }

        .feature-card {
            background: var(--cream);
            padding: 2rem;
            border-radius: 15px;
            text-align: center;
            transition: all 0.3s ease;
            border: 3px solid transparent;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            border-color: var(--primary);
            box-shadow: 0 15px 30px rgba(255, 140, 66, 0.2);
        }

        .feature-card .icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .feature-card h3 {
            font-family: "Kadwa", cursive;
            color: var(--primary);
            margin: 1rem 0;
            font-size: 1.5rem;
        }

        /* Pricing Cards */
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1rem;
            margin: 2rem 0;
        }

        .price-card {
            background: white;
            border: 3px solid var(--primary);
            border-radius: 20px;
            padding: 2rem;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .price-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
        }

        .price-card:hover {
            transform: scale(1.05);
            box-shadow: 0 20px 40px rgba(255, 140, 66, 0.2);
        }

        .price-card h3 {
            font-family: "Kadwa", cursive;
            color: var(--primary);
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }

        .price {
            font-size: 3rem;
            font-weight: 800;
            color: var(--dark);
            margin: 1rem 0;
        }

        .price-card ul {
            list-style: none;
            text-align: left;
            margin: 1.5rem 0;
        }

        .price-card li {
            padding: 0.5rem 0;
            padding-left: 1.5rem;
            position: relative;
        }

        .price-card li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--accent);
            font-weight: bold;
        }

        /* Info Box */
        .info-box {
            background: linear-gradient(135deg, var(--accent) 0%, #04BF8A 100%);
            padding: 2rem;
            border-radius: 15px;
            margin: 2rem 0;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .info-box::before {
            content: "🐕";
            position: absolute;
            right: -20px;
            bottom: -20px;
            font-size: 8rem;
            opacity: 0.2;
        }

        .info-box h3 {
            font-family: "Kadwa", cursive;
            margin-bottom: 1rem;
            font-size: 1.8rem;
        }

        /* Divider */
        .divider {
            border: none;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--primary), transparent);
            margin: 3rem 0;
        }

		   /* Contact Info */
        .contact-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin: 2rem 0;
				color: var(--dark)
        }

        .contact-card {
            background: var(--cream);
            padding: 2rem;
            border-radius: 15px;
            text-align: center;
            border: 3px solid var(--primary);
        }

        .contact-card .icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .contact-card h3 {
            font-family: "Kadwa", cursive;
            color: var(--primary);
            margin-bottom: 0.5rem;
        }

        .contact-card a {
            color: var(--dark);
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .contact-card a:hover {
            color: var(--primary);
        }

@media (max-width: 1390px) {
	.site-header {
		flex-direction: column-reverse;
		align-items: center;
	}

	.site-description {
		display: none;
	}

	.quality-approval div img {
		max-width: 100%;
	}

	.menu-toggle {
		display: block;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 999;
		background-color: white;
		border: none;
		font-size: 1.5rem;
		padding: 10px 15px;
		border-radius: 6px;
		cursor: pointer;
	}


	.header-right {
		font-size: .6rem;
	}

	.site-branding .logo {
		flex-direction: column;
		height: 100px;
		padding-bottom: 10px;
	}

	.site-description {
		display: none;
	}

	/* .main-navigation {
		position: fixed;
		top: 0;
		right: 0;
		width: 80%;
		max-width: 330px;
		height: 100vh;
		background-color: white;
		flex-direction: column;
		align-items: flex-start;
		padding-top: 60px;
		transform: translateX(100%);
		transition: transform 0.3s ease-in-out;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
		z-index: 998;
		justify-content: flex-start;
	} */

	.main-navigation.active {
		transform: translateX(0);
	}

	#primary-menu {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}

	#primary-menu>li>a {
		padding: 15px 20px;
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	#primary-menu .sub-menu {
		position: static;
		/* background: #ecf1f3; */
		display: none;
	}

	#primary-menu li.open>.sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
	}

	#primary-menu .sub-menu li a {
		padding-left: 40px;
		color: #8a8a8a;
	}

	.slideshow-container {
		height: 370px;
	}

	.slideshow-text {
		font-size: 2.6rem;
	}


	section {
		padding: 2rem 0;
	}


	section div {
		max-width: 100%;
	}

	.home-container {
		flex-direction: column;
		text-align: center;
	}

	.right-image {
		float: none;
		max-width: 85%;
		align-self: center;
	}

	.image-text-wrapper {
		flex-direction: column;
	}

	.career-grid {
		margin-left: 0;
	}

	.learn-more-btn {
		align-self: center;
	}

	.main-info {
		flex-direction: column;
	}

	.left-info {
		width: 85%;
	}

	.review-grid {
		gap: 10px;
		margin: 10px;
	}

	#content.site-content {
		width: 90%;
	}

	.content-row, .content {
		width: 85%;
	}



	.content-row-inside {
		flex-direction: column;
	}
}

@media (min-width: 800px) {

	.image-grid {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}
}


@media (max-width: 480px) {
	/* .home-section {
		padding: 60px 0;
	} */

	 .home-section {
	padding: 2rem 0; 
	 }
		.muggles-font {
		font-size: 2.2rem;
	-webkit-text-stroke: 1.5px black;
	}

	.section-title {
		font-size: 1.8rem;
	}
}


@media screen and (max-width: 768px) {
	.review-grid {
		display: grid;
		grid-template-columns: 1fr;
	}

	.tagline {
		font-size: 1.7rem;
	}

	.service-description {
		font-size: 1rem;
	}

	.service-cards {
		grid-template-columns: 1fr;
	}

	.review-grid {
		grid-template-columns: 1fr;
	}

	.section-title {
		font-size: 2rem;
		margin-top: 10px;
		line-height: 100%;
	}

	.career-grid {
		grid-template-columns: 1fr;
	}

	.career-card {
		padding: 25px;
	}

	.paws {
		display: none;
	}

}


/* MOBILE STYLES */
@media (max-width: 768px) {
	.dogcare-services {
		/* max-width: 90%; */
		padding: 5px 5px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.service-cards {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0;
	}

	.service-card {
		flex-direction: column;
		justify-content: center;
		width: 65%;
	}


	.slideshow-container {
		height: 260px;
	}

	.slideshow-text {
		font-size: 2.7rem;
	}

	.slideshow-subtext {
		font-size: 1.4rem;
		line-height: 150%;
		padding: .8rem 0;
	}

	.enroll-btn {
		font-size: 1.6rem;
		padding: .8rem 3rem;
		margin-top: 2rem;
	}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
	}

	.image-grid img {
		max-height: 40px;
		max-width: 130px;
	}

	.footer-section p,
	.footer-section a,
	.footer-section strong {
		text-align: center;
	}

	h2 {
		font-size: 1.7rem;
	}

	p {
		font-size: 1.2rem;
		line-height: 1.8rem;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.services {
		width: 90%;
	}

	.contact-content {
		flex-direction: column-reverse;
	}

	.contact-right {
		padding: 0;
	}

	.contact-info {
		padding: 15px 15px 0px 15px;
	}

	.two-part {
		flex-direction: column;
		text-align: left;
	}

	.title-part h2 {
		text-align: left;
		font-size: 1.4rem;
	}

	.right-block {
		min-width: 200px;
		margin-left: 0;
	}

	.image-text-section {
		flex-direction: column-reverse;
	}

	.site-header {
		padding: 0;
	}

	.header-right {
		width: 100%;
	}

	.number {
		font-size: 1.6rem;
		background-color: #222;
		width: 100%;
		color: #FFF;
		padding: .3em 0;
		text-align: center;
		margin: 0;
		/* margin-bottom: 15px; */
}
}