.elementor-1962 .elementor-element.elementor-element-6951318{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-32237c1 *//* =========================================================
   ANIMAL WARDEN SERVICES
   OFFICIAL ANIMAL HANDLING SERVICES
   ========================================================= */

.aws-official-services {
    --aws-navy: #17232e;
    --aws-navy-dark: #101a23;
    --aws-blue: #55c8f5;
    --aws-blue-dark: #199ed4;
    --aws-blue-pale: #eaf8fe;
    --aws-text: #2c3540;
    --aws-muted: #68737f;
    --aws-border: #dce4ea;
    --aws-light: #f5f8fa;
    --aws-white: #ffffff;
    --aws-shadow: 0 16px 40px rgba(23, 35, 46, 0.09);

    width: 100%;
    overflow: hidden;
    color: var(--aws-text);
    font-family: inherit;
}

.aws-official-services *,
.aws-official-services *::before,
.aws-official-services *::after {
    box-sizing: border-box;
}

.aws-official-services h1,
.aws-official-services h2,
.aws-official-services h3,
.aws-official-services p {
    margin-top: 0;
}

.aws-official-services h1,
.aws-official-services h2,
.aws-official-services h3 {
    color: var(--aws-navy);
    font-family: inherit;
    font-weight: 800;
    line-height: 1.15;
}

.aws-official-services p {
    font-size: 16px;
    line-height: 1.75;
}

.aws-os-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.aws-os-section {
    padding: 90px 0;
}

.aws-os-kicker,
.aws-os-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--aws-blue-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aws-os-kicker::before,
.aws-os-eyebrow::before {
    width: 30px;
    height: 3px;
    flex: 0 0 auto;
    border-radius: 20px;
    background: var(--aws-blue);
    content: "";
}


/* HERO
   ========================================================= */

.aws-os-hero {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    isolation: isolate;
    background:
        linear-gradient(
            90deg,
            rgba(16, 26, 35, 0.96) 0%,
            rgba(23, 35, 46, 0.92) 44%,
            rgba(23, 35, 46, 0.62) 100%
        ),
        url("https://images.unsplash.com/photo-1558788353-f76d92427f16?auto=format&fit=crop&w=2000&q=85")
        center 42% / cover no-repeat;
}

.aws-os-hero::after {
    position: absolute;
    right: -100px;
    bottom: -150px;
    z-index: -1;
    width: 430px;
    height: 430px;
    border: 80px solid rgba(85, 200, 245, 0.08);
    border-radius: 50%;
    content: "";
}

.aws-os-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
    align-items: center;
    gap: 80px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.aws-os-hero__content {
    max-width: 720px;
}

.aws-os-eyebrow {
    color: var(--aws-blue);
}

.aws-os-hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    color: var(--aws-white);
    font-size: clamp(42px, 5vw, 68px);
    letter-spacing: -0.035em;
}

.aws-os-hero__lead {
    max-width: 690px;
    margin-bottom: 17px;
    color: var(--aws-white);
    font-size: clamp(19px, 2vw, 24px) !important;
    font-weight: 700;
    line-height: 1.5 !important;
}

.aws-os-hero__text {
    max-width: 680px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px !important;
}

.aws-os-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.aws-os-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 2px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.aws-os-button:hover {
    transform: translateY(-2px);
}

.aws-os-button--primary {
    border-color: var(--aws-blue);
    background: var(--aws-blue);
    color: var(--aws-navy-dark) !important;
    box-shadow: 0 12px 25px rgba(85, 200, 245, 0.22);
}

.aws-os-button--primary:hover {
    border-color: var(--aws-white);
    background: var(--aws-white);
    color: var(--aws-navy-dark) !important;
}

.aws-os-button--secondary {
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.04);
    color: var(--aws-white) !important;
}

.aws-os-button--secondary:hover {
    border-color: var(--aws-white);
    background: var(--aws-white);
    color: var(--aws-navy) !important;
}

.aws-os-hero__panel {
    position: relative;
    padding: 32px 32px 29px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-top: 4px solid var(--aws-blue);
    background: rgba(16, 26, 35, 0.82);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(8px);
}

.aws-os-panel-label {
    display: block;
    margin-bottom: 20px;
    color: var(--aws-white);
    font-size: 17px;
    font-weight: 800;
}

.aws-os-check-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aws-os-check-list li {
    position: relative;
    padding-left: 29px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.aws-os-check-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--aws-blue);
    color: var(--aws-navy);
    content: "✓";
    font-size: 12px;
    font-weight: 900;
}


/* INTRODUCTION
   ========================================================= */

.aws-os-section--intro {
    padding-top: 78px;
    padding-bottom: 78px;
    border-bottom: 1px solid var(--aws-border);
    background: var(--aws-white);
}

.aws-os-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 80px;
    align-items: start;
}

.aws-os-section-heading h2,
.aws-os-heading-centred h2,
.aws-os-feature-box h2,
.aws-os-about-heading h2,
.aws-os-cta h2 {
    margin-bottom: 0;
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: -0.025em;
}

.aws-os-intro-copy {
    padding-top: 6px;
}

.aws-os-intro-copy p {
    margin-bottom: 18px;
    color: var(--aws-muted);
    font-size: 17px;
}

.aws-os-intro-copy p:last-child {
    margin-bottom: 0;
}


/* SECTION HEADINGS
   ========================================================= */

.aws-os-heading-centred {
    max-width: 790px;
    margin: 0 auto 48px;
    text-align: center;
}

.aws-os-heading-centred .aws-os-kicker {
    justify-content: center;
}

.aws-os-heading-centred h2 {
    margin-bottom: 18px;
}

.aws-os-heading-centred > p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--aws-muted);
    font-size: 17px;
}


/* SERVICES
   ========================================================= */

.aws-os-section--services {
    background:
        radial-gradient(
            circle at top right,
            rgba(85, 200, 245, 0.12),
            transparent 32%
        ),
        var(--aws-light);
}

.aws-os-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.aws-os-service-card {
    position: relative;
    min-height: 285px;
    padding: 30px 25px 27px;
    overflow: hidden;
    border: 1px solid var(--aws-border);
    border-radius: 7px;
    background: var(--aws-white);
    box-shadow: 0 8px 24px rgba(23, 35, 46, 0.04);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.aws-os-service-card::after {
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--aws-blue-pale);
    content: "";
    transition: transform 0.25s ease;
}

.aws-os-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(85, 200, 245, 0.75);
    box-shadow: var(--aws-shadow);
}

.aws-os-service-card:hover::after {
    transform: scale(1.2);
}

.aws-os-service-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    border-radius: 6px;
    background: var(--aws-blue-pale);
    color: var(--aws-blue-dark);
}

.aws-os-service-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.aws-os-service-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 13px;
    font-size: 19px;
}

.aws-os-service-card p {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: var(--aws-muted);
    font-size: 14px;
    line-height: 1.7;
}


/* ACCOMMODATION
   ========================================================= */

.aws-os-section--accommodation {
    background: var(--aws-white);
}

.aws-os-feature-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.5fr);
    align-items: stretch;
    overflow: hidden;
    border-left: 6px solid var(--aws-blue);
    border-radius: 7px;
    background: var(--aws-navy);
    box-shadow: var(--aws-shadow);
}

.aws-os-feature-box__content {
    padding: 58px 60px;
}

.aws-os-feature-box .aws-os-kicker {
    color: var(--aws-blue);
}

.aws-os-feature-box h2 {
    max-width: 720px;
    margin-bottom: 23px;
    color: var(--aws-white);
}

.aws-os-feature-box__content p {
    max-width: 760px;
    margin-bottom: 17px;
    color: rgba(255, 255, 255, 0.78);
}

.aws-os-feature-box__content p:last-child {
    margin-bottom: 0;
}

.aws-os-feature-box__side {
    position: relative;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 38px;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(85, 200, 245, 0.95),
            rgba(25, 158, 212, 0.96)
        );
}

.aws-os-feature-box__side p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--aws-navy-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
}

.aws-os-paw-mark {
    position: absolute;
    top: 35px;
    right: 36px;
    width: 160px;
    height: 160px;
    opacity: 0.18;
    transform: rotate(-12deg);
}

.aws-os-paw-mark span,
.aws-os-paw-mark i {
    position: absolute;
    display: block;
    background: var(--aws-navy-dark);
}

.aws-os-paw-mark span {
    width: 35px;
    height: 48px;
    border-radius: 50%;
}

.aws-os-paw-mark span:nth-child(1) {
    top: 0;
    left: 22px;
    transform: rotate(-20deg);
}

.aws-os-paw-mark span:nth-child(2) {
    top: 0;
    right: 22px;
    transform: rotate(20deg);
}

.aws-os-paw-mark span:nth-child(3) {
    top: 42px;
    left: 0;
    transform: rotate(-35deg);
}

.aws-os-paw-mark span:nth-child(4) {
    top: 42px;
    right: 0;
    transform: rotate(35deg);
}

.aws-os-paw-mark i {
    left: 38px;
    bottom: 0;
    width: 84px;
    height: 86px;
    border-radius: 50% 50% 45% 45%;
}


/* WHY CHOOSE
   ========================================================= */

.aws-os-section--why {
    position: relative;
    background: var(--aws-navy);
}

.aws-os-section--why::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--aws-blue);
    content: "";
}

.aws-os-heading-centred--light h2 {
    color: var(--aws-white);
}

.aws-os-heading-centred--light > p {
    color: rgba(255, 255, 255, 0.72);
}

.aws-os-heading-centred--light .aws-os-kicker {
    color: var(--aws-blue);
}

.aws-os-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 50px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.035);
}

.aws-os-benefit {
    min-height: 154px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    text-align: center;
}

.aws-os-benefit:last-child {
    border-right: 0;
}

.aws-os-benefit strong {
    display: block;
    margin-bottom: 9px;
    color: var(--aws-blue);
    font-size: 33px;
    font-weight: 900;
    line-height: 1;
}

.aws-os-benefit span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 700;
}

.aws-os-reasons-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.aws-os-reason {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 18px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.04);
}

.aws-os-reason__tick {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--aws-blue);
    color: var(--aws-navy);
    font-size: 18px;
    font-weight: 900;
}

.aws-os-reason h3 {
    margin-bottom: 7px;
    color: var(--aws-white);
    font-size: 18px;
}

.aws-os-reason p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}


/* ABOUT
   ========================================================= */

.aws-os-section--about {
    background: var(--aws-white);
}

.aws-os-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 90px;
    align-items: start;
}

.aws-os-about-copy {
    position: relative;
    padding: 38px 42px;
    border-left: 4px solid var(--aws-blue);
    background: var(--aws-light);
}

.aws-os-about-copy p {
    margin-bottom: 17px;
    color: var(--aws-muted);
}

.aws-os-about-copy p:last-child {
    margin-bottom: 0;
}


/* PROCESS
   ========================================================= */

.aws-os-section--process {
    border-top: 1px solid var(--aws-border);
    background: var(--aws-light);
}

.aws-os-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.aws-os-process-grid::before {
    position: absolute;
    top: 39px;
    right: 16%;
    left: 16%;
    height: 2px;
    background: var(--aws-border);
    content: "";
}

.aws-os-process-step {
    position: relative;
    z-index: 2;
    padding: 0 24px;
    text-align: center;
}

.aws-os-process-number {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border: 7px solid var(--aws-light);
    border-radius: 50%;
    background: var(--aws-blue);
    color: var(--aws-navy);
    box-shadow: 0 0 0 1px var(--aws-border);
    font-size: 20px;
    font-weight: 900;
}

.aws-os-process-step h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

.aws-os-process-step p {
    margin: 0;
    color: var(--aws-muted);
    font-size: 14px;
}


/* CTA
   ========================================================= */

.aws-os-cta {
    padding: 75px 0 38px;
    background:
        linear-gradient(
            120deg,
            rgba(85, 200, 245, 0.12),
            transparent 52%
        ),
        var(--aws-navy-dark);
}

.aws-os-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
    align-items: center;
    gap: 70px;
}

.aws-os-cta .aws-os-kicker {
    color: var(--aws-blue);
}

.aws-os-cta h2 {
    margin-bottom: 18px;
    color: var(--aws-white);
}

.aws-os-cta__content p {
    max-width: 690px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
}

.aws-os-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
}

.aws-os-cta__actions .aws-os-button {
    width: 100%;
}

.aws-os-phone-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--aws-white) !important;
    text-decoration: none !important;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.aws-os-phone-link:hover {
    border-color: var(--aws-blue);
    background: rgba(255, 255, 255, 0.05);
}

.aws-os-phone-link span {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.aws-os-phone-link strong {
    color: var(--aws-white);
    font-size: 23px;
}

.aws-os-cta__note {
    margin: 38px 0 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.54);
    font-size: 13px !important;
    text-align: center;
}


/* RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {

    .aws-os-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aws-os-hero__inner {
        gap: 45px;
    }

    .aws-os-hero__panel {
        padding: 28px 25px;
    }
}


@media (max-width: 900px) {

    .aws-os-section {
        padding: 72px 0;
    }

    .aws-os-hero {
        min-height: auto;
        background-position: 62% center;
    }

    .aws-os-hero__inner {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .aws-os-hero__panel {
        max-width: 620px;
    }

    .aws-os-intro-grid,
    .aws-os-about-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .aws-os-feature-box {
        grid-template-columns: 1fr;
    }

    .aws-os-feature-box__side {
        min-height: 225px;
    }

    .aws-os-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aws-os-benefit:nth-child(2) {
        border-right: 0;
    }

    .aws-os-benefit:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .aws-os-process-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .aws-os-process-grid::before {
        display: none;
    }

    .aws-os-process-step {
        max-width: 600px;
        margin: 0 auto;
    }

    .aws-os-cta__inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .aws-os-cta__actions {
        max-width: 410px;
    }
}


@media (max-width: 680px) {

    .aws-os-container {
        width: min(100% - 32px, 1180px);
    }

    .aws-os-section {
        padding: 60px 0;
    }

    .aws-os-hero__inner {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .aws-os-hero h1 {
        font-size: 39px;
    }

    .aws-os-hero__lead {
        font-size: 18px !important;
    }

    .aws-os-button-group {
        flex-direction: column;
    }

    .aws-os-button-group .aws-os-button {
        width: 100%;
    }

    .aws-os-services-grid,
    .aws-os-reasons-grid {
        grid-template-columns: 1fr;
    }

    .aws-os-service-card {
        min-height: auto;
    }

    .aws-os-feature-box__content {
        padding: 42px 28px;
    }

    .aws-os-feature-box__side {
        min-height: 200px;
        padding: 30px 28px;
    }

    .aws-os-benefits-grid {
        grid-template-columns: 1fr;
    }

    .aws-os-benefit {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .aws-os-benefit:last-child {
        border-bottom: 0;
    }

    .aws-os-about-copy {
        padding: 30px 26px;
    }

    .aws-os-section-heading h2,
    .aws-os-heading-centred h2,
    .aws-os-feature-box h2,
    .aws-os-about-heading h2,
    .aws-os-cta h2 {
        font-size: 32px;
    }
}


@media (max-width: 440px) {

    .aws-os-hero h1 {
        font-size: 34px;
    }

    .aws-os-hero__panel {
        padding: 25px 21px;
    }

    .aws-os-reason {
        grid-template-columns: 39px minmax(0, 1fr);
        gap: 14px;
        padding: 22px 19px;
    }

    .aws-os-reason__tick {
        width: 38px;
        height: 38px;
    }
}/* End custom CSS */