html,
body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
span,
p,
input,
textarea {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

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

input:focus,
select:focus {
    outline: none;
}

:root {
    --dark-red: #F42941;
    --light-red: #FF001E;
    --dark-blue: #102747;
    --light-blue: rgb(31, 72, 122);
    --white-color: #FFFFFF;
    --link-text: #1F2E44;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.banner-background {
    background: url('/assets/bannerimage.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 160vh;
    overflow: hidden;
    position: relative;
}
.our-services-page-banner {
    background: url('/assets/radient.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.our-services-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    pointer-events: none;
}

.our-services-page-banner .grupimg,
.our-services-page-banner .container,
.our-services-page-banner .header,
.our-services-page-banner .mobile-header,
.our-services-page-banner .our-services-page {
    position: relative;
    z-index: 2;
}

.our-services-hero-vector {
    position: absolute;
    bottom: 8%;
    right: 6%;
    z-index: 3;
    pointer-events: none;
}

.our-services-hero-vector img {
    width: 138px;
    height: auto;
    display: block;
}

/* Our Services page: stats section with fam.png - does not affect index */
.our-services-stats-section {
    min-height: 387px;
    background: url('/assets/fam.png') center center no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}

.our-services-stats-section .vectortop,
.our-services-stats-section .vectorbottom {
    display: none;
}

.our-services-stats-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F42941;
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.our-services-stats-section .container {
    position: relative;
    z-index: 1;
}

.our-services-stats-section .qualified-cards {
    background: rgba(244, 41, 65, 0.75);
    border-color: rgba(255, 255, 255, 0.4);
}

.grupimg {
    background: url('/assets/grupimg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: calc(80% - -75px) 60px;
    height: 160vh;
}

.grupimg-img img {
    width: 100%;
    height: 100%;
}

.header {
    background-color: var(--white-color);
    border-radius: 19px;
    box-shadow: 0px 4px 37.6px 0px rgb(0 0 0 / 14%);
}



.site-logo {
    width: 172px;
    height: 44px;
}

.site-logo a img {
    width: 100%;
    height: 100%;
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px 0px 45px;
}

.navlink ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style-type: none;
    padding: 0;
    gap: 28px;
}

.phonenumber img {
    width: 36px;
    height: 36px;
}

.phonenumber {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phonenumber span {
    font-weight: 500;
    font-size: 20px;
    line-height: 26.85px;
}

.navlink ul li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    color: var(--link-text);
}

.info-hr {
    background: var(--dark-red);
    padding: 9px 20px 7px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border-radius: 0px 0px 19px 19px;
}

.loaction-mail {
    display: flex;
    gap: 61px;
}

.loaction-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.loaction-icon img {
    width: 24px;
}

.loaction-icon p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
    color: var(--white-color);
    margin: 0;
}

.social-icons {
    display: flex;
    gap: 21px;
    align-items: center;
}

.headerbtn a {
    text-decoration: none;
}

.headerbtn {
    display: flex;
    gap: 5px;
}

.headerbtn a button {
    text-decoration: none;
    background: #102747;
    color: var(--white-color);
    height: 36px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
}

.icon-img {
    display: flex;
    align-items: center;
    gap: 22px;
}

.icon-img img {
    width: 15px;
}

.banner-text h1 {
    font-weight: 800;
    font-size: 150px;
    color: var(--white-color);
    margin: 0;
    padding-top: 50px;
}

.banner-text h3 {
    font-weight: 500;
    font-size: 128px;
    color: var(--light-red);
    margin-top: -55px;
    text-transform: uppercase;
    filter: drop-shadow(0px 0px 4px #F42941) drop-shadow(0px 0px 44px #F42941);
    mix-blend-mode: screen;
}

.banner-text {
    color: white;
    font-size: 17px;
    font-weight: 300;
    word-spacing: 8px;
    width: 35%;
}

.our-services-page .banner-text {
    color: white;
    font-size: 17px;
    font-weight: 300;
    word-spacing: 8px;
    width: 50%;
    margin-top: 150px;
}
.our-services-page .banner-text h1 {
    font-weight: 800;
    font-size: 60px;
    color: var(--white-color);
    margin: 0;
    padding-top: 50px;
}
.our-services-page .banner-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 28px;
}
.banner-text a {
    text-decoration: none;
}

.banner-text a button {
    text-decoration: none;
    width: 206px;
    height: 48px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 14px;
    filter: drop-shadow(0px 4px 17.8px var(--dark-red));
}

.banner-text a button img {
    width: 35px;
    height: 35px;
}
.large-heading h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -26px;
    margin-right: -91px;
}

.large-heading {
    width: max-content;
    text-align: end;
}

.layar1-img {
    position: absolute;
    bottom: 8%;
    left: 37%;
    width: 377px;
    height: 538px;
}

.layar1-img img {
    width: 100%;
    height: 100%;
}

.persnoal-tech h2 {
    font-weight: 800;
    font-size: 77px;
    color: var(--white-color);
    text-transform: uppercase;
    margin: 0;
}

.persnoal-tech h3 {
    font-weight: 500;
    font-size: 111px;
    color: var(--light-red);
    filter: drop-shadow(0px 0px 4px #F42941) drop-shadow(0px 0px 44px #F42941);
    mix-blend-mode: screen;
    text-transform: uppercase;
    padding-left: 20px;
    margin-top: -30px;
}

.persnoal-tech {
    position: absolute;
    bottom: 16%;
    right: 6%;
}

.persnoal-tech img {
    width: 138px;
    height: 212px;
    margin-right: 40px;
}

.intail-box {
    background: var(--dark-red);
    min-height: 338px;
    width: 73%;
    margin: auto;
    position: absolute;
    top: -160px;
    left: 12%;
    border-radius: 20px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 60px;
}

.intail-box-main {
    position: relative;
}

.liningbox {
    position: absolute;
    right: -10%;
    bottom: 0;
    opacity: 0.3;
    z-index: 0;
}

.Intial-box-shado h3 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 26px;
}

.Intial-box-shado p {
    color: var(--white-color);
    font-weight: 400;
    font-size: 14px;
}

.Intial-box-input-main {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.Intial-box-input input {
    width: 100%;
    border: none;
    background: var(--white-color);
    height: 38px;
    padding-left: 20px;
}

.Intial-box-input input:focus {
    outline: none;
    box-shadow: none;
}

.sec-seation {
    z-index: 999999 !important;
}

.Intial-box-input input::placeholder {
    font-size: 14px;
    color: var(--light-blue);
    font-weight: 600;
}


.consultation-validation-errors {
    position: relative;
    z-index: 10;
    margin: 12px 0 0;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.95);
    border-left: 4px solid #dc3545;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.consultation-validation-errors ul {
    margin: 0;
    padding-left: 18px;
    color: #721c24;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
.consultation-validation-errors li {
    margin-bottom: 4px;
}
.consultation-validation-errors li:last-child {
    margin-bottom: 0;
}

.submit-btn {
    margin-top: 14px;
    text-align: end;
}

.submit-btn button {
    background: var(--dark-blue);
    width: 98px;
    height: 47px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    color: var(--white-color);
}

.main-services-seaction {
    position: relative;
}

.services-backgroud {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 165vh;
}

.services-backgroud img {
    width: 100%;
    height: 100%;
}

.Isolation-Mode img {
    width: 10p6x;
    height: 208px;
}

.Isolation-Mode {
    position: absolute;
    top: 130px;
    left: -20;
}

.Isolation-Mode2 {
    position: absolute;
    top: 110px;
    right: 50px;
}

.Isolation-Mode3 {
    position: absolute;
    top: 180px;
    right: 50px;
}

.services-h {
    padding-top: 200px;
}

.services-h-spacing {
    margin-top: 50px;
}

.services-card-link {
    display: block;
    color: inherit;
}

.services-card-link:hover {
    color: inherit;
}

.services-cards-text .services-card-see-btn {
    display: inline-block;
    border: none;
    background: var(--dark-blue);
    height: 47px;
    color: var(--white-color);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 23px 12px;
    margin-top: 20px;
    line-height: 1;
}

.services-button-h button {
    width: 348px;
    height: 63px;
    background: var(--dark-red);
    border-radius: 38px;
    color: var(--white-color);
    border: none;
}

.services-button-h h2 {
    font-weight: 600;
    font-size: 40px;
    margin-top: 16px;
    line-height: 1.3;
}

.services-button-h {
    padding: 60px 0 50px;
    text-align: center;
}

.home-page-content .main-services-seaction .row {
    margin-bottom: 0;
}

.home-page-content .main-services-seaction .col-md-4 {
    margin-bottom: 24px;
}

.services-cards {
    background: url('/assets/teaser1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 410px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.services-cards-text {
    width: 90%;
    margin-bottom: -30px;
    background: var(--dark-red);
    border-radius: 15px;
    padding: 26px 27px 26px 27px;
}

.services-cards-text span {
    font-weight: 600;
    font-size: 20px;
    color: var(--white-color);
}

.services-cards-text h3 {
    font-weight: 600;
    font-size: 26px;
    color: var(--white-color);
}

.services-cards-text p {
    font-weight: 300;
    font-size: 12px;
    color: var(--white-color);
    word-spacing: 5px;
}

.services-cards-text button {
    border: none;
    background: var(--dark-blue);
    height: 47px;
    color: var(--white-color);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 23px;

}

.services-cards2 {
    background: url('/assets/teaser-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 410px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.services-cards3 {
    background: url('/assets/Maskgroup.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 410px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.third-seaction {
    background: url('/assets/stats-family-bg.png') center center no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 70px 0;
}
.third-seaction::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 39, 71, 0.75);
    z-index: 0;
}
.third-seaction .container {
    position: relative;
    z-index: 1;
}

.vectortop {
    position: absolute;
    top: 0;
    right: 40px;
}

.vectortop img {
    width: 138px;
}

.vectorbottom {
    position: absolute;
    bottom: 20px;
    left: 0px;
}

.qualified-cards {
    min-height: 140px;
    width: 100%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 24px 20px;
    text-align: center;
}

.qualified-cards h2 {
    margin: 0;
    font-weight: 700;
    font-size: 42px;
    color: var(--white-color);
    line-height: 1.1;
}

.qualified-cards p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.4;
    max-width: 180px;
}

.qualified-cards-full .qualified-cards-experience {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    max-width: none;
}

.third-seaction-spacer {
    padding-top: 80px;
}

.third-seaction .row {
    margin: 0 -12px;
}

.third-seaction .row > [class*="col-"] {
    padding: 0 12px;
    margin-bottom: 16px;
}

/* .Why Choose Us tabs */

.why-chose-main {
    width: 100%;
    position: relative;
}

.forth-seaction {
    background: var(--dark-red);
}

.linnng img {
    width: 100%;
}

.whitedot {
    position: absolute;
    top: 50px;
    z-index: 9999999;
}

.whitedot img {
    width: 208;
}

.linnng {
    width: 100%;
    height: 140vh;
    position: absolute;
    top: 0;
}

.linnng img {
    width: 100%;
    opacity: 0.2;
    height: 100%;
}

.ownerimg {
    background: url('/assets/onwer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 140vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mar {
    margin: 0;
    padding: 0;
}

.tab-header {
    display: flex;
    cursor: pointer;
    flex-direction: column;
}

.tab-header .tab {

    z-index: 999999 !important;
    transition: all 0.3s ease;
}

.tab-content {
    display: none;
    padding: 20px;
    border-top-right-radius: 40px;
    height: 545px;
    width: 80%;
    background: var(--dark-blue);
}

.tab-content.active {
    display: block;
}

.why-left {
    z-index: 999999999999 !important;
}

.whychose button {
    z-index: 999999 !important;
    width: 341px;
    height: 50px;
    border-radius: 38px;
    border: none;
    font-size: 22px;
    background: var(--dark-blue);
    font-weight: 500;
    color: var(--white-color);
}

.tab {
    font-weight: 600;
    font-size: 20px;
    padding: 13px 17px;
    border-radius: 49px 0px 0px 49px;
    color: var(--white-color);
}

.tab-header .tab.active {
    font-weight: 600;
    font-size: 20px;
    background: var(--dark-blue);
    padding: 13px 17px;
    border-radius: 49px 0px 0px 49px;
    color: var(--white-color);
}

.whychose3 h2 {
    font-weight: 600;
    font-size: 40px;
    color: var(--white-color);
}


.why-left {
    width: 72%;
    padding-top: 130px;
}

.right {
    display: flex;
    justify-content: end;
}

.tab-content h2 {
    font-weight: 600;
    font-size: 40px;
    color: var(--white-color);
    margin: 0;
}

.tab-content h3 {
    font-weight: 600;
    font-size: 40px;
    color: var(--white-color);
    margin: 0;
}

.tab-content {
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    margin: 0;
}

.dealsimg {
    width: 100%;
    height: 220px;
}

.dealsimg img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    margin-top: 50px;
}

.comparess {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subservice-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: gap 0.2s;
}
.subservice-read-more:hover {
    color: var(--white-color);
    gap: 10px;
}
.subservice-read-more span { opacity: 0.9; }

.fifthseaction {
    background: url('/assets/fifthseaction.png') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.layeright {
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
}

.layerleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
}

.layerleft img {
    width: 100%;
}

.testimonial-btn button {
    width: 292px;
    height: 53px;
    color: var(--white-color);
    background: var(--dark-red);
    font-weight: 500;
    font-size: 24px;
    border: none;
    border-radius: 60px;
    margin-bottom: 20px;
}


.testimonial-btn h2 {
    font-weight: 600;
    font-size: 40px;
}

.testimonial-btn {
    text-align: center;
    padding-top: 86px;
    padding-bottom: 30px;
}

.carousel2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 20px;
}

.carousel2-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel2-item {
    flex: 0 0 100%;
    text-align: center;
    padding: 20px;
}

.carousel2-item p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.carousel2-dots {
    display: flex;
    justify-content: center;
    gap: 26px;
}

.dot {
    width: 16px;
    height: 16px;
    background: var(--dark-blue);
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: var(--dark-red);
}

.avail {
    background: #020842;
    margin-bottom: 62px;
}

.testimonials-section {
    color: #fff;
    padding: 54px 0px 130px 0px;
}

.testimonials-section h2 {
    font-size: 2rem;
}

.testimonials-section p {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    line-height: 25px;
}

.testimonials-container {
    gap: 20px;
    position: relative;
    width: 94%;
    margin: auto;
}

.testimonial-main {
    width: 78%;
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.testimonial-main img {
    width: 211px;
    height: 211px;
    border-radius: 50%;
    border: 4px solid var(--dark-red);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    object-fit: contain;
}

.testimonial-main p {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-blue);
    line-height: 28px;
    padding: 0px 75px;
}

.testimonial-main h3 {
    margin: 10px 0 5px;
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-blue);
}

.testimonial-main .position {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-red);
}

.testimonials-side .testimonial {
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
}

.testimonials-side .testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    border: 3px solid var(--dark-red);
}

.testimonials-side .testimonial:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.testimonials-side .testimonial.active img {
    transform: scale(1.08);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.testimonial {
    z-index: 9999999;
}

.Testimonials-h {
    text-align: center;
    padding-bottom: 59px;
    width: 71%;
    margin: auto;
}

.testimonial-main {
    text-align: center;
}

.modify {
    display: flex;
    justify-content: center;
}


.img1 {
    top: 7%;
    left: 14%;
    position: absolute;
}

.img1 img {
    width: 76px !important;
    height: 76px !important;
}

.img2 {
    position: absolute;
    top: 36%;
    left: -7px;
}

.img2 img {
    width: 140px !important;
    height: 140px !important;
}

.img3 {
    position: absolute;
    top: 57%;
    right: 0%;
}

.img3 img {
    width: 76px !important;
    height: 76px !important;
}

.img4 {
    position: absolute;
    top: 9%;
    right: 4%;
}

.img4 img {
    width: 106px !important;
    height: 106px !important;
}

.img5 {
    position: absolute;
    top: 50%;
    right: 0;
}

.main-bg-img {
    background: url('/assets/map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.availability-section {
    background: #020842;
    margin-bottom: 62px;
}

.feedback-section {
    color: #fff;
    padding: 54px 0px 130px 0px;
}

.feedback-section h2 {
    font-size: 2rem;
}

.feedback-section p {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    line-height: 25px;
}

.feedback-wrapper {
    gap: 20px;
    position: relative;
    width: 94%;
    margin: auto;
}

.feedback-active {
    width: 78%;
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.feedback-active img {
    width: 211px;
    height: 211px;
    border-radius: 50%;
    border: 4px solid var(--dark-red);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    object-fit: contain;
}

.feedback-active p {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-blue);
    line-height: 28px;
    padding: 0px 75px;
}

.feedback-active h3 {
    margin: 10px 0 5px;
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-blue);
}

.feedback-active .role {
    font-size: 0.9rem;
    color: #f08d49;
}

.feedback-thumbnails .thumbnail {
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
}

.feedback-thumbnails .thumbnail img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    border: 4px solid white;
}

.feedback-thumbnails .thumbnail:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.thumbnail {
    z-index: 9999999;
}

.feedback-header {
    text-align: center;
    padding-bottom: 59px;
    width: 71%;
    margin: auto;
}

.feedback-active {
    text-align: center;
}

.layout {
    display: flex;
    justify-content: center;
}

.thumbnail1 {
    top: 7%;
    left: 13%;
    position: absolute;
}

.thumbnail1 img {
    width: 76px !important;
    height: 76px !important;
}

.thumbnail2 {
    position: absolute;
    top: 36%;
    left: -7px;
}

.thumbnail2 img {
    width: 140px !important;
    height: 140px !important;
}

.thumbnail3 {
    position: absolute;
    top: 57%;
    right: 0%;
}

.thumbnail3 img {
    width: 76px !important;
    height: 76px !important;
}

.thumbnail4 {
    position: absolute;
    top: 9%;
    right: 4%;
}

.thumbnail4 img {
    width: 106px !important;
    height: 106px !important;
}

.background-image {
    background: url('/assets/map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.review-section {
    background: #020842;
    margin-bottom: 62px;
}

.testimonials-section {
    color: #fff;
    padding: 54px 0px 130px 0px;
}

.testimonials-section h2 {
    font-size: 2rem;
}

.testimonials-section p {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    line-height: 25px;
}

.testimonials-container {
    gap: 20px;
    position: relative;
    width: 94%;
    margin: auto;
}

.review-active {
    width: 78%;
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.review-active img {
    width: 211px;
    height: 211px;
    border-radius: 50%;
    border: 4px solid #8A2329;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    object-fit: contain;
}

.review-active p {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-blue);
    line-height: 28px;
    padding: 0px 75px;
}

.review-active h3 {
    margin: 10px 0 5px;
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-blue);
}

.review-active .job-title {
    font-size: 0.9rem;
    color: #f08d49;
}

.thumbnail-gallery .thumbnail-item {
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
}

.thumbnail-gallery .thumbnail-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    border: 4px solid white;
}

.thumbnail-gallery .thumbnail-item:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.thumbnail-item {
    z-index: 9999999;
}

.testimonials-header {
    text-align: center;
    padding-bottom: 59px;
    width: 71%;
    margin: auto;
}

.review-active {
    text-align: center;
}

.layout-wrapper {
    display: flex;
    justify-content: center;
}


.map-background {
    background: url('/assets/map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial-section {
    padding-bottom: 86px;
}

.sixth-seaction {
    background: var(--dark-blue);
    padding: 90px 0 120px;
}

.hndl-btn {
    text-align: center;
}

.hndl-btn button {
    background: var(--white-color);
    color: var(--dark-blue);
    padding: 15px 90px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 40px;
}

.hndl-btn h2 {
    font-size: 40px;
    margin-top: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--white-color);
    padding-bottom: 70px;
}

.sixth-seaction .row {
    margin-top: 50px;
}

.lists3-h h3 {
    color: var(--white-color);
    font-size: 23px;
    font-weight: 600;
    background: var(--light-blue);
    padding: 19px 24px;
    border-radius: 8px;
    margin-bottom: 16px;
    line-height: 1.4;
}

.lists3-h h3:first-child {
    background: var(--dark-red);
}

.income-box {
    background: var(--light-blue);
    padding: 50px;
    border-radius: 20px;
}

.incom-input label {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    padding-bottom: 10px;
}

.incom-input p {
    font-size: 11px;
    font-weight: 400;
    color: var(--white-color);
}

.icon-input input {
    width: 100%;
    height: 56px;
    padding-left: 56px;
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
}

.icon-input input:focus {
    outline: none;
    box-shadow: none;
}

.icon-input img {
    width: 42px;
    position: absolute;
    top: 7px;
    left: 10px;
    height: 42px;
}

.icon-input {
    position: relative;
}

.incom-input {
    margin-bottom: 25px;
}

.btnn {
    width: 206px;
    height: 48px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 14px;
    filter: drop-shadow(0px 4px 17.8px var(--dark-red));
}

.btnn img {
    width: 35px;
    height: 35px;
}

.footer {
    background: url('/assets/footerbanner.png') no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1.9;
}

.footer-logo-test {
    padding: 100px 0;
}

.footerlink {
    display: flex;
    align-items: center;
    gap: 110px;
    padding-top: 60px;
}

.footerlogo {
    height: 67px;
    width: 247px;
}

.footerlogo img {
    height: 100%;
    width: 100%;
}

.pagelink ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 50px;
}

.pagelink ul li a {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.links-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 50px;
}

.links-footer ul li a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.adressbox {
    background: #2b5281b5;
    width: 76%;
    margin: 40px auto;
    padding: 30px;
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
}

.adress-phones {
    display: flex;
    align-items: center;
    gap: 10px;
}

.addressbox-test span {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
}

.addressbox-test h5 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
}

.addressbox-test p {
    color: var(--white-color);
    font-size: 11px;
    font-weight: 400;
}

.Copyright {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 30px;
}

.Copyright p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    margin: 0;
}

.footer-top-card {
    background: var(--dark-red);
    position: absolute;
    border-radius: 21px;
    top: -86px;
    width: 83%;
    left: 8%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 30px;
}

.footer-top-seactin {
    position: relative;
}

/* Page-specific footer spacing */
body.home-page .footer-top-seactin {
    margin-top: 150px;
}

body.contact-page .footer-top-seactin {
    margin-top: 350px;
}

/* Contact page - premium info cards */
.contact-info-cards-wrap {
    padding: 48px 0 56px;
}

.contact-info-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    padding: 36px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    box-shadow: 0 4px 24px rgba(16, 39, 71, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(16, 39, 71, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF001E 0%, #cc0018 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(16, 39, 71, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
}

.contact-info-card:hover::before {
    opacity: 1;
}

.contact-info-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #102747 0%, #1e3a5f 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 8px 20px rgba(16, 39, 71, 0.25);
}

.contact-info-card-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.contact-info-card-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #102747;
    margin: 0 0 12px;
}

.contact-info-card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

.contact-info-card-phone {
    font-weight: 600;
    color: #102747;
    font-size: 1.05rem;
}

.contact-free-consultation-section {
    margin-top: 300px;
}

body.broker-search-page .footer-top-seactin {
    margin-top: 300px !important;
}

.manimg {
    margin-top: -150px;
}

.manimg img {
    height: 365px;
}

.financial-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.financial-text span {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
}

.financial-text p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
}

.financial-img-btn button {
    width: 211.86px;
    background: var(--dark-blue);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 23px;

}

/* flow2 */
.flow3 {
    background: url('/assets/huhuhu.png') no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding-bottom: 100px;
    position: relative;
}

.flow4-banner-text h2 {
    text-transform: uppercase;
    font-size: 52px;
}

.lowest {
    font-weight: 700;
}

.with {
    font-size: 40px;
    font-weight: 500;
}

.flow4-banner-text {
    width: 73%;
    padding-top: 80px;
    padding-bottom: 10px;
}

.flow4-banner-text h1 {
    font-size: 73px;
    font-weight: 700;
    color: var(--dark-red);
    text-transform: uppercase;
    margin: 0;
}

.flow4-banner-text h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-blue);
    width: 75%;
    padding: 15px 0px;
}

.flow4-banner-text button {
    width: 250px;
    height: 48px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 0px 14px;
}

.bannerimgdfloe3 {
    width: 502px;
    height: 420px;
    position: absolute;
    bottom: 0;
    right: 40px;
}

.arrowimg {
    width: 190px;
    position: absolute;
    right: -20px;
    bottom: 0;
}

.arrowimg img {
    width: 100%;
}

.flow-seaction2 {
    background: url('/assets/floe3seaction3.png') no-repeat;
    height: 330px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vactore-bottoms {
    width: 96px;
    position: absolute;
    top: 50%;
    left: 0px;
}

.vactore-bottoms img {
    width: 100%;
}

.liveinsur {
    background: #fd476b;
    padding: 30px 15px;
    border-radius: 11px;
    border: 2px solid #10274717;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 21%;
}

.liveinsur h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--white-color);
}

.liveinsur h3:first-child {
    margin: 0;
}

.Insurance {
    display: flex;
    justify-content: space-between;
}

.footer-top-card2 {
    background: var(--dark-red);
    border-radius: 21px;
    width: 88%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 30px 0px 30px;
    margin: auto;
    position: relative;
    bottom: -43px;
}

.flow3-top-footer {
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: end;

}

.main-login {
    background: url('/assets/Maskgrouppp.png') no-repeat;
    background-size: cover;
    background-position: initial;
    height: 100vh;
    width: 100%;
}

.login-logo {
    padding: 50px 0px 0px 40px;
}

.login-text-input {
    width: 75%;
}

.adipiscing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(100vh - 20vh);
}

.login-text-input h1 {
    font-size: 70px;
    font-weight: 600;
    margin: auto;
    color: var(--white-color);
    padding-top: 10px;
}

.login-text-input p {
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
}

.login-h {
    width: 100%;
    margin: auto;
}

.login-container {
    padding: 30px 30px 0px 30px;
    border-radius: 10px;
    width: 27%;
}

.login-container input {
    width: 100%;
    padding: 10px 10px 15px 100px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: white;
    font-size: 14px;
    outline: none;
}

.login-container input::placeholder {
    color: white;
}

.lablepostion {
    position: relative;
}

.lablepostion label {
    color: white;
    position: absolute;
    left: 0;
    top: 7px;
}

.loginbtn {
    padding: 12px 23px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    font-size: 15px;
    filter: drop-shadow(0px 4px 17.8px var(--dark-red));
    font-weight: 600;
    margin-top: 25px;
}

.maindiv {
    background: #ffffff;
}

.header-input {
    width: 90%;
    margin: auto
}

.searchinputs {
    display: flex;
    gap: 15px;
    align-items: center;
}

.searchinputs label {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-blue);
}

.searchinputs input {
    width: 201px;
    height: 29px;
    background: #D9D9D9;
    border: none;
    border-radius: 3px;
    padding-left: 12px;
}

.searchinputs input:focus {
    outline: none;
    box-shadow: none;
}

.servicessbox {
    background: url('/assets/cardbg.png') no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    height: 240px;
}



.servicessbox2 {
    background: url('/assets/cardbg.png') no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    height: 100%;
    padding-top: 14px;
}

.services-cardss {
    margin: 25px 0px;
}

.servicessboximgg img {
    width: 63px;
    height: 63px;
}

.servicessbox2title h3 {
    height: 67px;
}

.servicessbox img {
    width: 63px;
    object-fit: contain;
    height: 63px;
}


.servicessbox h3 {
    font-size: 18px !important;
    font-weight: 600;
    margin: 0;
    color: var(--white-color);
    padding: 15px 0px;
    text-align: center;
}

.servicessbox2 h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: var(--white-color);
    padding: 15px 0px;
    text-align: center;
}

.servicessbox button {
    background: #FFFFFF;
    color: var(--dark-blue);
    border: none;
    padding: 12px 23px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.4s linear;
}

.annualcardsleft button {
    background: #102747 !important;
}

.servicessbox button:hover {
    background: #102747;
    color: white;
}

.annualcards {
    background: url('/assets/an.png') no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
}

.annualcards h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color) !important;
}

.annualcards p {
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    width: 80%;
    margin: 0px auto;
    padding: 15px 0px;
}

.annualcards button {
    width: 125px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    padding: 12px 23px;
    width: max-content;
    border-radius: 5px;
}

.CompanyNews button {
    width: 235px;
    height: 63px;
    background: var(--dark-blue);
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
}

.CompanyNews {
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}

.team-text {
    display: flex;
    gap: 15px;
    padding: 10px 0px;
    height: 130px;
    border-bottom: 1px solid #999999;
    align-items: center;
}

.team-text img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.containeddr {
    width: 94%;
    margin: auto;
}

.CompanyNewstext h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-blue);
    margin: 0;
    padding-bottom: 6px;
}

.CompanyNewstext h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-blue);
    margin: 0;
}

.CompanyNewstext p {
    font-size: 11px;
    font-weight: 400;
    color: var(--dark-blue);
    margin: 0;
}

.setnumber {
    width: 127px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.setnumber h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.setnumber h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.team-text-doc img {
    width: 87px;
    height: 73px;
}


.team-text-employ img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
}

.annualcardsleft {
    padding-top: 190px;
    padding-bottom: 30px;
}


.meetings {
    background: url('/assets/meetings.png') no-repeat;
    background-size: auto;
    background-position: center;
    height: 580px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: -3px;
}


.schedule {
    width: 65%;
    text-align: center;
    margin: auto;
}

.schedule h1 {
    font-size: 60px;
    font-weight: 600;
    color: var(--white-color);
}

.schedule p {
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    line-height: 25px;
    padding: 20px 0px;
}

.schedule button {
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 23px;
    transition: all 0.5s linear;
}


.schedule button:hover {
    background: #102747;
}

.schedule2 button {
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 23px;
    transition: all 0.5s linear;
}


.schedule2 button:hover {
    background: #102747;
}

.news-slider-wrapper {
    position: relative;
    width: 94%;
    overflow: hidden;
    margin: 25px auto;
    background: #020842;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.news-slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.news-slide {
    min-width: 100%;
    color: white;
    text-align: center;
    padding: 20px;
}

.news-slide h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.news-slide p {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.8;
}

.news-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 30px;
    width: 40px;
    height: 40px;
    background: none;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.news-slider-btn:hover {
    background: #020842;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.news-prev-btn {
    left: 10px;
}

.news-next-btn {
    right: 10px;
}


/* mobile heade */

.menu {
    cursor: pointer;
}

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

.mobile-header {
    background-color: var(--white-color);
    border-radius: 14px;
    box-shadow: 0px 4px 37.6px 0px rgb(0 0 0 / 14%);
    padding: 10px 30px;
    width: 100%;
    display: none;
}



/* Sidebar Styling */
.sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    /* Initially hidden */
    width: 300px;
    height: 100%;
    background: #020842;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 9999999999999999999999;
    transition: right 0.4s ease;
    /* Smooth slide effect */
    color: #fff;
    overflow-y: auto;
}

.sidebar-content {
    margin-top: 20px;
    padding: 20px;
}

.sidebar-links ul {
    margin: 0;
    padding: 0;
    line-height: 32px;
    list-style: none;
}

.sidebar-links ul li a {
    text-decoration: none;
    color: var(--white-color);
    font-size: 17px;
    font-weight: 400;
}

.sidebar-links ul li {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar.open {
    right: 0;
    /* Slide in when open */
}

/* Close Button */
.close-sidebar {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--dark-red);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.close-sidebar:hover {
    background: #ff0000;
    transform: scale(1.1);
    /* Subtle hover effect */
}

.blog-section {
    display: flex;
    margin: 50px;
}

.blog-section .blog-posts {
    width: 65%;
}

.blog-posts .blog-cards-row {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.blog-posts .blog-cards-row .blog-card {
    width: 350px;
    border: 1px solid #0b0c011a;
    border-radius: 20px;
    overflow: hidden;
}

.blog-posts .blog-cards-row .blog-card .blog-card-head {
    position: relative;
}

.blog-cards-row .blog-card .blog-card-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-cards-row .blog-card .blog-card-img {
    height: 250px;
    width: 100%;
    overflow: hidden;
    display: block;
    transition: all .5s ease-out;
    position: relative;
}

.blog-cards-row .blog-card .blog-card-head .blog-date-container .date,
.blog-cards-row .blog-card .blog-card-head .blog-date-container .month {
    margin: 0;
    font-size: 12px;
}

.blog-cards-row .blog-card .blog-card-head .blog-date-container {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #0b0c0c66;
    border-radius: 50%;
    background-color: #0b0c0c66;
    color: white;
    transition: all .35s linear;
    backdrop-filter: blur(22.5px);
}

.blog-cards-row .blog-card:hover .blog-date-container {
    background-color: #396DF1;
    border: 1px solid #396DF1;
}

.blog-cards-row .blog-card .blog-content .blog-type a {
    color: #000;
    text-decoration: underline !important;
    transition: all .3s linear;
}

.blog-cards-row .blog-card .blog-content .blog-type a:hover {
    color: #396DF1;
    transition: all .3s linear;
}

.blog-cards-row .blog-card .blog-content .blog-type {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.blog-cards-row .blog-card .blog-content .blog-heading {
    font-size: 20px;
    font-weight: var(--heading-font-weight);
    margin: 10px 0;
}

.blog-cards-row .blog-card .blog-content {
    padding: 20px;
}

.blog-posts .blog-cards-row .blog-card:hover .blog-card-img img {
    transform: scale(1.1);
    transition: all .5s ease-out;

}

.blog-section .blog-sidebar {
    width: 35%;
    padding: 0 30px;
}

.blog-sidebar .tags-container,
.blog-sidebar .posts-container,
.blog-sidebar .category-container,
.blog-sidebar .search-container {
    margin-top: 50px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #e2e8fa80;
}

.blog-sidebar .tags-container h2,
.blog-sidebar .posts-container h2,
.blog-sidebar .category-container h2,
.blog-sidebar .search-container h2 {
    position: relative;
}

.blog-sidebar .tags-container h2::before,
.blog-sidebar .posts-container h2::before,
.blog-sidebar .category-container h2::before,
.blog-sidebar .search-container h2::before {
    position: absolute;
    content: "";
    background-color: #396DF1;
    bottom: -5px;
    width: 50px;
    height: 2px;
}

.blog-sidebar .search-container input {
    border: none;
    padding: 10px;
    width: 100%;
}


.blog-sidebar .search-container .searchBar {
    display: flex;
    justify-content: space-between;
    border: 1px solid #396DF1;
}

.blog-sidebar .search-container .searchBar input::placeholder {
    font-size: 14px;
}

.blog-sidebar .searchBar .search-btn {
    background-color: white;
    color: black;
    height: 44px;
    width: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.blog-sidebar .category-container .category {
    margin-top: 20px;
    background: white;
    padding: 15px;
}

.blog-sidebar .category-container .category a {
    display: flex;
    color: var(--text-color);
    justify-content: space-between;
    transition: all .35s linear;
    font-size: 12px;
}

.blog-sidebar .category-container .category a:hover {
    color: #396DF1;
    transition: all .35s linear;
}

.blog-sidebar .posts-container .post {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.blog-sidebar .posts-container .date {
    display: flex;
    gap: 5px;
    font-size: 14px;
}

.tags-contianer .tags-buttons {
    display: flex;
    gap: 15px;
}

.tags-container .tags-buttons button:hover {
    background-color: #396DF1;
    color: white;
    transition: all .35s linear;
}

.tags-container .tags-buttons button {
    background-color: white;
    padding: 10px 18px;
    transition: all .35s linear;
    border: none;
    font-size: 14px;
}

.blog-cards-row .blog-card .blog-content .read-more {
    display: flex;
    border: none;
    background: transparent;
    color: black;
    padding: 0;
    align-items: center;
    gap: 5px;
    transition: all .35s linear;
    font-size: 14px;
}

.blog-cards-row .blog-card .blog-content .read-more:hover {
    color: #F42941;
}

.blog-cards-row .blog-card .blog-content .read-more .right-arrow {
    transition: all .35s linear;
}

.blog-cards-row .blog-card .blog-content .read-more:hover .right-arrow {
    color: #F42941;
    transform: translateX(3px);
    transition: all .35s linear;
}

.blog-detail-section {
    display: flex;
    padding: 50px;
}

.blog-details-container {
    width: 70%;
    margin: 50px 0;
    padding: 0 30px;
}

.blog-detail-section .blog-sidebar {
    width: 30%;
}

.blog-detail-img {
    width: 100%;
}

.blog-details {
    display: flex;
    gap: 20px;
}

.blog-details .admin,
.blog-details .blog-date,
.blog-details .technology-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--font-size-small);
}

.blog-details-container .tags h5 {
    font-size: var(--font-size-text);
    font-weight: var(--heading-font-weight);
    margin: 0;
}

.blog-details-container .tags button:hover {
    background: var(--secondary-color);
    color: white;
    transition: all .2s linear;
}

.blog-details-container .tags button {
    background: transparent;
    transition: all .2s linear;
    border: 1px solid #EAECF0;
    padding: 4px 12px;
    font-weight: var(--heading-font-weight);

}

.blog-details-container .tags {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.comment-form {
    background-color: #F0F3FC;
    padding: 30px;
}

.comment-form .user-detail {
    display: flex;
}

.comment-form .user-detail .user-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px 20px 0;
}

.comment-form .comment-textarea {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.comment-form .comment-textarea textarea {
    height: 150px;
}

.comment-form .comment-textarea textarea,
.comment-form .user-detail .user-info input {
    padding: 10px;
    border: none;
}

.comment-form .view-btn {
    padding: 14px 28px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #3c72fc -10.59%, #00060c 300.59%);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    width: max-content;
}

.comment-form form .view-btn:hover .right-icon {
    animation: imgMoveOut 0.3s forwards;
}

.comment-form form .view-btn .right-icon {
    animation: imgMoveBack 0.3s forwards;
}

.comment-form form .view-btn button {
    border: none;
    background: transparent;
    color: white;
    letter-spacing: 0.6;
    text-transform: capitalize;
    cursor: pointer;
}

@keyframes imgMoveOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(10px);
    }
}

@keyframes imgMoveBack {
    from {
        transform: translateX(10px);
    }

    to {
        transform: translateX(0);
    }
}

.masonry-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 150px;
    grid-gap: 10px;
    grid-auto-flow: dense;
    margin: 0 auto;
    padding: 20px;
    max-width: 1200px;
}

.masonry-item {
    position: relative;
    overflow: hidden;
}

.masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.masonry-item img:hover {
    transform: scale(1.1);
}

.masonry-item.tall {
    grid-row: span 2;
}

.masonry-item.wide {
    grid-column: span 2;
}

.masonry-item.big {
    grid-column: span 2;
    grid-row: span 2;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border-radius: 5px;
}

#caption {
    margin: 15px auto;
    text-align: center;
    color: #ccc;
    font-size: 16px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.leave-request {
    border-radius: 20px;
    box-shadow: 0px 4px 25px 0px #0000000f;
}

.leave-request .table {
    border-radius: 10px;
    margin-top: 20px;
}

.leave-request .table th {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.leave-request .table td {
    font-weight: 400;
    font-size: 13px;
    height: 58px;
    align-content: center;
    text-align: center;
}

.leave-request .table tr {
    align-items: center;
}

.primary-badge {
    background: #F65467;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    border: none;
}

.actions-icons {
    align-items: center;
    display: flex;
    gap: 10px;
    cursor: pointer;
    justify-content: center;
}

.action-all-icons {
    border: 1px solid #F65467;
    padding: 5px 7px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leave-request .table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leave-request .filters {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.filters input::placeholder {
    font-size: 12px;
}

.filters input {
    height: 40px;
    border: 1px solid lightgray;
    border-radius: 4px;
    padding: 5px
}

.filters .date-range {
    display: flex;
    gap: 15px;
}

.filter-btn {
    background-color: #F65467;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    transition: background-color 0.3s ease;
}

.filter-select {
    height: 40px;
    border: 1px solid lightgray;
    border-radius: 4px;
    width: 30%;
    padding: 5px;
}

.leave-request .filter-row {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.modal-btn {
    background-color: #F65467;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    transition: background-color 0.3s ease;
    height: 40px;
    width: 40px;
    color: white;
}

.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 45, 0.55);
    backdrop-filter: blur(2.5px);
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease;
    z-index: 99999999999999;
}

.modal-content {
    background: #F6F6F9;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    max-width: 90%;
    box-shadow: 0 17px 62px rgb(0 0 0 / 8%);
    position: relative;
    max-height: 480px;
    z-index: 999999999999999999;
    overflow-y: auto;
}

.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 30px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
.modal-content {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.modal-content h2 {
    margin-bottom: 18px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.modal-content label {
    display: block;
    text-align: left;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    padding-bottom: 7px;
}

.modal-content input,
.modal-content textarea,
.modal-content select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.modal-content input:focus {
    outline: none;
    border: 1px solid #9D72FF;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.save-btn {
    display: flex;
    justify-content: end;
}

.save-btn button {
    background: #F65467;
    color: white;
    border: none;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}



.save-btn2 {
    display: flex;
    justify-content: center;
}

.save-btn2 button {
    background: #F65467;
    color: white;
    border: none;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}


.confirmtext h2 {
    margin-bottom: 8px;
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: 600;
}

.confirmtext p {
    text-align: center;
}

.success-badge {
    background: green;
    color: white;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 10px;
}

.danger-badge {
    background: red;
    color: white;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 10px;
}

.primary-badge {
    background: #F65467;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.user-login {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.user-login .user-img {
    height: 50px;
    width: 50px;
}

.user-login .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 1000;
}

.user-login .dropdown-menu a svg {
    margin-right: 8px;
}

.user-login .dropdown-menu a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.user-login .dropdown-menu a:hover {
    background-color: #f0f0f0;
}



.row22 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rwors {
    /* background: rgb(122, 122, 122); */
    padding: 8px;
    width: 10%;
    transition: all 0.4s linear;
    border: 1px solid #f0f0f0ab;
    border: 1px solid #f0f0f0bd;
}

.rwors:hover {
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    border-radius: 6px;
    cursor: pointer;
}



.servicessbox3imgs {
    width: 50px;
    height: 50px;
}

.servicessbox3imgs img {
    width: 100%;
    height: 100%;
}

.servicessbox3 span {
    font-size: 14px;
    display: block;
    padding: 5px 0px;
}

.servicessbox3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.viewbtnss {
    background: no-repeat;
    padding: 0;
    border: none;
    font-size: 14px;
}



.marketFolders h2 {
    font-size: 23px;
}

/* ========== Our Services Page ========== */
.our-services-page .our-services-hero-wrap {
    height: 70vh;
    min-height: 420px;
}

.our-services-page .our-services-hero-wrap .grupimg {
    height: 70vh;
    min-height: 420px;
}

.our-services-hero {
    position: relative;
    padding: 60px 0 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.our-services-hero-inner {
    max-width: 45%;
    color: var(--white-color);
}

.our-services-hero-inner h1 {
    font-weight: 800;
    font-size: 56px;
    margin: 0 0 20px;
    color: var(--white-color);
    text-transform: uppercase;
}

.our-services-hero-inner p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 28px;
}

.our-services-hero-inner a {
    text-decoration: none;
}

.our-services-hero-inner button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    height: 48px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    filter: drop-shadow(0px 4px 17.8px var(--dark-red));
}

.our-services-hero-inner button img {
    width: 24px;
    height: 24px;
}

.our-services-hero-chevrons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 15%;
    right: 6%;
}

.our-services-hero-chevrons img {
    width: 46px;
    height: 70px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(5000%) hue-rotate(350deg);
}

/* Stats section */
.our-services-stats {
    background: var(--dark-red);
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 8px,
        rgba(0,0,0,0.06) 8px,
        rgba(0,0,0,0.06) 16px
    );
    padding: 50px 0;
    margin-top: -1px;
}

.our-services-stat-box {
    background: var(--dark-red);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.our-services-stat-box h2 {
    font-weight: 700;
    font-size: 42px;
    color: var(--white-color);
    margin: 0 0 10px;
}

.our-services-stat-box p {
    font-size: 13px;
    color: var(--white-color);
    margin: 0;
    line-height: 1.4;
}

/* Services list section */
.our-services-list {
    background: var(--white-color);
    padding: 60px 0 80px;
    position: relative;
}

.our-services-list-header {
    text-align: center;
    margin-bottom: 40px;
}

.our-services-list-btn {
    width: 200px;
    height: 53px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 60px;
    font-weight: 500;
    font-size: 20px;
}

.our-services-tabs {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.our-service-tab {
    flex: 1;
    min-width: 280px;
    max-width: 380px;
    background: var(--dark-blue);
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.our-service-tab.active {
    border-color: var(--light-red);
    box-shadow: 0 0 0 1px var(--light-red);
}

.our-service-tab-head {
    background: var(--dark-blue);
    color: var(--white-color);
    font-weight: 600;
    font-size: 22px;
    padding: 18px 24px;
    text-align: center;
}

.our-service-tab-body {
    padding: 24px;
}

.our-service-card {
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 20px;
    color: var(--white-color);
}

.our-service-card-img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}

.our-service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-service-card span {
    font-size: 14px;
    font-weight: 600;
    color: var(--light-red);
    display: block;
    margin-bottom: 8px;
}

.our-service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px;
    color: var(--white-color);
}

.our-service-card p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.9);
}

.our-service-see-more {
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.our-services-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.our-services-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--dark-blue);
    cursor: pointer;
    transition: background 0.3s ease;
}

.our-services-dot.active {
    background: var(--dark-red);
}

/* ========== Our Services Section (after stats): tabs + cards ========== */
.our-services-section {
    position: relative;
    padding: 80px 0 70px;
    overflow: hidden;
}

.our-services-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.our-services-section-whitedot {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

.our-services-section-whitedot img {
    max-width: 140px;
    height: auto;
}

.our-services-section-triangles {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.our-services-section-triangles img {
    max-width: 120px;
    height: auto;
}

.our-services-section-triangles-second {
    top: auto;
    bottom: auto;
    top: 100px;
}

.our-services-section-heading {
    text-align: center;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.our-services-section-heading h2 {
    font-weight: 700;
    font-size: 42px;
    color: var(--link-text);
    margin: 0 0 16px;
}

.our-services-section-btn {
    width: 200px;
    height: 53px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 60px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

.our-services-section .container {
    position: relative;
    z-index: 2;
}

.our-services-section-container {
    background: var(--dark-blue);
    border-radius: 24px 24px 16px 16px;
    overflow: hidden;
    padding: 0 0 32px;
    border: 1px solid rgba(255,255,255,0.08);
}

.our-services-section-tabs {
    display: flex;
    border-bottom: none;
    padding: 0;
    gap: 0;
}

.our-services-section-tab {
    flex: 1;
    padding: 20px 24px;
    background: var(--dark-blue);
    color: var(--white-color);
    border: none;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    border-radius: 16px 16px 0 0;
    transition: background 0.2s ease;
}

.our-services-section-tab:hover {
    background: rgba(255,255,255,0.08);
}

.our-services-section-tab.active {
    background: rgba(255,255,255,0.15);
    color: var(--white-color);
}

.our-services-section-tab-panels {
    padding: 32px 28px 0;
}

.our-services-section-panel {
    display: none;
}

.our-services-section-panel.active {
    display: block;
}

.our-services-section-card {
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
    height: 100%;
}

.our-services-section-card-img {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    border-radius: 14px;
}

.our-services-section-card-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.our-services-section-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-services-section-card-overlay {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 20px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    color: var(--white-color);
}

.our-services-section-card-overlay span {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    display: block;
    margin-bottom: 6px;
}

.our-services-section-card-overlay h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    color: var(--white-color);
}

.our-services-section-card-overlay p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 14px;
    color: rgba(255,255,255,0.85);
}

.our-services-section-seemore {
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.our-services-section-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.our-services-section-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.3s ease;
}

.our-services-section-dot.active {
    background: var(--white-color);
}

/* ========== Service page hero only (servicepage.html) – new classes, does not change existing sections ========== */
.service-page-hero {
    background: url('/assets/serviceheroimage.png') center center no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.service-page-hero-dots {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.service-page-hero-dots img {
    display: block;
    width: 100%;
    height: auto;
}

.service-page-hero-dots-tl {
    top: 20px;
    left: 20px;
    width: 90px;
}

.service-page-hero-dots-br {
    bottom: 20px;
    right: 20px;
    width: 90px;
}

.service-page-hero .service-page-hero-overlay {
    background: transparent;
    pointer-events: none;
}

.service-page-hero .service-page-hero-grupimg {
    background: none;
    background-image: none;
}

.service-page-hero .service-page-hero-content,
.service-page-hero .service-page-hero-text h1,
.service-page-hero .service-page-hero-text p,
.service-page-hero .service-page-hero-text a,
.service-page-hero .service-page-hero-text button {
    color: #102747;
}

.service-page-hero .service-page-hero-text button {
    color: #102747;
    border: 2px solid #102747;
    background: transparent;
}

.service-page-hero .service-page-hero-text button:hover {
    background: #102747;
    color: var(--white-color);
}

.service-page-hero .our-services-hero-vector {
    display: none;
}

.service-page-hero-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 45%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

.service-page-hero-right img {
    max-width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
    object-position: right bottom;
}

/* ========== First Time Buyer section (fam.png + #102747 overlay) – after hero ========== */
.first-time-buyer-section {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    overflow: hidden;
}

.first-time-buyer-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.first-time-buyer-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #102747;
    opacity: 0.88;
    z-index: 1;
    pointer-events: none;
}

.first-time-buyer-section .container {
    position: relative;
    z-index: 2;
}

.first-time-buyer-section-inner {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}

.first-time-buyer-section-left {
    flex: 0 0 42%;
    max-width: 42%;
    padding-right: 40px;
}

.first-time-buyer-section-left h2 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.15;
    color: var(--white-color);
    text-transform: capitalize;
}

.first-time-buyer-section-line {
    width: 4px;
    min-height: 280px;
    background: var(--dark-red);
    flex-shrink: 0;
    border-radius: 2px;
}

.first-time-buyer-section-right {
    flex: 1;
    min-width: 0;
    padding-left: 40px;
}

.first-time-buyer-section-right {
    color: #fff;
}

.first-time-buyer-section-right p {
    margin: 0;
    font-size: 20px;
    line-height: 1.65;
    color: #fff;
    font-weight: 400;
}