/* ---------------- fonts ------------------ */

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-ThinIt.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-BoldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-BlackIt.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-ExtrabldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


/* ---------------- Basic css ------------------ */

html {
	font-size: 62.5%;
}

:root {
	scroll-behavior: unset;

    /* color */
    --black-color:#0f172a;
    --light-blue-color: #aac4e7;
    --blue-color: #60a5fa;
    --ps-blue-color: #dbeafe;
    --grey-color: #e2e8f0;
    --blue-grey-color: #e2e8f0;
    --mb-grey-color: #64748b;
    --dark-grey-color: #475569;
    --dm-grey-color: #96a5ba;
    --white-color: #ffffff;
    --green-color: #10b981;
    --light-green-color: #d1fae5;
    --red-color: #ef4444;
    --orange-color: #f97316;
    --yello-color: #facc15;

    --border_color: #aac4e799;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	transition: 200ms;
	color: inherit;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
	outline: none;
}

/* body */
body {
	color: var(--dark-grey-color);
	font-family: 'Proxima Nova';
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 400;
}


/* container */

.container {
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}


/* Heading */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Proxima Nova';
	font-weight: 900;
	color: #0F172A;
}

.title_xxl {
	font-size: 6rem;
	line-height: 100%;
}

.title_xl {
	font-size: 4.8rem;
	line-height: 100%;
}

.title_lg {
	font-size: 3rem;
	line-height: 120%;
}

.title_md {
	font-size: 2.4rem;
	line-height: 133.333%;
}

.title_sm{
    font-size: 2rem;
    line-height: 1.4;
}

.intro_title {
	color: var(--black-color);
	text-align: center;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height:  133.333% ;
	padding: 0.3rem 1.1rem;
	border-radius: 99999rem;
	background: var(--light-blue-color);
	width: max-content;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 1.6rem;
}

/* subtitle */

.subtitle{
    color: var(--dark-grey-color);
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 2.4rem;
}

.subtitle_lg{
    color: var(--dark-grey-color);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
}

.subtitle_sm {
    color: var(--dm-grey-color);
	font-size: 1.4rem;
	line-height: 142.857%;
    font-weight: 400;
}


/* Button  */

.button {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.55;
    padding: 0.8rem 3.2rem;
    color: var(--black-color);
    background: var(--light-blue-color);
    text-transform: capitalize;
    border-radius: 0.6rem;
    bottom: none;
    outline: none;
    display: inline-block;
    transition: 300ms;
    position: relative;
}

/* back-to-top */
.back-to-top {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 2rem;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    border-radius: 50%;
    background: var(--green-color);
    color: var(--white-color);
    z-index: 1000;
    transition: 500ms all ease;
}

.back-to-top:hover {
    box-shadow: 0rem 0rem 1rem var(--green-color);
}

.back-to-top img {
    width: 1.8rem;
}


/* ---------------- Header Section ------------------ */
.header_section {
    width: 100%;
    display: block;
    background: var(--white-color);
    z-index: 1024;
    padding: 2rem 0;
    transition: 0.2s all ease;
}

.header_section.sticky_header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1024;
    box-shadow: 0 0.2rem 1rem 0rem rgba(0, 0, 0, 0.16);
}

.main_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo {
    color: var(--black-color);
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 133.333%;
    cursor: pointer;
}

.header_nav ul {
    display: flex;
    align-items: center;
    gap: 3.6rem;
}

.header_nav a {
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 500;
    color: #020817;
    position: relative;
}

.header_nav a::after {
    content: "";
    width: 0%;
    height: 1px;
    display: block;
    background: #020817;
    border-radius: 1rem;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s all ease;
    opacity: 0;
}

.header_nav a:hover::after {
    width: 100%;
    opacity: 1;
}

.header_nav li.active a::after {
    width: 100%;
    opacity: 1;
}

.side_header {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
 
.side_header a img {
    width: 1.8rem;
    margin-right: 0.8rem;
}

.side_header a {
    font-size: 1.6rem;
    line-height: 1.33;
    font-weight: 500;
    color: #020817;
    display: inline-flex;
    align-items: center;
}

.side_header .header_btn {
    font-size: 1.4rem;
    line-height: 142.857%;
    font-weight: 500;
    display: inline-block;
    padding: 1rem 1.6rem;
    border-radius: 0.6rem;
    color: var(--black-color);
    background: var(--light-blue-color);
    transition: 0.2s all ease;
}

.side_header .header_btn:hover {
    background: #10B981;
    color: var(--white-color);
}

.hamburger_btn button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
}

.hamburger_btn button img {
    width: 2.5rem;
}

/* offcanvas */
.offcanvas {
    max-width: 35rem;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1.6rem;
}

.offcanvas-header button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
}

.offcanvas-header button img {
    width: 1.8rem;
}

.offcanvas-body .header_nav ul {
    display: block;
}

.offcanvas-body {
    padding: 1rem 2rem 2rem;
}

.offcanvas-body .side_header {
    display: block;
}

.offcanvas-body li {
    padding: 0.6rem 0rem;
}

.offcanvas-body .header_nav a {
    font-size: 1.6rem;
}

.offcanvas-body .side_header a {
    font-size: 1.6rem;
}


/* ---------------- Hero Section ------------------ */

.hero_section{
    padding: 9.6rem 0;
    background-image: url('../img/hero-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_content .hero_badeg{
    color: var(--black-color);
    background: var(--light-green-color);
    padding: 0.9rem 1.7rem;
    max-width: max-content;
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 500;
    border-radius: 5rem;
    margin-bottom: 1.6rem;
}

.hero_title_box{
    margin-bottom: 2.6rem;
}

.hero_title_box .title_xxl{
    color: var(--white-color);
    font-weight: 900;
    margin-bottom: 1.6rem;
}

.hero_title_box p{
    color: var(--light-blue-color);
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400; 
    margin-bottom: 1.6rem;
    padding-right: 18rem;
}

.hero_title_box p:last-child{
    font-size: 1.8rem;
    padding: 0;
    padding-right: 14rem;
}

.offer_card_box{
    width: 51rem;
    padding: 2.5rem;
    background: var(--white-color);
    border-radius: 1rem;
    margin-bottom: 2.4rem;
}

.offer_card_box .offer_top {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
}

.offer_card_box .offer_top p{
    color: var(--red-color);
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
}

.offer_card_box .offer_top p:first-child{
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white-color);
    background: var(--red-color);
    padding: 0.3rem 1.1rem;
    border-radius: 5rem;
}

.offer_card_box .offer_bottom {
    display: flex;
    gap: 1.2rem;
    align-items: self-end;
}

.offer_card_box .offer_bottom div {
    display: flex;
    align-items: self-end;
    gap: 1.2rem;
}

.offer_card_box .offer_bottom p{
    color: var(--black-color);
    font-size: 3.6rem;
    line-height: 1.11;
    font-weight: 900;
}

.offer_card_box .offer_bottom p:last-child{
    color: var(--white-color);
    background: var(--green-color);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
    padding: 0.3rem 1.1rem;
    border-radius: 5rem;
}

.offer_card_box .offer_bottom del{
    color: var(--light-blue-color);
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
}

.hero_content_bottom{
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

.hero_content_bottom p{
    color: var(--light-blue-color);
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.hero_content_bottom p img {
    max-width: 10rem;
}

.hero_content_bottom p:last-child{
    gap: 1.1rem;
}

.form_wrapper{
    background: var(--white-color);
    padding: 4.2rem 3.2rem;
    border-radius: 1rem;
    text-align: center;
}

.form_wrapper .title_md{
    color: var(--black-color);
    font-weight: 900;
    margin-bottom: 0.8rem;
}

.form_wrapper .subtitle_lg{
    margin-bottom: 2rem;
}

.form_wrapper input{
    width: 100%;
    color: var(--black-color);
    padding: 1.2rem 1.5rem;
    margin-bottom: 1.6rem;
    border: 0.1rem solid #e2e8f0;
    border-radius: 0.6rem;
}

.form_wrapper .button {
    background: #AAC4E7;
    width: 100%;
    border: none;
    padding: 1.1rem 1.5rem;
    box-shadow: 0rem 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.10), 0rem 0.4rem 0.6rem -0.4rem rgba(0, 0, 0, 0.10);
    margin-bottom: 2rem;
    transition: 0.2s all ease;
}

.form_wrapper .button:hover {
    background: #10B981;
    color: var(--white-color);
}

.form_wrapper p:last-child {
    color: var(--mb-grey-color);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 3rem;
}

/* ---------------- Package Section ------------------ */

.package_section{
    padding: 8rem 0rem;
}

.package_section .container>.row{
  --bs-gutter-x: 3.2rem !important;
  --bs-gutter-y: 3.2rem !important;
  margin-bottom: 4.1rem;
}

.package_section .title_box{
    margin-bottom: 4.1rem;
}

.package_card{
    text-align: center;
    padding: 3.8rem 3.3rem;
    background: var(--white-color);
    border: 1px solid var(--grey-color);
    border-radius: 1.2rem;
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.05);
    transition: 0.2s all ease;
}

.package_card:hover {
    box-shadow: 0rem 0rem 3.5rem rgba(0, 0, 0, 0.16);
}

.package_card .package_img{
    width: 6.4rem;
    height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue-color);
    border-radius: 1.6rem;
    margin-bottom: 2.4rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.package_card .package_img img{
    width: 3.2rem;
    height: 3.2rem;
}

.package_card .title_sm{
    font-weight: 900;
    margin-bottom: 1.2rem;
} 

.package_section .offer_card{
    background: linear-gradient(90deg, #ECFDF5 0%, #EFF6FF 100%);
    max-width: 67rem;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 1.6rem;
}

.offer_card .offer_card_text{
    padding: 3.2rem 0 3.2rem 3.2rem;
}

.offer_card .offer_card_text .price{
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.offer_card .offer_card_text .price div {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.offer_card .offer_card_text .price p{
    color: var(--black-color);
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 900;
}

.offer_card .offer_card_text .price p:last-child{
    color: var(--white-color);
    background: var(--green-color);
    font-size: 1.8rem;
    line-height: 1.55;
    font-weight: 600;
    padding: 0.9rem 1.7rem; 
    border-radius: 5rem;
}

.offer_card .offer_card_text .price del{
    color: var(--mb-grey-color);
    font-size: 2rem;
    line-height: 1.4rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.offer_card .offer_card_text p{
    color: var(--mb-grey-color);
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 500;
    margin-bottom: 2rem;
}

.offer_card .offer_card_text  .button{
    color: var(--white-color);
    background: var(--green-color);
    display: inline-block;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.offer_card .offer_card_img img{
    margin-top: 2rem;
    width: 21.7rem;
}

.offer_card .offer_card_text  .button:hover {
    opacity: 0.85;
}


/* ---------------- Technology Section ------------------ */

.technology_section{
    background: var(--black-color);
}

.technology_content{
    padding: 8rem 0;
}

.technology_title_box{
    margin-bottom: 3.2rem;
}

.technology_title_box .intro_title{
    margin: 0;
    margin-bottom: 1.6rem;
}

.technology_title_box .title_xl{
    color: var(--white-color);
    margin-bottom: 2.4rem;
    font-weight: 900;
    width: 60.5rem;
}

.technology_title_box .subtitle {
    color: var(--dm-grey-color);
    max-width: 58.4rem;
    width: 100%;
}

.technology_content .row{
    --bs-gutter-x: 5rem;
     --bs-gutter-y: 2.5rem;
}

.technology_card{
    display: flex;
    gap: 1.6rem;
}

.technology_card_img{
    background: var(--light-blue-color);
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
    border-radius: 1rem;
}

.technology_card_img img{
    width: 2.4rem;
    height: 2.4rem;
}

.technology_card_text .title{
    color: var(--white-color);
    font-size: 1.6rem;
    line-height: 1.33;
    font-weight: 900;
    margin-bottom: 0.8rem;
}

.technology_img img {
    width: 92%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* ---------------- Footer Section ------------------ */

.results_section{
    padding: 8rem 0;
    text-align: center;
}

.results_title_box .intro_title{
    background: var(--green-color);
    color: var(--white-color);
}

.results_title_box .title_xl{
    color: var(--black-color);
    font-weight: 900;
    margin-bottom: 2.4rem;
}

.results_title_box .subtitle{
    padding: 0 24rem;
    margin-bottom: 1.6rem;
}

.google_rating{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    margin-bottom: 4.4rem;
}

.google_rating p{
    color: var(--black-color);
    font-size: 1.8rem;
    line-height: 1.55;
    font-weight: 600;
}

.google_rating p:last-child{
    color: var(--mb-grey-color);
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 400;
}

.results_card{
    background: var(--white-color);
    margin-bottom: 4.4rem;
    border-radius: 0.8rem;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.results_card img{
    width: 100%;
    border-radius: 0.8rem 0.8rem 0 0;
}

.results_card .card_text{
    padding: 2.1rem 2.4rem 2.4rem;
    border-radius: 0 0 0.8rem 0.8rem;
}

.results_card .card_text .card_title{
    font-size: 1.8rem;
    line-height: 100%;
    font-weight: 900;
    color: #475569;
}

.results_card .card_text .subtitle_sm {
    color: #64748B;
    font-weight: 400;
}

.result_btn a {
    display: inline-block;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.result_btn a:hover {
    background: var(--green-color);
    color: var(--white-color);
}

/* ---------------- Journey Section ------------------ */

.journey_section{
    background: linear-gradient(135deg,#FCFBF8 0%, #EFF6FF 100%);
    padding: 8rem 0;
    text-align: center;
}

.journey_title_box{
    text-align: center;
    margin-bottom: 4.4rem;
}

.journey_title_box .title_xl{
    color: var(--black-color);
    font-weight: 900;
    margin-bottom: 2.4rem;
}

.journey_title_box .subtitle{
    padding: 0 19rem;
}

.journey_section .row{
  --bs-gutter-x: 3.2rem;
  margin-bottom: 4.4rem;
}

.journey_card{
    color: var(--white-color);
    background: var(--white-color);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 3.2rem 3rem;
    border-radius: 0.8rem;
    text-align: center;
    transition: 0.2s all ease;
}

.journey_card:hover {
    box-shadow: 0rem 0rem 5rem rgba(0, 0, 0, 0.1);
}

.journey_card.padding{
    padding-bottom: 5.6rem;
}

.journey_card .card_img{
    width: 8rem;
    height: 8rem;
    background: var(--light-blue-color);
    padding: 2rem;
    border-radius: 1.6rem;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2.4rem;
}

.card_text .card_img img{
    width: 4rem;
    height: 4rem;
}

.card_text .subtitle_sm{
    color: var(--light-blue-color);
    font-weight: 900;
    margin-bottom: 0.8rem;
}

.card_text .title_sm{
    color: var(--black-color);
    font-weight: 900;
    margin-bottom: 1.6rem;
    padding: 0 1.5rem;
}

/* ---------------- Offer Section ------------------ */

.limited_section{
    padding: 8rem 0;
    background: var(--ps-blue-color);
}

.limited_title_box{
    margin-bottom: 6.4rem;
    text-align: center;
}

.limited_title_box .intro_title{
    color: var(--white-color);
    background: var(--green-color);
}

.limited_title_box .title_xl{
    color: var(--black-color);
    font-weight: 900;
}

.limited_title_box .subtitle{
    padding: 0 27rem;
}

.limited_wrapper{
    max-width: 90rem;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.limited_wrapper .row{
    --bs-gutter-x: 0;
}

.limited_wrapper .limited_title{
    color: var(--white-color);
    background: linear-gradient(90deg, #EF4444 0%, #F97316 100%);
    font-size: 1.8rem;
    line-height: 1.55;
    font-weight: 900;
    border-radius: 0.8rem 0.8rem 0 0;
    text-align: center;
    padding: 1.6rem 0;
}

.limited_package{
    padding: 4.8rem 4.8rem 9.8rem;
    text-align: center;
    background-image: url(../img/price-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 0 0.8rem;
}

.limited_package p{
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}

.limited_package .price{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
}

.limited_package .price del{
    color: var(--mb-grey-color);
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 400;
}

.limited_package .price p{
    color: var(--black-color);
    font-size: 6rem;
    line-height: 1;
    font-weight: 900;
}

.limited_package .save_price{
    color: var(--white-color);
    background-color: var(--green-color);
    width: 18.2rem;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0.9rem 2.5rem;
    border-radius: 5rem;
    font-size: 1.8rem;
    line-height: 1.55;
    font-weight: 600;
    margin-bottom: 3.2rem;
}

.limited_package .consultation p{
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: 100%;
    color: var(--black-color);
    background: var(--white-color);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 0.8rem;
    margin-bottom: 1.8rem;
}

.limited_package .consultation .button{
    display: block;
    margin-top: 3.3rem;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.limited_package .consultation .button:hover {
    background: var(--green-color);
    color: var(--white-color);
}

.limited_included{
    background: #F5F9FF;
    padding: 4.8rem;
    border-radius: 0 0 0.8rem 0;
    border-left: 1px solid #E2E8F0;
}

.limited_included h3{
    color: var(--black-color);
    font-size: 2.4rem;
    line-height: 1.33;
    font-weight: 900;
    margin-bottom: 3.2rem;
}

.limited_included li{
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: var(--black-color);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1.6rem;
}

.limited_included li img{
    width: 2.4rem;
    height: 2.6rem;
}

.included_card{
    background: var(--light-blue-color);
    padding: 2.4rem;
    border-radius: 1.2rem;
    margin-top: 3.2rem;
}    

.included_card h4{
    color: var(--black-color);
    font-size: 1.8rem;
    line-height: 1.55;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.included_card p{
    color: var(--black-color);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
}


/* ---------------- Specialist Section ------------------ */

.specialist_section{
    padding: 8rem 0; 
    background: linear-gradient(135deg, #FCFBF8 0%, #EFF6FF 100%);
}

.specialist_section .container>.row{
    --bs-gutter-x: 6.4rem;
}

.speciaalist_left .intro_title{ 
    margin: 0;
    margin-bottom: 2.4rem;
}

.speciaalist_left .title_xl{
    color: var(--black-color);
    font-weight: 900;
    margin-bottom: 3rem;
}

.speciaalist_left .adout_doctor{
    padding: 2.2rem 3.2rem 3.2rem;
    background: var(--white-color);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 1.6rem;
    position: relative;
    overflow: hidden;
}

.speciaalist_left .adout_doctor .man_img{
    overflow: hidden;
    padding-left: 1.5rem;
    max-width: 100%;
}

.adout_doctor .doctors_info{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 60%);
    backdrop-filter: blur(0,8rem);
    padding: 14.8rem 3.2rem 0;
    position: absolute;
    bottom: 3.2rem;
    left: 0;
}

.adout_doctor .doctors_info .title_md{
    color: var(--black-color);
    font-weight: 900;
    margin-bottom: 0.9rem;
}

.adout_doctor .doctors_info p{
    color: var(--dark-grey-color);
    margin-bottom: 1rem;
}

.adout_doctor .doctors_info .patient_reviews{
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.adout_doctor .doctors_info .patient_reviews img {
    padding-left: 0;
}

.adout_doctor .doctors_info .patient_reviews p{
    color: var(--dark-grey-color);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1rem;
}

.specialist_card_box .row{
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 1.2rem;
}

.specialist_card_box .specialist_card{
    background: var(--white-color);
    border: 1px solid var(--grey-color);
    border-radius: 0.8rem;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.08);
    padding: 5.2rem 2.5rem;
}

.specialist_card_box .specialist_card .card_icon{
    background: linear-gradient(135deg, #AAC4E7 0%, #60A5FA 100%);
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.2rem;
    margin-bottom: 1.5rem;
}

.specialist_card_box .specialist_card h4{
    color: var(--black-color);
    font-size: 1.8rem;
    line-height: 1.55;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.specialist_card_box .specialist_card p{
    color: var(--dark-grey-color);
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 400;
}

.specialist_section .why_choose_btn_block {
    padding: 1.6rem 0 5rem;
}

.specialist_section .why_choose_btn_block .button {
    font-size: 1.6rem;
    padding: 1rem 2.4rem;
}

/* clint area */
.clint_area{
    background: var(--white-color);
    box-shadow: 0rem 1rem 1.5rem 0.5rem rgba(0, 0, 0, 0.1);
    padding: 3.2rem;
    border-radius: 1.6rem;
    text-align: center;
    padding: 3.2rem 0;
    margin-top: 6.4rem;
    margin-bottom: 5rem;
}


.clint_area .clint_title{
    color: var(--black-color);
    font-size: 2.4rem;
    line-height: 1.33;
    font-weight: 900;
    margin-bottom: 3.2rem;
}

.clint_card{
    text-align: center;
}

.clint_card img{
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 0.8rem;
}

.clint_card h4{
    color: var(--black-color);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 0.8rem;
}

.clint_card p{
    color: var(--dark-grey-color);
}


/* ---------------- Stories Section ------------------ */

.stories_section{
    padding: 8rem 0;
}

.stories_title_box{
    margin-bottom: 1.6rem;
    text-align: center;
}

.stories_title_box .intro_title{
    color: var(--white-color);    
    background: var(--green-color);
}

.stories_title_box .title_xl{
    color: var(--black-color);
    font-weight: 900;
}

.google_rating{
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 6.4rem;
}

.google_rating .title_md{
    color: var(--black-color);
    font-weight: 900;
}

.google_rating .subtitle_lg{
    color: var(--dark-grey-color);
}

.stories_card{
    background: var(--white-color);
    border: 1px solid var(--border_color);
    border-radius: 0.8rem;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 3.2rem;
}

.review_row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.stories_card .card_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.4rem;
}

.stories_card  p{
    color: var(--black-color);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 2.4rem;
}

.stories_card .padding{
    padding-bottom: 2.4rem;
}

.stories_card .card_bottom{
    border-top: 0.1rem solid var(--border_color);
    padding-top: 2rem;
}

.stories_card .card_bottom h4{
    color: var(--black-color);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 900;
}

.stories_card .card_bottom p{
    color: var(--dark-grey-color);
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 400;
    margin: 0;
}

.stories_card .card_bottom p:last-child{
    color: var(--black-color);
    font-weight: 500;
}

.hundreds-card{
    background: var(--black-color);
    padding: 4.8rem;
    border-radius: 1.6rem;
}

.hundreds-card .title_lg{
    color: var(--white-color);
    font-weight: 900;
    margin-bottom: 1.6rem;
}

.hundreds-card p{
    color: var(--white-color);
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 1.6rem;
}

.hundreds-card .rating h4{
    color: var(--white-color);
    font-size: 3.6rem;
    list-style: 1.11;
    font-weight: 900;
}

.hundreds-card .rating p{
    color: var(--white-color);
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 400;
}

/* ---------------- Accordion Section ------------------ */

.accordion_section{
    padding: 8rem 0;
    background: linear-gradient(135deg, #FCFBF8 0%, #EFF6FF 100%);
    text-align: center;
}

.accordion_title_box .title_xl{
    color: var(--black-color);
    font-weight: 900;
}

.accordion_section .accordion{
    max-width: 88rem;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 4.4rem;
    margin-bottom: 4.4rem;
    text-align: left;
}

.accordion_section .accordion-item{ 
    background: #FFF;
    border: 1px solid #E2E8F0;
    border-radius: 0.8rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    margin-bottom: 1.8rem;
}

.accordion_section .accordion-item .accordion-button {
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 400;
    color: #0F172A;
    padding: 2.4rem 2.5rem;
}

.accordion_section .accordion-item .accordion-button.collapsed {
    border-radius: 0.8rem;
}

.accordion-body {
    padding: 2.4rem 2.5rem;
}

.accordion-body p {
    font-size: 1.6rem;
    line-height: 1.33;
    font-weight: 400;
    color: #0F172A;
}

.accordian_bottom h4 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #475569;
    margin-bottom: 1.6rem;
}

.accordian_bottom p {
    font-size: 2.4rem;
    font-weight: 500;
    color: #0F172A;
    margin: 0;
}

/* ---------------- Offer Section ------------------ */

.offer_section {
    padding: 8rem 0;
    background: var(--black-color);
}

.offer_section .container>.row{
      --bs-gutter-x: 4.8rem;
}

.offer_content .offer_titles .intro_title{
    color: var(--white-color);
    background: var(--red-color);
    margin: 0;
    margin-bottom: 1.6rem;
}

.offer_content .offer_titles .title_xl{
    color: var(--white-color);
    font-weight: 900;
    margin-bottom: 1.6rem;
}

.offer_content .offer_titles .subtitle{
    color: var(--ps-blue-color);
    margin-bottom: 3.2rem;
}

.offer_content .offer_list {
    margin-bottom: 3.2rem;
}

.offer_content .offer_list li{
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: var(--ps-blue-color);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1.6rem;
}

.offer_content .offer_list li img{
    width: 2.4rem;
    height: 2.4rem;
}

.offer_content .offer_card{
    backdrop-filter: blur(4px);
    background: var(--color-white-10, rgba(255, 255, 255, 0.1));
    border-radius: 1.6rem;
    padding: 2.4rem;
    margin-bottom: 3.2rem;
}


.offer_card .card_top{
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.offer_card .card_top img{
    width: 3.2rem;
    height: 3.2rem;
}

.offer_card .card_top h4{
    color: var(--yello-color);
    font-size: 1.8rem;
    line-height: 1.55;
    font-weight: 900;
}

.offer_card .card_top p{
    color: var(--ps-blue-color);
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 400;
}

.offer_card .card_bottom {
    margin-top: 1.6rem;
    text-align: center;
}

.offer_card .card_bottom p{
    color: var(--ps-blue-color);
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 400;
    margin-right: 0.4rem;
}

.offer_card .card_bottom span{
    color: var(--white-color);
    font-size: 1.8rem;
    line-height: 1.55;
    font-weight: 900;
}

.offer_content .contact img{ 
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
}

.offer_content .contact a{
    color: var(--ps-blue-color);
    font-size: 1.6rem;
    line-height: 1.33;
    font-weight: 400;
    margin-right: 2.6rem;
}

.contact_form{
    background: var(--white-color);
    padding: 3.2rem;
    border-radius: 1rem;
    text-align: center;
}

.contact_form .title_md{
    color: var(--black-color);
    font-weight: 900;
    margin-bottom: 0.8rem;
}

.contact_form .subtitle_lg{
    margin-bottom: 2rem;
}

.contact_form input{
    width: 100%;
    color: var(--black-color);
    padding: 1.2rem 1.5rem;
    margin-bottom: 1.6rem;
    border: 0.1rem solid #e2e8f0;
    border-radius: 0.6rem;
}

.contact_form .button {
    width: 100%;
    margin-bottom: 2rem;
    border: none;
    outline: none;
    padding: 1.1rem 1.5rem;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.contact_form .button:hover {
    background: var(--green-color);
    color: var(--white-color);
}

.contact_form .contact_lists{
    margin-bottom: 2.4rem;
}

.contact_form .contact_lists li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    color: var(--black-color);
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.contact_form .contact_lists img{
    width: 1.6rem;
    height: 1.6rem;
}

.contact_form .secure_booking{
    background: linear-gradient(90deg, #ECFDF5 0%, #EFF6FF 100%);
    border-radius: 0.8rem;
    padding: 1.6rem;
}

.contact_form .secure_booking p{
    color: var(--black-color);
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 400;
    padding: 0 4rem;
}


/* ---------------- Footer Section ------------------ */

.footer_section{
    padding-top: 6.4rem;
    background: var(--black-color);
}

.footer_section .container .row{
    margin-bottom: 4.8rem;
}

.footer_links h4{
    color: var(--white-color);
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 1.6rem;
}

.footer_links a,
.footer_links p{
    color: var(--ps-blue-color);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
}

.footer_links a:hover {
    text-decoration: underline;
}

.footer_apps p{
    margin-bottom: 1.6rem;
}

.footer_apps .apps{
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer_apps .apps img{
    width: 2rem;
    height: 2rem;
    filter: brightness(0) saturate(100%) invert(91%) sepia(13%) saturate(198%) hue-rotate(173deg) brightness(92%) contrast(92%);
}

.footer_list_group li{
    margin-bottom: 0.8rem;
}

.footer_contact li{
    margin-bottom: 1.2rem;
}

.footer_contact img{
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5rem;
}

.footer_contact a.last_child{
    padding-right: 14rem;
}

.footer_newslatter p{
    margin-bottom: 1.6rem;
    padding-right: 2rem;
}

.footer_newslatter .footer_input{
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.footer_newslatter .footer_input input{
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #64748B;
    background: #1E293B;
    border-radius: 0.6rem;
    border: 1px solid #334155;
    outline: none;
    padding: 1rem 1.3rem;
    width: calc(100% - 9.1rem);
}

.footer_newslatter .footer_input input::placeholder {
    color: #64748B;
    opacity: 1;
}

.footer_newslatter .footer_input  .button{
    font-size: 1.4rem;
    font-weight: 500;
    color: #0F172A;
    background: #AAC4E7;
    border-radius: 0.6rem;
    border: none;
    outline: none;
    padding: 0.87rem 1.6rem;
}

.footer_newslatter .footer_input  .button:hover {
    background: var(--green-color);
    color: var(--white-color);
}

.footer_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.1rem solid  rgba(51, 65, 85, 1);
    padding: 2.4rem 0 3.2rem;
;
}

.footer_bottom .copyright p{
    color: var(--ps-blue-color);
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 400;
}

.footer_bottom .footer_menu ul{
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

.footer_bottom .footer_menu a{
    color: var(--ps-blue-color);
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 400;
}

.footer_bottom .footer_menu a:hover {
    text-decoration: underline;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    user-select: none;
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 6.4rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.review_slider .stories_card {
    margin-bottom: 6.4rem;
}

.slider_wrapper {
    position: relative;
    padding: 0 1rem;
}

.swiper-button-next {
    position: absolute;
    top: 40%;
    right: -0.2rem;
}

.swiper-button-prev {
    position: absolute;
    top: 40%;
    left: -0.2rem;
}

@media screen and (min-width: 1400px) {
    .swiper-button-next {
        position: absolute;
        top: 40%;
        right: -5rem;
    }

    .swiper-button-prev {
        position: absolute;
        top: 40%;
        left: -5rem;
    }

    .slider_wrapper {
        padding: 0rem;
    }

}

.review_slider_wrapper .swiper-button-next,
.review_slider_wrapper .swiper-button-prev {
    top: 45%;
}

.contact br {
    display: none;
}

.finance-form select {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #e2e8f0;
        border-radius: 6px;
        margin-bottom: 8px;
        font-size: 1.35rem;
        background: #fff;
    }

    .phone-input-group {
        display: flex;
        gap: 10px;
    }

    .phone-input-group select {
        width: 120px;
    }

    .phone-input-group input {
        flex: 1;
    }


.form_area select {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #e2e8f0;
        border-radius: 6px;
        margin-bottom: 8px;
        font-size: 1.35rem;
        background: #fff;
    }

    .phone-input-group {
        display: flex;
        gap: 10px;
    }

    .phone-input-group select {
        width: 120px;
    }

    .phone-input-group input {
        flex: 1;
    }