/* Start custom CSS for html, class: .elementor-element-2d4f7a5 *//*==========================
BOOK APPOINTMENT HERO
==========================*/

.appointment-hero{

    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:linear-gradient(135deg,#F8FCFF 0%,#EEF8FF 100%);

}

.appointment-hero .container{

    width:90%;
    max-width:1280px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;

}

/* Shapes */

.appointment-shape{

    position:absolute;
    border-radius:50%;
    background:rgba(10,61,145,.05);

}

.shape1{

    width:350px;
    height:350px;
    left:-120px;
    top:-120px;

}

.shape2{

    width:250px;
    height:250px;
    right:-80px;
    bottom:-80px;

}

/* Left */

.appointment-left{

    flex:1;
    position:relative;
    z-index:2;

}

.hero-badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:12px 22px;

    background:#EAF8F4;

    color:#0AAE82;

    border-radius:50px;

    font-weight:600;

    margin-bottom:25px;

}

.hero-badge i{

    color:#0AAE82;

}

.appointment-left h1{

    font-size:60px;

    line-height:1.15;

    color:#0A3D91;

    margin-bottom:25px;

    font-weight:700;

}

.appointment-left h1 span{

    color:#0AAE82;

}

.appointment-left p{

    font-size:17px;

    line-height:1.9;

    color:#666;

    margin-bottom:35px;

}

/* Features */

.hero-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:40px;

}

.feature{

    display:flex;

    align-items:center;

    gap:10px;

    font-weight:600;

    color:#333;

}

.feature i{

    color:#0AAE82;

}

/* Buttons */

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    background:#0A3D91;

    color:#fff !important;

    text-decoration:none;

    padding:16px 34px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

    box-shadow:0 15px 35px rgba(10,61,145,.18);

}

.btn-primary:hover{

    background:#083172;

    color:#fff !important;

    transform:translateY(-4px);

}

.btn-primary i{

    color:#fff;

}

.btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    border:2px solid #0A3D91;

    color:#0A3D91;

    text-decoration:none;

    padding:16px 34px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.btn-outline:hover{

    background:#0A3D91;

    color:#fff !important;

}

.btn-outline:hover i{

    color:#fff;

}

/* Right */

.appointment-right{

    flex:1;

    position:relative;

    text-align:center;

}

.appointment-right img{

    width:100%;

    max-width:560px;

    border-radius:30px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

/* Floating Cards */

.floating-card{

    position:absolute;

    background:#fff;

    padding:18px 28px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

    text-align:center;

}

.floating-card h3{

    margin:0;

    color:#0A3D91;

    font-size:30px;

}

.floating-card span{

    color:#666;

}

.card1{

    top:40px;

    left:-20px;

}

.card2{

    right:-10px;

    top:180px;

}

.card3{

    bottom:30px;

    left:20px;

}

/* Responsive */

@media(max-width:991px){

.appointment-hero{

    padding:80px 0;

}

.appointment-hero .container{

    flex-direction:column;

    text-align:center;

}

.hero-features{

    grid-template-columns:1fr;

}

.hero-buttons{

    justify-content:center;

}

.floating-card{

    position:relative;

    display:inline-block;

    margin:10px;

    left:auto;

    right:auto;

    top:auto;

    bottom:auto;

}

}

@media(max-width:767px){

.appointment-left h1{

    font-size:38px;

}

.hero-buttons{

    flex-direction:column;

}

.btn-primary,
.btn-outline{

    width:100%;
    max-width:320px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dac907d *//*=====================================
        WHY BOOK SECTION
======================================*/

.why-book-section{

    padding:110px 0;

    background:#ffffff;

}

.why-book-section .container{

    width:90%;

    max-width:1280px;

    margin:auto;

}

/*=========================
Section Heading
==========================*/

.section-title{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.section-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 24px;

    border-radius:50px;

    background:#EAF8F4;

    color:#0AAE82;

    font-weight:600;

    margin-bottom:20px;

}

.section-badge i{

    color:#0AAE82;

}

.section-title h2{

    font-size:46px;

    color:#0A3D91;

    margin-bottom:20px;

    line-height:1.2;

}

.section-title h2 span{

    color:#0AAE82;

}

.section-title p{

    font-size:17px;

    color:#666;

    line-height:1.9;

}

/*=========================
Cards
==========================*/

.why-book-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.why-card{

    background:#fff;

    border-radius:22px;

    padding:40px 30px;

    text-align:center;

    transition:.35s;

    border:1px solid #eef2f7;

    box-shadow:0 10px 35px rgba(0,0,0,.05);

}

.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(10,61,145,.12);

}

.why-card .icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#0A3D91,#0AAE82);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.why-card .icon i{

    color:#fff;

    font-size:34px;

}

.why-card h3{

    font-size:24px;

    color:#0A3D91;

    margin-bottom:15px;

}

.why-card p{

    color:#666;

    line-height:1.8;

    font-size:16px;

}

/*=========================
Responsive
==========================*/

@media(max-width:991px){

.why-book-grid{

    grid-template-columns:repeat(2,1fr);

}

.section-title h2{

    font-size:38px;

}

}

@media(max-width:767px){

.why-book-section{

    padding:80px 0;

}

.why-book-grid{

    grid-template-columns:1fr;

}

.section-title h2{

    font-size:32px;

}

.section-title p{

    font-size:16px;

}

.why-card{

    padding:35px 25px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-810ed7b *//*==================================================
            APPOINTMENT FORM SECTION
===================================================*/

.appointment-form-section{

    padding:100px 0;
    background:#F8FBFF;

}

.appointment-form-section .container{

    width:90%;
    max-width:1280px;
    margin:auto;

    display:grid;
    grid-template-columns:56% 44%;
    gap:55px;
    align-items:center;

}

/*==================================================
LEFT IMAGE
===================================================*/

.appointment-image{

    position:relative;

}

.appointment-image img{

    width:100%;
    height:620px;

    object-fit:cover;

    border-radius:26px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.experience-card{

    position:absolute;

    left:25px;
    bottom:25px;

    background:#fff;

    padding:18px 24px;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.experience-card h3{

    margin:0;

    font-size:34px;

    color:#0A3D91;

    line-height:1;

}

.experience-card span{

    display:block;

    margin-top:8px;

    color:#666;

    font-size:15px;

}

/*==================================================
FORM CARD
===================================================*/

.appointment-form-card{

    background:#fff;

    padding:38px;

    border-radius:26px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

/*==================================================
BADGE
===================================================*/

.form-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:9px 18px;

    background:#EAF8F4;

    color:#0AAE82;

    border-radius:50px;

    font-size:13px;

    font-weight:600;

}

.form-badge i{

    color:#0AAE82;

}

/*==================================================
TITLE
===================================================*/

.appointment-form-card h2{

    font-size:40px;

    color:#0A3D91;

    margin:18px 0 12px;

    line-height:1.2;

}

.appointment-form-card p{

    color:#666;

    font-size:15px;

    line-height:1.8;

    margin-bottom:24px;

}

/*==================================================
FORM ROW
===================================================*/

.form-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:14px;

    margin-bottom:14px;

}

/*==================================================
FORM GROUP
===================================================*/

.form-group{

    position:relative;

}

/* Icons */

.form-group i{

    position:absolute;

    left:16px;

    top:50%;

    transform:translateY(-50%);

    color:#0AAE82;

    font-size:15px;

    pointer-events:none;

    z-index:10;

}

.full i{

    top:18px;

    transform:none;

}

/*==================================================
INPUTS
===================================================*/

.form-group input,
.form-group select,
.form-group textarea{

    width:100%;

    background:#FCFEFF;

    border:1px solid #E6EDF5;

    border-radius:14px;

    outline:none;

    transition:.3s;

    font-size:15px;

    color:#333;

}

/* Input */

.form-group input,
.form-group select{

    height:50px;

    padding:0 18px 0 46px;

}

/* Textarea */

.form-group textarea{

    min-height:110px;

    padding:16px 18px 16px 46px;

    resize:none;

}

/* Placeholder */

.form-group input::placeholder,
.form-group textarea::placeholder{

    color:#9AA7B6;

}

/* Select */

.form-group select{

    appearance:none;

    -webkit-appearance:none;

    -moz-appearance:none;

    cursor:pointer;

}

/* Date */

input[type=date]{

    padding-right:18px;

}

/* Hover */

.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover{

    border-color:#0AAE82;

}

/* Focus */

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{

    border-color:#0AAE82;

    box-shadow:0 0 0 4px rgba(10,174,130,.12);

}

/*==================================================
BUTTON
===================================================*/

.appointment-submit{

    width:100%;

    height:52px;

    border:none;

    border-radius:14px;

    background:linear-gradient(135deg,#0A3D91,#0AAE82);

    color:#fff;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:.35s;

}

.appointment-submit i{

    color:#fff;

    margin-right:8px;

}

.appointment-submit:hover{

    transform:translateY(-3px);

    box-shadow:0 18px 35px rgba(10,61,145,.22);

}

/*==================================================
RESPONSIVE
===================================================*/

@media(max-width:1024px){

.appointment-form-section .container{

    grid-template-columns:1fr;

}

.appointment-image img{

    height:auto;

}

}

@media(max-width:768px){

.appointment-form-section{

    padding:70px 0;

}

.appointment-form-card{

    padding:28px;

}

.appointment-form-card h2{

    font-size:32px;

}

.form-row{

    grid-template-columns:1fr;

}

.experience-card{

    left:18px;
    bottom:18px;

}

}

@media(max-width:480px){

.appointment-form-card{

    padding:22px;

}

.form-badge{

    font-size:12px;

}

.appointment-form-card h2{

    font-size:28px;

}

.form-group input,
.form-group select{

    height:48px;

}

.form-group textarea{

    min-height:100px;

}

.appointment-submit{

    height:50px;

}

}/* End custom CSS */