@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css');
@media(min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

@font-face {
    font-family: 'HelvLight';
    src: url('../font/HelvLight-Normal.woff2') format('woff2'),
        url('../font/HelvLight-Normal.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica World';
    src: url('../font/HelveticaWorld-Regular.woff2') format('woff2'),
        url('../font/HelveticaWorld-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica-Bold.woff2') format('woff2'),
        url('../font/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica.woff2') format('woff2'),
        url('../font/Helvetica.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../font/HelveticaNeue-Thin.woff2') format('woff2'),
        url('../font/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../font/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../font/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Normal';
    src: url('../font/Helvetica-Normal.woff2') format('woff2'),
        url('../font/Helvetica-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
p,
li,
ul,
ol,
div,
span,
a,
button {
    /* font-family: "Source Sans 3", sans-serif; */
    font-family: 'Helvetica';
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue';
}

:root {
    --color-518EDB: #518EDB;
    --color-FFF: #FFF;
    --color-235FAC: #235FAC;
    --color-7B868C: #7B868C;
    --color-111A21: #111A21;
    --color-EABD40: #EABD40;
    --color-1E1E1E: #1E1E1E;


    --fs-12: 12px;
    --fs-14: 14px;
    --fs-15: 15px;
    --fs-16: 16px;
    --fs-17: 17px;
    --fs-18: 18px;
    --fs-19: 19px;
    --fs-20: 20px;
    --fs-21: 21px;
    --fs-22: 22px;
    --fs-23: 23px;
    --fs-24: 24px;
    --fs-25: 25px;
    --fs-26: 26px;
    --fs-27: 27px;
    --fs-28: 28px;
    --fs-29: 29px;
    --fs-30: 30px;
    --fs-31: 31px;
    --fs-32: 32px;
    --fs-33: 33px;
    --fs-34: 34px;
    --fs-35: 35px;
    --fs-40: 40px;
    --fs-44: 44px;
    --fs-50: 50px;
    --fs-60: 60px;
    --fs-70: 70px;
    --fs-80: 80px;
    --fs-90: 90px;
    --fs-100: 100px;
}

p {
    font-size: var(--fs-18);
}

.fs-40 {
    font-size: var(--fs-40);
    line-height: calc(var(--fs-40) + 4px);
}

.header-top .navbar {
    background-color: var(--color-518EDB);
}

.nav-link.active {
    font-weight: 500;
}

.navmenu a,
.current-menu-item a {
    font-family: 'Helvetica Neue';
}

.header-top li,
.header-top a {
    color: var(--color-FFF);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.header-top .nav-link.active {
    color: var(--color-FFF);
    font-weight: 600;
}

.nav-link {
    padding: 0;
}

.btn.btn-light {
    background-color: var(--color-FFF);
    padding: 7px 20px;
    color: var(--color-235FAC);
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.loop-suits .h2 {
    color: #FFF;
}

.btn.btn-light:hover {
    border-color: #c9d3d9;
    box-shadow: none;
    background-color: #c9d3d9;
}

header .navbar-nav .nav-item .nav-link {
    color: var(--color-235FAC);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.header-top .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

.header-top .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

.btn.btn-primary {
    padding: 5px 33px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.80);
    /* font-family: Inter; */
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-18) * 1.5);
    background-color: var(--color-518EDB);
    border: none;
}

header .navbar-nav.ms-auto.mb-2.mb-lg-0 {
    margin-right: 35px;
}

header .navbar-expand-lg .navbar-nav {
    column-gap: 35px;
}

header .navbar-nav .nav-item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: var(--color-235FAC);
    top: 0;
    right: -19px;
}

header .navbar-nav .nav-item {
    position: relative;
}

header .navbar-nav .nav-item:last-child::after {
    content: '';
    display: none;
}

.navbar-text {
    order: 1;
}

.banner-items-content {
    max-width: 1000px;
    width: 100%;
}

.h1 {
    color: var(--color-FFF);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-44);
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.fs-28 {
    font-size: var(--fs-28);
    color: #FFF;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Helvetica Neue';
    text-transform: uppercase;
}

.fixed-items .h1 {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.50);
}
        
.banner-flex {
    display: flex;
    gap: 127px;
    align-items: center;
}

.banner-section .fixed-items {
    position: absolute;
    top: 0;
    z-index: 1;
    max-width: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    background-color: #00000024;
}

.banner-section {
    height: 717px;
}

.banner-items video {
    width: 473px;
}

.banner-items-content p {
    color: var(--color-FFF);
}

.items-content {
    max-width: 75%;
    width: 100%;
    padding-bottom: 20px;
}

.csbtn-primary {
    padding: 13px 18px;
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-size: var(--fs-18);
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--color-518EDB);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.csbtn-primary:hover {
    color: var(--color-FFF);
    background-color: var(--color-7B868C);
}

.csbtn-primary span {
    padding-left: 15px;
}

.banner-items-content .h1 {
    margin-bottom: 12px;
}

.max-1397 {
    max-width: 1397px;
    width: 100%;
    margin: 0 auto;
}

.free-guide {
    padding: 70px 0px;
}

.flex-free {
    display: flex;
    gap: 86px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.flex-free .free-items:nth-child(1) {
    max-width: 467px;
    width: 100%;
}

.h2 {
    color: var(--color-1E1E1E);
    font-variant-numeric: lining-nums proportional-nums;
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-28);
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.free-items .csbtn-primary {
    margin-top: 50px;
    display: inline-block;
}

.free-items p {
    margin-bottom: 0;
    max-width: 85%;
}

.advfree-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 82px;
    align-items: center;
}

.helped-section .h2 {
    color: var(--color-FFF);
    max-width: 1276px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 53px;
}

.helped-section {
    background: var(--color-7B868C);
    padding-top: 52px;
    padding-bottom: 85px;
}

.box-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 127px;
}

.items-3-effect {
    position: relative;
}

.items-3-overlay {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    display: grid;
    align-items: end;
    background: #dbdbdb26;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.overlay-inner .h4 {
    color: var(--color-FFF);
    text-align: center;
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-24) + 4px);
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}

.items-3-overlay:hover .overlay-inner .h4 {
    font-size: var(--fs-30);
}

.items-3-overlay:hover .overlay-inner {
    background: #235face0;
    background-blend-mode: hard-light;
}

.overlay-inner {
    padding-top: 19px;
    padding-bottom: 19px;
    transition: all 0.5s ease-in-out;
}

.loop-suits {
    display: flex;
    background-color: var(--color-518EDB);
    margin-bottom: 127px;
    gap: 30px;
}

.loop-suits .suits-items:nth-child(1) .suits-content {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
}

.suits-content-inner {
    max-width: 85%;
    width: 100%;
    margin-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.loop-suits .suits-items {
    width: 50%;
}

.loop-suits .suits-items:last-child img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
}

.main-header {
    background-color: #ffffffd9;
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(6px);
    --webkit-backdrop-filter: blur(6px);
    --ms-backdrop-filter: blur(6px);
}

.suits-content {
    height: 100%;
}

.suits-content-inner p {
    color: var(--color-FFF);
}

.suits-content-inner .h1 {
    margin-bottom: 20px;
}

.suits-content-inner .btn.btn-light {
    margin-top: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    max-width: fit-content;
}

.perfectly-seciton .loop-suits:nth-child(even) {
    flex-direction: row-reverse;
    background-color: var(--color-7B868C);
}

.btn.btn-light span {
    padding-left: 10px;
}

.fs-50 {
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 700;
    line-height: var(--fs-60);
    text-transform: uppercase;
}

.fs-60 {
    font-size: var(--fs-60);
    line-height: calc(var(--fs-60) + 4px);
}

.dependable-section {
    background-color: #00000065;
    background-blend-mode: overlay;
    padding-top: 34px;
    padding-bottom: 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dependable-items .fs-50 {
    color: var(--color-FFF);
    max-width: 40%;
    margin-bottom: 38px;
}

.dependable-content {
    display: flex;
    flex-wrap: wrap;
    gap: 95px;
    justify-content: center;
}

.dependable-content .dependable-con-items {
    max-width: calc(100% / 3 - 70px);
}

.dependable-con-items {
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--color-FFF);
    padding: 42px 28px;
    min-height: 226px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.dependable-con-items:hover {
    border-color: var(--color-518EDB);
}

.defautl-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(17, 26, 33, 0.00) 0%, rgba(123, 134, 140, 0.80) 100%);
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.con-inner-items,
.con-inner {
    color: var(--color-FFF);
    position: relative;
}

.con-inner {
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 5px;
}

.h5,
.con-inner-items p {
    margin-bottom: 0px;
}

.con-inner .h5 {
    color: var(--color-FFF);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

.con-inner p {
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
}

.hover-effect {
    opacity: 0;
    background: rgba(35, 95, 172, 0.70);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.dependable-con-items:hover .hover-effect {
    opacity: 1;
    border-radius: 5px;
}

.dependable-con-items:hover .defautl-effect {
    opacity: 0;
    border-radius: 5px;
}

.testimonials-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.testimonials-section .fs-60 {
    color: var(--color-235FAC);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-60);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    font-variant: all-small-caps;
    margin-bottom: 40px;
}

/* .testimonial-item {
    text-align: center;
} */

.testimonial-content {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.testimonials-section .swiper-button-prev:after,
.testimonials-section .swiper-rtl .swiper-button-next:after,
.testimonials-section .swiper-button-next:after,
.testimonials-section .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.client-review-star i {
    color: var(--color-EABD40);
    font-size: var(--fs-25);
}

.profile-items {
    margin-bottom: 20px;
}

.client-review-star {
    margin-bottom: 15px;
}

.client-name {
    color: var(--color-1E1E1E);
    /* text-align: center; */
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--fs-24) + 4px);
    letter-spacing: -0.6px;
    margin-top: 30px;
    margin-bottom: 16px;
}

.testimonial-item p {
    font-size: var(--fs-16);
    line-height: calc(var(--fs-16) + 8px);
}

.arrow-key .swiper-button-prev,
.arrow-key .swiper-button-next {
    margin-top: 15px;
}

.arrow-key .swiper-button-prev {
    margin-left: -25px;
}

.arrow-key .swiper-button-next {
    margin-right: -25px;
}

.comfortably-flex {
    display: flex;
    background-color: var(--color-7B868C);
}

.items-image {
    position: relative;
}

.fs-24 {
    font-size: var(--fs-24);
}

.itmes-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #1E1E1E 0%, rgba(255, 255, 255, 0.00) 63%);
    background-blend-mode: multiply;
    z-index: 1;
    display: grid;
    align-items: end;
    color: var(--color-FFF);
    transition: all 0.3s ease-in-out;
}

.comfortably-inner {
    max-width: 705px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.comfortable-content p {
    color: var(--color-FFF);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 6px);
}

.comfortable-content {
    max-width: 620px;
    width: 100%;
    margin-left: 148px;
}

.comfortably-flex .comfortably-items {
    display: grid;
    align-items: center;
}

.comfortable-content .fs-50 {
    color: var(--color-FFF);
    font-variant: all-small-caps;
    margin-bottom: 20px;
}

.darkcsbtn-primary {
    color: var(--color-FFF);
    border-radius: 5px;
    background-color: var(--color-235FAC);
    padding: 13px 16px;
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-20) + 4px);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 49px;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-color: rgba(255, 255, 255, 0.627);
    transition: all 0.3s ease-in-out;
}

.darkcsbtn-primary:hover {
    color: var(--color-FFF);
    background-color: var(--color-7B868C);
}

.live-items {
    display: flex;
}

.live-number span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    font-size: 20px;
    border: 4px solid #1E1E1E;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-right: 30px;
}

.fs-30 {
    font-size: var(--fs-30);
    line-height: calc(var(--fs-30) + 4px);
}

.live-loop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 63px;
    margin-top: 60px;
}

.live-comfort {
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.live-comfort .fs-60 {
    color: var(--color-1E1E1E);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-60);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--fs-60) + 4px);
    font-variant: all-small-caps;
}

.live-comfort p {
    color: var(--color-1E1E1E);
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-18) + 4px);
}

.live-comfort .fs-26 {
    color: var(--color-1E1E1E);
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-size: var(--fs-26);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-26) + 4px);
    margin-bottom: 10px;
    ;
}

.comfortable-coninner {
    max-width: 837px;
    width: 100%;
}

.live-content .fs-30 {
    color: var(--color-1E1E1E);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-30) + 4px);
    margin-bottom: 10px;
}

/* img{
    max-width: 100%;
    height: auto;
} */
.about-us-section .fs-60 {
    color: var(--color-1E1E1E);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-60);
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: calc(var(--fs-60) + 4px);
    margin-bottom: 77px;
    font-variant: all-small-caps;
}

.inner-two {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: -500px;
    position: relative;
    z-index: 1;
}

.about-content {
    background: linear-gradient(10deg, #7B868C 0%, #235FAC 100%);
    padding: 21px 37px;
}

.about-content .fs-30 {
    color: var(--color-FFF);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-30) + 4px);
    text-transform: uppercase;
}

.about-content p {
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 4px);
    font-weight: 300;
}

.about-content .fs-22 {
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-22) + 4px);
}

.two-img {
    max-width: 464px;
    width: 100%;
    background-color: var(--color-FFF);
    border-radius: 10px;
    overflow: hidden;
}

.about-inner {
    position: relative;
    height: 547px;
}

.insta-grid {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 46px;
    margin-top: 40px;
}

.insta-section {
    padding-top: 150px;
}

.insta-section .fs-40 {
    color: var(--color-518EDB);
    text-align: center;
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-section {
    background-color: var(--color-7B868C);
    padding-top: 45px;
    padding-bottom: 65px;
}

.blog-section .fs-40 {
    color: var(--color-FFF);
    text-align: center;
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-40) + 15px);
    text-transform: uppercase;
}

.blog-font {
    font-size: var(--fs-20);
    line-height: calc(var(--fs-20) + 4px);
    text-align: center;
    margin-bottom: 0;
    color: var(--color-FFF);
}

.blog-content,
.blogitems-flex {
    display: flex;
}

.blog-content {
    max-width: 749px;
    width: 100%;
    gap: 16px;
    justify-content: space-between;
}

.blog-img {
    width: 272px;
}

.blog-items-content {
    width: 442px;
    border-bottom: 1px solid var(--color-FFF);
}

.blog-items p {
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--fs-18) + 4px);
    margin-bottom: 8px;
}

.blog-items a {
    font-size: var(--fs-14);
    line-height: calc(var(--fs-14) + 4px);
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-14) + 6px);
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.blogitems-flex p {
    margin-bottom: 0;
    font-size: var(--fs-14);
    position: relative;
}

.blogitems-flex {
    gap: 33px;
    margin-bottom: 6px;
}

.blogitems-flex p:nth-child(2) {
    padding-left: 15px;
}

.blogitems-flex p:nth-child(2)::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: var(--color-FFF);
    border-radius: 50%;
}

.blog-items-content .fs-22 {
    color: var(--color-FFF);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-22) + 4px);
}

.blog-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 102px;
    row-gap: 56px;
    margin-top: 41px;
}

.free-advice {
    padding-top: 92px;
    padding-bottom: 60px;
}

.free-content .fs-40 {
    color: var(--color-1E1E1E);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

.free-content p {
    color: var(--color-1E1E1E);
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
}

.free-content {
    display: grid;
    align-items: center;
}

.partners-grid {
    display: flex;
    justify-content: center;
    gap: 83px;
}

.our-partners {
    padding-bottom: 92px;
}

.free-guide.the-7-step {
    padding: 130px 0px;
}

.sub-footer {
    background-color: #235FAC;
}

.sub-footer small,
.sub-footer small a {
    color: var(--color-FFF);
    text-align: center;
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-18) + 2px);
    text-decoration: none;
}

.footer-section {
    background-color: var(--color-111A21);
    padding-top: 60px;
}

.footer-content {
    color: var(--color-FFF);
    text-align: center;
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #4d5359;
    border-bottom: 1px solid #4d5359;
    margin-top: 30px;
}

.footer-para {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 65px;
}

.footer-para .footpara-inner:nth-child(1) {
    max-width: 530px;
    width: 100%;
    color: var(--color-FFF);
    text-align: left;
}

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

.footpara-inner ul li a {
    display: block;
    text-align: left;
    color: var(--color-FFF);
    /* font-family: "Montserrat", sans-serif; */
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--fs-20) + 4px);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 13px;
}

.footpara-inner p {
    color: var(--color-FFF);
    /* font-family: Montserrat; */
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
}

.social-icons-footer {
    margin-top: 63px;
}

.social-icons-footer a {
    text-decoration: none;
}

a.bottom-icon {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 999;
    opacity: 1;
    transform: translateY(-100vh);
    transition: all 1s ease-in-out;
}

a.bottom-icon.active {
    transform: translateY(0vh);
}

.about-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img {
    max-width: 100%;
    height: auto;
}

.perfectly-seciton .loop-suits .suits-items:nth-child(2) {
    max-width: 991px;
    width: 100%;
}

.banner-section img {
    max-width: fit-content;
    height: 100%;
}

.perfectly-seciton .loop-suits:nth-child(even) .suits-items:nth-child(2) img {
    margin-left: 0;
    margin-right: auto;
}

.play-icon {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon img {
    width: 49.529px;
    height: 49.529px;
    cursor: pointer;
}


/* __________________ About us page __________________ */
.comman-banner {
    height: 479px;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.overlay-comman {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(17, 26, 33, 0.00) 0%, rgba(30, 30, 30, 0.70) 100%), url(<path-to-image>) #d3d3d30a 50% / cover no-repeat;
    display: grid;
    align-items: center;
}

.overlay-comman h1 {
    color: var(--color-FFF);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-44);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.comman-inner {
    max-width: 790px;
    width: 100%;
}

.comman-inner p {
    max-width: 599px;
    width: 100%;
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-18) + 6px);
    margin-bottom: 0;
}

.comfortably-section .csbtn-primary {
    display: inline-block;
    margin-top: 20px;
}

.fs-44 {
    font-size: var(--fs-44);
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.comfortable-content .fs-28 {
    margin-bottom: 20px;
}

.insta-section .btn.csbtn-primary {
    margin-top: 49px;
}

.comfortably-section .csbtn-primary:hover {
    box-shadow: 0px 0px 0px 1px #ffffff;
}

.hide {
    display: none;
}

.choose-us-sectoin {
    margin-top: 100px;
}

.choose-inner {
    display: flex;
    gap: 100px;
    padding-right: 15px;
}

.choose-inner .choose-img:nth-child(2) {
    max-width: 728px;
    width: 100%;
    display: grid;
    align-items: center;
}

.choose-content h1 {
    color: var(--color-235FAC);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-50) + 4px);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.choose-content h6 {
    color: var(--color-1E1E1E);
    /* font-family: "Source Sans 3"; */
    font-family: 'Helvetica';
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-24) + 4px);
}

.eye-section {
    margin-top: 100px;
}

.eye-inner {
    display: flex;
    max-width: 1321px;
    margin: 0 auto;
    gap: 47px;
}

.eye-content {
    background: linear-gradient(180deg, #518EDB 0%, #7B868C 100%);
    min-height: 287px;
    padding: 27px;
}

.eye-content h6 {
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-22) + 4px);
    margin-bottom: 20px;
}

.eye-content p {
    color: var(--color-FFF);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 4px);
}

.get-in-touch {
    margin-top: 50px;
    background-color: var(--color-518EDB);
}

.form-flex {
    display: flex;
    min-height: 841px;
}

.form-flex .form-content:nth-child(1) {
    max-width: 878px;
    display: grid;
    align-items: center;
    padding-left: 160px;
    padding-right: 160px;
    background: #00000082;
    background-blend-mode: overlay;
    background-size: cover;
}

.form-flex .form-content {
    width: 100%;
    display: grid;
    align-items: center;
}

.form-flex .form-content:nth-child(2) {
    justify-content: center;
}

.form-heading h6,
.get-form h6 {
    color: var(--color-FFF);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-44);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-44) + 4px);
    text-transform: uppercase;
}

.form-heading p {
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-size: var(--fs-28);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-28) + 4px);
    text-transform: uppercase;
}

.get-form {
    max-width: 622px;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}

.form-control {
    border-radius: 5px;
    border: none;
    padding: 15px;
    color: var(--color-7B868C);
    /* font-family: "Source Sans 3"; */
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--fs-16) + 4px);
    color: #000000;
}

.form-fields {
    margin-top: 30px;
}

.form-check .form-check-label {
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-size: var(--fs-12);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--fs-12) + 4px);
}

.form-group .btn {
    border-radius: 5px;
    background-color: var(--color-1E1E1E);
    max-width: 100%;
    width: 100%;
    display: block;
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 4px);
    text-transform: uppercase;
    padding: 13px;
}


/* Date picker plugin */
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #518edb !important;
    background: #518edb !important;
    font-weight: 400;
    color: #fff !important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #1b981b !important;
    background: #1b981b !important;
    color: #fff !important
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background: 0 0;
    transform: rotate(45deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000
}

.ui-datepicker .ui-datepicker-prev span {
    transform: rotate(224deg) !important
}

div .ui-icon {
    width: 10px;
    height: 10px
}

/* Date picker plugin */


.overlay-comman .csbtn-primary {
    margin-top: 30px;
    display: inline-block;
}

.below-inner p {
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-size: var(--fs-28);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    font-variant: all-small-caps;
}

.grid-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

section.box-below {
    padding: 50px 0px;
}

.below-inner {
    padding: 30px;
    max-width: 378px;
    margin: 0 auto;
    width: 100%;
    height: 190px;
    background-color: var(--color-518EDB);
    border-radius: 10px;
    display: flex;
    align-items: center;

    /* New Styles */
    padding: 30px;
    width: 100%;
    max-width: 378px;
    height: 190px;
    margin: 0 auto;
    background: linear-gradient(145deg, #4a7fcf, #609cf0);
    background: linear-gradient(145deg, #1f3dbb, #609cf0);
    border: 1px solid #2e6ac2;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(10px); /* Glass effect */
    -webkit-backdrop-filter: blur(10px);
    transform-style: preserve-3d;
}
.below-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    /* background: linear-gradient(145deg, #609cf0, #4a7fcf);
    background: linear-gradient(145deg, #1f3dbb, #609cf0); */
}
.below-inner img {
    max-width: 80px;
    width: 100%;
    margin-bottom: 10px;
}

.start-line {
    background-color: var(--color-518EDB);
    padding: 10px;
}

.start-line p {
    color: var(--color-FFF);
    text-align: center;
    /* font-family: "Source Sans 3"; */
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 6px);
    margin-bottom: 0;
}

.perfectly-single h6 {
    color: var(--color-FFF);
    text-transform: uppercase;
    font-size: var(--fs-20);
    font-weight: 500;
    line-height: calc(var(--fs-20) + 4px);
    margin-bottom: 5px;
}

.perfectly-single .suits-content-inner {
    margin-left: 0;
    display: block;
    margin: 0 auto;
}

.perfectly-single .suits-content {
    display: grid;
    align-items: center;
}

.perfectly-single .csbtn-primary {
    display: inline-flex;
    margin-top: 14px;
}

.perfectly-single2 .suits-content-inner {
    margin-left: auto;
}

.comfortable-content .fs-44 {
    color: #FFF;
}

.csbtn-primary img,
.btn.btn-light img {
    max-width: 22px;
    margin-bottom: 4px;
}

.perfectly-single li {
    color: var(--color-FFF);
    /* font-family: "Source Sans 3"; */
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-18) + 6px);
}
.perfectly-single .loop-suits{
    background-color: var(--color-7B868C);
}
.perfectly-single .loop-suits:nth-child(even){
    flex-direction: row-reverse;
    background-color: var(--color-518EDB);
}
.suits-content img{
    max-width: 100%;
    width: 100%;
}
.mt-20 {
    margin-top: 20px;
}

.mb-50-inner .loop-suits {
    margin-bottom: 53px;
}

.inner-fs40 h1,
.inner-fs40 h2,
.inner-fs40 h3,
.inner-fs40 h4,
.inner-fs40 h5,
.inner-fs40 h6 {
    color: var(--color-235FAC);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-40) + 14px);
    text-transform: uppercase;
}

.whymore-inner {
    max-width: 1700px;
    display: flex;
    margin-left: auto;
    margin-right: 35px;
}

.whymore-div {
    max-width: 1262px;
    border-radius: 10px;
}

.whyflex {
    background: linear-gradient(90deg, rgba(123, 134, 140, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
    padding: 21px;
    border-radius: 10px;
    display: flex;
    column-gap: 30px;
    min-height: 267px;
}

.whymore-content {
    display: grid;
    gap: 20px;
}

.whycontent h6 {
    color: var(--color-235FAC);
    /* font-family: "Cormorant Garamond"; */
    font-family: 'Helvetica Neue';
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-30) + 14px);
    text-transform: uppercase;
}

.whyicon {
    height: 48px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    max-width: 48px;
}
.whycontent {
    max-width: 94%;
}

.inner-row .whymore-inner {
    margin-bottom: 20px;
}
.eye-box {
    max-width: 50%;
    width: 50%;
}
.blog-page,
.galley-section{
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden;
}
.cart-image img{
    max-width: 100%;
    width: 100%;
}
.card-text p{
    font-size: var(--fs-18);
    line-height: calc(var(--fs-18) + 5px);
}
.card-body h1,
.card-body h2,
.card-body h3,
.card-body h4,
.card-body h5,
.card-body h6{
    font-size: var(--fs-30);
    line-height: calc(var(--fs-30) + 5px);
    margin-bottom: 15px;
}
.csbtn-sm {
    font-size: var(--fs-16);
    padding: 10px 18px;
    line-height: calc(var(--fs-16) + 4px);
}
.card-text{
    padding-bottom: 20px;
}
.blog-page .cart{
    border-color: #0000001a;
    border-radius: 10px;
    overflow: hidden;
}
.cart-image {
    max-width: 100%;
    height: 300px;
    overflow: hidden;
}
.cart-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-page .card,
.blog-page .card img{
    transition: all 0.5s;
}
.blog-page .card:hover{
    box-shadow: 0px 0px 9px 1px silver;
    border-color: transparent;
}
.blog-page .card:hover img{
    transform: scale(1.1);
}

.csbtn-sm img{
    max-width: 250px;
}
.galley-section .card-body{
    text-align: center;
    text-decoration: none;
}
.galley-section .card-body h1,
.galley-section .card-body h2,
.galley-section .card-body h3,
.galley-section .card-body h4,
.galley-section .card-body h5,
.galley-section .card-body h6{
    text-align: center;
    margin-bottom: 0;
    font-size: var(--fs-24);
    line-height: calc(var(--fs-24) + 4px);
}
.galley-section .card{
    border: none;
    text-decoration: none;
}
.galley-section .card .cart-image img{
    transition: all 0.3s;
}
.galley-section .card:hover .cart-image img{
    transform: scale(1.1);
}
.faq-section{
    padding-top: 90px;
    padding-bottom: 90px;
}
.accordion-item .accordion-button{
    font-size: var(--fs-24);
    line-height: calc(var(--fs-24) + 5px);
}
.accordion-body p{
   color: var(--color-1E1E1E);
    /* font-family: "Source Sans 3"; */
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 6px);
}
.mt-90{
    margin-top: 90px;
}
.banner-items video {
    /* width: 473px;
    height: 370px; */
    border-radius: 10px;
    transition: all 0.5s;
}
.banner-items video {
    width: 360px;
    height: auto;
    aspect-ratio: 9 / 16;
}

.banner-items.active video{
    background-color: #000000;
}
.banner-items.active .play-icon{
    display: none;
}
.faq-section .accordion .accordion-item{
    margin-bottom: 10px;
}
.faq-section .accordion .accordion-collapse {
    display: none;
}
.faq-section .accordion-item.active .accordion-collapse{
    display: block;
}
.google-grid{
    max-width: 1199px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.star-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.google-rev {
    max-width: 270px;
    box-shadow: 0px 0px 12px 3px #94949442;
    padding: 8px 13px;
    border-radius: 5px;
}
span.star-number {
    font-size: var(--fs-20);
    font-weight: 600;
    line-height: calc(var(--fs-20) + 5px);
}
.google-content p{
    font-size: var(--fs-16);
    line-height: calc(var(--fs-16) + 5px);
    margin-bottom: 0;
    color: #818181;


    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.google-reviews{
    margin-top: 15px;
}
.star-name {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
    text-decoration: none;
}
.gclient-name span{
    font-weight: 500;
    font-size: var(--fs-16);
    line-height: calc(var(--fs-16) + 4px);
}
.post-date{
    color: var(--color-7B868C);
}
.get__reivew{
    text-align: center;
    margin-top: 50px;
}
.get__reivew .csbtn-sm span img{
    filter: drop-shadow(0px 1px 0px white);
}
.google-content {
    height: 165px;
}

/*MEET OUR FAMILY SECTION CSS*/
.meet-our-family {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.meet-our-family::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.80);
    height: 100%;
}
.max-w-1360 {
    position: relative;
    z-index: 1;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    background: transparent;
}
.rounded-mf {
    width: 350px;
    border-radius: 100px;
    overflow: hidden;
    margin: 20px auto;
    max-height: 450px;
}
.rounded-mf img {
    width: 100%;
}
.family-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
}
.mf-one,
.mf-box {
    text-align: center;
}
.mf-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.meet-family {
    text-align: center;
    margin-bottom: 40px;
}
.meet-family .fs-28 {
    font-size: var(--fs-28);
    color: var(--color-518EDB);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.meet-family p,
.omf-box p {
    font-size: var(--fs-18);
    color: var(--color-1E1E1E); 
    line-height: 1.5;
    margin-bottom: 15px;
}
.main-name {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-1E1E1E);
    font-family: 'Helvetica Neue';
}
.mf-box .fs-20 {
    color: var(--color-1E1E1E);
    font-size: var(--fs-20);
    font-weight: 700;
    margin-bottom: 20px;
}
.omf-box {
    text-align: center;
    margin-top: 20px;
}
.omf-box .csbtn-primary {
    margin-top: 20px;
}
.mf-box p {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 20px;
}
.family-box.only-mobile {
    display: none;
}

/* ABOUT PAGE NEW SECTIONS CSS */
.about-main,
.whychooseus-section {
    padding: 60px 0;
    position: relative;
}
.about-main .fs-28,
.whychooseus-section .fs-28 {
    font-size: var(--fs-28);
    color: var(--color-518EDB);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 1020px;
}
.amb-grid {
    display: flex;
    gap: 60px;
}
.amb-slider {
    max-width: 400px;
    width: 100%;
}
.amb-content {
    max-width: 740px;
    width: 100%;
}
.amb-content p {
    color: var(--color-1E1E1E);
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.aboutmain-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.whychooseus-section .fs-28 {
    text-align: center;
    margin: 0 auto 30px;
}
.whychoose-img,
.whychoose-img img {
    width: 100%;
    max-width: 860px;
}
.whychoose-grid {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.choose-slide-title {
    font-size: var(--fs-24);
    line-height: 1.4;
    color: var(--color-518EDB);
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}
.wcs-slider {
    /* max-width: 1100px; */
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: -150px;
}

.wcs-slider p {
    font-size: var(--fs-18);
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
}
.whychoose-box {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.about-gallery-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.about-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.about-image-block {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 4px;
}
.about-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-gallery-section {
    padding: 40px 0;
}
.centerized-box {
    padding: 10px 0;
    text-align: center;
}
.wsc-block {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 30px;
    margin: 0;
}
.wsc-block:last-child {
    margin: 0;
}
.amb-content p:last-child {
    margin: 0;
}

.free-content .fs-28 {
    color: #000;
    margin-bottom: 10px;
}

.live-comfort .fs-44 {
    color: var(--color-518EDB);
}
.live-comfort .text-center {
    margin-top: 30px;
}
.comman-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-details {
    padding: 60px 0 10px;
}
.single-project-details .fs-44 {
    color: var(--color-518EDB);
}
.single-project-details ul li {
    color: var(--color-1E1E1E);
    font-size: var(--fs-20);
    line-height: 1.4;
    margin-bottom: 10px;
}
.single-project-details p {
    color: var(--color-1E1E1E);
    font-size: var(--fs-20);
    line-height: 1.6;
    margin-bottom: 12px;
}

.perfectly-seciton .live-loop {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}
.perfectly-seciton .live-content .fs-30 {
    color: #FFF;
    font-size: var(--fs-24);
}
.perfectly-seciton .live-number span {
    border-color: #FFF;
    color: #FFF;
}
.perfectly-seciton.engagement .loop-suits {
    margin: 0;
}

.home-process .fs-28 {
    color: var(--color-518EDB);
    text-align: center;
}
.home-process p {
    font-size: var(--fs-18);
    color: var(--color-1E1E1E);
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
}
.home-process .live-loop {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hp-box {
    position: relative;
    z-index: 1;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
}
.home-process .live-content .fs-30 {
    font-size: var(--fs-24);
}
.hp-link {
    margin-top: 40px;
    text-align: center;
}
.home-process .live-content p {
    text-align: left;
}
.home-process {
    padding-top: 20px;
}
.insta-section .fs-40 img {
    width: 34px;
    margin-top: -10px;
}
.dependable-items {
    margin-bottom: 30px;
}
.dependable-items .fs-28 {
    margin-bottom: 10px;
}
.dependable-items p {
    color: #FFF;
}
.content-data .fs-28 {
    color: var(--color-518EDB);
    margin-bottom: 0;
}
.gurantee-holder ul {
    padding-left: 32px;
}
.gurantee-holder ul li {
    list-style: decimal;
    font-size: var(--fs-22);
    color: var(--color-1E1E1E);
    margin-bottom: 40px;
}
.gurantee-holder ul li:last-child {
    margin-bottom: 0;
}
.gurantee-holder ul li::marker {
    font-weight: 600;
}
.gurantee-holder ul h3 {
    font-size: inherit;
    font-weight: 600;
    color: var(--color-111A21);
}
.gurantee-holder ul li p {
    font-size: var(--fs-18);
    line-height: 1.5;
}
.core-values {
    padding: 60px 0;
    background: #EDEDED;
}
.core-values .fs-28 {
    color: var(--color-518EDB);
    text-align: center;
    margin-bottom: 60px;
}
.core-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 40px auto;
    gap: 40px;
}
.core-val {
    text-align: center;
    background: #FFF;
    padding: 30px;
    border-radius: 16px;
    transition: all .4s ease-in-out;
}
.core-val:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}
.closing-cta {
    text-align: center;
    margin-top: 60px;
}
.core-logo {
    text-align: center;
    margin-bottom: 20px;
}
.core-logo img {
    max-width: 60px;
}
.fs-20 {
    font-size: var(--fs-20);
}
.core-val .fs-24 {
    font-weight: 700;
    font-size: var(--fs-24);
    color: var(--color-111A21);
    margin-bottom: 10px;
}
.core-val .fs-20 {
    color: var(--color-1E1E1E);
    margin-bottom: 10px;
    display: block;
}
.core-val p {
    font-size: 16px;
    color: var(--color-1E1E1E);
}
.closing-cta p {
    margin-bottom: 30px;
}
.blog-page .card .card-body h6 {
    font-size: var(--fs-24);
    line-height: 1.2;
    font-weight: 600;
    color: var(--color-1E1E1E);
}
.card-text p {
    color: var(--color-111A21);
}

/*single post banner*/
.single-page-area .entry-content {
    box-shadow: 0px 0px 20px 0px #00000040;
    padding: 40px;
    z-index: 1;
    position: relative;
    background: #fff;
    max-width: calc(100% - 100px);
    margin: -100px auto 100px;
}

.single-post-thumbnail{
	margin-bottom:0;
}
.single-post-thumbnail img {
    max-width: 100% !important;
    height: 350px !important;
    object-fit: cover;
}
.single.single-page-area .contentsingelimage {
    margin-top: 10px;
}

.posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.posts-grid .related-post {
    width: calc(100%/3 - 15px);
}

.related-post-title a {
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.related-post-title {
    padding: 10px 0;
}

.related-posts h3 {
    margin-bottom: 20px;
    font-size: 36px;
}

.related-posts {
    margin-top: 70px;
}

.single-page-area .entry-content h1 {
    font-size: 36px;
}

.single-page-area .entry-content h2 {
    font-size: 30px !important;
}

.single-page-area .entry-content h3 {
    font-size: 26px !important;
}

.single-page-area .entry-content h4 {
    font-size: 20px !important;
}

@media (max-width: 991px) {
    .posts-grid .related-post {
        width: calc(100%/2 - 10px);
    }
	.single-page-area .entry-content {padding: 25px;max-width: calc(100% - 50px);margin: -70px auto 70px;}
}
@media (max-width: 575px) {
    .posts-grid .related-post {
        width: 100%;
    }
	.single-page-area .entry-content {padding: 15px;max-width: 100%;margin: -50px auto 50px;}
}
/*single post banner end*/