#hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
}
#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}
.overlay {
    z-index: 2;
    position: relative;
    color: #fff;
    text-align: center;
}
#hero h1 {
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
}
.subtext {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #FC6A03;
    line-height: 200%;
    margin-top: 20px;
}
.hero-btn {
    width: 212px;
    height: 59px;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 24px;
    margin-top: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 3;
    margin-right: auto;
    margin-left: auto;
}
.hero-btn a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%}
.hero-btn:hover {
    background-color: #FC6A03;
    border-color: #FC6A03;
    color: #fff;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    padding: 20px 60px;
    z-index: 3;
    background: #fff0;
}
.header-content {
    width: 100%;
    max-width: 1445px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    width: 223px;
    height: 106px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
}
.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
}
.nav-links li a:hover {
    color: #FC6A03;
}
.header-btn {
    width: 183px;
    height: 59px;
    border: 2px solid #FC6A03;
    background-color: #fff0;
    color: #FC6A03;
    font-size: 1em;
    cursor: pointer;
    border-radius: 24px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-btn:hover {
    background-color: #FC6A03;
    color: #fff;
}
.header-btn a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 59px;
    text-align: center;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
}
#hero.container {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}
.overlay {
    z-index: 2;
    position: relative;
    color: #fff;
    text-align: center;
}
#hero h1 {
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
}
.subtext {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #FC6A03;
    line-height: 200%;
    margin-top: 20px;
}
.hero-btn {
    width: 212px;
    height: 59px;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 24px;
    margin-top: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 3;
    margin-right: auto;
    margin-left: auto;
}
.hero-btn a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%}
.hero-btn:hover {
    background-color: #FC6A03;
    border-color: #FC6A03;
    color: #fff;
}
#header {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 60px;
    z-index: 3;
}
.header-content {
    width: 100%;
    max-width: 1445px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    width: 223px;
    height: 106px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
}
.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
}
.nav-links li a:hover {
    color: #FC6A03;
}
.header-btn {
    width: 183px;
    height: 59px;
    border: 2px solid #FC6A03;
    background-color: #fff0;
    color: #FC6A03;
    font-size: 1em;
    cursor: pointer;
    border-radius: 24px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-btn:hover {
    background-color: #FC6A03;
    color: #fff;
}
.header-btn a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 59px;
    text-align: center;
}
#services.container {
    padding: 60px 20px;
    background-color: #f8f9fa;
}
#services h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.services-item {
    display: flex;
    align-items: center;
    background-color: #3A556A;
    width: 787.53px;
    height: 165px;
    border: none;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    margin: 0 auto;
    padding: 0;
    color: #fff;
    margin-bottom: 24px;
    box-sizing: border-box;
}
.services-item img {
    height: 100%;
    width: auto;
    object-fit: cover;
    margin: 0;
}
.services-text {
    margin-left: 20px;
    padding-top: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services-text h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    line-height: 120%;
    margin: 0;
}
.services-text p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 120%}
#gallery {
    padding: 60px 0;
    background-color: #f0f0f0;
    text-align: center;
}
.gallery-content h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}
.gallery-content h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin-bottom: 40px;
}
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
}
.carousel-slide {
    width: 600%;
    height: 500px;
    display: flex;
}
.carousel-slide input {
    display: none;
}
.carousel-item {
    width: 20%;
    transition: transform 2s;
}
.carousel-item img {
    width: 100%;
    height: auto;
}
.navigation-manual {
    position: absolute;
    width: 800px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}
.manual-btn {
    border: 2px solid #FC6A03;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.manual-btn:not(:last-child) {
    margin-right: 40px;
}
.manual-btn:hover {
    background: #FC6A03;
}
#radio1:checked~.navigation-manual label[for="radio1"], #radio2:checked~.navigation-manual label[for="radio2"], #radio3:checked~.navigation-manual label[for="radio3"], #radio4:checked~.navigation-manual label[for="radio4"], #radio5:checked~.navigation-manual label[for="radio5"], #radio6:checked~.navigation-manual label[for="radio6"] {
    background: #FC6A03;
    color: #fff;
}
.navigation-auto {
    position: absolute;
    display: flex;
    width: 800px;
    justify-content: center;
    margin-top: 460px;
}
.navigation-auto div {
    border: 2px solid #FC6A03;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.navigation-auto div:not(:last-child) {
    margin-right: 40px;
}
#radio1:checked~.navigation-auto .auto-btn1, #radio2:checked~.navigation-auto .auto-btn2, #radio3:checked~.navigation-auto .auto-btn3, #radio4:checked~.navigation-auto .auto-btn4, #radio5:checked~.navigation-auto .auto-btn5, #radio6:checked~.navigation-auto .auto-btn6 {
    background: #FC6A03;
}
.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}
#benefits {
    padding: 60px 20px;
    background-color: #f8f9fa;
    text-align: center;
}
.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}
#benefits h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.benefit-item {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.benefit-item img {
    height: auto;
    margin-bottom: 20px;
}
.benefit-item:nth-child(1) img {
    width: 76px;
    height: 75px;
}
.benefit-item:nth-child(2) img {
    width: 70.46px;
    height: 77.49px;
}
.benefit-item:nth-child(3) img {
    width: 66.97px;
    height: 64px;
}
.benefit-item:nth-child(4) img {
    width: 70.5px;
    height: 73.57px;
}
.benefit-item:nth-child(5) img {
    width: 66px;
    height: 65px;
}
.benefit-item:nth-child(6) img {
    width: 84.9px;
    height: 65.74px;
}
.benefit-item h3 {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.benefit-item p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}
#cta {
    padding: 60px 20px;
    background-color: #f0f0f0;
    position: relative;
    display: flex;
    justify-content: center;
}
.cta-container {
    width: 1151px;
    height: 178px;
    background-color: #3A556A;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    position: relative;
}
.cta-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 200px;
}
.cta-content h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-bottom: 25px;
}
.cta-content p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin: 0;
}
.cta-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 266.27px;
    height: 77.82px;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    border-radius: 48px;
    transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.cta-btn svg {
    width: 52.93px;
    height: 49.82px;
    margin-right: 10px;
}
.cta-icon {
    width: 52.93px;
    height: 49.82px;
    margin-right: 10px;
}
.cta-btn-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-left: 10px;
}
.cta-btn:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}
#about-us {
    padding: 60px 20px;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-container {
    text-align: center;
    max-width: 1200px;
    margin-bottom: 40px;
}
#about-us h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.about-svg {
    margin-bottom: 20px;
}
.about-svg img {
    display: block;
    margin: 0 auto;
}
.about-container p {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 5px;
}
.why-choose-us {
    max-width: 1200px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: left;
    padding-right: 170px;
}
.why-choose-us p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.why-choose-us ul {
    list-style-type: disc;
    padding: 0;
    margin-left: 25px;
}
.why-choose-us ul li {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.why-choose-us ul li strong {
    font-weight: 700;
}
.cidb-svg {
    margin-bottom: 20px;
}
.cidb-svg img {
    display: block;
    margin: 0 auto;
}
.cidb-svg+p {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-top: 20px;
    padding-right: 60px;
}
#faqs {
    padding: 60px 20px;
    background-color: #f8f9fa;
}
.faqs-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
#faqs h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px 0;
}
.faq {
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    width: 800px;
    margin: auto;
}
.accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    padding: 2rem 2.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
}
.active, .accordion:hover {
    background-color: #fff;
}
.pannel {
    padding: 0 2rem 2.5rem 2rem;
    background-color: #fff;
    display: none;
}
.pannel p {
    color: #000;
    font-size: 17px;
    line-height: 1.4;
    font-weight: medium;
    font-family: 'Inter', sans-serif;
    text-align: justify;
    margin: 0;
}
.footer {
    width: 100%;
    background-color: #D9D9D9;
    padding: 20px 0;
}
.footer-container {
    max-width: 1445px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
}
.footer-left {
    flex: 1;
}
.footer-logo {
    width: 222.69px;
    height: 106px;
}
.footer-services {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-services h3 {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.services-list li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}
.services-list a {
    text-decoration: none;
}
.services-list li:hover {
    color: blue;
    text-decoration: underline;
}
.footer-contact-container {
    display: flex;
    flex: 2;
    justify-content: space-between;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-contact h3 {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.phone-icon {
    width: 21.96px;
    height: 18.12px;
    margin-right: 10px;
}
.contact-item p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin: 0;
}
.phone-link {
    text-decoration: none;
    color: inherit;
}
.phone-link:hover {
    color: blue;
    text-decoration: underline;
}
.footer-email {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.email-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.email-icon {
    width: 39.94px;
    height: 26px;
    margin-right: 10px;
}
.email-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
}
.email-link:hover {
    text-decoration: underline;
    color: blue;
}
.footer-outer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    height: 25px;
}
.footer-inner-container {
    width: 100%;
    max-width: 1445px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%}
.footer-inner-container p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
@media (max-width:1536px) {
    .container, .benefits-container {
    max-width: 1536px;
}
.subtext, .nav-links li a {
    font-size: 18px;
}
#hero h1, #benefits h2 {
    font-size: 44px;
}
.logo img {
    width: 210px;
}
.header-btn {
    width: 160px;
    height: 50px;
    font-size: 16px;
    border-radius: 20px;
}
.header-btn a {
    line-height: 50px;
    font-size: 16px;
}
.nav-links li a {
    font-size: 18px;
    padding: 10px;
}
.hero-btn {
    width: 225px;
    height: 63px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#services .services-item {
    width: 750px;
    height: 150px;
}
#services .services-text h3 {
    font-size: 24px;
}
#services h2 {
    font-size: 34px;
    margin-bottom: 35px;
}
#services .services-text p {
    font-size: 15px;
}
.gallery-content h2 {
    font-size: 34px;
    margin-bottom: 35px;
}
.gallery-content h3 {
    font-size: 20px;
}
.carousel-container {
    max-width: 750px;
    height: 450px;
}
.carousel-slide img {
    width: 750px;
    height: 450px;
}
.navigation-manual {
    width: 750px;
    margin-top: -100px;
}
.navigation-manual .manual-btn {
    border: 2px solid #FC6A03;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.navigation-manual .manual-btn:not(:last-child) {
    margin-right: 30px;
}
.navigation-manual .manual-btn:hover {
    background: #FC6A03;
    color: #fff;
}
.navigation-auto {
    width: 750px;
    margin-top: 400px;
}
.navigation-auto div {
    border: 2px solid #FC6A03;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.navigation-auto div:not(:last-child) {
    margin-right: 30px;
}
#benefits h2 {
    font-size: 34px;
}
.benefit-item h3 {
    font-size: 24px;
}
.benefit-item p {
    font-size: 15px;
}
.benefit-item img {
    width: 90%;
    height: auto;
    margin-bottom: 18px;
}
.benefit-item:nth-child(1) img {
    width: 68px;
    height: 67px;
}
.benefit-item:nth-child(2) img {
    width: 63px;
    height: 69px;
}
.benefit-item:nth-child(3) img {
    width: 60px;
    height: 57px;
}
.benefit-item:nth-child(4) img {
    width: 62px;
    height: 65px;
}
.benefit-item:nth-child(5) img {
    width: 59px;
    height: 73px;
}
.benefit-item:nth-child(6) img {
    width: 76px;
    height: 59px;
}
.cta-container {
    width: 1100px;
    height: calc(1100px * 0.1618);
}
.cta-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
}
.cta-content p {
    font-size: 15px;
    margin: 0;
}
.cta-btn {
    width: 266.27px;
    height: 77.82px;
}
.cta-btn svg {
    width: 48px;
    height: 45px;
}
.cta-btn-text {
    font-size: 18px;
}
.cta-icon {
    width: 48px;
    height: 45px;
}
#about-us {
    padding: 50px 15px;
}
.about-container {
    max-width: 1100px;
    margin-bottom: 35px;
}
#about-us h2 {
    font-size: 32px;
    margin-bottom: 25px;
}
.about-container p, .why-choose-us p, .why-choose-us ul li, .cidb-svg+p {
    font-size: 18px;
}
.about-svg, .cidb-svg {
    margin-bottom: 15px;
}
.why-choose-us {
    max-width: 1100px;
    padding-right: 150px;
}
#about-us img {
    width: 341px;
    height: 166px;
}
.cidb-svg img {
    width: 219px;
    height: 160px;
}
#faqs {
    padding: 50px 15px;
}
.faqs-container {
    max-width: 1100px;
}
#faqs h2 {
    font-size: 34px;
}
.faq {
    width: 750px;
}
.accordion {
    font-size: 18px;
    padding: 1.8rem 2.2rem;
}
.pannel p {
    font-size: 16px;
}
.footer-container {
    max-width: 1245px;
    padding: 0 15px;
}
.footer-logo {
    width: 180px;
    height: 90px;
}
.footer-services h3, .footer-contact h3 {
    font-size: 23px;
}
.services-list li, .footer-contact p, .email-link {
    font-size: 14px;
}
.footer-email .email-icon {
    width: 30px;
    height: 20px;
}
.footer-inner-container {
    max-width: 1345px;
}
.footer-inner-container p {
    font-size: 18px;
}
.phone-icon {
    width: 21.96px;
    height: 18.12px;
    margin-right: 10px;
}
}@media (max-width:1280px) {
    .container, .benefits-container {
    max-width: 1280px;
}
.header-btn {
    width: 140px;
    height: 45px;
    font-size: 14px;
    border-radius: 18px;
}
.header-btn a {
    line-height: 45px;
    font-size: 14px;
}
.nav-links li a {
    font-size: 16px;
    padding: 8px;
}
.hero-btn {
    width: 188px;
    height: 52px;
    font-size: 16px;
}
#services .services-item {
    width: 650px;
    height: 135px;
}
#services h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
#services .services-text h3 {
    font-size: 22px;
}
#services .services-text p {
    font-size: 14px;
}
.gallery-content h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
.gallery-content h3 {
    font-size: 18px;
}
.carousel-container {
    max-width: 650px;
    height: 400px;
}
.carousel-slide img {
    width: 650px;
    height: 400px;
}
.navigation-manual {
    width: 650px;
    margin-top: -80px;
}
.navigation-manual .manual-btn {
    margin-right: 25px;
}
.navigation-auto {
    width: 650px;
    margin-top: 350px;
}
.navigation-auto div {
    margin-right: 25px;
}
#benefits h2 {
    font-size: 32px;
}
.benefits-grid {
    gap: 30px;
}
.benefit-item h3 {
    font-size: 22px;
}
.benefit-item p {
    font-size: 14px;
}
.benefit-item img {
    width: 85%;
    height: auto;
    margin-bottom: 16px;
}
.benefit-item:nth-child(1) img {
    width: 62px;
    height: 61px;
}
.benefit-item:nth-child(2) img {
    width: 57px;
    height: 63px;
}
.benefit-item:nth-child(3) img {
    width: 54px;
    height: 51px;
}
.benefit-item:nth-child(4) img {
    width: 55px;
    height: 59px;
}
.benefit-item:nth-child(5) img {
    width: 52px;
    height: 64px;
}
.benefit-item:nth-child(6) img {
    width: 68px;
    height: 53px;
}
.cta-container {
    width: 1000px;
    height: calc(1000 * 0.1618);
}
.cta-content h2 {
    font-size: 30px;
    margin-bottom: 18px;
}
.cta-content p {
    font-size: 14px;
    margin: 0;
}
.cta-btn {
    width: 230px;
    height: 65px;
}
.cta-btn svg {
    width: 45px;
    height: 40px;
}
.cta-btn-text {
    font-size: 16px;
}
.cta-icon {
    width: 45px;
    height: 40px;
}
#about-us {
    padding: 45px 15px;
}
.about-container {
    max-width: 1000px;
    margin-bottom: 30px;
}
#about-us h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.about-container p, .why-choose-us p, .why-choose-us ul li, .cidb-svg+p {
    font-size: 16px;
}
.about-svg, .cidb-svg {
    margin-bottom: 12px;
}
.why-choose-us {
    max-width: 1000px;
    padding-right: 120px;
}
#about-us img {
    width: calc(341px * 0.9);
    height: calc(166px * 0.9);
}
.cidb-svg img {
    width: calc(219px * 0.9);
    height: calc(160px * 0.9);
}
#faqs {
    padding: 45px 15px;
}
.faqs-container {
    max-width: 1000px;
}
#faqs h2 {
    font-size: 32px;
}
.faq {
    width: 700px;
    margin-bottom: 20px;
}
.accordion {
    font-size: 17px;
    padding: 1.6rem 2rem;
}
.pannel p {
    font-size: 15px;
}
.footer-container {
    max-width: 1100px;
    padding: 0 10px;
}
.footer-logo {
    width: 160px;
    height: 80px;
}
.footer-services h3, .footer-contact h3 {
    font-size: 21px;
}
.services-list li, .footer-contact p, .email-link {
    font-size: 13px;
}
.footer-email .email-icon {
    width: 28px;
    height: 18px;
}
.footer-inner-container {
    max-width: 1200px;
}
.footer-inner-container p {
    font-size: 16px;
}
.phone-icon {
    width: 19.5px;
    height: 16.08px;
    margin-right: 9px;
}
}@media (max-width:1024px) {
    .container, .benefits-container {
    max-width: 1024px;
}
.subtext {
    font-size: 16px;
}
#hero h1 {
    font-size: 30px;
}
.logo img {
    width: 195px;
}
.header-btn {
    width: 120px;
    height: 40px;
    font-size: 12px;
    border-radius: 16px;
}
.header-btn a {
    line-height: 40px;
    font-size: 12px;
}
.nav-links li a {
    font-size: 14px;
    padding: 6px;
}
.hero-btn {
    width: 150px;
    height: 42px;
    font-size: 13px;
}
#services .services-item {
    width: 550px;
    height: 120px;
}
#services h2 {
    font-size: 28px;
    margin-bottom: 25px;
}
#services .services-text h3 {
    font-size: 20px;
}
#services .services-text p {
    font-size: 13px;
}
.gallery-content h2 {
    font-size: 28px;
    margin-bottom: 25px;
}
.gallery-content h3 {
    font-size: 16px;
}
.carousel-container {
    max-width: 550px;
    height: 350px;
}
.carousel-slide img {
    width: 550px;
    height: 350px;
}
.navigation-manual {
    width: 550px;
    margin-top: -60px;
}
.navigation-manual .manual-btn {
    margin-right: 20px;
}
.navigation-auto {
    width: 550px;
    margin-top: 300px;
}
.navigation-auto div {
    margin-right: 20px;
}
#benefits h2 {
    font-size: 30px;
}
.benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}
.benefit-item h3 {
    font-size: 20px;
}
.benefit-item p {
    font-size: 13px;
}
.benefit-item img {
    width: 80%;
    height: auto;
    margin-bottom: 14px;
}
.benefit-item:nth-child(1) img {
    width: 55px;
    height: 54px;
}
.benefit-item:nth-child(2) img {
    width: 50px;
    height: 55px;
}
.benefit-item:nth-child(3) img {
    width: 48px;
    height: 45px;
}
.benefit-item:nth-child(4) img {
    width: 50px;
    height: 53px;
}
.benefit-item:nth-child(5) img {
    width: 47px;
    height: 58px;
}
.benefit-item:nth-child(6) img {
    width: 61px;
    height: 47px;
}
.cta-container {
    width: 1024px;
    height: calc(1024px * 0.1618);
}
.cta-content h2 {
    font-size: 28px;
    margin-bottom: 16px;
}
.cta-content p {
    font-size: 13px;
    margin: 0;
}
.cta-btn {
    width: 210px;
    height: 60px;
}
.cta-btn svg {
    width: 40px;
    height: 35px;
}
.cta-btn-text {
    font-size: 14px;
}
.cta-icon {
    width: 40px;
    height: 35px;
}
#about-us {
    padding: 40px 10px;
}
.about-container {
    max-width: 900px;
    margin-bottom: 25px;
}
#about-us h2 {
    font-size: 24px;
    margin-bottom: 18px;
}
.about-container p, .why-choose-us p, .why-choose-us ul li, .cidb-svg+p {
    font-size: 14px;
}
.about-svg, .cidb-svg {
    margin-bottom: 10px;
}
.why-choose-us {
    max-width: 900px;
    padding-right: 100px;
}
#faqs {
    padding: 40px 10px;
}
.faqs-container {
    max-width: 900px;
    margin-bottom: 20px;
}
#faqs h2 {
    font-size: 30px;
}
.faq {
    width: 600px;
}
.accordion {
    font-size: 15px;
    padding: 1.4rem 1.8rem;
}
.pannel p {
    font-size: 13px;
}
#about-us img {
    width: calc(341px * 0.8);
    height: calc(166px * 0.8);
}
.cidb-svg img {
    width: calc(219px * 0.8);
    height: calc(160px * 0.8);
}
.footer-container {
    max-width: 900px;
    margin-bottom: 20px;
}
.footer-logo {
    width: 140px;
    height: 70px;
}
.footer-services, .footer-contact, .footer-email {
    flex: 1;
}
.footer-services h3, .footer-contact h3 {
    font-size: 20px;
}
.services-list li, .footer-contact p, .email-link {
    font-size: 12px;
}
.footer-inner-container {
    max-width: 950px;
}
.footer-inner-container p {
    font-size: 14px;
}
.phone-icon {
    width: 17.5px;
    height: 14.5px;
    margin-right: 8px;
}
}@media (max-width:834px) {
    .container, .benefits-container {
    max-width: 834px;
}
.header-btn {
    width: 100px;
    height: 35px;
    font-size: 10px;
    border-radius: 12px;
}
.header-btn a {
    line-height: 35px;
    font-size: 10px;
}
.nav-links li a {
    font-size: 12px;
    padding: 4px;
}
.hero-btn {
    width: 125px;
    height: 35px;
    font-size: 11px;
}
#services .services-item {
    width: 450px;
    height: 100px;
}
#services h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
#services .services-text h3 {
    font-size: 18px;
}
#services .services-text p {
    font-size: 12px;
}
.gallery-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.gallery-content h3 {
    font-size: 14px;
}
.carousel-container {
    max-width: 450px;
    height: 300px;
}
.carousel-slide img {
    width: 450px;
    height: 300px;
}
.navigation-manual {
    width: 450px;
    margin-top: -30px;
}
.navigation-manual .manual-btn {
    margin-right: 15px;
}
.navigation-auto {
    width: 450px;
    margin-top: 250px;
}
.navigation-auto div {
    margin-right: 15px;
}
#benefits h2 {
    font-size: 28px;
}
.benefit-item h3 {
    font-size: 18px;
}
.benefit-item p {
    font-size: 12px;
}
.benefit-item img {
    width: 75%;
    height: auto;
    margin-bottom: 12px;
}
.benefit-item:nth-child(1) img {
    width: 50px;
    height: 49px;
}
.benefit-item:nth-child(2) img {
    width: 45px;
    height: 50px;
}
.benefit-item:nth-child(3) img {
    width: 43px;
    height: 40px;
}
.benefit-item:nth-child(4) img {
    width: 45px;
    height: 48px;
}
.benefit-item:nth-child(5) img {
    width: 42px;
    height: 53px;
}
.benefit-item:nth-child(6) img {
    width: 55px;
    height: 42px;
}
.cta-container {
    width: 700px;
    height: calc(700px * 0.1618);
}
.cta-content h2 {
    font-size: 20px;
    margin-bottom: 14px;
}
.cta-content p {
    font-size: 10px;
    margin: 0;
}
.cta-btn {
    width: 180px;
    height: 55px;
}
.cta-btn svg {
    width: 35px;
    height: 30px;
}
.cta-btn-text {
    font-size: 12px;
}
.cta-icon {
    width: 35px;
    height: 30px;
}
#about-us {
    padding: 35px 10px;
}
.about-container {
    max-width: 700px;
    margin-bottom: 20px;
}
#about-us h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.about-container p, .why-choose-us p, .why-choose-us ul li, .cidb-svg+p {
    font-size: 12px;
}
.about-svg, .cidb-svg {
    margin-bottom: 8px;
}
.why-choose-us {
    max-width: 700px;
    padding-right: 80px;
}
#about-us img {
    width: calc(341px * 0.7);
    height: calc(166px * 0.7);
}
.cidb-svg img {
    width: calc(219px * 0.7);
    height: calc(160px * 0.7);
}
#faqs {
    padding: 30px 10px;
}
.faqs-container {
    max-width: 800px;
    margin-bottom: 20px;
}
#faqs h2 {
    font-size: 28px;
}
.faq {
    width: 500px;
}
.accordion {
    font-size: 12px;
    padding: 1.2rem 1.6rem;
}
.pannel p {
    font-size: 11px;
}
.footer-container {
    flex: 1;
    align-items: center;
}
.footer-logo {
    width: 130px;
    height: 60px;
    margin-bottom: 15px;
}
.footer-services, .footer-contact, .footer-email {
    align-items: center;
    margin-bottom: 20px;
}
.footer-contact {
    margin-bottom: 35px;
}
.footer-services h3, .footer-contact h3 {
    font-size: 14px;
}
.services-list li, .footer-contact p, .email-link {
    font-size: 8px;
}
.footer-email .email-icon {
    width: 25px;
    height: 16px;
}
.footer-inner-container {
    max-width: 750px;
}
.footer-inner-container p {
    font-size: 13px;
}
.phone-icon {
    width: 16px;
    height: 13.2px;
    margin-right: 7px;
}
}@media (max-width:640px) {
    .container, .benefits-container {
    max-width: 640px;
}
.subtext {
    font-size: 14px;
}
#hero h1 {
    font-size: 25px;
}
.logo img {
    width: 120px;
    height: 60px;
}
.header-btn {
    width: 90px;
    height: 30px;
    font-size: 9px;
    border-radius: 10px;
}
.header-btn a {
    line-height: 30px;
    font-size: 9px;
}
.nav-links li a {
    display: none;
}
.hero-btn {
    width: 94px;
    height: 26px;
    font-size: 8px;
}
#services .services-item {
    width: 320px;
    height: 80px;
}
#services h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
#services .services-text h3 {
    font-size: 16px;
}
#services .services-text p {
    font-size: 11px;
}
.gallery-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.gallery-content h3 {
    font-size: 12px;
}
.carousel-container {
    max-width: 320px;
    height: 250px;
}
.carousel-slide img {
    width: 320px;
    height: 250px;
}
.navigation-manual {
    width: 320px;
    margin-top: -20px;
}
.navigation-manual .manual-btn {
    margin-right: 10px;
}
.navigation-auto {
    width: 320px;
    margin-top: 200px;
}
.navigation-auto div {
    margin-right: 10px;
}
#benefits h2 {
    font-size: 26px;
}
.benefit-item h3 {
    font-size: 16px;
}
.benefit-item p {
    font-size: 11px;
}
.benefit-item img {
    width: 70%;
    height: auto;
    margin-bottom: 10px;
}
.benefit-item:nth-child(1) img {
    width: 45px;
    height: 44px;
}
.benefit-item:nth-child(2) img {
    width: 40px;
    height: 45px;
}
.benefit-item:nth-child(3) img {
    width: 38px;
    height: 35px;
}
.benefit-item:nth-child(4) img {
    width: 40px;
    height: 43px;
}
.benefit-item:nth-child(5) img {
    width: 37px;
    height: 48px;
}
.benefit-item:nth-child(6) img {
    width: 50px;
    height: 38px;
}
.cta-container {
    width: 550px;
    height: calc(550px * 0.1618);
}
.cta-content h2 {
    font-size: 13px;
    margin-bottom: 12px;
}
.cta-content p {
    font-size: 6px;
    margin: 0;
}
.cta-btn {
    width: 150px;
    height: 50px;
}
.cta-btn svg {
    width: 30px;
    height: 25px;
}
.cta-btn-text {
    font-size: 10px;
}
.cta-icon {
    width: 30px;
    height: 25px;
}
#about-us {
    padding: 30px 5px;
}
.about-container {
    max-width: 550px;
    margin-bottom: 15px;
}
#about-us h2 {
    font-size: 18px;
    margin-bottom: 12px;
}
.about-container p, .why-choose-us p, .why-choose-us ul li, .cidb-svg+p {
    font-size: 9px;
}
.about-svg, .cidb-svg {
    margin-bottom: 6px;
}
.why-choose-us {
    max-width: 550px;
    padding-right: 60px;
}
#about-us img {
    width: calc(341px * 0.6);
    height: calc(166px * 0.6);
}
.cidb-svg img {
    width: calc(219px * 0.6);
    height: calc(160px * 0.6);
}
#faqs {
    padding: 20px 5px;
}
.faqs-container {
    max-width: 600px;
    margin-bottom: 20px;
}
#faqs h2 {
    font-size: 24px;
}
.faq {
    width: 400px;
}
.accordion {
    font-size: 9px;
    padding: 1rem 1.4rem;
}
.pannel p {
    font-size: 8px;
}
.footer-container {
    flex: 1;
    padding: 0 5px;
}
.footer-logo {
    width: 120px;
    height: 55px;
}
.footer-services h3, .footer-contact h3 {
    font-size: 10px;
}
.footer-contact {
    margin-bottom: 35px;
}
.services-list li, .footer-contact p {
    font-size: 6px;
}
.email-link {
    font-size: 8px;
}
.footer-email .email-icon {
    width: 20px;
    height: 10px;
}
.footer-inner-container {
    max-width: 600px;
}
.footer-inner-container p {
    font-size: 12px;
}
.phone-icon {
    width: 14.5px;
    height: 12px;
    margin-right: 6px;
}
}@media (max-width:475px) {
    .container, .benefits-container {
    max-width: 100%;
    padding: 0 15px;
}
.subtext {
    font-size: 12px;
}
#hero h1 {
    font-size: 15px;
}
.logo img {
    width: 100px;
    height: 50px;
}
.header-btn {
    width: 70px;
    height: 25px;
    font-size: 6px;
    border-radius: 10px;
}
.header-btn a {
    line-height: 25px;
    font-size: 9px;
}
.nav-links li a {
    display: none;
}
.hero-btn {
    width: 70px;
    height: 19px;
    font-size: 6px;
}
#services .services-item {
    width: 280px;
    height: 70px;
}
#services h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
#services .services-text h3 {
    font-size: 14px;
}
#services .services-text p {
    font-size: 10px;
}
.gallery-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.gallery-content h3 {
    font-size: 12px;
}
.carousel-container {
    max-width: 280px;
    height: 200px;
}
.carousel-slide img {
    width: 280px;
    height: 200px;
}
.navigation-manual {
    width: 280px;
    margin-top: 0;
}
.navigation-manual .manual-btn {
    margin-right: 5px;
}
.navigation-auto {
    width: 280px;
    margin-top: 150px;
}
.navigation-auto div {
    margin-right: 5px;
}
#benefits h2 {
    font-size: 24px;
}
.benefit-item h3 {
    font-size: 14px;
}
.benefit-item p {
    font-size: 10px;
}
.benefit-item img {
    width: 65%;
    height: auto;
    margin-bottom: 8px;
}
.benefit-item:nth-child(1) img {
    width: 40px;
    height: 39px;
}
.benefit-item:nth-child(2) img {
    width: 35px;
    height: 40px;
}
.benefit-item:nth-child(3) img {
    width: 33px;
    height: 30px;
}
.benefit-item:nth-child(4) img {
    width: 35px;
    height: 38px;
}
.benefit-item:nth-child(5) img {
    width: 32px;
    height: 43px;
}
.benefit-item:nth-child(6) img {
    width: 45px;
    height: 35px;
}
.cta-container {
    width: 100%;
    height: calc(475px * 0.1618);
    padding: 20px;
}
.cta-content h2 {
    font-size: 8px;
    margin-bottom: 10px;
}
.cta-content p {
    font-size: 4px;
    margin: 0;
}
.cta-btn {
    width: 120px;
    height: 45px;
}
.cta-btn svg {
    width: 25px;
    height: 20px;
}
.cta-btn-text {
    font-size: 8px;
}
.cta-icon {
    width: 25px;
    height: 20px;
}
#about-us {
    padding: 20px 5px;
}
.about-container {
    max-width: 100%;
    margin-bottom: 10px;
}
#about-us h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.about-container p, .why-choose-us p, .why-choose-us ul li {
    font-size: 8px;
}
.about-svg, .cidb-svg {
    margin-bottom: 4px;
}
.cidb-svg+p {
    font-size: 7px;
}
.why-choose-us {
    max-width: 100%;
    padding-right: 40px;
}
#about-us img {
    width: calc(341px * 0.5);
    height: calc(166px * 0.5);
}
.cidb-svg img {
    width: calc(219px * 0.5);
    height: calc(160px * 0.5);
}
#faqs {
    padding: 15px 5px;
}
.faqs-container {
    max-width: 90%;
    height: 90%;
    margin-bottom: 20px;
}
#faqs h2 {
    font-size: 10px;
    margin-bottom: 20px;
}
.faq {
    width: 100%}
.accordion {
    font-size: 10px;
    padding: .8rem 1.2rem;
}
.pannel p {
    font-size: 9px;
}
.footer-container {
    flex: 1;
    padding: 0 5px;
    text-align: center;
}
.footer-logo {
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
}
.footer-services h3, .footer-contact h3 {
    font-size: 10px;
}
.services-list li, .footer-contact p {
    font-size: 6px;
}
.email-link {
    font-size: 6px;
}
.footer-email .email-icon {
    width: 15px;
    height: 12px;
}
.footer-inner-container {
    max-width: 450px;
}
.footer-inner-container p {
    font-size: 10px;
}
.phone-icon {
    width: 12px;
    height: 9.9px;
    margin-right: 5px;
}

}@media (max-width:375px) {
    .container, .benefits-container {
    max-width: 100%;
    padding: 0 15px;
}
.subtext {
    font-size: 12px;
}
#hero h1 {
    font-size: 15px;
}
.logo img {
    width: 120px;
    height: 60px;
}
.header-btn {
   display: none;
}
.header-btn a {
    line-height: 25px;
    font-size: 4px;
}
.nav-links li a {
    display: none;
}
.hero-btn {
    width: 70px;
    height: 19px;
    font-size: 6px;
}
#services .services-item {
    width: 280px;
    height: 70px;
}
#services h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
#services .services-text h3 {
    font-size: 14px;
}
#services .services-text p {
    font-size: 10px;
}
.gallery-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.gallery-content h3 {
    font-size: 12px;
}
.carousel-container {
    max-width: 280px;
    height: 200px;
}
.carousel-slide img {
    width: 280px;
    height: 200px;
}
.navigation-manual {
    width: 280px;
    margin-top: 0;
}
.navigation-manual .manual-btn {
    margin-right: 5px;
}
.navigation-auto {
    width: 280px;
    margin-top: 150px;
}
.navigation-auto div {
    margin-right: 5px;
}
#benefits h2 {
    font-size: 24px;
}
.benefit-item h3 {
    font-size: 14px;
}
.benefit-item p {
    font-size: 10px;
}
.benefit-item img {
    width: 65%;
    height: auto;
    margin-bottom: 8px;
}
.benefit-item:nth-child(1) img {
    width: 40px;
    height: 39px;
}
.benefit-item:nth-child(2) img {
    width: 35px;
    height: 40px;
}
.benefit-item:nth-child(3) img {
    width: 33px;
    height: 30px;
}
.benefit-item:nth-child(4) img {
    width: 35px;
    height: 38px;
}
.benefit-item:nth-child(5) img {
    width: 32px;
    height: 43px;
}
.benefit-item:nth-child(6) img {
    width: 45px;
    height: 35px;
}
.cta-container {
    width: 100%;
    height: calc(475px * 0.1618);
    padding: 20px;
}
.cta-content h2 {
    font-size: 8px;
    margin-bottom: 10px;
}
.cta-content p {
    font-size: 4px;
    margin: 0;
}
.cta-btn {
    width: 100px;
    height: 45px;
}
.cta-btn svg {
    width: 25px;
    height: 20px;
    
}
.cta-btn-text {
    font-size: 8px;
}
.cta-icon {
    width: 25px;
    height: 20px;
}
#about-us {
    padding: 20px 5px;
}
.about-container {
    max-width: 100%;
    margin-bottom: 10px;
}
#about-us h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.about-container p, .why-choose-us p, .why-choose-us ul li {
    font-size: 8px;
}
.about-svg, .cidb-svg {
    margin-bottom: 4px;
}
.cidb-svg+p {
    font-size: 7px;
}
.why-choose-us {
    max-width: 100%;
    padding-right: 40px;
}
#about-us img {
    width: calc(341px * 0.5);
    height: calc(166px * 0.5);
}
.cidb-svg img {
    width: calc(219px * 0.5);
    height: calc(160px * 0.5);
}
#faqs {
    padding: 15px 5px;
}
.faqs-container {
    max-width: 90%;
    height: 10%;
    margin-bottom: 20px;
}
#faqs h2 {
    font-size: 10px;
    margin-bottom: 20px;
}
.faq {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    
}
.accordion {
    font-size: 8px;
    padding: .8rem 1.2rem;
}
.pannel p {
    font-size: 9px;
}
.footer-container {
    flex: 1;
    padding: 0 5px;
    text-align: center;
}
.footer-logo {
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
}
.footer-services h3, .footer-contact h3 {
    font-size: 10px;
}
.services-list li, .footer-contact p {
    font-size: 6px;
}
.email-link {
    font-size: 6px;
}
.footer-email .email-icon {
    width: 15px;
    height: 12px;
}
.footer-inner-container {
    max-width: 450px;
}
.footer-inner-container p {
    font-size: 10px;
}
.phone-icon {
    width: 12px;
    height: 9.9px;
    margin-right: 5px;
}

}