
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    background: #fff;
    background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Onest", sans-serif;
    font-weight: 700;
}

p,a,li,button{
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
/* nav{
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
} */


.logo-img img{
    width: 250px;
}

/* responsive */
@media (max-width:991.98px){
    .logo-img img{
        width: 200px;
    }
}
.nav-btn{
    display:inline-block;
    padding:10px 24px;
    border:2px solid #000;
    border-radius:30px;
    color:#000;
    text-decoration:none;
    font-weight:600;
    transition:all .3s ease;
}

.nav-btn:hover{
    background:#e91e63;
    color:#fff;
}

.social-icons a{
    color: #333;
    font-size: 22px;
    transition: all 0.3s ease;
}

.social-icons a:hover{
    color: #e91e63; /* Pink */
}

.nav-link{
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-link:hover{
    color: #e91e63; /* Pink */
}

.hero-section{
 
    background:
    
    linear-gradient(rgba(33, 45, 128, 0.85),
    rgba(33, 45, 128, 0.95)),
    url("../images/hero-image.png") center center/cover no-repeat;

    border-radius: 0 0 0 0 ;
    overflow: hidden;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 50px;
    padding-bottom: 50px;
    max-width: 1470px;
    margin: 0 auto;
    border-radius: 20px;
    /* position: absolute; */


}
.container{
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
}


/* =========================
   Left Content
========================= */

.hero-top-title{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.hero-top-title span{
    width: 10px;
    height: 10px;
    background: #ff5ca8;
    border-radius: 50%;
}

.hero-top-title p{
    margin: 0;
    color: #ff5ca8;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-heading h1{
    color: #fff;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-heading h1 span{
    color: #ff5ca8;
}

.hero-text p{
    color: rgba(255,255,255,.85);
    font-size: 18px;
    line-height: 1.8;
    max-width: 550px;
    margin-bottom: 35px;
}

/* =========================
   Features
========================= */

.hero-features{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 35px;
}

.feature-item{
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-item i{
    color: #ff5ca8;
    font-size: 18px;
}

.feature-item span{
    color: #fff;
    font-size: 16px;
}

/* =========================
   Divider
========================= */

.hero-section hr{
    border-color: rgba(255,255,255,.15);
    margin: 35px 0;
}

/* =========================
   Buttons
========================= */

.hero-buttons{
    display: flex;
    align-items: center;
    gap: 30px;
}

.hero-buttons .btn{
    background: #ff5ca8;
    color: #fff;
    border: none;
    padding: 16px 35px;
    border-radius: 10px;
    font-weight: 600;
}

.hero-buttons .btn:hover{
    background: #e84592;
}

.video-btn{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.video-btn i{
    width: 55px;
    height: 55px;
    border: 2px solid #ff5ca8;
    color: #ff5ca8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =========================
   Right Image
========================= */

.hero-image{
    text-align: center;
}

/* .hero-image img {
    width: 700px;
    height: 550px;
} */

/* =========================
   Responsive
========================= */

@media(max-width:991px){

.hero-section{
    text-align:center;
    padding:70px 25px;
}

.hero-heading h1{
    font-size:48px;
}

.hero-features{
    justify-content:center;
}

.hero-buttons{
    justify-content:center;
    flex-wrap:wrap;
}

.hero-image{
    margin-top:50px;
}

.hero-image img {
    width: 100%;
    height: auto;
}

.ccc{
    justify-content: start !important;
}

}

.about-section{
    padding: 30px 0;
    padding-bottom: 70px;
    /* padding: 100px 15px; */
    background: #fff;
}

.texts p{
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 20px;
}
.fa-s{
    width: 100px;
}






/*==============================
   INFO SECTION
==============================*/

.info-section{
    padding-top:80px !important;
    /* padding:50px 0; */
    background:#fff;
}

.info-card{
    border-radius:30px;
    padding:40px;
    height:100%;
    transition:.35s ease;
}

.info-card:hover{
    transform:translateY(-8px);
}

.schedule-card{
    background:#f4f5ff;
}

.location-card{
    background:#ff5f9e;
    color:#fff;
}

.appointment-card{
    background:#232c73;
    color:#fff;
}

/*==============================
 CARD HEADER
==============================*/

.card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    background:none;
    border:none;
    padding:0;
}

.card-header h3{
    margin:0;
    font-size:20px;
    font-weight:600;
}

.card-header i{
    font-size:24px;
}

.schedule-card .card-header{
    color:#232c73;
}

.location-card .card-header,
.appointment-card .card-header{
    color:#fff;
}

/*==============================
 Divider
==============================*/

.info-card hr{
    margin:25px 0 35px;
    opacity:.18;
}

/*==============================
 Schedule
==============================*/

.schedule-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:28px;
    font-size:16px;
    color:#4d4d4d;
}

.schedule-item:last-child{
    margin-bottom:40px;
}

/*==============================
 Paragraph
==============================*/

.location-card p,
.appointment-card p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:35px;
}

.location-card h4,
.appointment-card h4{
    font-size:16px;
    font-weight:600;
    margin-bottom:30px;
}

/*==============================
 Buttons
==============================*/

.card-btn{
    width:100%;
    padding:18px;
    border-radius:14px;
    background:#ff5f9e;
    color:#fff;
    font-size:20px;
    font-weight:600;
    text-decoration:none;
    border:none;
}

.card-btn:hover{
    background:#ef4d91;
    color:#fff;
}

.dark-btn{
    background:#232c73;
}

.dark-btn:hover{
    background:#1b245f;
}

/*==============================
 Responsive
==============================*/

@media(max-width:1199px){

.card-header h3{
    font-size:28px;
}

.card-header i{
    font-size:28px;
}

.location-card h4,
.appointment-card h4{
    font-size:30px;
}

.schedule-item{
    font-size:18px;
}

}

@media(max-width:991px){

.info-card{
    padding:35px;
}

.location-card h4,
.appointment-card h4{
    font-size:28px;
}

.location-card p,
.appointment-card p{
    font-size:18px;
}

}

@media(max-width:767px){

.info-section{
    padding:60px 0;
}

.info-card{
    padding:30px;
    border-radius:22px;
}

.card-header h3{
    font-size:24px;
}

.card-header i{
    font-size:26px;
}

.schedule-item{
    font-size:17px;
    margin-bottom:20px;
}

.location-card p,
.appointment-card p{
    font-size:16px;
    line-height:1.7;
}

.location-card h4,
.appointment-card h4{
    font-size:24px;
}

.card-btn{
    font-size:17px;
    padding:15px;
}

}

@media(max-width:575px){

.info-card{
    padding:25px;
}

.schedule-item{
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
}

.card-header h3{
    font-size:22px;
}

.card-header i{
    font-size:22px;
}

.location-card h4,
.appointment-card h4{
    font-size:22px;
}

}


/*=========================================
        SERVICES SECTION
==========================================*/

/* .services-section{
    padding:100px 0;
    background:
    radial-gradient(circle at top,#edf6ff 0%,#fff7f8 45%,#f5fbff 100%);
} */

.section-title .subtitle{
    display:flex;
    align-items:center;
    gap:10px;
    color:#ff5f9e;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.section-title .subtitle i{
    font-size:8px;
}

.section-title h2{
    font-size:58px;
    font-weight:800;
    color:#fff;
    line-height:1.15;
    margin-bottom:0;
}

.section-title h2 span{
    color:#ff5f9e;
}

.section-content{
    padding-left:40px;
}

.section-content p{
    font-size:16px;
    color:#fff;
    line-height:1.9;
    margin-bottom:30px;
}

.service-btn{
    background:#ff5f9e;
    color:#fff;
    border-radius:12px;
    padding:15px 34px;
    font-weight:600;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition:.35s;
}

.service-btn:hover{
    background:#26357a;
    color:#fff;
}

/*=========================================
        SERVICE CARD
==========================================*/

.service-card{

    position:relative;

    background:#f5f5f5;

    border-radius:24px;

    overflow:hidden;

    height:100%;

    min-height:auto;

    padding:30px;

    border:1px solid #ececec;

    transition:.45s;

}

.service-icon{

    width:65px;

    height:65px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    color:#ff5f9e;

    margin-bottom:90px;

    position:relative;

    z-index:3;

}

.service-content{

    position:relative;

    z-index:3;

}

.service-content h4{

    font-size:22px;

    font-weight:700;

    color:#26357a;

    margin-bottom:18px;

}

.service-content p{

    color:#666;

    font-size:16px;

    line-height:1.8;

}

.service-arrow{

    position:absolute;

    bottom:30px;

    left:30px;

    width:55px;

    height:55px;

    border-radius:50%;

    background:#ff5f9e;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:20px;

    opacity:0;

    transform:translateY(20px);

    transition:.45s;

    z-index:5;

}

.service-image{

    position:absolute;

    inset:0;

    opacity:0;

    overflow:hidden;

    transition:.45s;

}

.service-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transform:scale(1.15);

    transition:.6s;

}

.service-images img{

    width:100%;

    height:100%;

    object-fit:cover;

    transform:scale(1.15);

    transition:.6s;

}

.service-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(38,53,122,.82);

}
/*=========================================
        HOVER EFFECT
==========================================*/

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.service-card:hover .service-image{

    opacity:1;

}

.service-card:hover .service-image img{

    transform:scale(1);

}

.service-card:hover .service-content h4,

.service-card:hover .service-content p,

.service-card:hover .service-icon{

    color:#fff;

}

.service-card:hover .service-arrow{

    opacity:1;

    transform:translateY(0);

}

.service-card:hover .service-arrow:hover{

    background:#fff;

    color:#ff5f9e;

}

.service-card:hover::before{

    width:100%;

}

.service-card::before{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:0;

    height:4px;

    background:#ff5f9e;

    transition:.45s;

    z-index:6;

}


/*=========================================
        ICON ANIMATION
==========================================*/

.service-icon{

    transition:.45s;

}

.service-card:hover .service-icon{

    transform:rotate(10deg) scale(1.08);

}


/*=========================================
        CARD CONTENT
==========================================*/

.service-content{

    transition:.45s;

}

.service-content h4{

    transition:.35s;

}

.service-content p{

    transition:.35s;

}


/*=========================================
        BUTTON
==========================================*/

.service-btn{

    transition:.35s;

}

.service-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 30px rgba(255,95,158,.25);

}


/*=========================================
        RESPONSIVE
==========================================*/

@media(max-width:1199px){

.section-title h2{

    font-size:48px;

}

.service-content h4{

    font-size:24px;

}

.service-icon{

    margin-bottom:70px;

}

}


@media(max-width:991px){

.services-section{

    padding:80px 0;

}

.section-title{

    margin-bottom:30px;

}

.section-content{

    padding-left:0;

    margin-bottom:40px;

}

.section-title h2{

    font-size:42px;

}

.service-card{

    min-height:300px;

}

}


@media(max-width:767px){

.services-section{

    padding:60px 0;

}

.section-title{

    text-align:center;

}

.section-content{

    text-align:center;

}

.section-title h2{

    font-size:34px;

}

.section-title .subtitle{

    justify-content:center;

}

.service-btn{

    width:100%;

    justify-content:center;

}

.service-card{

    min-height:auto;

    padding:25px;

}

.service-icon{

    margin-bottom:50px;

    font-size:28px;

}

.service-content h4{

    font-size:22px;

}

.service-content p{

    font-size:15px;

}

}


@media(max-width:575px){

.section-title h2{

    font-size:30px;

}

.service-card{

    border-radius:20px;

}

.service-arrow{

    width:48px;

    height:48px;

    font-size:16px;

}

}


.hero-sections{
 
   background:
linear-gradient(
    rgba(30, 64, 175, 0.85),
    rgba(244, 114, 182, 0.85)
),
url("../images/hero-imae.png") center center/cover no-repeat;

    border-radius: 0 0 0 0 ;
    overflow: hidden;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 50px;
    padding-bottom: 50px;
    max-width: 1470px;
    margin: 0 auto;
    border-radius: 20px;
    /* position: absolute; */


}

        /* Header Styles */
        .header-icon {
            color: #e91e63;
            font-size: 24px;
            margin-bottom: 5px;
        }
        
        .main-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #0b1a30;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .main-title span {
            color: #e91e63;
        }

        .title-divider {
            width: 80px;
            height: 3px;
            background-color: #e91e63;
            margin: 0 auto 20px auto;
            border-radius: 2px;
        }

        .subtitle {
            font-size: 1rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto 60px auto;
            line-height: 1.5;
            font-weight: 400;
        }

        /* Grid Layout */
        .grid-container {
            display: flex;
            flex-direction: column;
            gap: 50px;
        }

        .row-top {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }

        .row-bottom {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            max-width: 900px;
            margin: 0 auto;
            width: 100%;
        }

        /* Card Styles */
        .card {
            background: #ffffff;
            border-radius: 12px;
            padding: 40px 20px 25px 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
            position: relative;
            border-bottom: 4px solid #e91e63;
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(233, 30, 99, 0.1);
        }

        /* Floating Circle Icon */
        .icon-badge {
            position: absolute;
            top: -25px;
            width: 50px;
            height: 50px;
            background-color: #e91e63;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3);
            border: 2px solid #ffffff;
        }

        .icon-badge svg {
            width: 24px;
            height: 24px;
            fill: #ffffff;
        }

        /* Inner Content Placement */
        .image-placeholder {
            width: 100%;
            height: 140px;
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #fff9fa;
            border-radius: 8px;
            border: 1px dashed #ffd1dc;
            color: #e91e63;
            font-size: 0.85rem;
            font-weight: 600;
        }

        /* Real Images Styling (When you add your actual medical vectors/images) */
        .card img {
            max-width: 100%;
            height: 140px;
            object-fit: contain;
            margin-bottom: 20px;
        }

        .card-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #0b1a30;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .card-description {
            font-size: 0.85rem;
            color: #555555;
            line-height: 1.6;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
            .row-top {
                grid-template-columns: repeat(2, 1fr);
            }
            .row-bottom {
                grid-template-columns: repeat(2, 1fr);
                max-width: 100%;
            }
        }

        @media (max-width: 600px) {
            .row-top, .row-bottom {
                grid-template-columns: 1fr;
            }
            .main-title {
                font-size: 2rem;
            }
        }
    

        .treatment-section {
            padding: 70px 0;
            background: #f9f9f9;
        }
        .faq-section{
    background: linear-gradient(135deg,#fff8fc,#f4f8ff);
    border-radius:30px;
    padding:80px 40px;
}

.text-pink{
    color:#ff4f9a;
}

.heading-line{
    width:90px;
    height:3px;
    background:#243b8f;
    margin-top:12px;
    border-radius:20px;
}

.custom-accordion .accordion-item{
    border:none;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.custom-accordion .accordion-button{
    background:#fff;
    color:#243b8f;
    font-weight:600;
    font-size:18px;
    padding:22px 25px;
    box-shadow:none;
}

.custom-accordion .accordion-button:not(.collapsed){
    background:#243b8f;
    color:#fff;
}

.custom-accordion .accordion-button::after{
    filter:brightness(0);
}

.custom-accordion .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

.custom-accordion .accordion-body{
    background:#fff;
    color:#555;
    line-height:1.8;
    padding:25px;
}


/*==========================
    Counter Section
===========================*/

.counter-section{
    background:#fff;
    padding:100px 0;
}

/* Heading */

.sub-title{
    color:#ff4f9a;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:3px;
}

.counter-section h2{
    color:#243b8f;
    font-size:48px;
    font-weight:700;
    margin-top:10px;
}

.counter-section h2 span{
    color:#ff4f9a;
}

.line{
    width:90px;
    height:3px;
    background:#243b8f;
    border-radius:20px;
    margin:15px auto 0;
}

/*==========================
    Counter Box
===========================*/

.counter-box{

    background:#ffffff;

    border-radius:24px;

    padding:45px 20px;

    text-align:center;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

    transition:.4s ease;

    height:100%;

    border:2px solid transparent;

}

.counter-box:hover{

    transform:translateY(-10px);

    border-color:#ff4f9a;

    box-shadow:0 20px 45px rgba(255,79,154,.18);

}

/*==========================
    Icon
===========================*/

.counter-box i{

    font-size:40px;

    color:#ff4f9a;

    margin-bottom:20px;

    transition:.3s;

}

.counter-box:hover i{

    color:#243b8f;

    transform:scale(1.15);

}

/*==========================
    Counter
===========================*/

.counter-box h3{

    font-size:30px;

    font-weight:700;

    color:#243b8f;

    margin-bottom:10px;

}

.counter-box p{

    font-size:16px;

    color:#666;

    margin:0;

    font-weight:500;

}

/*==========================
    Responsive
===========================*/

@media(max-width:991px){

    .counter-section{
        padding:80px 0;
    }

    .counter-section h2{
        font-size:40px;
    }

    .counter-box{
        padding:35px 20px;
    }

}

@media(max-width:767px){

    .counter-section h2{
        font-size:32px;
    }

    .counter-box h3{
        font-size:44px;
    }

    .counter-box p{
        font-size:16px;
    }

}
.counter-box{
    position:relative;
    overflow:hidden;
}

.counter-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:4px;
    background:#ff4f9a;
    transition:.4s;
}

.counter-box:hover::before{
    width:100%;
}

.contact-section{
     background:
    
    linear-gradient(rgba(33, 45, 128, 0.85),
    rgba(33, 45, 128, 0.95));
}
/*=====================================
            FOOTER
======================================*/

.footer{
    background: linear-gradient(135deg,#ff4f9a 0%,#243b8f 100%);
    padding:80px 0 25px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

/* Background Circles */

.footer::before{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    top:-120px;

    right:-100px;

}

.footer::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    bottom:-100px;

    left:-80px;

}

/*=====================================
        Headings
======================================*/

.footer h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:25px;

    color:#fff;

}

.footer p{

    line-height:1.9;

    color:#f5f5f5;

    font-size:16px;

}

/*=====================================
        Links
======================================*/

.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li{

    margin-bottom:15px;

}

.footer-links a{

    color:#fff;

    text-decoration:none;

    transition:.3s;

    position:relative;

}

.footer-links a:hover{

    color:#ffd7ea;

    padding-left:10px;

}

/*=====================================
        Contact
======================================*/

.footer-contact{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-contact li{

    display:flex;

    align-items:flex-start;

    gap:15px;

    margin-bottom:22px;

    line-height:1.7;

}

.footer-contact i{

    color:#fff;

    width:20px;

    font-size:20px;

    margin-top:3px;

}

/*=====================================
        Social Icons
======================================*/

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:48px;

    height:48px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    color:#fff;

    text-decoration:none;

    transition:.35s;

    font-size:18px;

}

.footer-social a:hover{

    background:#fff;

    color:#ff4f9a;

    transform:translateY(-6px);

}

/*=====================================
        Logo
======================================*/

.footer-logo img{

    max-width:180px;

}

/*=====================================
        Divider
======================================*/

.footer hr{

    border-color:rgba(255,255,255,.2);

    margin:50px 0 25px;

}

/*=====================================
        Copyright
======================================*/

.copyright,

.developer{

    color:#fff;

    font-size:15px;

}

.developer a{

    color:#fff;

    text-decoration:none;

    font-weight:600;

}

.developer a:hover{

    color:#ffd7ea;

}

/*=====================================
        Responsive
======================================*/

@media(max-width:991px){

.footer{

    text-align:center;

}

.footer-contact li{

    justify-content:center;

}

.footer-social{

    justify-content:center;

}

.text-lg-end{

    text-align:center !important;

    margin-top:15px;

}

}

@media(max-width:767px){

.footer{

    padding:60px 0 20px;

}

.footer h4{

    font-size:22px;

}

.footer-logo img{

    max-width:150px;

}

.footer-social a{

    width:42px;

    height:42px;

}


}
.page-banner{
    height:300px;
    background: linear-gradient(
        rgba(36, 59, 143, 0.75),
        rgba(255, 79, 154, 0.45)
    ),
    url("../images/banners.jpeg") center center/cover no-repeat;

    display:flex;
    align-items:center;
    justify-content:center;
}

.page-banner h1{
    color:#fff;
    font-size:60px;
    font-weight:700;
    margin:0;
    text-transform:uppercase;
    letter-spacing:2px;
}

@media (max-width:768px){

    .page-banner{
        height:220px;
    }

    .page-banner h1{
        font-size:36px;
    }

}


body{
    overflow-x:hidden !important;
}

