/* banner css */
section.learning-banner {
    padding-top: 147px;
    z-index: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(/wp-content/uploads/2025/09/hero-5.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
}
.hero-learning {
   display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1440px;
    margin: auto;
	justify-content: space-between;

}
.hero-top p {
    margin: 0px;
    font-size: 18px;
    color: #072236;
    font-weight: 500;
}
.hero-top {
    background-color: #fff;
    max-width: fit-content;
    padding: 6px 12px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    box-shadow: inset 0px -3.4px 0px 0px rgba(65, 65, 65, 0.12);
    margin-bottom: 0px;
}
.service-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #062135;
    font-family: Plus Jakarta Sans !important;
}
.service-content p {
    font-size: 16px;
    line-height: 24px;
    color: #062135;
    font-weight: 400;
    margin-bottom: 20px;
}
.read-all {
    color: #062135;
    justify-content: center;
    max-width: 75px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans" !important;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.hero-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 0px;
}
p.short-intro {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-image: linear-gradient(90deg, #FFFFFF40, #FFFFFF80);
    padding: 15px 26px;
    max-width: fit-content;
}
.primary-btn {
    margin-top: 16px;
}
h1.hero-title {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    line-height: 60px;
    margin-bottom: 0px;
}
p.hero-subtitle {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin: 0;
}
.hero-image img {
    height: 576px;
    margin-bottom: -4px;
    width: 580px;
    object-fit: cover;
}
.hero-image {
    width: 33%;
}
/* 2nd section css */
.details-section {
    background-color: #EBEFF1;
    padding: 64px 10px;
}
.service-animal {
    gap: 64px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    background-color: #fff;
    margin-bottom: 40px;
    border-radius: 5px;
}
/* .service-animal:nth-child(even) {
    flex-direction: row-reverse;
} */
/* .service-animal:nth-child(even) .service-content {
    padding-left: 80px;
    padding-right: 0;
} */
.service-image img {
    width: 480px;
    max-width: 480px !important;
    height: 470px !important;
    object-fit: cover !important;
	border-radius: 16px;
	margin-bottom: -4px;
}
.service-content {
    padding-right: 65px;
}
/* .service-animal:nth-child(even) .service-image img {
    border-radius: 16px;
} */
.read-all:hover {
    background-color: transparent;
    color: #C1A783;
    border-color: #C1A783;
}

p.link-more {
    display: none;
}
.page-template-learning-center .main-container-menu-nav {
    background-color: #ffffff00;
}
.page-template-learning-center .nav-menu li a {
    color: #ffffff !important;
}
.page-template-learning-center .sticky .nav-menu li a {
    color: #273C4B !important;
}
.page-template-learning-center .account-cta {
    color: #ffffff !important;
}
.page-template-learning-center .sticky .account-cta {
    color: #273C4B !important;
}

/* tablet responsive */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hero-learning {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
	h1.hero-title br {
		display: none !important;
	}
	/* .service-animal:nth-child(even) .service-content {
    padding-left: 20px !important;
    padding-right: 0;
} */
	    .service-animal {
        gap: 20px;
        flex-direction: row !important;
        display: flex;
    }
	    /* .service-animal:nth-child(even) {
        display: flex;
        flex-direction: row-reverse !important;
    } */
	.service-content h2 {
    font-size: 20px;
    line-height: 30px;
}
	    .short-intro {
        font-size: 18px !important;
        padding: 12px 15px !important;
    }
	h1.hero-title {
    font-size: 32px;
    line-height: 42px;

}
p.hero-subtitle {
    font-size: 16px;
    line-height: 26px;

}
.hero-image img {
    margin-bottom: 0px;
    width: auto;
    object-fit: cover;
    height: 400px;
}
    .service-image img {
        max-width: 270px !important;
        height: 374px !important;
        object-fit: cover !important;
    }
    .service-content {
        padding-right: 15px;
    }

    .service-content h2 {
        font-size: 24px;
        line-height: 34px;
    }
	.service-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
	    .service-animal {
        gap: 30px;
    }
	    .hero-image {
        width: 100% !important;
        display: flex;
        justify-content: flex-end;
    }
}
/* mobile responsive css */
@media only screen and (max-width:767px) {
	       .learning-banner {
          		padding: 90px 16px 0px !important;
        		margin-top: 0px !important;
        		background-image: url(https://usservicepets.com/wp-content/uploads/2025/09/hero-2-1.png) !important;
			           height: 365px !important;
			           background-position: center right !important;
    }   
	    p.short-intro {
        display: none;
   		 }
.hero-top p {
    font-size: 14px;
}
	
	h1.hero-title br {
		display: none !important;
		}
	/* .service-animal:nth-child(even) .service-content {
    padding: 0px 16px 16px 16px;
     //padding-right: 0; 
		} */
		.hero-learning {
    flex-direction: column !important;
		}
	    p.short-intro {
   	     font-size: 14px;
  	  }
	    h1.hero-title {
        font-size: 24px;
        line-height: 32px;
		text-align: left;
  	  }
	.service-content h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #062135;
    font-family: Plus Jakarta Sans !important;
			}
	    p.hero-subtitle {
        font-size: 14px;
        line-height: 24px;
		text-align: left !important;
		padding-bottom:20px;
   		 }
	    .hero-image img {
        max-width: 306px;
        margin-bottom: -4px;
        position: relative;
        right: 0px;
        height: auto;
  		  }
	.details-section {
    background-color: #EBEFF1;
    padding: 16px 16px;
		}
	.service-image img {
        max-width: 100% !important;
		width:100%;
        height: 362px !important;
        object-fit: cover !important;
		 border-radius: 10px;
   		 }
	.service-content {
        padding: 0px 16px 16px;
   		 }
	    /* .service-animal:nth-child(even) .service-image img {
        border-radius: 10px;
			width:100%;
   		 } */
	.service-image {
    width: 100%;
}
	    /* .service-animal:nth-child(even) {
        flex-direction: column !important;
   		 } */
	    .service-animal {
			margin-bottom:16px;
        gap: 16px !important;
        flex-direction: column;
  		  }
	.hero-text {
    display: flex;
    flex-direction: column;
    gap: 16px !important;
    margin-left: 0px;
    align-items: flex-start !important;
		}
	    .hero-image {
        width: auto;
        display: none;
    }
	.read-all{
		font-size:18px;
		line-height:28px;
		font-weight: 700;
	}
	    .page-template-learning-center .sticky #mobile-menu-toggle {
        color: #000 !important;
    }
	.page-template-learning-center .sticky .nav-menu li a {
        color: #fff !important;
    } 
	.page-template-learning-center   .header {
		background: #06213500 !important;
	}
 .primary-btn {
    margin-top: 0px;
}

 }