@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* 👉 Global  */

body{
    font-family: "Poppins", serif !important;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
:root{

    --pure-white: #ffffff;
    --prime-white: #f1faee;
    --light-white: #f6f7f9;
    --prime-black: #001219;
    --soft-black: #333333;
    --green: #ff014f;
    --prime-yellow: #fca311;
    --dark-blue: #1d3557;
    --light-grey: #d3d3d3;
    --text-grey: #808080;
    --light-orange: #F7F4EF;
    --light-green: #eeffff;

    --green: #16C47F;
    --white: #ffffff;
    --yellow: #FFE162;



}
.container-fluid.custom-container{
    width: 95%;
    margin: 0 auto;
}
.heading_line {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.heading_line span {
    height: 2px;
}
.red-line{
    width: 70px;
    background-color: var(--green);
}
.yellow-line{
    width: 15px;
    background-color: var(--yellow);
}
.heading-tag {
    font-size: 18px;
    font-weight: 500;
    color: var(--green);
    margin-bottom: 10px;
}
.main-heading {
    color: var(--dark-blue);
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.paragraph{
    font-size: 15px;
    font-weight: 400;
    color: var(--prime-black);
    margin-bottom: 0;
}
.red-button {
    height: 38px;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0px 14px;
    background-color: var(--green);
    color: var(--pure-white);
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s ease-in-out;
    border: solid 2px var(--green);
    text-transform: capitalize;
}
.red-button:hover {
    background-color: var(--pure-white);
    color: var(--green);
}
.button-icon{
    font-size: 18px;
    padding-right: 5px;
}
.white-button{
    height: 38px;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0px 14px;
    background-color: var(--pure-white);;
    color: var(--green);
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s ease-in-out;
    border: solid 2px var(--green);
}
.white-button:hover {
    background-color: var(--green);
    color: var(--pure-white);
}


.icon-button {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border: solid 2px var(--green);
    border-radius: 3px;
}
.icon-button img{
    width: 30px;
}
.header{
    background-color: var(--pure-white);
    height: 70px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .3s ease-in-out;
}
.header.fixed{
    width: 100%;
    position: fixed;
    top: 0;
    height: 70px;
    z-index: 99;
}
.text-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    height: 70px;
}
.text-logo{
    margin: 0;
    line-height: 28px;
    color: var(--dark-blue);
    font-size: 35px;
    font-weight: 700;
}
.text-logo .red-text{
    color: var(--green);
    font-weight: 700;
}
.text-logo .white-text{
    color: var(--white);
    font-weight: 700;
}
.logo-sub-heading{
    color: var(--prime-black);
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
}
.view-all-box{
    display: flex;
    align-items: end;
    justify-content: end;
}
.view-all-btn {
    padding: 7px 15px;
    border: none;
    color: var(--soft-black);
    background-color: var(--white);
    border: solid 2px var(--prime-yellow);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}

.view-all-btn:hover{
    background-color: var(--prime-yellow);
    color: var(--white);
    border: solid 2px var(--prime-yellow);
}
.see-all {
    display: flex
;
    gap: 10px;
}
.see-all a ion-icon{
    font-size: 18px;
    padding-right: 5px;
}
.about-content .see-all{
    margin-top: 20px;
    justify-content: flex-start;
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 70px;
}
.navigation a {
    color: var(--prime-black);
    font-size: 15px;
    font-weight: 500;
}
.header-contact{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    height: 70px;
}

/* 👉 Home Hero Section */

.hero-section{
    height: 600px;
    background-size: cover;
    /* background-color: var(--pure-white); */
}
.hero-content-area{
    padding: 30px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /* height: 530px; */
}
.hero-content-area h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--green);
}
.hero-content-area h1 {
    font-size: 50px;
    font-weight: 700;
        line-height: 55px;
}
.hero-content-area h6 {
    font-size: 18px;
    font-weight: 300;
}
.hero-content-area .action-wrap {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 15px 0px 15px;
    background-color: var(--green);
    border-radius: 3px;
    transition: .3s ease-in-out;
    border: solid 2px var(--green);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}

.hero-content-area .action-wrap h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0;
    line-height: 16px;
}
.hero-content-area .action-wrap h6 {
    font-size: 12px;
    font-weight: 300;
    color: var(--white);
    margin-bottom: 0;
    line-height: 14px;
}
.demo-link {
    display: flex;
    align-items: center;
    height: 50px;
    gap: 5px;
    border-radius: 5px;
    padding: 0px 15px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.demo-link img {
    width: 33px;
}
.hero-content-area .demo-link h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--green);
    margin-bottom: 0;
    line-height: 16px;
}
.hero-content-area .demo-link h6 {
    font-size: 12px;
    font-weight: 300;
    color: var(--text-grey);
    margin-bottom: 0;
    line-height: 12px;
}
.hero-group-button{
    margin-top: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.hero-client-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.hero-client-image-wrap{
    display: flex;
}
.hero-client-image-wrap img {
    width: 60px;
    height: 60px;
    border: solid 2px #fff;
    border-radius: 50px;
    overflow: hidden;
    margin-left: -10px;
}
.hero-client-image-wrap img:first-child {
    margin-left: 0px;
}
.hero-client-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
}
.hero-client-content h4 {
    font-size: 35px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 0;
        line-height: 30px;
}
.hero-content-area h6 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.hero-social-link{
    display: flex;
    align-items: center;
    gap: 0px;
    margin-top: 20px;
}
.hero-social-link h4 {
    font-size: 18px;
    font-weight: 300;
    color: var(--green);
    margin-bottom: 0;
    margin-right: 10px;
}
.hero-social-link img {
    width: 30px;
    height: 30px;
    filter: grayscale(50%);
}
.hero-content-image img{
    width: 100%;
}

/* 👉 Feature Section  */

.feature-section{
    padding: 40px 0;
    background-size: cover;
}
.feature-item{
    display: flex;
    align-items: center;
    gap: 10px;
}
.feature-item img{
    width: 50px;
}
.feature-item h6{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/* 👉 Home About Section */

.home-about{
    padding: 70px 0;
    background-color: var(--light-green);
}
.home-about-image img{
    width: 90%;
}
.about-content{
    padding-left: 20px;
}
.about-content p{
    font-size: 15px;
    font-weight: 400;
    color: var(--prime-black);
}
.feature-frame{
    margin-top: 20px;
    display: grid;
    column-gap: 0px;
    grid-template-columns: auto;
}
.feature-box {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 3px;
    padding: 10px 20px;
    margin-top: 0px;
    /* background-color: var(--pure-white); */
    position: relative;
    display: flex;
    align-items: start;
    gap: 10px;
}
.feature-box:hover{
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.top-featured-circle {
    position: absolute;
    top: 0px;
    left: 20px;
    /* background-color: var(--green); */
    width: 40px;
    height: 60px;
    border-radius: 0 0 5px 5px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
/* .feature-box:nth-child(1){
    border-left: solid 2px #e63946;
}
.feature-box:nth-child(2){
    border-left: solid 2px #7039e6;
}
.feature-box:nth-child(3){
    border-left: solid 2px #9ee639;
}
.feature-box:nth-child(4){
    border-left: solid 2px #241bde;
} */
.feature-box ion-icon {
    font-size: 30px;
    color: var(--pure-white);
    width: 40px;
    padding: 0 5px;
}
.feature-box img {
    width: 35px;
}
.feature-box h4{
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    margin: 0;
}
hr.underline {
    height: 2px;
    width: 50px;
    margin: 8px 0;
    background-color: var(--green);
}
.feature-box h6{
    font-size: 16px;
    font-weight: 500;
    /* padding-left: 50px; */
    margin: 0;

}
.feature-box .paragraph{
    font-size: 15px;
    color: var(--text-grey);
}
.feature-top {
    display: flex;
    align-items: end;
    height: 40px;
    margin-bottom: 10px;
}

/* 👉 Home Service Section  */

.home-service{
    padding: 70px 0;
    background-color: var(--pure-white);
}
.service-content{
    padding: 50px 0;
}
.service-frame{
    margin-top: 20px;
}
.service-box {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 3px;
    padding: 20px;
    margin-top: 20px;
    background-color: var(--pure-white);
    height: auto;
}
.service-box:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-box img {
    margin-bottom: 15px;
    width: 70px;
}
.service-box h4{
    font-size: 18px;
    font-weight: 500;
}
.service-box .paragraph{
    font-size: 14px;
    color: var(--text-grey);
}
.service.mini-content-wrap{
    gap: 0;
}
.service.mini-blog-item {
    border-bottom: solid 1px #ccc;
    width: 100%;
    padding: 5px;
    align-items: center;
    transition: .3s ease-in-out;
}
.service.mini-blog-item:hover{
    background-color: var(--yellow);
}
.service.mini-blog-item-image img {
    width: 35px;
    height: 35px;
}
.service.mini-blog-item-info{
    padding: 5px;
}
.service.mini-blog-item-info h4{
    font-size: 15px;
    color: var(--dark-blue);
    margin-bottom: 2px;
}

.package-section{
    padding: 50px 0;
    background-size: cover;
}
.package-wrap{
    margin-top: 40px;
}
.package-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: var(--white);
}
.package-head {
    height: 65px;
    border-radius: 0 0 75px 75px;
    background-color: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.package-head h4 {
    font-size: 18px;
    color: var(--white);
    margin-bottom: 2px;
}
.package-head h6 {
    font-size: 15px;
    color: var(--yellow);
    margin-bottom: 2px;
}
.package-benefits{
    padding: 20px;
}
.package-benefits-list{
    margin-bottom: 20px;
}
.package-benefits li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0;
}
.package-benefits li ion-icon{
    font-size: 18px;
    width: 20px;
    height: 20px;
}
.package-benefits li ion-icon.green{
    color: var(--green);
}
.package-benefits li ion-icon.grey{
    color: var(--text-grey);
}
.book-now{
    display: flex;
    justify-content: center;
}



/* 👉 Skill Section */

.skill-section{
    padding: 50px 0;
    /* background-color: var(--prime-white); */
    background-size: cover;
}

.skill-frame .swiper {
    width: 100%;
    height: 100%;
}

.skill-frame .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.skill-frame .swiper-slide img {
    display: block;
    width: 96px;
    height: 96px;
    padding: 20px;
    object-fit: cover;
}
.skill-frame .paragraph{
    color: var(--white);
}

/* 👉 Portfolio Section */

.portfolio-section{
    padding: 70px 0;
    /* background-color: var(--pure-white); */
    text-align: center;
    background-size: cover;
}
.portfolio-section .heading-tag, .portfolio-section .main-heading, .portfolio-section .paragraph {
    text-align: left;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 1%;
}

.gallery-item {
    width: 24%;
    height: 300px;
    cursor: pointer;
    position: relative;
    /* overflow: hidden; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 3px;
    padding: 0px;
    margin-top: 15px;
    background-color: var(--pure-white);
}
.portfolio-image{
    position: relative;
    transition: transform 0.3s ease;
}
.portfolio-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.view-icon{
    display: none;
}
.portfolio-image:hover .view-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333de;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--pure-white);
    transition: transform 0.3s ease;
}
.gallery-item:hover img {
    /* transform: scale(1.1); */
}

.filter-buttons {
    text-align: center;
    margin: 0px 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.filter-buttons button {
    margin: 0 5px;
    padding: 7px 15px;
    border: none;
    background-color: var(--pure-white);
    color: var(--green);
    border: solid 2px var(--green);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}

.filter-buttons button:hover {
    background-color: var(--green);
    color: var(--pure-white);
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    border: 5px solid var(--pure-white);
    border-radius: 5px;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: var(--pure-white);
    cursor: pointer;
}
.portfolio-item-info {
    display: flex;
    justify-content: center;
    gap: 2px;
    /* align-items: center; */
    padding: 25px;
    position: relative;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    height: 60px;
    width: 95%;
    background-color: #fff;
    border-radius: 0px 60px 0 0;
    left: 0;
    transition: 0.3s ease-in-out;
}
.portfolio-item-info:hover{
    background-color: var(--dark-blue);
}
.portfolio-item-info:hover .web-link{
    color: var(--prime-white);
}
.category-tag {
    font-size: 13px;
    /* background-color: var(--green); */
    color: var(--green);
    text-align: left;
    margin-bottom: 0;
}
.portfolio-item-info h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--prime-black);
    margin-bottom: 0;
    text-align: left;
}
.portfolio-item-info h5 {
    font-size: 15px;
    font-weight: 500;
    color: var(--soft-black);
    margin-bottom: 0px;
    text-align: left;
}
.portfolio-item-info .web-link {
    color: var(--soft-black);
}
.portfolio-item-info .white-button {
    height: 30px;
    font-size: 12px;
}
.portfolio-page{
    padding: 70px 0 50px 0;
    background-color: var(--pure-white);
}
.portfolio-page .filter-buttons{
        text-align: left;
}
.portfolio-page .gallery{
        justify-content: start;
}
.about-content-image{
    text-align: right;
}
.about-content-image img{
    width: 100%;
}
.display-image{
    padding: 50px 0;
    background-size: cover;
}
.display-image img{
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.portfolio-panel {
    width: 70%;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 3px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.portfolio-panel-item h6{
    font-size: 13px;
    font-weight: 500;
    color: var(--green);
    margin-bottom: 5px;
}
.portfolio-panel-item h4{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-grey);
    margin-bottom: 0px;
}


/* 👉 Testimonial Section */

.testimonial-section{
    padding: 70px 0;
    background-size: cover;
    /* background-color: var(--pure-white); */
}
.testimonials{

}
.testimonials .swiper {
    width: 100%;
    height: 100%;
}
.testimonials .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px var(--green);
    border-radius: 3px;
    text-align: center;
    background-color: var(--pure-white);
    width: 100%;
    padding: 30px;
    flex-direction: column;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 999;
}
.quote-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-bottom: 15px;
}
.testimonial-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    background-color: var(--white);
    margin-bottom: 20px;
}
.testimonial-box p{
    font-size: 14px;
}
.client-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.client-info h6{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--text-grey);
}
.client-review-section{
    margin-top: 40px;
}
.client-review-section .client-review-box {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* 👉 Enquiry Section */

.home-enquiry{
    padding: 70px 0 0px 0;
    /* background-color: var(--light-orange); */
    background-size: cover;
}
.enquiry-image img{
    width: 100%;
}
.enquiry{
    padding-bottom: 20px;
}
.quote-modal .modal-title{
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-blue);
    margin-bottom: 0px;
    text-transform: capitalize;
}
.quote-modal label{
    font-size: 15px;
    font-weight: 500;
    color: var(--dark-blue);
    margin-bottom: 0px;
}

/* 👉 Contact Section */

.contact-section{
     padding: 70px 0;
    background-color: var(--pure-white);
    background-size: cover;
}
.contact-info-wrap{
    margin-top: 20px;
}
.contact-box {
    border-radius: 3px;
    padding: 15px 20px;
    margin-top: 0px;
    position: relative;
    display: flex;
    align-items: start;
    gap: 15px;
}
.contact-box ion-icon{
    font-size: 45px;
    color: var(--green);
}
.address-wrap h4{
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-blue);
    margin-bottom: 0px;
}
.address-wrap a{
    font-size: 15px;
    font-weight: 400;
    color: var(--soft-black);
}
.contact-form{
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: var(--white);
}

.contact-form input[type=text], .contact-form input[type=mail], .contact-form input[type=tel]{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    margin-top: 15px;
    font-size: 15px;
    color: var(--soft-black);
}
.contact-form textarea{
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    margin-top: 15px;
    font-size: 15px;
    color: var(--soft-black);
}
.contact-form input[type=submit], .contact-form button{
    width: 120px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-top: 15px;
    font-size: 18px;
    background-color: var(--green);
    color: var(--pure-white);
    border: 0;
}


/* 👉 Blog Section */

.blog-section{
    padding: 70px 0 120px 0;
    background-color: var(--pure-white);
    background-size: cover;
}

.blog-panel{
    margin-top: 30px;
}
.blog-card {
    height: 350px;
    background: linear-gradient(135deg, #ffffff, #e3f2fd);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    border-radius: 3px;
}
.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 3px 3px 0 0;
}
.blog-card:hover img {
    transform: scale(1.0);
}
.blog-content {
    padding: 20px;
    text-align: left;
    background-color: var(--pure-white);
    position: absolute;
    top: 150px;
    left: 50%;
    width: 95%;
    border-radius: 3px;
    transform: translateX(-50%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.blog-category {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-grey);
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: color 0.3s ease;
    display: block;
}
.blog-category:hover{
    color: var(--green);
}
.blog-title {
    color: var(--dark-blue);
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.blog-title:hover {
    color: #ff5722;
}
.blog-title i {
    font-size: 14px;
    margin-left: 10px;
}
.blog-heading {
    font-size: 40px;
    font-weight: 500;
    color: var(--dark-blue);
}
.blog-meta.blog-meta-box{
    padding: 5px 10px;
    display: inline-flex;
    background-color: var(--white);
}
.blog-meta {
    margin-top: 7px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-grey);
    border-top: 1px solid #eee;
}
.blog-date, .blog-author{
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-meta span {
    font-size: 13px;
    color: var(--prime-black);
}
.blog-meta ion-icon {
    font-size: 15px;
    color: var(--green);
}
.blog-description, .blog-description span{
    font-size: 14px;
    color: var(--text-grey);
    line-height: 1.6;
    margin-bottom: 10px;
}
.blog-tags {
    font-size: 14px;
    color: var(--soft-black);
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
}
.blog-tags span{
    font-size: 14px;
    font-weight: 500;
}
.blog-page{
    padding: 20px 0 50px 0;
    background-color: var(--pure-white);
}
.blog-details-image{
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-details-image img{
    width: 100%;
}
.blog-detsils-content h3{
    font-size: 30px;
    color: var(--prime-black);
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 500;
}
.blog-detsils-content p{
    font-size: 18px;
    color: var(--soft-black);
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 400;
}
.content-sidebar.fixed{
    width: 100%;
    position: fixed;
    top: 70px;
    z-index: 99;
}
.content-sidebar{
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-details-side-section{
    margin-bottom: 20px;
}
.short-section-heading {
    font-size: 16px;
    font-weight: 500;
    background-color: var(--green);
    color: var(--white);
    padding: 5px 10px;
}
.min-content-wrap{
    padding: 5px;
}
.mini-blog-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.mini-blog-item-image img {
    width: 65px;
    height: 70px;
    object-fit: cover;
}
.mini-blog-item-info {
    padding: 0 5px;
}
.mini-blog-item-info h4 {
    font-size: 14px;
    color: var(--dark-blue);
    margin-bottom: 0px;
}
.mini-blog-item-info span {
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--prime-yellow);
    display: inline-block;
    padding: 2px 4px 1px 4px;
}
.mini-content-wrap {
    padding: 5px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.mini-category-name a {
    font-size: 12px;
    font-weight: 400;
    color: var(--soft-black);
    padding: 4px 7px;
    border: solid 1px var(--prime-black);
    transition: .3s ease-in-out;
    margin-bottom: 0;
}
.mini-category-name a:hover{
    color: var(--white);
    background-color: var(--dark-blue);
}


/* 👉 Footer */

.footer{
    padding: 50px 0;
    /* background-color: var(--light-orange); */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-size: cover;
}
.footer .heading-tag {
    color: var(--white);
}
.footer .logo-sub-heading {
    color: var(--white);
}
.footer-nav-item {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.footer-nav-item li{
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-nav-item a {
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
.footer-nav-item a:hover {
    color: var(--green);
}
.footer-nav-item ion-icon{
    font-size: 20px;
    color: var(--green);
}
.footer-about p{
    font-size: 13px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0;
}
.footer-bottom{
    background-color: var(--dark-blue);
}
.footer-bottom .container{
height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.legal-navigation{
    display: flex;
    align-items: center;
    gap: 10px;
}
.copyright, .developedby, .legal-navigation a{
    font-size: 15px;
    font-weight: 500;
    color: var(--pure-white);
}
.legal-navigation{
    color: var(--pure-white);
}
.developedby a{
    color: var(--green);
}
.legal-navigation a:hover{
    color: var(--green);
}
.scrollTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border: solid 2px var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-blue);
    opacity: 0;
    border-radius: 5px;
    padding: 5px;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.scrollTop img {
  width: 100%;
}

/* 👉 About Page  */

.about-cover{
    /* background-image: url(../images/featured/about-bg.jpg); */
    background-size: cover;
    height: 350px;
}
.about-content-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 350px;
}
.sub-page-title{
    font-size: 24px;
    font-weight: 500;
    color: var(--pure-white);
}

.founder-about{
    padding: 70px 0 50px 0;
}
.founder-about-image{
position: relative;
}
.founder-about-image img{
    width: 100%;
    border-radius: 100px 0 100px 0;
    border: solid 2px #1d3557;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.founder-about-content .paragraph{
    margin-bottom: 20px;
}
.founder-about-content .see-all{
    justify-content: flex-start;
}
.founder-info{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.founder-info h4 {
    font-size: 20px;
    color: var(--pure-white);
    margin-bottom: 0;
}
.founder-info h6 {
    font-size: 12px;
    color: var(--light-grey);
    margin-bottom: 0;
}
.about-process{
    padding: 70px 0 50px 0;
    background-color: var(--light-orange);
}
.process-frame{
    margin-top: 20px;
}
.process-box {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 3px;
    padding: 20px;
    margin-top: 20px;
    background-color: var(--pure-white);
    height: 100%;
    border: solid 1px #eee;
}
.process-box:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.process-box img {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    /* border: solid 1px #e63946; */
    border-radius: 50px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.process-box h4{
    font-size: 18px;
    font-weight: 500;
}
.process-box .paragraph{
    font-size: 14px;
    color: var(--text-grey);
}
.enquiry .paragraph, .process-box .paragraph{
    margin-bottom: 10px;
}
.process-box h6{
    font-size: 13px;
    color: var(--dark-blue);
}

.about-stats{
    padding: 70px 0 50px 0;
    background-color: var(--pure-white);
    text-align: center;
}
.stats-box img {
   width: 80px;
   margin-bottom: 10px;
}
.stats-box h4 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0px;
}
.stats-box h6 {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--prime-black);
    margin-bottom: 0;
}

/* 👉 Hero Section  */


.hero-content-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.hero-content-image img{
    width: 80%;
}
.typer-box {
    display: flex;
    /* justify-content: center; */
}

.typer-box .animate-text {
    margin: 0 0 10px 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0;
}

.animate-text li {
    list-style: none;
    color: #2c2c51;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    /* text-align: center; */
    top: 0;
    animation: slide 12s steps(4) infinite;
}

@keyframes slide {
    100% {
        top: -160px;
    }
}
.animate-text li span {
    position: relative;
    margin: 5px 0;
    line-height: 40px;
}
.animate-text li span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 40px;
    width: 100%;
    background: #fff;
    border-left: 3px solid #000000;
    animation: typing 3s steps(10)  infinite;
}

@keyframes typing {
    40%,
    60% {
        left: calc(100% + 0px);
    }
    100% {
        left: 0;
    }
}

/* All Pages  */

.page-cover{
    height: 250px;
    display: flex;
    align-items: center;
    background-size: cover;
}
.page-cover .main-heading{
    color: var(--pure-white);
}
.page-cover .paragraph{
    color: var(--pure-white);
}

/* Blog Page  */

.blog-page{
    padding: 0 0 50px 0;
}
