/* ---------------------------------- Hero section (START) --------------------------------- */

    /* background-color: #F3F3FF;
    background-image: linear-gradient(#00021E22 1px, transparent 1px), linear-gradient(90deg, #00021E22 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: center center; */

@keyframes x_move {
    0% {transform: translateX(0px);}
    50% {transform: translateX(30px);}
    100% {transform: translateX(0px);}
}
@keyframes y_move {
    0% {transform: translateY(0px);}
    50% {transform: translateY(30px);}
    100% {transform: translateY(0px);}
}




.hero-section {
    background-color: var(--primary-color);
    position: relative;
    /* overflow: hidden; */
}

.blob {
    width: 300px;
    height: 300px;
    aspect-ratio: 1;
    clip-path: shape(from 18.26% 73.64%,curve to 9.35% 49.18% with 11.87% 62.39%,curve to 14.45% 23.77% with 6.82% 35.97%,curve to 36.04% 12.55% with 22.09% 11.58%,curve to 62.02% 15.22% with 50.00% 13.53%,curve to 83.48% 26.48% with 74.04% 16.92%,curve to 94.87% 50.63% with 92.93% 36.05%,curve to 84.07% 72.28% with 96.81% 65.21%,curve to 60.66% 89.42% with 71.32% 79.35%,curve to 37.33% 92.19% with 50.00% 99.49%,curve to 18.26% 73.64% with 24.66% 84.88%);
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, #6fd6ff, #3a57ff);
    bottom: 0;
}

.shape {
    z-index: 1;
}

/* Top V shape */
.v-shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 150px solid #13bcb7;
    filter: hue-rotate(30deg);
}

/* Circles */
.circle {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6fd6ff, #3a57ff);
    opacity: 0.8;
}

.circle-left {
    top: 30%;
    left: 33%;
}

.circle-right {
    bottom: 10%;
    right: 15%;
}

/* Left Triangles */
.left-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 120px solid #3a57ff;
    opacity: 0.7;
}

.triangle1 {
    top: 10%;
    left: 1%;
    transform: rotate(-20deg);
}

.triangle2 {
    bottom: 26px;
    left: 51%;
    transform: rotate(15deg);
    border-bottom-color: #6fd6ff;
}

.triangle3 {
    bottom: 87px;
    left: -1%;
    transform: rotate(30deg);
    border-bottom-color: #50c2ff;
}

/* Right Triangle */
.right-triangle {
    position: absolute;
    bottom: 20%;
    right: -64px;
    width: 400px;
    height: 270px;
    background: linear-gradient(135deg, #a9e4e2, #142ec2);
    opacity: 0.7;
    clip-path: polygon(75% 38%, 0% 100%, 100% 100%);
    transform: rotate(270deg);
}




/* *********** Banner START ********** */

.hero-section .banner * {
    color: #fff;
}
.hero-section .banner {
    position: relative;
    z-index: 2;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    /* padding: 30px 0; */
}

.hero-section .banner .banner-content {
    flex-basis: 47%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    /* padding: ; */
}

.hero-section .banner .banner-content h2 {
    font-size: 3.4rem;
    font-weight: 700;
}

.hero-section .banner .banner-img {
    flex-basis: 53%;

}

.hero-section .banner .banner-img img {
    height: 80%;
}

.hero-section .swiper {
  width: 100%;
  height: 500px;
  /* z-index: -1 !important; */
  /* position: relative; */
}

.hero-section .swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.hero-section .swiper-slide img {
    /* width: 100%; */
    height: 100%;
    border-radius: 20px;
}

.hero-section .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #fff !important;
}

.hero-section .swiper-pagination-bullet-active {
    background-color: var(--tertiary-color) !important;
}
/* *********** Banner END ********** */


/* ---------------------------------- Hero section (END) --------------------------------- */


.layout-padding {
    padding-left: 100px;
    padding-right: 100px;
}


/* ---------------------------------- Welcome section (START) --------------------------------- */

.welcome-section {
    /* padding: 60px 100px; */
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    position: relative;
    
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.welcome-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/home/checkbox-pattern.webp);
    /* background-color: red; */
    opacity: 0.1;
    z-index: -1;
}

/* ---------------------------------- Welcome section (END) --------------------------------- */



/* ---------------------------------- Why section (START) --------------------------------- */

.why-section {
    /* padding: 100px 100px 60px; */
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

/* .why-section > div:first-child {
    flex-basis: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-section > div:first-child img {
    width: 100%;
}

.why-section > div:last-child {
    flex-basis: 55%;
    display: flex;
    flex-direction: column;
    gap: 10px;
} */

.why-section .reasons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 20px;
}

.why-section .reasons .reason {
    display: flex;
    align-items: center;
    gap: 20px;
    /* border: 1px solid #eee; */
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow:
    inset 0 0 10px rgba(0, 0, 0, 0.05),
     0 4px 8px 3px rgba(0, 0, 0, 0.05)
    ;
}

.why-section .reasons .reason:hover .icon-div {
    background-color: var(--primary-color);
    transition: var(--transition-duration) ease-in-out;
}
.why-section .reasons .reason:hover .icon-div .icon {
    color: #fff;
    transform: translateY(-5px) rotate(6deg) rotateY(360deg) scale(1.3);    
}

.why-section .reasons .reason div:first-child {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.1);
    transition: var(--transition-duration) ease-in-out;
}

.why-section .reasons .reason div:last-child {
    flex-basis: calc(100% - 60px);
}

.why-section .reasons .reason .icon {
    font-size: 20px;
    color: var(--primary-color);
    transition: var(--transition-duration) ease-in-out;
}

.why-section .reasons .reason p {
    font-size: 14px;
    margin-top: 2px;
}

/* ---------------------------------- Why section (END) --------------------------------- */



/* ---------------------------------- Features section (START) --------------------------------- */

.features-section {
    /* padding: 60px 100px; */
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    gap: 30px;
    position: relative;

}

.features-section .animating-img {
    position: absolute;
    width: 80px;
    /* height: 80px; */
}
.features-section .star {
    top: 10%;
    right: 10%;
    animation: x_move 2s infinite alternate ease-in-out;
}
.features-section .emoji {
    top: 10%;
    left: 10px;
    
    animation: y_move 3s infinite alternate ease-in-out;
}

.features-section > .features-img-div {
    flex-basis: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-section > .features-img-div img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.558);
    transition: var(--transition-duration) ease-in-out;
}
.features-section .features-img-div img:hover {
    transform: scale(1.05);
    object-fit: contain;
}

.features-section .features-content-div {
    flex-basis: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.features-section .features-content-div p {
    text-align: justify;
    color: #555;
}

.features-section .features-content-div .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;

}

.features-section .features-content-div .features .feature .feature-icon {
    /* font-size: 24px; */
    color: var(--primary-color);
    margin-right: 15px;
    font-size: 20px;
    margin-right: 5px;
}

.features-section .features-content-div a {
    margin-top: 20px;
}

/* ---------------------------------- Features section (END) --------------------------------- */


/* ---------------------------------- Services (START) --------------------------------- */

.services-section {
    /* padding: 60px 100px; */
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}


.services-section .shape {
    position: absolute;
    right: 50px;
    z-index: -1;
    animation: y_move 2s ease-in-out infinite alternate;
}

.services-section .services {
    display: flex;
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 1%;
    margin-top: 30px;
    width: 100%;
    /* overflow: hidden; */
}

.services-section .services .service {
    /* flex-basis: 19%; */
    flex-basis: 24%;
    /* display: flex;
    gap: 20px;
    align-items: center; */
    border-radius: 10px;
    box-shadow:
    inset 0 0 10px rgba(0, 0, 0, 0.05),
    0 4px 8px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 2px solid #eee;

    transition: transform 0.1s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.services-section .services .service .service-img-div {
    padding: 20px 15px;
    width: 100%;
    /* height: 150px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    height: 200px;
}

.services-section .services .service .service-img-div img {
    width: 80%;
}
.services-section .services .service .service-img-div img.img-3 {
    width: 94%;
}
.services-section .services .service .service-img-div img.img-4 {
    width: 60%;
}

.services-section .services .service .service-content-div {
    background-color: var(--primary-color);
    padding: 20px 15px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    height: 100%;
}

.services-section .services .service .service-content-div::before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 385px;
    height: 100%;
    border-radius: 50%;
    top: -100%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 84px 0 20px var(--primary-color);
    z-index: -1;
}

.services-section .services .service .service-content-div h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: center;
}

.services-section .services .service .service-content-div p {
    font-size: 0.9rem;
    /* color: #555; */
    text-align: justify;
    margin-bottom: 15px;
}

/* ---------------------------------- Services (END) --------------------------------- */



/* ---------------------------------- Portfolio (START) --------------------------------- */

.portfolio-section {
    /* padding: 60px 100px; */
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.portfolio-section .imgs {
    display: flex;
    margin-top: 30px;
    width: 100%;
}

/* .portfolio-section .imgs .img {
    height: 400px;
    width: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: var(--transition-duration);
}

.portfolio-section .imgs .img .inner-img {
    
    display: none;
    flex-direction: column;
    justify-content: center;
    background-color: #0000006c;
    color: #fff;
    padding: 0 10px;
    height: 100%;
}

.portfolio-section .imgs .img-1 {
    background-image: url(../img/home/portfolio-img.jpeg);
}
.portfolio-section .imgs .img-2 {
    background-image: url(../img/home/hero-1.png);
}
.portfolio-section .imgs .img-3 {
    background-image: url(../img/home/portfolio-img.jpeg);
}
.portfolio-section .imgs .img-4 {
    background-image: url(../img/home/hero-1.png);
}
.portfolio-section .imgs .img-5 {
    background-image: url(../img/home/portfolio-img.jpeg);
} */

.portfolio-section .img {
    height: 400px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: var(--transition-duration);
}

.portfolio-section .img .inner-img {
    
    display: none;
    flex-direction: column;
    justify-content: center;
    background-color: #0000006c;
    color: #fff;
    padding: 0 10px;
    height: 100%;
}

.portfolio-swiper {
    width: 100%;
}

.portfolio-swiper-buttons {
    background-color: #fff;
    bottom: 0;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}


/* ---------------------------------- Portfolio (END) --------------------------------- */


/* ---------------------------------- How to order (START) --------------------------------- */

.how-to-order-section {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}

.how-to-order-section .steps {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    row-gap: 14px;
}

.how-to-order-section .steps .step {
    /* width: fit-content; */
    width: 55%;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 22px 20px 18px;
    /* padding-left: 18px;
    padding-right: 22px; */
    position: relative;
    transition: var(--transition-duration);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.203), 0 4px 8px 3px rgba(0, 0, 0, 0.225);
}
.how-to-order-section .steps .step:hover {
    transform: scale(1.06);
}

.how-to-order-section .steps .step .step-left {
    background-color: #fff;
    color: var(--primary-color);
    padding: 10px;
    border-radius: 10px;
}

.how-to-order-section .steps .step .icon {
    font-size: 22px;
}

.how-to-order-section .steps .step .step-right {
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding-top: 30px;
    padding-bottom: 20px; */
}

.how-to-order-section .steps .step .step-head {
    background-color: #fff;
    width: fit-content;
    color: var(--primary-color);
    padding: 3px 10px 1px;
    /* margin-bottom: 6px !important; */
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    
    align-self: flex-end;
    position: absolute;
    top: 10px;
}

.how-to-order-section .steps .step .para {
    font-size: 14px;
    text-align: justify;
}

.how-to-order-section .steps .step-1, 
.how-to-order-section .steps .step-3,
.how-to-order-section .steps .step-5 {
    align-self: flex-start;
    /* clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); */
} 
.how-to-order-section .steps .step-2, 
.how-to-order-section .steps .step-4 {
    align-self: flex-end;
    /* flex-direction: row-reverse;
    text-align: right; */
    /* clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%); */
} 

/* ---------------------------------- How to order (END) --------------------------------- */


/* ---------------------------------- Packages section (START) --------------------------------- */

.packages-section {
    /* padding: 60px 100px; */
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}

.packages-section .shape {
    position: absolute;
    left: 0;
    z-index: -1;
    animation: y_move 2s ease-in-out infinite alternate;
}

.packages-section .packages {
    display: flex;
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    gap: 1%;
    margin-top: 30px;
    width: 100%;
    /* overflow: hidden; */
}

.packages-section .packages .package {
    flex-basis: 30%;
    border-radius: 10px;
    box-shadow:
    inset 0 0 10px rgba(0, 0, 0, 0.05),
    0 4px 8px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 2px solid #eee;
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
    padding: 20px 25px;
    min-height: 480px;

    transition: transform 0.1s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
    justify-content: space-around;

    
    
}
.packages-section .packages .package:nth-child(2) {
    min-height: 530px;
}

.packages-section .packages .package:nth-child(2) .features {
    padding: 30px 0;
}

.packages-section .packages .package:nth-child(2) .features li {
    margin: 10px 0;
}


.packages-section .packages .package .head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.packages-section .packages .package .head img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: invert(29%) sepia(91%) saturate(7490%) hue-rotate(243deg) brightness(96%) contrast(103%);
}
.packages-section .packages .package:last-child .head img {
    width: 70px;
    height: auto;
}
.packages-section .packages .package .head h3 {
    font-size: 23px;
    font-weight: 600;
    /* margin-bottom: 10px; */
}
.packages-section .packages .package .head p {
    font-size: 14px;
    color: #555;
    /* margin-top: 5px; */
}



.packages-section .packages .package .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 20px 0;
    margin: 20px 0; */
}
.packages-section .packages .package .price p {
    font-size: 30px;
    margin-bottom: 5px !important;
    font-weight: 700;
}
.packages-section .packages .package .price a {
    font-size: 14px;
    width: 100%;
    text-align: center;
}


.packages-section .packages .package .features {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin: 20px 0;
}
.packages-section .packages .package .features ul {
    list-style: none;
}
.packages-section .packages .package .features ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-top: 6px;
}
.packages-section .packages .package .features ul li .icon {
    color: var(--primary-color);
    font-size: 18px;
}

/* ---------------------------------- Packages section (END) --------------------------------- */


/* ---------------------------------- About section (START) --------------------------------- */

.about-section {
    /* padding:  70px 100px 50px; */
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
        background-color: #F3F3FF;
    background-image: linear-gradient(#00021E22 1px, transparent 1px), linear-gradient(90deg, #00021E22 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: center center;
    position: relative;
}


.about-section::before {
    content: "";
    position: absolute;
    top: -2%;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    /* background-color: rgba(255, 0, 0, 0.249); */
    background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
}
.about-section::after {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    /* background-color: rgba(255, 0, 0, 0.249); */
    background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
}


.about-section .about-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}


.about-section .about-container {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    z-index: 2;
}

.about-section .about-img-div {
    flex-basis: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-section .about-img-div img {
    width: 400px;
    object-fit: cover;
}

.about-section .about-container .about-content {
    flex-basis: 60%;

}

.about-section .about-container .about-content p {
    /* margin-bottom: 20px; */
    color: #555;
    text-align: justify;
}

/* ---------------------------------- About section (END) --------------------------------- */


/* ---------------------------------- Testimonials (START) --------------------------------- */


.testimonials-section {
    margin-top: 100px;
    /* padding: 0 90px; */
}

.testimonials-section .head .right-text {
    border-left: 2px solid var(--primary-color);
    font-style: italic;
    font-size: 14px;
}

.testimonials-section .content {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* flex-direction: column; */
}

.testimonials-section .arrows span:nth-child(2) {
    background-color: var(--primary-color);
    color: #fff;
}

.testimonials-section .content > div:first-child {
    flex-basis: 200px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.testimonials-section .content .reviews {
    /* background-color: red; */
    flex-basis: 85%;
    
}

.testimonials-section .testimonials-swiper {
    width: 70vw;
}


.testimonials-section .content .reviews .review {
    background-color: #f6f3fe;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.testimonials-section .content .reviews .review .img-div {
    width: 100%;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.testimonials-section .content .reviews .review .img-div img:first-child {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); */
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonials-section .content .reviews .review p {
    margin-top: 10px;
    font-size: 15px;
}

.testimonials-section .content .reviews .review span {
    font-style: italic;
    color: #6a6a6a;
}

/* ---------------------------------- Testimonials (END) --------------------------------- */


/* ---------------------------------- Blogs (START) --------------------------------- */

.blogs-section {
    /* padding: 60px 100px; */
    padding-top: 30px;
    padding-bottom: 130px;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: #f6f3fe;
    position: relative;
}

.blogs-section::before {
    content: "";
    position: absolute;
    top: -13%;
    left: 0;
    width: 100%;
    height: 100px;
    /* background-color: rgb(255, 0, 0); */
    background: #F6F3FE;
    background: linear-gradient(0deg, rgba(246, 243, 254, 1) 0%, rgba(246, 243, 254, 1) 10%, rgba(255, 255, 255, 0) 100%);
}

.blogs-section .blogs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.blogs-section .blogs .blog {
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05), 0 4px 8px 3px rgba(0, 0, 0, 0.05);
    padding: 15px 20px 25px 20px;
}

.blogs-section .blogs .blog img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    width: 275px;
}
.blogs-section .blogs .blog img:hover {
    object-fit: contain;
}

.blogs-section .blogs .blog .date {
    font-size: 14px;
    margin-top: 8px;
}

.blogs-section .blogs .blog .date .icon {
    color: var(--primary-color);
}

.blogs-section .blogs .blog a {
    color: var(--primary-color);
    text-decoration: none;
}


/* ---------------------------------- Blogs (END) --------------------------------- */


/* ---------------------------------- Stats (START) --------------------------------- */

.stats-section {
    /* padding: 90px 100px 50px; */
    padding-top: 110px;
    padding-bottom: 70px;
    /* margin-top: 40px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
        /* background-color: #F3F3FF;
    background-image: linear-gradient(#00021E22 1px, transparent 1px), linear-gradient(90deg, #00021E22 1px, transparent 1px);
    background-size: 30px 30px; */

    background-image: url("../img/home/stats-bg-pattern.png");

    background-position: center center;
    position: relative;
}

.stats-section::before {
    content: "";
    position: absolute;
    top: -2%;
    left: 0;
    width: 100%;
    height: 150px;
    /* background-color: rgba(255, 0, 0, 0.249); */
    background: #ffffff;
background: linear-gradient(180deg, #f6f3fe 0%, #f6f3fe 10%, rgba(255, 255, 255, 0) 100%);
}
.stats-section::after {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 150px;
    /* background-color: rgba(255, 0, 0, 0.249); */
    background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
}


.stats-section .bg {
    background-color: rgba(118, 118, 118, 0.405);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.stats-section .stats-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 100px;
    margin-top: 30px;
}

.stats .stat {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    border-radius: 15px;
    color: #fff;
    box-shadow: 3px 3px 15px 2px #fff,
    inset  0 0 10px 0px #fff;
    border: 1px solid #fff;
    transition: all var(--transition-duration);
}

.stats .stat:hover {
    transform: scale(1.06);
    /* border-bottom: 5px solid red; */
}




@media screen and (max-width: 1024px) {
    .hero-section header nav > ul {
        gap: 0;
    }
    .hero-section header nav > ul li a {
        padding: 10px;
    }

    /* ------------------------------------------------------------------- */
    
    .features-section {
        flex-direction: column;
        gap: 70px;
    }
    .features-section > .features-img-div img {
        width: 75%;
    }

    /* -------------------------------------------------------------------☻ */
    
    .services-section .services {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    
    .services-section .services .service {
        flex-basis: 40%;
    }

    /* -------------------------------------------------------------------☻ */

    .testimonials-section {
        padding: 0 20px !important;
    }

    .testimonials-section .head {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .testimonials-section .head h1 {
        width: 100% !important;
    }

    .testimonials-section .head span {
        width: 80% !important;
    }

    .testimonials-section .content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .testimonials-section .content > div:first-child {
        flex-basis: unset;
        align-items: center;
    }

    .testimonials-section .content .reviews .swiper {
        width: 95vw;
    }

    /* --------------------------------------------------------------- */

    .blogs-section .blogs {
        grid-template-columns: repeat(2, 1fr);
    }


    /* --------------------------------------------------------------- */

    footer .footer-card {
        top: -20%;
        flex-direction: column;
        padding: 20px;
        justify-content: center;
        gap: 10px;
    }

    footer .footer-card img {
        display: none;
    }

    footer .footer-card h2 {
        width: 100%;
        text-align: center;
    }

    footer .footer-section {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media screen and (max-width: 850px) {
    .hero-section header nav > ul {
        display: none;
    }
    .hero-section header nav .bars {
        display: block;
    }
    .hero-section .banner {
        flex-direction: column;
        gap: 30px;
    }    
    .hero-section .banner .banner-img {
        flex-basis: 100%;
        width: 100%;
    }

    /* ----------------------------------------------------------- */
    
    .layout-padding {
        padding-left: 60px;
        padding-right: 60px;
    }

    /* ----------------------------------------------------------- */
    
    .why-section .reasons {
        grid-template-columns: repeat(1, 1fr);
    }

    /* ----------------------------------------------------------- */
    
    .services-section .services .service {
        flex-basis: 45%;
    }
    
    /* ----------------------------------------------------------- */

    .about-section .about-container {
        flex-direction: column;

    }
    .about-section .about-img-div img {
        width: 70%;
    }
    
    /* ----------------------------------------------------------- */
    
    .stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* ----------------------------------------------------------- */

    footer {
        padding: 120px 30px 130px;
    }
    footer .footer-card {
        top: -10%;
        
    }

    footer .footer-section {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .footer-copyright {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
   
}


@media screen and (max-width: 768px) {

    .services-section .services .service {
        flex-basis: 330px;
    }

    .how-to-order-section .steps .step {
        width: 100%;
    }

    .packages-section .packages {
        flex-direction: column;
        gap: 30px;
    }
    .packages-section .packages .package {
        width: 80%;
    }
    .packages-section .packages .package:nth-child(2) {
        width: 85%;
    }

    .blogs-section .blogs {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }
}

@media screen and (max-width: 490px) {
    .layout-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .how-to-order-section .steps .step {
        flex-direction: column;
    }

    
    .how-to-order-section .steps .step .icon {
        font-size: 26px;
    }
    .how-to-order-section .steps .step .step-head {

        align-self: flex-start;
        position: unset;
        margin-bottom: 6px !important;
    }
}

@media (max-width: 425px) {

    /* header {
        padding: 20px;
    }

    header .logo {
        width: 170px;
    } */

    .hero-section .banner {
        padding: 30px;
    }

    .layout-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .why-section .reasons .reason {
        flex-direction: column;
    }
    .why-section .reasons .reason div:last-child {
        text-align: center;
    }

    .features-section > .features-img-div img {
        width: 100%;
    }

    .packages-section .packages .package {
        width: 100% !important;
    }

    .about-section .about-img-div img {
        width: 100%;   
    }


    .stats {
        grid-template-columns: repeat(1, 1fr);
    }

    /* --------------------------------------------------------------- */

    footer .footer-copyright .arrow {
        right: 10px;
        left: unset;
        transform: unset;
        top: -100%;
    }
}