/* ===========================================================================
=============================== CORE CSS =================================
=========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Poiret+One&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');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif !important;
  background: var(--gradient-primary);
}
ul{
    margin: 0;
    padding: 0 !important;
}
li{
    list-style: none;
}
a{
    text-decoration: none !important;
    color: inherit;
}
button{
   border: 0; 
}

:root {
  /* Brand Colors - Green/Blue/Red Scheme */
    --green: #16c47f;
    --blue: #230042;
    --red: #DB4437;
    --white: #ffffff;
    --black: #001219;
    --gray: #cccccc;
    --prime-white: #f1faee;
    --light-white: #f6f7f9;

    --soft-black: #333333;
    --prime-yellow: #fca311;
    --dark-blue: #1d3557;
    --light-grey: #d3d3d3;
    --text-grey: #808080;
    --light-orange: #F7F4EF;
    --light-green: #eeffff;

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #230040, hsl(218.1deg 54.78% 22.55%));
  --gradient-accent: linear-gradient(135deg, hsl(195, 76%, 19%), hsl(234, 84%, 26%));
  --white-bg: #c2a5a5;
  --blue-bg: #24054e;

  /* Shadows */
  --shadow-sm: 0 2px 4px hsl(225, 15%, 15%, 0.1);
  --shadow-md: 0 4px 12px hsl(225, 15%, 15%, 0.15);
  --shadow-lg: 0 8px 32px hsl(225, 15%, 15%, 0.2);
  --shadow-glow: 0 0 40px hsla(168, 75%, 23%, 0.3);
  --drop-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  /* Animations */
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);

  --radius: 0.75rem;
}

/* Color Styles */

.white-text{
    color: var(--white) !important;
}

/* Global Style -- Margin */

.big-mt{
    margin-top: 40px;
}
.mid-mt{
    margin-top: 30px;
}
.small-mt{
    margin-top: 20px;
}
.big-mb{
    margin-bottom: 40px;
}
.mid-mb{
    margin-bottom: 30px;
}
.small-mb{
    margin-bottom: 20px;
}

/* Utility Classes */
.icon {
  width: 1.25rem;
  height: 1.25rem;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
/* 👉 Global Section */

.container-fluid.custom-container{
    width: 95%;
    margin: 0 auto;
}
.section-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: hsl(234, 89%, 74%, 0.1);
    color: var(--green);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.section-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: var(--white);
  letter-spacing: 2px;
  font-family: "Cal Sans", sans-serif;
}
.section-description {
  font-size: 15px;
  line-height: 1.6;
  color: var(--white);
}
.sub-heading {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
    font-family: "Cal Sans", sans-serif;
}
.mini-heading {
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Cal Sans", sans-serif;
}
.mini-text {
    font-size: 12px;
    font-weight: 400;
}
.paragraph{
    font-size: 15px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0;
    line-height: 1.6;
}

/* Button Styles */

.button-group {
    display: flex;
    gap: 15px;
    align-items: center;
}
.btn-blue {
  background: var(--gradient-primary);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition-smooth);
  text-decoration: none;
  font-size: 1rem;
}
.btn-blue:hover {
  color: var(--white);
  box-shadow: var(--shadow-glow);
}
.btn-green {
    background: var(--green);
    color: var(--white);
    box-shadow: var(--drop-shadow);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: var(--radius);
    cursor: pointer;
    transition: var(--transition-smooth);
    text-decoration: none;
    font-size: 1rem;
}
.btn-green:hover {
  color: var(--white);
  box-shadow: var(--shadow-glow);
}
.view-all-box{
    display: flex;
    justify-content: end;
}



/* 👉 Home Hero Section */


.hero-content-area .action-wrap {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 15px 0px 15px;
    background-color: var(--blue);
    border-radius: 3px;
    transition: .3s ease-in-out;
    border: solid 2px var(--blue);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}


.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(--blue);
    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-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(--blue);
    margin-bottom: 0;
        line-height: 30px;
}


.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(--blue);
    margin-bottom: 0;
    margin-right: 10px;
}
.hero-social-link img {
    width: 30px;
    height: 30px;
    filter: grayscale(50%);
}


/* 👉 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 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(--blue);
    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(--blue);
}
.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: 100%;
    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: 100%;
    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(--blue);
    border: solid 2px var(--blue);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}

.filter-buttons button:hover {
    background-color: var(--blue);
    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;
}
.category-tag {
    font-size: 13px;
    /* background-color: var(--green); */
    color: var(--blue);
    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(--blue);
    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(--blue);
    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(--blue);
}
.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);
}



/* 👉 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(--blue);
}
.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(--blue);
}
.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(--blue);
    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);
}





/* 👉 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  */



.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;
}

/* ====================== APEX DIGITAL ============================ */
/* 👉 Global  */
.small-text {
    font-size: 12px;
    font-weight: 300;
    color: var(--white);
    margin-bottom: 0;
    line-height: 14px;
}
.tag-text {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    background-color: #5a51ba;
    padding: 2px 10px;
    border-radius: 15px 5px 15px 5px;
}

/* 👉 Header Section  */


.navigation {
    display: flex;
    justify-content: end;
    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;
}
.header-contact img{
    width: 25px;
}


/* 👉 Hero Section  */
.hero-section{
    height: 550px;
    background-size: cover;
}
.hero-content-area {
    padding: 30px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 550px;
    align-items: baseline;
}

.hero-content-area h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    background: -webkit-linear-gradient(#005189, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-content-area h5 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.hero-content-area .action-wrap h4 {
    font-size: 13px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0;
    line-height: 16px;
}
.hero-content-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.hero-content-image img{
    width: 100%;
}


/* 👉 Home About Section */

.home-about{
    padding: 70px 0;
    background-color: var(--light-green);
}
.home-about-image img{
    width: 90%;
}
.feature-frame{
    margin-top: 10px;
    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 10px;
    margin-top: 20px;
    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;
}
.feature-box img {
    width: 35px;
}
.feature-box h4{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
hr.underline {
    height: 2px;
    width: 50px;
    margin: 8px 0;
    background-color: var(--blue);
}
.feature-box .paragraph{
    font-size: 13px;
    color: var(--text-grey);
}

/* 👉 Footer  */
.scrollTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 35px;
    height: 35px;
    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%;
}
.float-button img {
    position: fixed;
    bottom: 75px;
    right: 30px;
    width: 40px;
}
