@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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&family=Sora:wght@100..800&display=swap"); * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #248f8f;
    --secondary-color: #4dc4be;
    --text-color: #f4e8be;
    --accent-color: #c49900;
    --bg-primary: #4fc6c0;
    --bg-secondary: #248f8f;
    --gradient-bg: linear-gradient( 180deg, var(--primary-color), var(--secondary-color) );
}

body {
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
    transition: all 0.5s;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Sora", sans-serif;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

a, button {
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    color: #fff;
}

figure {
    margin: 0;
    position: relative;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section {
    position: relative;
    padding: 7rem 0;
}

.innersec .sectionHeading {
    font-size: 3.125rem;
}

/* ===== HEADER ===== */
.head-top {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 50px;
    padding: 10px 0;
}

.head-top-list {
    display: flex;
    align-items: center;
}

.head-top-list li a {
    font-size: 13px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    position: relative;
    padding: 0 15px;
}

.head-top-list li + li a:after {
    content: "";
    height: 100%;
    width: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(15deg);
}

.head-top-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

header:before {
    content: "";
    height: 45px;
    width: 100%;
    background: linear-gradient( 220deg, #248f8f 40%, #4fc6c0 70%, transparent 20% );
    position: absolute;
    top: 0;
}

.head-top-icon li a {
    color: white !important;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.menuList li a {
    font-size: 1rem;
    color: black;
    font-family: "DM Sans";
    font-weight: 500;
}

.menuList ul {
    display: flex;
    gap: 35px;
}

.themeBtn {
    background: var(--gradient-bg);
    color: white;
    padding: 15px 35px;
    font-size: 1.135rem;
    font-family: "DM Sans";
    font-weight: 700;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 4px 10px 5px 0px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    border: none;
}

.themeBtn:hover {
    background: linear-gradient( 0deg, var(--primary-color), var(--secondary-color) );
    box-shadow: none;
    color: white;
}

/* Mobile nav toggle */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 5px;
    z-index: 200;
}

.hamburger span {
    display: block;
    width: 28px;
    height: 3px;
    background: #248f8f;
    border-radius: 3px;
    transition: 0.3s;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;
}

.mobile-menu.open {
    display: flex;
}

.mobile-menu a {
    font-size: 1.25rem;
    color: #333;
    font-family: "DM Sans";
    font-weight: 600;
}

.mobile-menu .close-mob {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: #248f8f;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
}

.mobile-menu .themeBtn {
    color: white;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 111;
}

/* ===== BANNER ===== */
.main-banner {
    min-height: 900px;
    display: flex;
    align-items: end;
    background: linear-gradient(0deg, #aeeae7 -20%, transparent 60%);
    padding: 0;
}

.banCont h1 {
    font-size: 5.75rem;
    font-weight: 700;
    line-height: 1;
}

.banCont h1 span {
    color: var(--primary-color);
}

.banCont p {
    width: 90%;
    color: black;
    font-size: 1.25rem;
    margin: 30px 0 40px;
    font-weight: 500;
}

.ban-elm {
    position: absolute;
}

.mark-one {
    top: 40%;
    left: 15%;
    transform: translate(-50%, -50%);
}

.mark-two {
    bottom: 6%;
    right: 0;
}

.mark-three {
    top: 40%;
    left: 1%;
    transform: translateY(-50%);
}

.belt {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pet-trust {
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    right: 0;
    bottom: -40px;
    backdrop-filter: blur(23px);
    border-radius: 28px;
    padding: 1.5rem;
    border: 1px solid #c49900;
    box-shadow: 0px 10px 38px rgba(139, 128, 249, 0.08);
    transform: translateY(-50%);
}

.pet-trust h3 {
    color: #1b1b1f;
    font-size: 1.12rem;
    font-family: "Inter";
    font-weight: 700;
    margin: 5px 0;
}

.pet-trust p {
    color: #474553;
    font-size: 14px;
    margin: 0;
    font-family: "Inter";
}

.pet-trust figure {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4e8be;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ===== ABOUT ===== */
.sectionHeading {
    font-weight: 700;
    font-size: 4.063rem;
    position: relative;
}

.sectionHeading span {
    color: var(--primary-color);
}

.aboutCont p {
    color: black;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 20px 0 0;
}

.ab-card h3 {
    color: #1a1c1c;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Inter";
    margin: 1rem 0 10px;
}

.ab-card p {
    color: #4a444f;
    font-weight: 400;
    font-family: "Inter";
    font-size: 14px;
    padding-right: 5rem;
    line-height: 1.5;
}

.ab-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 2rem 0 3rem;
}

.aboutImg {
    text-align: center;
}

.ab-cat {
    bottom: 0;
    right: 0;
    width: 15%;
}

.ab-cat-trns {
    top: 0;
    right: 0;
    width: 30%;
}

.ab-mark {
    top: 25%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.rocky-sec {
    background-image: url(../images/about/why-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.test-head {
    margin-bottom: 40px;
}

/* ===== WHY ===== */
.why-card {
    background-color: #f9f9f9;
    text-align: center;
    margin: 2rem 0 0;
    padding: 3rem;
    min-height: 520px;
    position: relative;
}

.why-card h3 {
    font-size: 1.35rem;
    font-family: "Inter";
    font-weight: 700;
    color: #1a1c1c;
    margin: 30px 0 15px;
}

.why-card p {
    color: #4a444f;
    font-size: 1.135rem;
    font-family: "Inter";
    line-height: 1.5;
}

.why-card figure {
    height: 95px;
    width: 95px;
    background: #f4e8be;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

/* ===== PRODUCT ===== */
.prod-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 0 0 2rem;
    padding: 0 1rem 0;
    flex-wrap: wrap;
    gap: 20px;
}

.prod-head .sectionHeading {
    flex: 0 0 40%;
    margin: 0;
}

.prod-head p {
    color: black;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 20px 0 0;
}

.prod-head div {
    flex: 0 0 45%;
}

.prod-card {
    margin: 3rem 1rem 0;
}

.prod-card h3 {
    color: #0a1119;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Sora";
    margin: 1.5rem 0 1rem;
}

.prod-card h4 {
    color: #4c4d56;
    font-size: 1.25rem;
    font-family: "DM Sans";
}

.hand-one {
    top: 10%;
    transform: translateY(-50%);
}

.hand-two {
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}

.line-curve {
    bottom: 35%;
    right: 0%;
    transform: translate(-50%, 50%);
}

.hand-sm {
    top: 45%;
    transform: translateY(-50%);
    left: 1%;
}

.hand-lg {
    top: 58%;
    transform: translateY(-50%);
    left: 0%;
}

/* ===== PROCESS ===== */
.process-sect {
    background: #248f8f;
}

.proc-head .sectionHeading {
    color: white;
}

.proc-card {
    text-align: center;
    margin-top: 3rem;
    position: relative;
}

.proc-card h4 {
    color: black;
    font-size: 1.5rem;
    height: 75px;
    width: 75px;
    background: #4fc6c0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    font-family: "Inter";
}

.proc-card h3 {
    color: white;
    font-size: 1.25rem;
    font-family: "Inter";
    font-weight: 700;
    margin: 26px 0 20px;
}

.proc-card p {
    color: #f3f3f3;
    font-size: 1rem;
    font-family: "Inter";
    padding: 0 1rem;
}

.proc-cont:before {
    content: "";
    height: 2px;
    width: 80%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.proc-cont {
    position: relative;
}

.elm-three {
    right: 0;
    bottom: 0;
}

.elm-one {
    top: 5%;
    left: 0;
}

.elm-two {
    top: 15%;
    left: 1%;
}

/* ===== TESTIMONIAL ===== */
.test-card i {
    color: #e7a831;
    font-size: 20px;
}

.test-card p {
    color: #4a444f;
    margin: 2rem 0;
    font-size: 1.135rem;
    font-style: italic;
    font-family: "Inter";
}

.bio {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bio h3 {
    color: #1a1c1c;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Inter";
    line-height: 1;
    margin: 0;
}

.bio p {
    margin: 0;
    color: #4a444f;
    font-size: 14px;
    margin-top: 5px;
    font-style: normal;
    font-family: "Inter";
}

.test-card {
    padding: 47px;
    background: rgba(249, 249, 249, 0.6);
    backdrop-filter: blur(15px);
    border-radius: 38px;
    border: 1px solid transparent;
    transition: 0.3s all ease-in-out;
}

.test-slider .slick-slide {
    margin: 0 20px;
    width: 460px;
}

.test-slider .slick-list {
    padding: 40px 50px 80px !important;
}

.test-slider .slick-slide.slick-current.slick-center .test-card {
    border-color: #248f8f;
    transform: scale(1.1);
}

:is(.test-slider, .gallery-slider) .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

:is(.test-slider, .gallery-slider) .slick-dots li {
    margin: 0 0.25rem;
}

:is(.test-slider, .gallery-slider) .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #d9d9d9;
    text-indent: -9999px;
    outline: 7px solid transparent;
}

:is(.test-slider, .gallery-slider) .slick-dots li.slick-active button {
    background-color: #248f8f;
    outline-color: rgba(36, 143, 143, 0.2);
}

.test-slider {
    margin-top: 2rem;
}

.test-line {
    top: 0;
    left: 0;
}

.test-cat {
    right: 0;
    bottom: 0;
}

.hand-ts-two {
    bottom: 30px;
    left: 10%;
    transform: translateY(-50%);
}

.hand-ts-one {
    right: 4%;
    top: 15%;
    transform: translateX(-50%);
}

.test-sect {
    padding: 9rem 0;
}

/* ===== SUBSCRIBE ===== */
.sub-content {
    background: url(../images/product/sub-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 5rem 0;
    border-radius: 20px;
}

.sub-img {
    text-align: center;
    margin-top: -8rem;
}

.sub-cont h2 {
    color: white;
    font-weight: 700;
    font-family: "Sora";
    font-size: 4.063rem;
    width: 75%;
}

.sub-cont p {
    color: #f3f3f3;
    font-size: 1rem;
    font-family: "Inter";
    padding: 0;
}

.sub-cont .form-control::placeholder {
    font-size: 14px;
    color: #6b7280;
    font-family: "Inter";
    font-weight: 500;
}

.sub-cont .form-control {
    height: 63px;
    border-radius: 100px;
    font-size: 14px;
    color: #6b7280;
    padding: 0 25px;
    font-family: "Inter";
    font-weight: 500;
}

.sub-cont .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(36, 143, 143, 0.25);
    border-color: transparent;
}

.sub-cont .btn {
    background: var(--gradient-bg);
    color: white;
    font-size: 1.25rem;
    font-family: "DM Sans";
    font-weight: 700;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 4px 10px 5px 0px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    border: none;
    width: 100%;
    margin-left: -6rem;
    height: 63px;
    padding: 0;
}

.sub-cont .btn:hover {
    background: linear-gradient( 0deg, var(--primary-color), var(--secondary-color) );
    box-shadow: none;
    color: white;
}

.sub-cont form {
    margin-top: 2rem;
}

/* ===== FOOTER ===== */
.footer {
    background: url("../images/footer/footer-bg.webp") no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 60px 0 20px;
}

.footer h5 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 1.5rem;
    font-family: "Sora";
}

.footer a {
    text-decoration: none;
    color: #333;
    display: block;
    margin-bottom: 8px;
    transition: 0.2s;
    font-size: 1.125rem;
    font-family: "DM Sans";
}

.footer a:hover {
    color: var(--primary-color);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    color: #333;
    font-family: "DM Sans";
    font-size: 1rem;
}

.contact-item i {
    color: black;
    font-size: 1.125rem;
    margin-top: 3px;
    flex-shrink: 0;
    margin-right: 5px;
}

.footer-bottom {
    background: #4dc4be;
    color: #000;
    text-align: center;
    padding: 20px 0;
    font-size: 1rem;
    font-family: "DM Sans";
}

.footer-logo {
    padding: 0 2.5rem;
}

.foot-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-bottom span {
    font-weight: 700;
}

/* ===== CONTACT DETAILS SECTION ===== */
.contact-details-sect .sectionHeading {
    margin-bottom: 1rem;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 27px;
    padding: 10px;
    margin-bottom: 2rem;
    border-bottom: 1px solid;
    stroke-width: 1.4px;
    stroke: rgba(5, 2, 21, 0.4);
}

.contact-box:nth-child(3) {
    border-bottom: none;
}

.contact-icon figure {
    height: 80px;
    width: 80px;
}

.contact-info h4 {
    color: #8d99a1;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 39.192px;
    text-transform: uppercase;
}
.contact-info p {
    color: #050215;
    font-size: 1.375rem;
    font-weight: 700;
}

.contact-info a {
    color: #050215;
    text-decoration: none;
    word-break: break-all;
}

.banCont {
    position: relative;
}

.contact-details {
    border-radius: 27.994px;
    background: #f6f7f9;
    padding: 2rem;
    position: relative;
}

.contact-form label {
    color: #050215;
    font-size: 1.317rem;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: -0.422px;
}

.contact-form label span {
    color: var(--primary-color);
}

.contact-form .form-control {
    border-radius: 15.807px;
    background: #f6f7f9;
    padding: 15px 20px;
    border: none;
    height: 70px;
}

.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.contact-form .form-control::placeholder {
    color: #8d99a1;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.contact-image {
    position: relative;
}

/* ===== HEALTH GUARANTEE ACCORDION ===== */
.custom-accordion .accordion-item {
    border: none;
    border-left: 8px solid #bebebe;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #f5f5f5;
    /* box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05); */
    border-bottom: 0;
}

.custom-accordion .accordion-button {
    background: #e1f8f7;
    color: #1a1c1c;
    font-size: 1.341rem;
    font-weight: 500;
    border: none;
    padding: 0.938rem 1.75rem;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}

.custom-accordion .accordion-button:not(.collapsed) {
    border-left-color: var(--bg-primary);
    border-radius: 0;
    border-bottom: 0;
}

/* ACTIVE (open) */
.custom-accordion .accordion-item:has(.accordion-collapse.show) {
    border-left-color: var(--bg-primary);
}

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

.custom-accordion .accordion-button.collapsed {
    background: #f5f5f5;
    color: rgba(28,28,28,0.5);
    border: 0;
}

.custom-accordion .accordion-body {
    color: #454545;
    font-weight: 400;
    line-height: 1.5;
    padding: 2.063rem 2.938rem 2.313rem 2.188rem;
    border-top: 0;
    font-size: 1.125rem;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.vaccination-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 40px 0;
}

.vaccination-table th, .vaccination-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.vaccination-table th {
    background-color: #333;
    color: white;
}

.vaccination-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.vaccination-table tr:hover {
    background-color: #f1f1f1;
}

.vaccination-table td:first-child {
    font-weight: bold;
}

/* ===== GALLERY SLIDER ===== */
.gallery-slider {
    padding: 50px 0;
}

.gallery-slider .slick-track {
    display: flex;
    align-items: center;
}

.gallery-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
    margin: 20px 0;
}

.gallery-img {
    overflow: hidden;
    border-radius: 15px;
    transition: 0.3s all ease-in-out;
}

.gallery-img img {
    display: block;
    transition: 0.3s all ease-in-out;
}

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

/* Center (active) slide */
.gallery-slider .slick-center .gallery-img {
    box-shadow: 0px 15px 40px rgba(36, 143, 143, 0.25);
    border: 11px solid var(--bg-primary);
    border-radius: 38px;
}

.gallery-slider .slick-slide.slick-current.slick-active.slick-center div .gallery-img img {
    object-fit: cover;
    width: 666px;
    height: 549.13px;
}

.gallery-slider .slick-slide:not(.slick-center) .gallery-img:hover {
    opacity: 1;
    box-shadow: 0px 10px 30px rgba(36, 143, 143, 0.15);
}

/* ===== GALLERY SLIDER ===== */
/* ===== testimonial ===== */
.testi-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 equal columns */
    gap: 16px;
    padding: 20px;
}

/* ===== testimonial ===== */
.breeding-sec .left, .breeding-sec .right {
    margin-top: 60px;
}

section.breeding-sec img {
    margin-bottom: 2rem;
}

.aboutCont .aboutbtn {
    margin-top: 48px;
}

.test-head p {
    color: black;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 20px 0 0;
}

.rocky-img {
    margin-top: 2rem;
}

.main-banner.inner-banner {
    min-height: 700px;
}

.inner-banner .banCont h1 {
    line-height: 1.3;
}

.contact-form textarea.form-control {
    height: 200px;
    padding: 25px 20px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Section wrapper ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.testimonials-section {
    padding: 4rem 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.testimonials-section .section-sub {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2.5rem;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Submit form card ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.t-form-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 1.75rem;
    margin-bottom: 3rem;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.t-form-card h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: var(--primary-color);
    font-family: 'Sora';
}

.t-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.t-form-grid .full {
    grid-column: 1 / -1;
}

.t-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.t-field label {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    font-family: 'DM Sans';
    margin-top: 10px;
}

.t-field input, .t-field textarea {
    width: 100%;
    padding: 20px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    color: #111;
    background: #fafafa;
    transition: border-color .15s, box-shadow .15s;
    outline: none;
    font-family: inherit;
}

.t-field input:focus, .t-field textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,.12);
    background: #fff;
}

.t-field textarea {
    resize: vertical;
    min-height: 100px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Star rating ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.star-row {
    display: flex;
    gap: 6px;
    align-items: center;
}

.star-row .star {
    font-size: 28px;
    cursor: pointer;
    color: #ddd;
    transition: color .12s, transform .1s;
    user-select: none;
    line-height: 1;
}

.star-row .star.active {
    color: #f59e0b;
}

.star-row .star:hover {
    color: #f59e0b;
    transform: scale(1.15);
}

.star-hint {
    font-size: 13px;
    color: #999;
    margin-left: 8px;
}

.t-error {
    font-size: 12px;
    color: #ef4444;
    display: none;
}

.char-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.char-count {
    font-size: 11px;
    color: #aaa;
}

.t-submit-btn {
    margin-top: 8px;
    width: 100%;
    padding: 16px 0;
    background: var(--bg-primary);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s, transform .1s;
    font-family: 'Sora';
    text-transform: capitalize;
}

.t-submit-btn:hover {
    background: var(--bg-secondary);
}

.t-submit-btn:active {
    transform: scale(.99);
}

.t-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #aaa;
    font-size: 14px;
}

.t-empty span {
    font-size: 2rem;
    display: block;
    margin-bottom: .5rem;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Toast ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.t-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(16px);
    background: #111;
    color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s, transform .25s;
    z-index: 9999;
    white-space: nowrap;
}

.t-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Testimonial card (your existing style) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.test-card .tc-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Slick slider tweaks ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.test-slider .slick-slide {
    padding: 0 10px;
}

.test-slider .slick-dots {
    bottom: -30px;
}

.test-slider {
    padding-bottom: 40px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Responsive form grid ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
@media (max-width: 600px) {
    .t-form-grid {
        grid-template-columns: 1fr;
    }

    .t-form-grid .full {
        grid-column: 1;
    }
}


.test-slider .test-card p {
    height: 140px;
    overflow-y: scroll;
}

.test-slider .bio p {
    height: unset;
    overflow: unset;
}
.test-slider .test-card p::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.test-slider .test-card p::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
    position: relative;
    right: -10px;
}

.test-slider .test-card p::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--primary-color);
}

.custom-accordion .accordion-body ul li {
    position: relative;
    padding: 10px 0 10px 20px;
    display: flex;
    align-items: baseline;
}

.custom-accordion .accordion-body ul li:before {
    content: '';
    height: 10px;
    width: 10px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 18px;
    border-radius: 50%;
}

.aboutCont ul li {
    color: black;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 10px 0 10px 26px;
    position: relative;
}

.aboutCont ul li:before {
    content: '';
    height: 10px;
    width: 10px;
    background: var(--primary-color);
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 50%;
}
.rocky-cont p {
    color: black;
    font-size: 1rem;
    font-weight: 400;
    margin: 20px 20px 0;
}
.rocky-cont {
    margin-bottom: 1.5rem;
}
.logo {
    flex: 0 0 10%;
}
.footer-logo img {
    width: 75%;
}
.contact-info h3 {
    color: #050215;
    font-size: 1.25rem;
    font-weight: 700;
}
.nurs-sect img {
    border-radius: 20px;
}
.per-pro-card {
    margin: 2rem 0 0;
}

.per-pro-card h3 {
    color: black;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 2rem 2rem 0 0;
}
.nurs-card h3 {
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 2rem 1rem;
}
.nurs-card {
    margin-top: 2rem;
}