/* =========================================
   ABOUT PAGE BANNER
========================================= */


.about-banner{
    position:relative;

    width:100%;

    height:500px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    overflow:hidden;

    background:url("../img/about\ us\ banner.jpg.jpeg") center center/cover no-repeat;
}

/* =========================================
   OVERLAY
========================================= */



/* =========================================
   CONTENT
========================================= */

.about-banner-content{

    position:relative;

    z-index:2;

    color:#fff;

    padding:20px;
}

.about-banner-content h1{

    font-family:'League Gothic',sans-serif;

    font-size:70px;

    font-weight:300;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:18px;
}

.about-banner-content p{

    width:60%;
    margin-left:60%;
    margin-right:0;

    font-family:'Montserrat',sans-serif;
    font-size:30px;
    font-weight:500;
    color:#fff;
    line-height:1.5;
    letter-spacing:1px;
text-transform: none;
    text-align:left;

    padding:0;
}
/* =========================================
   BREADCRUMB
========================================= */

.about-breadcrumb{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    font-family:'Montserrat',sans-serif;

    font-size:15px;
}

.about-breadcrumb a{

    color:#00b5e8;

    text-decoration:none;

    transition:.3s;
}

.about-breadcrumb a:hover{

    color:#fff;
}

.about-breadcrumb span{

    color:#fff;
}

/* =========================================
   4K SCREEN
========================================= */

@media(min-width:1800px){

    .about-banner{

        height:650px;
    }

    .about-banner-content h1{

        font-size:90px;
    }

    .about-banner-content p{

        font-size:40px;
    }

}

/* =========================================
   LARGE DESKTOP
========================================= */

@media(max-width:1600px){

    .about-banner{

        height:560px;
    }

}

/* =========================================
   LAPTOP
========================================= */

@media(max-width:1400px){

    .about-banner{

        height:500px;
    }

    .about-banner-content h1{

        font-size:65px;
    }

}

/* =========================================
   SMALL LAPTOP
========================================= */

@media(max-width:1200px){

    .about-banner{

        height:450px;
    }

    .about-banner-content h1{

        font-size:58px;
    }

    .about-banner-content p{

        font-size:30px;
    }

}

/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .about-banner{

        height:400px;

        margin-top:70px;
    }

    .about-banner-content h1{

        font-size:50px;
    }

    .about-banner-content p{

        font-size:16px;
    }

}

/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

    
    .about-banner{
        margin-top:0px;
        height:700px;

      background-image:url("../img/about\ us\ banner\ mob.jpg.jpeg");
        background-repeat:no-repeat;
       background-position:center top;
        background-size:contain;
    }



    .about-banner-content h1{

        font-size:40px;

        letter-spacing:2px;
    }

    .about-banner-content p{

        font-size:15px;

        margin-bottom:18px;
    }

    .about-breadcrumb{

        font-size:14px;

        gap:8px;
    }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:480px){

    .about-banner{

        height:260px;

        margin-top:68px;
    }

    .about-banner-content{

        padding:15px;
    }

    .about-banner-content h1{

        font-size:32px;

        margin-bottom:10px;
    }

    .about-banner-content p{

        font-size:13px;

        margin-bottom:15px;
    }

    .about-breadcrumb{

        font-size:12px;

        gap:6px;
    }

}
/* =========================================
   COMPANY SECTION
========================================= */

.company-section{
    width:100%;
    padding:80px 0;
   
}

.company-container{
    width:90%;
    max-width:1300px;   /* Same as navbar */
    margin:0 auto;
}

/* =========================================
   HEADING
========================================= */

.company-heading{
    text-align:center;
    margin-bottom:50px;
}

.company-heading h5{
    font-family:'Montserrat',sans-serif;
    font-size:20px;
    font-weight:500;
    color:#393d40;
    text-transform:uppercase;
    letter-spacing:4px;
    margin-bottom:15px;
}

.company-heading h2{
    font-family:'League Gothic',sans-serif;
    font-size:50px;
    font-weight:100;
    color:#00b5e8;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height:1;
    margin:0;
}

/* =========================================
   CONTENT
========================================= */

.company-content{
    width:100%;
    max-width:1400px;
    margin:0 auto;
}

.company-text{
    width:100%;
}

.company-text p{
    font-family:'Montserrat',sans-serif;
    font-size:17px;
    font-weight:400;
    color:#555;
    line-height:2;
    text-align:center;
    margin:0;
}

/* =========================================
   LARGE DESKTOP
========================================= */

@media(max-width:1600px){

    .company-heading h2{
        font-size:50px;
    }

}

/* =========================================
   LAPTOP
========================================= */

@media(max-width:1400px){

    .company-container{
        width:92%;
    }

    .company-heading h2{
        font-size:50px;
    }

    .company-text p{
        font-size:16px;
    }

}

/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .company-section{
        padding:60px 0;
    }

    .company-container{
        width:92%;
    }

    .company-heading{
        margin-bottom:35px;
    }

    .company-heading h5{
        font-size:18px;
    }

    .company-heading h2{
        font-size:50px;
    }

    .company-text p{
        font-size:16px;
        line-height:1.9;
    }

}

/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

    .company-section{
        padding:50px 0;
    }

    .company-container{
        width:94%;
    }

    .company-heading h5{
        font-size:17px;
        letter-spacing:2px;
    }

    .company-heading h2{
        font-size:42px;
        line-height:1.1;
    }

    .company-text p{
        font-size:15px;
        line-height:1.8;
    }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:480px){

    .company-section{
        padding:40px 0;
    }

    .company-heading h5{
        font-size:15px;
    }

    .company-heading h2{
        font-size:34px;
    }

    .company-text p{
        font-size:14px;
        line-height:1.8;
    }

}
/*==================================================
            WHY CHOOSE BEESEC
==================================================*/

.why-beesec{
    width:100%;
    padding:10px 0;

    overflow:hidden;
}

.why-container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

/*==========================
HEADING
==========================*/

.why-heading{
    margin-bottom:70px;
    text-align:center;
}

.why-subtitle{
    display:inline-block;
    position:relative;
    font-family:'Montserrat',sans-serif;
    font-size:15px;
    font-weight:500;
    color:#00b5e8;
    letter-spacing:5px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.why-subtitle:before,
.why-subtitle:after{
    content:"";
    position:absolute;
    top:50%;
    width:45px;
    height:2px;
    background:#00b5e8;
}

.why-subtitle:before{
    right:100%;
    margin-right:18px;
}

.why-subtitle:after{
    left:100%;
    margin-left:18px;
}

.why-heading h2{
    font-family:'League Gothic',sans-serif;
    font-size:50px;
    font-weight:100;
    color:#393d40;
    line-height:1;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:30px;
}

/* Paragraph spans full container */

.why-heading p{

    width:100%;

    max-width:1300px;

    margin:0 auto;

    font-family:'Montserrat',sans-serif;

    font-size:17px;

    line-height:2;

    color:#555;

    text-align:center;
}

/*==========================
IMAGE ROW
==========================*/

.why-gallery{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    column-gap:80px;

    position:relative;

    align-items:flex-start;
}

/* Horizontal Line */

.why-gallery::before{

    content:"";

    position:absolute;

    left:13%;

    right:13%;

    top:145px;

    height:2px;

    background:#cfd8dc;

    z-index:0;
}

/*==========================
ITEM
==========================*/

.why-item{

    position:relative;

    text-align:center;

    z-index:2;
}

/* Blue Dot */

.why-item::after{

    content:"";

    position:absolute;

    width:18px;

    height:18px;

    background:#00b5e8;

    border-radius:50%;

    top:136px;

    right:-40px;
}

.why-item:last-child::after{

    display:none;
}

/*==========================
IMAGE CIRCLE
==========================*/

.why-circle{

    width:300px;

    height:300px;

    margin:auto;

    padding:1px;

    border:3px solid #00b5e8;

    border-radius:50%;

    background:transparent;

    overflow:hidden;

    transition:.4s;
}

.why-circle img{

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:50%;
}

.why-circle:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,181,232,.25);
}

/*==========================
TEXT
==========================*/

.why-item h3{

    font-family:'League Gothic',sans-serif;

    font-size:20px;

    font-weight:100;

    color:#00b5e8;

    text-transform:uppercase;

    letter-spacing:1px;

    margin:28px 0 12px;
}

.why-item p{

    max-width:300px;

    margin:auto;

    font-family:'Montserrat',sans-serif;

    font-size:16px;

    color:#555;

    line-height:1.8;

    text-align:center;
}

/*==========================
HOVER
==========================*/

.why-item:hover .why-circle{

    border-color:#393d40;

    transform:translateY(-12px);

    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.why-item:hover h3{

    color:#393d40;
}

/*==================================================
LARGE LAPTOP
==================================================*/

@media(max-width:1200px){

.why-heading h2{

    font-size:58px;
}

.why-gallery{

    column-gap:40px;
}

.why-circle{

    width:240px;

    height:240px;
}

.why-gallery::before{

    top:122px;
}

.why-item::after{

    top:114px;

    right:-22px;
}

}

/*==================================================
TABLET
==================================================*/

@media(max-width:991px){

.why-heading h2{

    font-size:50px;
}

.why-heading p{

    text-align:center;
}

.why-gallery{

    grid-template-columns:repeat(3,1fr);

    column-gap:20px;
}

.why-gallery::before{

    left:12%;

    right:12%;

    top:102px;
}

.why-circle{

    width:200px;

    height:200px;
}

.why-item::after{

    width:15px;

    height:15px;

    top:95px;

    right:-10px;
}

.why-item h3{

    font-size:28px;
}

}

/*==================================================
MOBILE
==================================================*/

@media(max-width:768px){

.why-beesec{

    padding:70px 0;
}

.why-heading{

    margin-bottom:45px;
}

.why-heading h2{

    font-size:40px;
}

.why-heading p{

    text-align:center;

    font-size:15px;
}

.why-gallery{

    grid-template-columns:1fr;

    gap:45px;
}

.why-gallery::before{

    display:none;
}

.why-item::after{

    display:none;
}

.why-circle{

    width:220px;

    height:220px;
}

.why-item h3{

    font-size:30px;
}

}

/*==================================================
SMALL MOBILE
==================================================*/

@media(max-width:480px){

.why-heading h2{

    font-size:34px;
}

.why-subtitle{

    font-size:13px;

    letter-spacing:3px;
}

.why-subtitle:before,
.why-subtitle:after{

    width:25px;
}

.why-circle{

    width:190px;

    height:190px;
}

.why-item h3{

    font-size:24px;
}

.why-item p{

    font-size:14px;
}

}
/*==================================================
        PREMIUM FEATURES SECTION
==================================================*/

.premium-features-section{
    position:relative;
    width:100%;
    overflow:visible;
}

/*==================================
BACKGROUND IMAGE
==================================*/

.premium-features-bg{
    position:absolute;
    inset:0;
    background:url("../img/whychoose.png") center center/cover no-repeat;
    z-index:1;
}

/*==================================
DARK OVERLAY
==================================*/



/*==================================
CONTAINER
==================================*/

.premium-features-section .container-fluid{
    position:relative;
    z-index:3;
    padding:0;
}

.premium-features-section .row{
    min-height:100vh;
}

/*==================================================
LEFT CONTENT
==================================================*/

.premium-features-left{

    height:100%;

    min-height:100vh;

    padding:90px 70px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    color:#fff;

    /* backdrop-filter:blur(4px); */

       z-index:20;
}

/* Small Title */

.premium-features-subtitle{

    font-family:'Poppins',sans-serif;

    font-size:16px;

    font-weight:500;

    color:#ffffff;

    letter-spacing:5px;

    text-transform:uppercase;

    margin-bottom:18px;

    display:block;
}

/* Main Title */

.premium-features-title{

    font-family:'Poppins',sans-serif;

    font-size:60px;

    font-weight:500;

    color:#00b5e8;

    line-height:1;

    margin-bottom:10px;
}

/* Second Title */

.premium-features-heading{

    font-family:'Poppins',sans-serif;

    font-size:20px;

    font-weight:300;

    color:#ffffff;

    margin-bottom:30px;
}



/* Paragraph */

.premium-features-text{

    font-family:'Poppins',sans-serif;

    font-size:17px;

    line-height:2;

    font-weight:300;

    color:#e2e2e2;

    max-width:470px;
}

/*==================================================
RIGHT GRID
==================================================*/

.premium-features-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    min-height:100vh;

    position:relative;

    z-index:10;
}
/*==================================================
CARD
==================================================*/

.premium-feature-card{

    position:relative;

    padding:30px 10px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    border-right:1px solid rgba(255,255,255,.12);

    border-bottom:1px solid rgba(255,255,255,.12);

    transition:.4s;

    overflow:hidden;
      z-index:20;
}

/* Remove Right Border */

.premium-feature-card:nth-child(3n){

    border-right:none;
}

/* Remove Bottom Border */

.premium-feature-card:nth-last-child(-n+3){

    border-bottom:none;
}

/*==================================================
ICON
==================================================*/

.premium-feature-icon{

    font-size:55px;

    color:#ffffff;

    margin-bottom:25px;

    transition:.4s;
}

/*==================================================
TITLE
==================================================*/

.premium-feature-card h4{

    font-family:'Poppins',sans-serif;

    font-size:24px;

    font-weight:700;

    color:#00b5e8;

    margin-bottom:15px;

    line-height:1.4;
}

/*==================================================
TEXT
==================================================*/

.premium-feature-card p{

    font-family:'Poppins',sans-serif;

    font-size:15px;

    font-weight:300;

    line-height:1.9;

    color:#ececec;

    max-width:240px;

    margin:auto;
}

/*==================================================
SMOOTH EFFECT
==================================================*/

.premium-feature-card,
.premium-feature-icon,
.premium-feature-card h4,
.premium-feature-card p{

    transition:.35s ease;
}
/*==================================================
        HOVER EFFECTS
==================================================*/

.premium-feature-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,181,232,.08);
    transform:scaleY(0);
    transform-origin:bottom;
    transition:.45s ease;
    z-index:0;
}

.premium-feature-card:hover::before{
    transform:scaleY(1);
}

.premium-feature-card>*{
    position:relative;
    z-index:2;
}

.premium-feature-card:hover{
    background:rgba(255,255,255,.05);
}

.premium-feature-card::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#00b5e8;
    transform:scaleX(0);
    transition:.4s;
}

.premium-feature-card:hover::after{
    transform:scaleX(1);
}

.premium-feature-card:hover .premium-feature-icon{
    color:#00b5e8;
    transform:translateY(-8px) scale(1.1) rotate(5deg);
}

.premium-feature-card:hover h4{
    color:#ffffff;
}

.premium-feature-card:hover p{
    color:#ffffff;
}

/*==================================================
ICON ANIMATION
==================================================*/

@keyframes premiumIconFloat{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(-8px);
    }

}

.premium-feature-card:hover .premium-feature-icon{
    animation:premiumIconFloat .8s ease;
}

/*==================================================
CARD SHADOW
==================================================*/

.premium-feature-card:hover{
    box-shadow:0 18px 45px rgba(0,0,0,.30);
}

/*==================================================
LARGE SCREEN
==================================================*/

@media(min-width:1600px){

    .premium-features-left{
        padding:120px 90px;
    }

    .premium-features-title{
        font-size:86px;
    }

    .premium-features-heading{
        font-size:46px;
    }

    .premium-features-text{
        font-size:18px;
    }

    .premium-feature-card{
        padding:65px 45px;
    }

    .premium-feature-icon{
        font-size:65px;
    }

    .premium-feature-card h4{
        font-size:28px;
    }

    .premium-feature-card p{
        font-size:16px;
    }

}

/*==================================================
LAPTOP
==================================================*/

@media(max-width:1200px){

    .premium-features-left{
        padding:80px 45px;
    }

    .premium-features-title{
        font-size:58px;
    }

    .premium-features-heading{
        font-size:30px;
    }

    .premium-features-text{
        font-size:16px;
    }

    .premium-feature-card{
        padding:40px 25px;
    }

    .premium-feature-icon{
        font-size:45px;
    }

    .premium-feature-card h4{
        font-size:20px;
    }

    .premium-feature-card p{
        font-size:14px;
    }

}

/*==================================================
TABLET
==================================================*/

@media(max-width:991px){

    .premium-features-left{

        min-height:auto;

        text-align:center;

        align-items:center;

        padding:70px 35px;
    }

    .premium-features-line{
        margin:25px auto;
    }

    .premium-features-grid{

        grid-template-columns:repeat(2,1fr);

        min-height:auto;
    }

    .premium-feature-card{

        border-right:1px solid rgba(255,255,255,.12);

        border-bottom:1px solid rgba(255,255,255,.12);
    }

    .premium-feature-card:nth-child(2n){
        border-right:none;
    }

    .premium-feature-card:nth-last-child(-n+2){
        border-bottom:none;
    }

}

/*==================================================
MOBILE
==================================================*/

@media(max-width:767px){

    .premium-features-left{
        padding:60px 25px;
    }

    .premium-features-subtitle{
        font-size:14px;
        letter-spacing:3px;
    }

    .premium-features-title{
        font-size:42px;
    }

    .premium-features-heading{
        font-size:24px;
    }

    .premium-features-text{
        font-size:15px;
        line-height:1.8;
    }

    .premium-features-grid{

        grid-template-columns:1fr;
    }

    .premium-feature-card{

        padding:45px 25px;

        border-right:none;

        border-bottom:1px solid rgba(255,255,255,.10);
    }

    .premium-feature-card:last-child{
        border-bottom:none;
    }

    .premium-feature-icon{
        font-size:46px;
    }

    .premium-feature-card h4{
        font-size:22px;
    }

    .premium-feature-card p{
        font-size:15px;
    }

}

/*==================================================
SMALL MOBILE
==================================================*/

@media(max-width:480px){

    .premium-features-left{
        padding:50px 20px;
    }

    .premium-features-title{
        font-size:36px;
    }

    .premium-features-heading{
        font-size:20px;
    }

    .premium-feature-card{
        padding:40px 20px;
    }

    .premium-feature-icon{
        font-size:40px;
    }

    .premium-feature-card h4{
        font-size:19px;
    }

    .premium-feature-card p{
        font-size:14px;
    }

}
/*=========================================
MOBILE (3 Cards Per Row)
=========================================*/

@media (max-width:768px){

    .premium-features-grid{

        display:grid;

        grid-template-columns:repeat(3,1fr);

        min-height:auto;
    }

    .premium-feature-card{

        padding:20px 10px;

        border-right:1px solid rgba(255,255,255,.12);

        border-bottom:1px solid rgba(255,255,255,.12);
    }

    /* Remove right border from every 3rd card */
    .premium-feature-card:nth-child(3n){

        border-right:none;
    }

    /* Remove bottom border from last row */
    .premium-feature-card:nth-last-child(-n+3){

        border-bottom:none;
    }

    .premium-feature-icon{

        font-size:32px;

        margin-bottom:12px;
    }

    .premium-feature-card h4{

        font-size:16px;

        line-height:1.3;

        margin-bottom:8px;
    }

    .premium-feature-card p{

        font-size:12px;

        line-height:1.5;

        max-width:100%;
    }

    .premium-features-left{

        min-height:auto;

        padding:50px 20px;

        text-align:center;
    }

    .premium-features-title{

        font-size:38px;
    }

    .premium-features-heading{

        font-size:22px;
    }

    .premium-features-text{

        font-size:14px;

        line-height:1.7;
    }

}
/*====================================================
                DOOR PROCESS SECTION
====================================================*/

.door-process-section{
    position:relative;
    padding:80px 0;
   
    overflow:hidden;
}

/* Vertical Line */

/* Vertical Line */

.door-process-section::before{

    content:"";

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    top:300px;      /* Adjust this value */

    bottom:0;       /* Extends to the bottom */

    width:2px;

    background:#ececec;
}

/*====================================================
                SECTION HEADING
====================================================*/

.door-process-heading{

    text-align:center;

    margin-bottom:55px;
}

.door-process-heading span{

    display:inline-block;

    font-family:'Poppins',sans-serif;

    font-size:15px;

    font-weight:100;

    color:#00b5e8;

    letter-spacing:6px;

    text-transform:uppercase;

    margin-bottom:12px;
}

.door-process-heading h2{

    font-family:'League Gothic',sans-serif;

    font-size:50px;

    font-weight:100;

    color:#393d40;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;
}

.door-process-heading p{

    max-width:700px;

    margin:auto;

    font-family:'Montserrat',sans-serif;

    font-size:18px;

    line-height:1.8;

    color:#666;
}

/*====================================================
                WRAPPER
====================================================*/

.door-process-wrapper{

    width:100%;

    max-width:1180px;

    margin:auto;

    position:relative;
}

/*====================================================
                STEP
====================================================*/

.door-process-item{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:35px;

    position:relative;
}

.door-process-item:last-child{

    margin-bottom:0;
}

/*====================================================
                LEFT & RIGHT
====================================================*/

.door-process-item.left{

    flex-direction:row;
}

.door-process-item.right{

    flex-direction:row;
}

/*====================================================
                CONTENT BOX
====================================================*/

.door-process-content{

    width:44%;

    background:#ffffff;

    padding:28px;

    border-radius:16px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;
}

.door-process-content h3{

    font-family:'League Gothic',sans-serif;

    font-size:34px;

    font-weight:400;

    color:#393d40;

    margin-bottom:15px;

    letter-spacing:1px;
}

.door-process-content p{

    font-family:'Montserrat',sans-serif;

    font-size:16px;

    color:#666;

    line-height:1.8;

    margin:0;
}

/*====================================================
                ICON
====================================================*/

.door-process-icon{

    width:130px;

    height:130px;

    border:2px solid #e7e7e7;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff;

    position:relative;

    transition:.35s;
}

.door-process-icon i{

    font-size:52px;

    color:#00b5e8;

    transition:.35s;
}

/*====================================================
                STEP NUMBER
====================================================*/

.door-process-icon span{

    position:absolute;

    right:4px;

    bottom:4px;

    width:42px;

    height:42px;

    background:#00b5e8;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-family:'Poppins',sans-serif;

    font-size:18px;

    font-weight:700;

    box-shadow:0 10px 25px rgba(0,181,232,.35);
}

/*====================================================
                CONNECTOR
====================================================*/

.door-process-item::after{

    content:"";

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:35px;

    height:2px;

    background:#d8d8d8;
}
/*====================================================
                HOVER EFFECTS
====================================================*/

.door-process-item:hover .door-process-content{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.door-process-item:hover .door-process-content h3{

    color:#00b5e8;
}

.door-process-item:hover .door-process-icon{

    background:#00b5e8;

    border-color:#00b5e8;

    box-shadow:0 15px 35px rgba(0,181,232,.30);

    transform:scale(1.06);
}

.door-process-item:hover .door-process-icon i{

    color:#fff;

    transform:rotate(10deg) scale(1.1);
}

.door-process-item:hover .door-process-icon span{

    background:#393d40;
}

/*====================================================
                ICON FLOAT
====================================================*/

@keyframes processFloat{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-6px);
    }

    100%{
        transform:translateY(0);
    }

}

.door-process-item:hover .door-process-icon i{

    animation:processFloat .8s ease;
}

/*====================================================
                CONNECTOR LINE
====================================================*/

.door-process-item::before{

    content:"";

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:2px;

    height:45px;

    background:#ececec;
}

/*====================================================
                LARGE DESKTOP
====================================================*/

@media(min-width:1600px){

    .door-process-wrapper{

        max-width:1300px;
    }

    .door-process-heading h2{

        font-size:76px;
    }

    .door-process-content{

        width:45%;

        padding:35px;
    }

    .door-process-content h3{

        font-size:40px;
    }

    .door-process-icon{

        width:150px;

        height:150px;
    }

    .door-process-icon i{

        font-size:60px;
    }

}

/*====================================================
                LAPTOP
====================================================*/

@media(max-width:1200px){

    .door-process-wrapper{

        max-width:1000px;
    }

    .door-process-heading h2{

        font-size:54px;
    }

    .door-process-content{

        width:45%;

        padding:24px;
    }

    .door-process-content h3{

        font-size:28px;
    }

    .door-process-content p{

        font-size:15px;
    }

    .door-process-icon{

        width:115px;

        height:115px;
    }

    .door-process-icon i{

        font-size:44px;
    }

    .door-process-icon span{

        width:38px;

        height:38px;

        font-size:15px;
    }

    .door-process-item{

        margin-bottom:28px;
    }

}

/*====================================================
                TABLET
====================================================*/

@media(max-width:991px){

    .door-process-section::before{

        display:none;
    }

    .door-process-item{

        flex-direction:column !important;

        margin-bottom:45px;

        text-align:center;
    }

    .door-process-item::before,

    .door-process-item::after{

        display:none;
    }

    .door-process-content{

        width:100%;

        margin-top:20px;
    }

    .door-process-icon{

        width:110px;

        height:110px;
    }

}

/*====================================================
                MOBILE
====================================================*/

@media(max-width:768px){

    .door-process-section{

        padding:60px 0;
    }

    .door-process-heading{

        margin-bottom:45px;
    }

    .door-process-heading h2{

        font-size:40px;

        line-height:1.2;
    }

    .door-process-heading p{

        font-size:15px;

        padding:0 10px;
    }

    .door-process-item{

        margin-bottom:35px;
    }

    .door-process-content{

        padding:22px;
    }

    .door-process-content h3{

        font-size:24px;
    }

    .door-process-content p{

        font-size:14px;

        line-height:1.7;
    }

    .door-process-icon{

        width:95px;

        height:95px;
    }

    .door-process-icon i{

        font-size:36px;
    }

    .door-process-icon span{

        width:34px;

        height:34px;

        font-size:13px;
    }

}

/*====================================================
                SMALL MOBILE
====================================================*/

@media(max-width:480px){

    .door-process-heading span{

        font-size:12px;

        letter-spacing:3px;
    }

    .door-process-heading h2{

        font-size:30px;
    }

    .door-process-heading p{

        font-size:14px;
    }

    .door-process-content{

        padding:18px;
    }

    .door-process-content h3{

        font-size:20px;
    }

    .door-process-content p{

        font-size:13px;
    }

    .door-process-icon{

        width:85px;

        height:85px;
    }

    .door-process-icon i{

        font-size:30px;
    }

    .door-process-icon span{

        width:30px;

        height:30px;

        font-size:12px;
    }

}
/*====================================================
        COMPACT SPACING & FINAL RESPONSIVE
====================================================*/

/* Desktop */

.door-process-section{
    padding:70px 0;
}

.door-process-heading{
    margin-bottom:40px;
}

.door-process-wrapper{
    max-width:1080px;
    margin:auto;
}

.door-process-item{
    margin-bottom:18px;
    align-items:center;
}

.door-process-content{

    width:45%;

    padding:22px 24px;

    border-radius:12px;
}

.door-process-content h3{

    font-size:30px;

    margin-bottom:10px;
}

.door-process-content p{

    font-size:15px;

    line-height:1.7;
}

.door-process-icon{

    width:105px;

    height:105px;
}

.door-process-icon i{

    font-size:42px;
}

.door-process-icon span{

    width:34px;

    height:34px;

    font-size:14px;
}

.door-process-item::after{

    width:22px;
}

/*====================================================
            TABLET
====================================================*/

@media(max-width:991px){

    .door-process-section{

        padding:60px 0;
    }

    .door-process-heading{

        margin-bottom:35px;
    }

    .door-process-item{

        margin-bottom:30px;

        flex-direction:column !important;

        text-align:center;
    }

    .door-process-content{

        width:100%;

        margin-top:18px;

        padding:20px;
    }

    .door-process-icon{

        width:95px;

        height:95px;
    }

    .door-process-icon i{

        font-size:36px;
    }

}
/*=========================================
      MOBILE PROCESS LAYOUT
=========================================*/

@media (max-width:768px){

.door-process-section{
    padding:50px 0;
}

.door-process-section::before{
    display:none;
}

.door-process-wrapper{
    width:100%;
}

.door-process-item{

    display:flex;

    flex-direction:row !important;

    justify-content:space-between;

    align-items:center;

    gap:15px;

    margin-bottom:35px;
}

.door-process-item.left{

    flex-direction:row !important;
}

.door-process-item.right{

    flex-direction:row-reverse !important;
}

/*-------------------------
CONTENT
-------------------------*/

.door-process-content{

    width:68%;

    padding:0;

    background:none;

    box-shadow:none;

    border-radius:0;
}

.door-process-content h3{

    font-size:22px;

    line-height:1.3;

    margin-bottom:8px;
}

.door-process-content p{

    font-size:15px;

    line-height:1.6;
}

/*-------------------------
ICON
-------------------------*/

.door-process-icon{

    width:100px;

    height:100px;

    flex-shrink:0;

    border:1px solid #d9d9d9;

    background:#fff;
}

.door-process-icon i{

    font-size:38px;

    color:#00b5e8;
}

.door-process-icon span{

    width:32px;

    height:32px;

    font-size:14px;

    bottom:-5px;

    right:-5px;
}

/*-------------------------
REMOVE TIMELINE
-------------------------*/

.door-process-item::before,
.door-process-item::after{

    display:none;
}

}
/*====================================================
        PREMIUM HOVER
====================================================*/

.door-process-content{

    transition:all .35s ease;
}

.door-process-icon{

    transition:all .35s ease;
}

.door-process-item:hover .door-process-content{

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.door-process-item:hover .door-process-icon{

    background:#00b5e8;

    border-color:#00b5e8;

    transform:scale(1.05);
}

.door-process-item:hover .door-process-icon i{

    color:#ffffff;
}
.door-process-item{
    margin-bottom:20px;
}

.door-process-content{
    width:46%;
}

.door-process-icon{
    width:100px;
    height:100px;
}

.door-process-item::after{
    width:20px;
}
/*=========================================
        CTA SECTION
=========================================*/

.beesec-cta-section{

    margin:0;
    padding:80px 0;

   background-color: #00b5e8;

    text-align:center;

    color:#fff;

    position:relative;
}

.beesec-cta-content{

    max-width:850px;

    margin:auto;
}

.beesec-cta-subtitle{

    display:inline-block;

    font-family:'Poppins',sans-serif;

    font-size:15px;

    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:18px;

    color:#fff;
}

.beesec-cta-content h2{

    font-family:'League Gothic',sans-serif;

    font-size:50px;

    line-height:1.1;

    margin-bottom:25px;

    letter-spacing:2px;
}

.beesec-cta-content h2 span{

    color:#ffffff;
}

.beesec-cta-content p{

    font-family:'Montserrat',sans-serif;

    font-size:14px;

    line-height:1.9;

    max-width:700px;

    margin:0 auto 40px;
}

/* Buttons */

.beesec-cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;
}

.beesec-btn-primary{

    background:#ffffff;

    color:#00b5e8;

    padding:16px 40px;

    border-radius:50px;

    text-decoration:none;

    font-weight:100;

    transition:.35s;
}

.beesec-btn-primary:hover{

    background:#393d40;

    color:#fff;
}

.beesec-btn-outline{

    border:2px solid #fff;

    color:#fff;

    padding:16px 40px;

    border-radius:50px;

    text-decoration:none;

    font-weight:100;

    transition:.35s;
}

.beesec-btn-outline:hover{

    background:#fff;

    color:#00b5e8;
}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:768px){

    .beesec-cta-section{

        padding:70px 20px;
    }

    .beesec-cta-content h2{

        font-size:42px;
    }

    .beesec-cta-content p{

        font-size:15px;
    }

    .beesec-cta-buttons{

        flex-direction:column;

        align-items:center;
    }

    .beesec-btn-primary,
    .beesec-btn-outline{

        width:240px;

        text-align:center;
    }

}
/*=========================================
            MOBILE BANNER
=========================================*/
@media (max-width:768px){

    .about-banner{

        margin-top:0;              /* Remove top gap */
        padding-top:80px;          /* Space only for navbar */

        height:520px;

        background:url("../img/about us banner mob.jpg.jpeg") no-repeat center center;
        background-size:cover;

        display:flex;
        align-items:flex-end;
        justify-content:center;

        padding-left:20px;
        padding-right:20px;
        padding-bottom:35px;
    }

    .about-banner-content{
        display: none;
    }

    .about-banner-content p{

        margin:0 auto;

        font-family:'Poppins',sans-serif;
        font-size:22px;
        font-weight:600;
        line-height:1.4;

        color:#fff;

        text-align:center;

        text-shadow:0 3px 10px rgba(0,0,0,.45);
    }

}
@media (max-width:480px){

    .about-banner{

        margin-top:0;
        padding-top:75px;

        height:500px;

        background-position:center center;
        background-size:cover;
    }

    .about-banner-content p{

        font-size:20px;
        line-height:1.35;
    }

}