*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Onest", sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 14px;
    letter-spacing: 0.4px;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

.section-padding {
    padding: 80px 0;
}

.mainHeading {
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: #000;
}

.section-background {
    background-color: #F8F8F8;
}

.section-image {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.section-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/gallery-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.6;
}

figure {
    margin: 0;
}

b {
    color: #194b67;
    font-weight: 600;
}

/* header */

.line {
    background: linear-gradient(135deg, #194b67, #1f5f82);
    width: 100%;
    height: 6px;
    position: relative;
    z-index: 999;
}

.mobile-header {
    display: none;
}

.desktop-header {
    padding: 14px 0px;
    background: #ffffff;
    border-bottom: 1px solid #efeae7;
    position: relative;
    z-index: 999;
}

.desktop-header .img-box img {
    width: 70%;
}

.desktop-header .navbar {
    justify-content: end;
}

.desktop-header .navbar ul {
    display: flex;
}

.desktop-header .navbar ul li .menu-dropdown {
    color: #0a4f6e;
    font-size: 16px;
    padding: 20px 18px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.desktop-header .navbar ul li .dropdown-toggle::after {
    margin-left: 12px;
    transform: translateY(1px);
}

.desktop-header .navbar ul li .dropdown-menu {
    min-width: 200px !important;
    background: #ffffff;
    border-top: 1px solid #efeae7;
    border-bottom: 1px solid #efeae7;
    border-radius: unset;
    padding: 0;
    top: 120px;
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}

.desktop-header .navbar ul .nav-item:hover .dropdown-menu {
    top: 50px;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}

.desktop-header .navbar ul li .dropdown-menu ul {
    display: block;
}

.desktop-header .navbar ul li .dropdown-menu ul li {
    padding: 8px 20px;
    font-size: 15px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.desktop-header .navbar ul li .dropdown-menu ul li a {
    color: #0a4f6e;
}

/* hero banner */

.heroBanner {
    height: 100vh;
    margin-top: -122px;
    position: relative;
}

.heroBanner .swiper-slide {
    height: 100%;
}

.heroBanner .content-area {
    background-image: var(--bgImage);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 122px 60px 0;
}

.heroBanner .content-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #101820;
    opacity: 0.7;
    z-index: -1;
    top: 0;
    left: 0;
}

.heroBanner .content-area h2 {
    color: #fff;
    letter-spacing: 1px;
}

.heroBanner .content-area p {
    color: #fff;
    letter-spacing: 0.6px;
    max-width: 740px;
    margin-bottom: 34px;
}

.heroBanner .content-area a {
    background: linear-gradient(135deg, #194b67, #1f5f82);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 34px;
    border: unset;
    color: #fff;
    width: max-content;
}

.heroBanner .slider-button {
    position: absolute;
    display: flex;
    gap: 80px;
    align-items: center;
    bottom: 50px;
    right: 50px;
    z-index: 9;
}

.heroBanner .slider-button div button {
    border: none;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1.6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: "Playfair Display", serif;
    padding: 0;
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    box-shadow: unset;
}

.heroBanner .slider-button div button svg {
    width: 24px;
    height: 24px;
}

.heroBanner .slider-button div button svg path {
    fill: #fff;
}

/* summary */

.summary {
    padding: 60px 0;
}

.summary .content-area p {
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    max-width: 1080px;
    margin: 0 auto 16px;
}

/* about us */

.about-us {
    background-color: #F8F8F8;
}

.about-us .img-box img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.about-us .col-md-6:last-child {
    padding: 0 40px;
}

.about-us .content-area h5 {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 15px;
    letter-spacing: 0.8px;
    position: relative;
    padding-left: 27px;
    color: #194b67;
    font-weight: 600;
}

.about-us .content-area h5::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #194b67;
    left: 2px;
    top: 3px;
    transform: rotate(135deg);
}

.about-us .content-area h2 {
    color: #194b67;
}

.about-us .content-area p {
    line-height: 32px;
    letter-spacing: 0.8px;
}

.about-us .content-area a {
    background: linear-gradient(135deg, #194b67, #1f5f82);
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 28px;
    letter-spacing: 0.8px;
    display: inline-block;
    margin-top: 12px;
    font-weight: 500;
}

/* products */

.product-detail .img-box img {
    border-radius: 10px;
    height: 520px;
    object-fit: cover;
}

.product-detail .content-area {
    padding-left: 20px;
}

.product-detail .content-area h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #172C45;
    margin-bottom: 12px;
}

.product-detail .content-area a {
    background: linear-gradient(135deg, #194b67, #1f5f82);
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 34px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
}

.lift-features .heading .mainHeading {
    margin-bottom: 32px;
}

.lift-features .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.lift-features .feature-grid .column {
    padding: 8px;
    background: #fff;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
    border-radius: 15px;
    transition: all .25s ease-in-out;
    z-index: 0;
}

.lift-features .feature-grid .column:nth-child(even) {
    background-color: #194b67;
}

.lift-features .feature-grid .column:nth-child(even) h3,
.lift-features .feature-grid .column:nth-child(even) p {
    color: #fff;
}

.lift-features .feature-grid .column:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.lift-features .feature-grid .column .inner {
    border: 1px solid #e5e7eb;
    transition: 0.3s ease-in-out;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.lift-features .feature-grid .column:not(:nth-child(even)):hover .inner {
    border-color: #194b67 !important;
}

.lift-features .feature-grid .column .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #F1F5F9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 900;
}

.lift-features .feature-grid .column .icon-box img {
    width: 50px;
}

.lift-features .feature-grid .column h3 {
    font-size: 19px;
    margin: 0 0 8px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.lift-features .feature-grid .column p {
    color: #2b2b2b;
    margin: unset;
    letter-spacing: 0.3px;
}

.lift-features .feature-grid .column .feature-img {
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: -1;
}

.lift-features .feature-grid .column:nth-child(even) .feature-img {
    filter: brightness(0) invert(1);
}

.products .heading h2 {
    color: #194b67;
}

.products .heading p {
    max-width: 1120px;
    margin: 0 auto 40px !important;
    text-align: center;
}

.products .product-box {
    background-color: #fff;
}

.related-products .product-box {
    background-color: #F8F8F8;
}

.products .product-box .img-box img {
    border: 5px solid #ffffff;
    border-bottom: unset;
}

.related-products .product-box .img-box img {
    border: 5px solid #F8F8F8;
}

.products .product-box .content-area {
    padding: 24px;
}

.products .product-box .content-area h4 {
    font-size: 20px;
    margin-bottom: 8px;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.products .product-box .content-area p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 22px;
}

.products .product-box .content-area a {
    color: #212d43;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    width: max-content;
}

.products .custom-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.products .custom-pagination .swiper-pagination-bullet {
    background-color: #194b67;
    width: 9px;
    height: 9px;
    margin: unset;
}

.products-benefits .content-area {
    position: sticky;
    top: 60px;
    padding-right: 40px;
}

.products-benefits .content-area h2 {
    letter-spacing: 1.4px;
    margin-bottom: 8px;
}

.products-benefits .content-area p {
    font-size: 17px;
    line-height: 31px;
    letter-spacing: 0.6px;
    margin-bottom: 28px;
}

.products-benefits .content-area img {
    width: 100%;
    border-radius: 10px;
}

.products-benefits .benefit-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: sticky;
}

.products-benefits .benefit-box .column {
    background-color: #F8F8F8;
    padding: 30px;
    border-radius: 10px;
    top: 60px;
    position: sticky;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 10%);
}

.products-benefits .benefit-box .column:nth-child(even) {
    background-color: #194b67;
}

.products-benefits .benefit-box .column span {
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    color: #194b67;
}

.products-benefits .benefit-box .column:nth-child(even) span,
.products-benefits .benefit-box .column:nth-child(even) h5,
.products-benefits .benefit-box .column:nth-child(even) p {
    color: #fff;
}

.products-benefits .benefit-box .column h5 {
    margin-bottom: 14px;
    font-size: 22px;
    letter-spacing: 0.6px;
    color: #000;
    font-weight: 600;
}

.productFaq .heading h4 {
    margin-bottom: 32px;
}

.products-benefits .benefit-box .column p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

/* footer */

.enquiry .title h4 {
    color: #194b67;
    font-size: 28px;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.enquiry .title p {
    text-align: center;
    margin: 0 auto 60px;
}

.enquiry .form-group label {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
    color: #194b67;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.enquiry .form-group input, .enquiry .form-group textarea {
    background: transparent;
    color: #000;
    box-shadow: unset;
    letter-spacing: .2px;
    border: 2px solid #0000001f;
    height: 42px;
    font-size: 15px;
}

.enquiry .form-group textarea {
    font-size: 15px;
    height: 180px;
}

.enquiry .form-group select {
    background-color: transparent;
    color: #000;
    box-shadow: unset;
    letter-spacing: .2px;
    border: 2px solid #0000001f;
    height: 42px;
    font-size: 15px;
}

.enquiry .consent input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.enquiry .consent label:before {
    content: "";
    font-family: "Font Awesome 7 Free";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #1a4f6c;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    line-height: 17px;
    border-radius: 5px;
}

.enquiry .consent input:checked + label:before {
    content: "\f00c";
    background: #1a4f6c;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 10px;
}

.enquiry .consent label {
    display: inline-block;
    font-size: 15px;
    color: #000;
    letter-spacing: 0.4px;
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    font-weight: 500;
}

.enquiry form .action-button button {
    background: linear-gradient(135deg, #194b67, #1f5f82);
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 28px;
    letter-spacing: 0.8px;
    display: inline-block;
    font-weight: 500;
}

footer {
    background: linear-gradient(rgba(25, 75, 103, 0.9), rgba(25, 75, 103, 0.9)), url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer .container-fluid {
    padding: 0 100px;
}

footer .footer-menu {
    padding: 70px 0 60px;
}

footer .logo-area img {
    width: 160px;
    margin-bottom: 26px;
}

footer .logo-area p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    font-weight: 500;
}

footer .footer-widget h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 22px;
    letter-spacing: 1px;
    font-weight: 500;
}

footer .footer-widget ul li a {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.8px;
    padding-bottom: 12px;
    display: inline-block;
    font-weight: 500;
}

footer .footer-widget ul li:last-child a,
footer .footer-widget .info li:last-child {
    padding-bottom: 0px;
}

footer .footer-widget .info li {
    color: #ffffff;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.8px;
    padding-bottom: 12px;
    font-weight: 500;
}

footer .copyright {
    border-top: solid 1px #c7c6c6;
    padding: 8px 0;
}

footer .copyright p {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 0.6px;
    text-align: center;
    font-weight: 500;
}

/* page breadcumb */

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb .breadcrumb-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
}

.page-breadcrumb .breadcrumb-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-breadcrumb .breadcrumb-content h1 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    text-align: center;
    letter-spacing: 2px;
}

/* certificates */

.certificates .image-border {
    border: 1px solid #cccccc;
    padding: 10px;
}

.certificates h2 {
    color: #0a4f6e;
    font-size: 18px;
    margin: 12px 0 0;
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    font-weight: 600;
}

/* our services */

.our-service:nth-child(odd) {
    background-color: #F8F8F8;
}

.our-service:nth-child(odd) .content-area {
    padding-left: 16px;
    padding-right: 0;
}

.our-service .content-area {
    padding-right: 16px;
}

.our-service .content-area h3 {
    color: #194b67;
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 600;
}

.our-service .img-box img {
    border-radius: 10px;
}

/* testimonial */

.testimonial-area .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 26px;
}

.testimonial-area .testimonial-grid .testimonial-box {
    padding: 25px 20px;
    border: 1px solid #c9ced9;
    border-radius: 15px;
}

.testimonial-area .testimonial-grid .testimonial-box .stars {
    margin: -32px 0 28px;
    display: flex;
    gap: 6px;
}

.testimonial-area .testimonial-grid .testimonial-box .stars i {
    color: #194b67;
}

.testimonial-area .testimonial-grid .testimonial-box .client-info .client-name {
    font-size: 24px;
    padding-bottom: 12px;
    margin: 0;
    letter-spacing: 0.6px;
    color: #194b67;
}

/* contact us */

.contact-us .left-area {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.contact-us .left-area .address-info h3 {
    color: #194b67;
    font-size: 21px;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.contact-us .left-area .address-info ul li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.6px;
    padding-bottom: 6px;
}

.contact-us .left-area .address-info ul li:last-child {
    padding-bottom: 0px;
}

.contact-us .left-area .address-info ul li strong {
    color: #194b67;
}

.contact-us .enquiry {
    background-color: #F2F2EA40;
    padding: 40px;
    border: 1px solid #BFBDB540;
    border-radius: 14px;
}

.openings .img-box {
    position: relative;
}

.openings .img-box:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    border-left: 2px solid #005799;
    border-top: 2px solid #005799;
    width: 120px;
    height: 120px;
}

.openings .img-box:after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    border-right: 2px solid #005799;
    border-bottom: 2px solid #005799;
    width: 120px;
    height: 120px;
}

.openings .content-area h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 0.4px;
}

.openings .content-area h2 span {
    color: #194b67;
}

.openings .content-area ul {
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 24px !important;
    margin-bottom: 20px !important;
}

.openings .content-area ul li {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.openings .content-area ul li::marker {
    color: #194b67;
}

.enquiry form .form-inline .upload {
    position: relative;
}

.enquiry form .form-inline .upload label {
    color: #000;
    border: 1px dashed rgb(89, 100, 126);
    border-radius: 21px;
    margin: 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 12px;
    line-height: 17px;
    letter-spacing: 0.4px;
    transition: background-color 0.5s, top 0.1s;
    width: 100%;
    display: flex;
    justify-content: center;
}

.enquiry form .form-inline .upload input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

/* our vision */

.our-vision .left-area .top-area {
    padding-bottom: 50px;
}

.our-vision .left-area .top-area p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
}

.our-vision .left-area .bottom-area {
    display: flex;
    gap: 36px;
    flex-direction: column;
}

.our-vision .left-area .bottom-area h3 {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.our-vision .left-area .bottom-area p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    max-width: 560px;
}

.our-vision .right-area {
    padding-left: 60px;
}

.our-vision .right-area .top-area h2 {
    margin-bottom: 90px;
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 54px;
}

.our-vision .right-area .counter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 1;
}

.our-vision .right-area .counter::before {
    position: absolute;
    content: "";
    top: 0;
    left: 40%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: linear-gradient(240deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50.12%, rgba(0, 0, 0, 0.35) 100%);
}

.our-vision .right-area .counter::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: 550px;
    height: 1px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50.12%, rgba(0, 0, 0, 0.35) 100%);
}

.our-vision .right-area .counter .column {
    margin: 20px 0 18px;
}

.our-vision .right-area .counter .column h2 {
    font-size: 44px;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    color: #000;
}

.our-vision .right-area .counter .column p {
    font-size: 17px;
    letter-spacing: 0.6px;
    color: #000;
}

/* our client */

.our-client .mainHeading {
    margin-bottom: 36px;
    color: #194b67;
}

.our-client .logo-area {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}

.our-client .logo-area .logo-img-box {
    border: 2px solid #1b4760;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
}

.our-client .logo-area .logo-img-box img {
    width: 80%;
    filter: grayscale(1);
    transition: .2s all linear;
}

.our-client .logo-area .logo-img-box:hover img {
    filter: grayscale(0);
}

/* showcase gallery */

.showcase-gallery .heading h4 {
    color: #194b67;
}

.showcase-gallery .heading p {
    max-width: 880px;
    margin: 0 auto 46px !important;
    text-align: center;
}

.showcase-gallery .gallery-area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.showcase-gallery .gallery-area .gallery-img-box img {
    object-fit: cover;
    height: 240px;
    width: 100%;
}

.showcase-gallery .bg-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 30%;
}

/* Blogs */

.blogs .heading h4 {
    color: #1b4760;
}

.blogs .heading p {
    max-width: 880px;
    margin: 0 auto 46px !important;
    text-align: center;
}

.blogs .blogSlider .blog-card {
    background-color: #fafafa;
    border: 1px solid #e5e6ed;
    overflow: hidden;
    border-radius: 10px;
}

.blogs .blogSlider .blog-card .img-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blogs .blogSlider .blog-card .content-area {
    padding: 24px 22px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blogs .blogSlider .blog-card .content-area .top-area .meta span {
    font-size: 14px;
    color: #212D49;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
}

.blogs .blogSlider .blog-card .content-area .top-area h4 {
    margin-bottom: 8px;
}

.blogs .blogSlider .blog-card .content-area .top-area h4 a {
    font-size: 18px;
    color: #212D4A;
    line-height: 28px;
    text-decoration: none;
    letter-spacing: 0.8px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}  

.blogs .blogSlider .blog-card .content-area p {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.4px;
    color: #333F48;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0;
}

.blogs .blogSlider .blog-card .content-area .bottom-area a {
    margin-top: auto;
    color: #212d43;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    width: max-content;
}

/* faq */

.faq .row {
    margin: unset;
}

.faq .row .col-md-6 {
    padding: 80px 50px;
}

.faq .heading p {
    margin-bottom: 24px !important;
    max-width: 620px;
}

.faq .accordion .accordion-item,
.productFaq .accordion .accordion-item {
    border: 1px solid #194b67;
    border-radius: 8px;
    background: transparent;
    margin-bottom: 18px;
}

.faq .accordion .accordion-item:last-child,
.productFaq .accordion .accordion-item:last-child {
    margin: unset;
}

.faq .accordion .accordion-item .accordion-header .accordion-button,
.productFaq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    letter-spacing: 0.6px;
    box-shadow: unset;
    background: transparent;
    padding: 18px 50px 18px 20px;
    font-weight: 500;
    color: #000;
}

.faq .accordion .accordion-item .accordion-header .accordion-button::after,
.productFaq .accordion .accordion-item .accordion-header .accordion-button::after {
    width: unset;
    height: unset;
    content: '+';
    background-image: unset;
    font-size: 26px;
    line-height: 0.1;
    position: absolute;
    right: 20px;
    color: #194b67;
    font-weight: 500;
}

.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after,
.productFaq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '-';
    transform: unset;
}

.faq .accordion .accordion-item .accordion-body,
.productFaq .accordion .accordion-item .accordion-body {
    padding-top: 0 !important;
    padding: 20px 20px 16px;
}

.faq .accordion .accordion-item .accordion-body p,
.productFaq .accordion .accordion-item .accordion-body p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.4px;
}

.faq .inquiry-form {
    background: linear-gradient(135deg, #194b67, #1f5f82);
    width: 100%;
    height: 100%;
    padding: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq .inquiry-form .form-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.faq .inquiry-form .form-group {
    margin-bottom: 22px;
}

.faq .inquiry-form .form-group label {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1.2px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.faq .inquiry-form .form-group input, .faq .inquiry-form .form-group textarea {
    border: 1px solid #fff !important;
    color: #fff;
    border-radius: unset;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    background: transparent;
    padding: 10px 16px;
    box-shadow: unset;
}

.faq .inquiry-form .button-group button {
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 34px;
    border: unset;
}

/* testimonial */

.testimonial .mainHeading {
    margin-bottom: 46px;
    color: #1b4760;
}

.testimonial .google-box {
    background-image: url(../images/review-bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 46px 0;
}

.testimonial .google-box .logo img {
    width: 34%;
    filter: brightness(0) invert(1);
    margin: auto;
    display: block;
}

.testimonial .google-box .logo div {
    margin-top: 18px;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.testimonial .google-box .logo div i {
    color: #ffffff;
    font-size: 12px;
}

.testimonial .google-box .all-review a {
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 34px;
    border: unset;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1b4963;
}

.testimonial .google-box .total-review {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-size: 16px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.testimonial .google-box .total-review img {
    width: 8%;
}

.testimonial .testimonialSlider .testimonial-box {
    padding: 25px 20px;
    background-color: #fafafa;
    border: 1px solid #e5e6ed;
    border-radius: 14px;
}

.testimonial .testimonialSlider .testimonial-box {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial .testimonialSlider .testimonial-box .client-info .stars {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
}

.testimonial .testimonialSlider .testimonial-box .client-info .stars i {
    color: #194b67;
    font-size: 14px;
}

.testimonial .testimonialSlider .testimonial-box .client-info p {
    font-size: 15px;
    line-height: 28px;
}

.testimonial .testimonialSlider .testimonial-box .client-footer {
    padding-top: 24px;
    border-top: 1px solid #e5e6ed;
}

.testimonial .testimonialSlider .testimonial-box .client-footer h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.8px;
    color: #194b67;
}

/* about us page */

.about-page .top-area .left-area span {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.8px;
    position: relative;
    padding-left: 27px;
    color: #194b67;
    font-weight: 600;
    display: block;
}

.about-page .top-area .left-area span::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #194b67;
    left: 0;
    top: 6px;
    transform: rotate(135deg);
}

.about-page .top-area .left-area h2 {
    max-width: 520px;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 1.4px;
    margin-bottom: 26px;
}

.about-page .top-area .left-area img {
    border-radius: 10px;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.about-page .counter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 80px;
}

.about-page .counter .column h2 {
    font-size: 44px;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    color: #000;
    text-align: center;
}

.about-page .counter .column p {
    font-size: 17px;
    letter-spacing: 0.6px;
    color: #000;
    text-align: center;
}

.why-us .mainHeading {
    margin-bottom: 36px;
    color: #194b67;
}

.why-us .choose-us-box {
    padding: 40px;
    border-right: 1px solid #1b4760;
    border-top: 1px solid #1b4760;
    position: relative;
    transition: 0.3s;
    height: 100%;
}

.why-us .choose-us-box.border-left {
    border-left: 1px solid #1b4760;
}

.why-us .choose-us-box.bottom-border {
    border-bottom: 1px solid #1b4760;
}

.why-us .choose-us-box .icon {
    margin-bottom: 20px;
}

.why-us .choose-us-box .icon img {
    width: 40px;
    height: 40px;
}

.why-us .choose-us-box h4 {
    font-size: 18px;
    margin: 0 0 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #1b4760;
}

.why-us .choose-us-box p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-align: left;
}

.our-approach {
    background-image: url(https://html.awaikenthemes.com/renovex/images/dark-section-bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #0D0D0D;
}

.our-approach .heading span {
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 27px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.our-approach .heading span::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #fff;
    left: 0px;
    top: 5px;
    transform: rotate(135deg);
}

.our-approach .heading h2 {
    color: #fff;
    text-align: center;
    max-width: 840px;
    font-size: 34px;
    margin: 0 auto 40px;
    letter-spacing: 1.8px;
    line-height: 46px;
}

.our-approach .row {
    padding: 0 12px;
}

.our-approach .approach-item {
    position: relative;
    background-color: #ffffff1a;
    padding: 50px;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.our-approach .approach-item .icon-box {
    position: absolute;
    top: -20px;
    right: -20px;
}

.our-approach .approach-item .icon-box img {
    width: 100%;
    max-width: 120px;
}

.our-approach .approach-item .img-box {
    margin-bottom: 50px;
}

.our-approach .approach-item .img-box figure {
    display: block;
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center center;
    width: 100%;
    max-width: 120px;
}

.our-approach .col-md-6:nth-child(1) .approach-item .img-box figure {
    mask-image: url(../images/approach-item-shape-1.svg);
    background-image: url(../images/approach-item-shape-1.svg);
}

.our-approach .col-md-6:nth-child(2) .approach-item .img-box figure {
    mask-image: url(../images/approach-item-shape-2.svg);
    background-image: url(../images/approach-item-shape-2.svg);
}

.our-approach .col-md-6:nth-child(3) .approach-item .img-box figure {
    mask-image: url(../images/approach-item-shape-3.svg);
    background-image: url(../images/approach-item-shape-3.svg);
}

.our-approach .approach-item .content-area h3 {
    color: #fff;
    margin: 0;
    font-size: 22px;
}

.our-approach .approach-item .content-area p {
    color: #fff;
    font-size: 15px;
    margin: 10px 0 26px;
}

.our-approach .approach-item .content-area ul li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 16px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.6px;
}

.our-approach .approach-item .content-area ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: #fff;
    width: 6px;
    height: 6px;
}

.our-approach .approach-item .content-area ul li:last-child {
    margin-bottom: 0;
}

.floating-links {
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.floating-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.floating-links ul li:not(:last-child) {
    margin-bottom: 10px
}

.floating-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
    text-align: center;
    line-height: 42px;
    border-radius: 6px;
    color: #000;
    font-size: 18px;
    transition: 0.20s linear
}

.floating-links ul li a:hover {
    background: #000;
    color: #fff
}

.google-map .map-area {
    background-color: #F2F2EA40;
    padding: 16px;
    border: 1px solid #BFBDB540;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height: 424px;
    display: flex;
    flex-direction: column;
}

.google-map .map-area iframe {
    border-radius: 12px;
}

.google-map .map-area p {
    font-size: 15px;
    text-align: left;
    line-height: 26px;
    letter-spacing: 0.6px;
    margin: 16px 0;
}

.google-map .map-area div {
    margin-top: auto;
}

.google-map .map-area a {
    display: block;
    background: linear-gradient(135deg, #194b67, #1f5f82);
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    padding: 12px 0;
    border-radius: 12px;
    letter-spacing: 0.4px;
    position: relative;
}

.google-map .map-area a i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(332deg);
}

/* dda lift */

.dda-breadcrumb {
    background-image: url(../images/dda-lift.webp);
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
}

.dda-breadcrumb .content-area span {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.6px;
    border: 1px solid #fff;
    background: #ffffff1f;
    backdrop-filter: blur(40px);
    border-radius: 100px;
    padding: 4px 12px;
    display: inline-block;
    margin-bottom: 18px;
}

.dda-breadcrumb .content-area h1 {
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 14px;
    color: #fff;
}

.dda-breadcrumb .content-area h2 {
    color: #fff;
    font-size: 19px;
    max-width: 480px;
    line-height: 31px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

.dda-breadcrumb .content-area p {
    margin-bottom: 28px;
    max-width: 580px;
    color: #fff;
}

.dda-breadcrumb .content-area .button-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.dda-breadcrumb .content-area .button-group a {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.dda-breadcrumb .content-area .button-group a i {
    margin-right: 4px;
    font-size: 14px;
}

.dda-breadcrumb .content-area .button-group .book {
    color: #011c3c;
    background: #fff;
    border: 2px solid #fff;
    padding: 9px 26px;
}

.dda-breadcrumb .content-area .button-group .expert {
    color: #fff;
    border: 2px solid #fff;
    padding: 9px 30px;
}

.dda-breadcrumb .content-area .usp {
    display: flex;
    gap: 24px;
    margin-top: 46px;
}

.dda-breadcrumb .content-area .usp .icon-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dda-breadcrumb .content-area .usp .icon svg {
    width: 27px;
    height: 27px;
}

.dda-breadcrumb .content-area .usp .content h3 {
    margin: unset;
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: 0.2px;
    color: #fff;
}

.why-dda .section-heading h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #172C45;
    margin-bottom: 12px;
    text-align: center;
}

.why-dda .section-heading p {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.why-dda .why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.why-dda .why-grid .column {
    padding: 8px;
    background: #fff;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
    border-radius: 15px;
    transition: all .25s ease-in-out;
    z-index: 0;
}

.why-dda .why-grid .column .inner {
    border: 1px solid #e5e7eb;
    transition: 0.3s ease-in-out;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.why-dda .why-grid .column:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.why-dda .why-grid .column:hover .inner {
    border-color: #194b67 !important;
}

.why-dda .why-grid .column .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #F1F5F9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 900;
}

.why-dda .why-grid .column .icon-box img {
    width: 44px;
}

.why-dda .why-grid .column h3 {
    font-size: 17px;
    margin: 0 0 9px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.why-dda .why-grid .column p {
    color: #2b2b2b;
    margin: unset;
    letter-spacing: 0.3px;
    line-height: 25px;
    font-size: 15px;
}

.why-dda .why-grid .column .feature-img {
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: -1;
}

.about-dda .img-box img {
    border-radius: 10px;
    height: 420px;
    object-fit: cover;
}

.about-dda .content-area {
    padding-left: 10px;
}

.about-dda .content-area h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #172C45;
    margin-bottom: 12px;
}

.about-dda .content-area ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    letter-spacing: 0.3px;
    font-size: 16px;
}

.about-dda .content-area ul li::before {
    content: "âœ”";
    color: #172C45;
    font-weight: bold;
}

.types-of-lift .section-heading h2 {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #172C45;
    margin-bottom: 34px;
    text-align: center;
}

.products .product-box .img-box img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.why-choose .container {
    max-width: 1440px;
}

.why-choose .left-area {
    background: linear-gradient(135deg, #194b67, #1f5f82);
    padding: 24px;
    border-radius: 20px;
    height: 100%;
}

.why-choose .left-area h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #fff;
    letter-spacing: 0.5px;
}

.why-choose .left-area p {
    color: #fff;
    max-width: 570px;
    line-height: 27px;
    margin-bottom: 34px;
    letter-spacing: 0.5px;
}

.why-choose .left-area .feature-grid {
    display: flex;
    gap: 20px;
}

.why-choose .left-area .feature-grid .icon-box {
    position: relative;
    padding-right: 20px;
}

.why-choose .left-area .feature-grid .icon-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    width: 1px;
    height: 100%;
}

.why-choose .left-area .feature-grid .icon-box:last-child::after {
    all: unset;
}

.why-choose .left-area .feature-grid .icon-box svg {
    width: 31px;
    height: 31px;
    margin-bottom: 8px;
}

.why-choose .left-area .feature-grid .icon-box p {
    margin-bottom: unset;
    font-size: 14px;
    font-weight: 500;
}

.why-choose .right-area {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 24px;
    border-radius: 20px;
    height: 100%;
}

.why-choose .right-area h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #194b67;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: center;
}

.why-choose .right-area .trusted-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 1;
}

.why-choose .right-area .trusted-grid::before {
    position: absolute;
    content: "";
    top: 0;
    left: 43%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: linear-gradient(240deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 0) 50.12%, rgb(0 0 0 / 15%) 100%);
}

.why-choose .right-area .trusted-grid::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: 550px;
    height: 1px;
    background: linear-gradient(270deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 0) 50.12%, rgb(0 0 0 / 15%) 100%);
}

.why-choose .right-area .trusted-grid .column {
    margin: 20px 0 18px;
}

.why-choose .right-area .trusted-grid .column h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #194b67;
    letter-spacing: 0.5px;
}

.why-choose .right-area .trusted-grid .column p {
    line-height: 1.1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.types-of-lift .product-box .content-area p {
    margin-bottom: unset;
}

.area-we-serve .section-heading h2 {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #172C45;
    margin-bottom: 28px;
    text-align: center;
}

.area-we-serve .area-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.area-we-serve .area-grid .column {
    background: #F2F2EA40;
    padding: 12px 24px;
    border-radius: 8px;
    border: 2px solid #0000001f;
}

.area-we-serve .area-grid .column p {
    line-height: 1.1;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #0a4f6e;
}

.about-dda .content-area ul li:last-child {
    margin-bottom: unset;
}

.dda-cta .row {
    background-image: url(../images/dda-lift.webp);
    background-size: cover;
    background-position: center;
    padding: 60px 30px;
    border-radius: 20px;
}

.dda-cta .content-area h3 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 8px;
    color: #fff;
}

.dda-cta .content-area p {
    margin-bottom: 24px;
    max-width: 580px;
    color: #fff;
}

.dda-cta .content-area .button-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.dda-cta .content-area .button-group a {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.dda-cta .content-area .button-group a i {
    margin-right: 4px;
    font-size: 14px;
}

.dda-cta .content-area .button-group .book {
    color: #011c3c;
    background: #fff;
    border: 2px solid #fff;
    padding: 9px 26px;
}

.dda-cta .content-area .button-group .expert {
    color: #fff;
    border: 2px solid #fff;
    padding: 9px 30px;
}

.dda-cta .content-area .other-info {
    margin-bottom: unset;
    margin-top: 28px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
}

.dda-process .section-heading h2 {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #172C45;
    margin-bottom: 38px;
    text-align: center;
}

.dda-process .process {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.dda-process .process .badge {
    width: 34px;
    height: 33px;
    background: linear-gradient(135deg, #194b67, #1f5f82);
    color: #fff;
    border-radius: 50%;
    display: flex;
    line-height: 25px;
    font-weight: 700;
    margin: 0 auto;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 0.3px;
    z-index: 5;
    position: relative;
}

.dda-process .process .icon-circle {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10px auto 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dda-process .process .icon-circle svg {
    width: 60px;
    height: 60px;
}

.dda-process .process .label {
    font-weight: 600;
    color: #1b2a4a;
    font-size: 14px;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.6px;
}

.dda-process .process .arrow {
    color: #194b67;
    font-size: 18px;
    font-weight: 600;
}

.assistance .container {
    max-width: 1440px;
}

.assistance .banner {
    background: linear-gradient(135deg, #194b67, #1f5f82);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.assistance .banner .left-area {
    flex: 0 0 340px;
}

.assistance .left-area h2 {
    font-size: 22px;
    letter-spacing: 1.2px;
    line-height: 33px;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 600;
}

.assistance .left-area p {
    margin-bottom: 22px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.6px;
    text-align: left;
    word-spacing: 3px;
}

.assistance .left-area a {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #011c3c;
    background: #fff;
    border: 2px solid #fff;
    padding: 9px 26px;
    letter-spacing: 0.6px;
}

.assistance .right-area {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.assistance .right-area .step {
    position: relative;
    text-align: center;
    width: 110px;
}

.assistance .right-area .step .badge {
    width: 34px;
    height: 33px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto 16px;
    color: #0e2a4d;
    line-height: 25px;
}

.assistance .right-area .step svg {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
}

.assistance .right-area .step .label {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    letter-spacing: 0.9px;
}

.assistance .right-area .step .arrow-line {
    position: absolute;
    top: 50px;
    right: -56px;
    width: 50px;
    border-top: 2px dotted #fff;
}

.eligible .container {
    max-width: 1440px;
}

.eligible .left-area h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #172C45;
    margin-bottom: 34px;
}

.eligible .left-area .cards {
    display: flex;
    gap: 10px;
}

.eligible .left-area .cards .card {
    flex: 1;
    background: #eef0f4;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: left;
}

.eligible .left-area .cards .card .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    color: #1a2b4a;
}

.eligible .left-area .cards .card h3 {
    color: #1a2b4a;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.eligible .left-area .cards .card p {
    color: #000;
    font-size: 13px;
    line-height: 21px;
}

.eligible .left-area .cta {
    text-align: center;
    margin-top: 30px;
}

.eligible .left-area .cta a {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    background: #011c3c;
    border: 2px solid #fff;
    padding: 10px 28px;
    letter-spacing: 0.6px;
}

.eligible .right-area img {
    border-radius: 10px;
    height: 420px;
    object-fit: cover;
}