section[data-cattype="83003"] {
    overflow: hidden;
}

section[data-cattype="83003"] .content-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 20px 80px 20px;
}

section[data-cattype="83003"] .background-container {
    background-image: url('https://stg8.enterrom.com/ibsb/data/repo/images/homepattern2.jpg') !important;
    background-size: contain !important;
    background-position: center;
    height: 100%;
}

section[data-cattype="83003"] .content {
    max-width: 400px;
    background-color: #ffffff;
    padding: 0px;
    margin-bottom: 0px;
    border: 1px solid #F2B705;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}

section[data-cattype="83003"] .content3 {
    max-width: 1200px;
    background-color: #ffffff;
    padding: 0px;
    margin-bottom: -48px;
    border-radius: 30px;
    height: 632px;
}

section[data-cattype="83003"] .content4 {
    max-width: 1200px;
    background-color: #ffffff;
    padding: 0px;
    margin-bottom: -48px;
    border-radius: 30px;
    height: 632px;
}

section[data-cattype="83003"] img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

section[data-cattype="83003"] .title {
    text-transform: capitalize;
    margin: 0px 0px 24px 0px;
}

section[data-cattype="83003"] h3 {
    text-align: left;
    padding: 15px 10px 0px 10px;
}

section[data-cattype="83003"] p {
    text-align: justify;
    padding: 10px 10px 15px 10px;
    font-size: 16px;
    font-family: 'arial';
    font-weight: 400;
}

section[data-cattype="83003"] .custom-button {
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease, border 0.6s ease;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
    margin-left: 150px;
}

section[data-cattype="83003"] #custom-button {
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease, border 0.6s ease;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
    margin-left: 150px;
}

section[data-cattype="83003"] .custom-button:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
}

section[data-cattype="83003"] #custom-button:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
}

section[data-cattype="83003"] #buttonrow {
    margin-bottom: 60px;
}


/* ================================
   Scroll Animation - Initial State
================================ */

section[data-cattype="83003"] .animate-background,
section[data-cattype="83003"] .animate-title,
section[data-cattype="83003"] .animate-service-row,
section[data-cattype="83003"] .animate-service-item,
section[data-cattype="83003"] .animate-service-image,
section[data-cattype="83003"] .animate-service-heading,
section[data-cattype="83003"] .animate-service-description {
    will-change: opacity, transform;
}

section[data-cattype="83003"] .animate-title {
    opacity: 0;
    transform: translateY(-35px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition-delay: 0.05s;
}

section[data-cattype="83003"] .animate-service-item {
    opacity: 0;
    transform: translateY(55px);
    transition: opacity 0.85s ease, transform 0.85s ease;
}

section[data-cattype="83003"] .animate-service-item:nth-child(1) {
    transition-delay: 0.15s;
}

section[data-cattype="83003"] .animate-service-item:nth-child(2) {
    transition-delay: 0.25s;
}

section[data-cattype="83003"] .animate-service-item:nth-child(3) {
    transition-delay: 0.35s;
}

section[data-cattype="83003"] .animate-service-item:nth-child(4) {
    transition-delay: 0.45s;
}

section[data-cattype="83003"] .animate-service-item:nth-child(5) {
    transition-delay: 0.55s;
}

section[data-cattype="83003"] .animate-service-item:nth-child(6) {
    transition-delay: 0.65s;
}

section[data-cattype="83003"] .animate-service-item:nth-child(7) {
    transition-delay: 0.75s;
}

section[data-cattype="83003"] .animate-service-item:nth-child(8) {
    transition-delay: 0.85s;
}

section[data-cattype="83003"] .animate-service-image {
    transform: scale(1.04);
    transition: transform 1s ease;
}

section[data-cattype="83003"] .animate-service-heading,
section[data-cattype="83003"] .animate-service-description {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

section[data-cattype="83003"] .animate-service-heading {
    transition-delay: 0.15s;
}

section[data-cattype="83003"] .animate-service-description {
    transition-delay: 0.25s;
}


/* ================================
   Scroll Animation - Active State
   Only start when JS adds .is-animated
================================ */

section[data-cattype="83003"].is-animated .animate-title,
section[data-cattype="83003"].is-animated .animate-service-item,
section[data-cattype="83003"].is-animated .animate-service-heading,
section[data-cattype="83003"].is-animated .animate-service-description {
    opacity: 1;
    transform: translateY(0);
}

section[data-cattype="83003"].is-animated .animate-service-image {
    transform: scale(1);
}


/* ================================
   Laptop Responsive
================================ */

@media (max-width: 1400px) {

    section[data-cattype="83003"] .title {
        font-size: 38px !important;
    }

    section[data-cattype="83003"] h3 {
        font-size: 20px;
    }

    section[data-cattype="83003"] p {
        font-size: 14px;
        padding: 5px 24px 50px 24px;
    }

    section[data-cattype="83003"] #buttonrow {
        margin-bottom: 20px;
    }

    section[data-cattype="83003"] .content3 {
        height: 570px;
    }

    section[data-cattype="83003"] .content4 {
        height: 570px;
    }
}


/* ================================
   Mobile Responsive
================================ */

@media (max-width: 480px) {

    section[data-cattype="83003"] .title {
        font-size: 26px !important;
    	margin-bottom: 0px;
    }

    section[data-cattype="83003"] .content {
        max-width: 100%;
        background-color: #ffffff;
        padding: 0px;
        margin-bottom: 0px;
        border-radius: 20px;
        height: 100%;
    }

    section[data-cattype="83003"] .content-container {
        margin-top: 0px;
    	margin-bottom: 0px;
		padding: 20px 20px 60px 20px;
    }

    section[data-cattype="83003"] h3 {
        font-size: 18px;
    }

    section[data-cattype="83003"] p {
        font-size: 15px;
    	padding: 5px 10px 0px 10px;
    }

    section[data-cattype="83003"] #custom-button {
        display: none !important;
    }

    section[data-cattype="83003"] #custom-button:hover {
        color: #004A58;
        border: 2px solid #F7B719;
        background-color: #fff;
        width: 64%;
        margin-left: 129px;
    }

    section[data-cattype="83003"] .col-sm {
        margin-top: 20px;
    }

    section[data-cattype="83003"] .content3 {
        height: 543px;
    }

    section[data-cattype="83003"] .content4 {
        height: 539px;
        margin-top: 8px;
        margin-bottom: 5px;
    }

    section[data-cattype="83003"] #custom-button2 {
        background-color: #F7B719;
        padding: 15px 60px;
        border-radius: 40px;
        border: none;
        color: white;
        cursor: pointer;
        transition: color 0.6s ease, background-color 0.6s ease, border 0.6s ease;
        font-size: 14px;
        font-weight: normal;
        font-family: 'Roboto';
        margin-left: 150px;
        margin-top: -43px;
        width: 57%;
    }

    section[data-cattype="83003"] #custom-button2:hover {
        color: #004A58;
        border: 2px solid #F7B719;
        background-color: #fff;
        width: 64%;
        margin-left: 129px;
    }

    section[data-cattype="83003"] .background-container {
        overflow: hidden;
        margin-bottom: -36px;
    }

    section[data-cattype="83003"] .animate-title {
        transform: translateY(-25px);
    }

    section[data-cattype="83003"] .animate-service-item {
        transform: translateY(40px);
        transition-delay: 0.12s;
    }

    section[data-cattype="83003"] .animate-service-heading,
    section[data-cattype="83003"] .animate-service-description {
        transform: translateY(14px);
    }

    section[data-cattype="83003"].is-animated .animate-title,
    section[data-cattype="83003"].is-animated .animate-service-item,
    section[data-cattype="83003"].is-animated .animate-service-heading,
    section[data-cattype="83003"].is-animated .animate-service-description {
        opacity: 1;
        transform: translateY(0);
    }

    section[data-cattype="83003"].is-animated .animate-service-image {
        transform: scale(1);
    }
}