@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");

:root {
    --primary: #6e30f5;
    --purple-dark: #4525b6;
    --white: #ffffff;
    --black: #121212;
    --black-alt: #1e1e1e;
    --blue: #1050ed;
    --blue-dark: #0c0c4a;
    --green: #01e3b5;
    --blue-light: #3f67c1;
    --gray-1: #788190;
    --gray-2: #d3d4db;
    --body: #f1f1f1;
    --light-green: #0de4d7;
    --light-blue: #f4f9fd;
    --h1-font-size: 75px;
    --h1-font-weight: 800;
    --h2-font-size: 60px;
    --h2-font-weight: 700;
    --h3-font-size: 45px;
    --h3-font-weight: 600;
    --h4-font-size: 30px;
    --h4-font-weight: 500;
    --h5-font-size: 25px;
    --h5-font-weight: 500;
    --h6-font-size: 22.5px;
    --h6-font-weight: 600;
}

* {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
.h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h1,
    .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 48px;
    }
}

h2,
.h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h2,
    .h2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 479px) {
    h2,
    .h2 {
        font-size: 34px;
    }
}

h3,
.h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h3,
    .h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    h3,
    .h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 32px;
    }
}

h4,
.h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: 1.2;
}

@media only screen and (max-width: 991px) {
    h4,
    .h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    h5,
    .h5 {
        font-size: 20px;
    }
}

h6,
.h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: 1.2;
    text-transform: var(--h6-text-transform);
}

@media only screen and (max-width: 767px) {
    h6,
    .h6 {
        font-size: 18px;
    }
}

p {
    font-size: 17.5px;
    font-weight: 400;
}

label {
    font-size: 15px;
    font-weight: 600;
    color: var(--blue-dark);
}

strong {
    font-size: 45px;
    font-weight: 700;
}

.rounded-20 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.rounded-30 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/*Spinner
.spinner-wrapper {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.spinner-grow {
  height: 75px;
  width: 75px;
}
*/

/*Navbar*/

.navbar {
    background-color: var(--purple-dark);
}

.navbar-toggler {
    background-color: var(--primary);
    padding: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: none;
}

.navbar-toggler-icon {
    background-size: 80%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.btn-close {
    background-color: var(--white);
}

.btn-primary,
.btn-outline-secondary {
    padding: 20px;
}

.btn-primary {
    background-color: var(--primary);
    border: var(--primary);
}

.gap-2 {
    gap: 2em;
    display: flex;
}

.main-btn a {
    background-color: var(--primary);
    color: var(--white);
    border: var(--white);
    padding: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    -moz-transition: ease 0.8s;
    -ms-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-btn a:hover {
    background-color: var(--purple-dark);
}



.alt-btn a {
    background-color: var(--primary);
    color: var(--white);
    padding: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    -moz-transition: ease 0.8s;
    -ms-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    border-radius: 15px;
}

.alt-btn a:last-child {
    background-color: transparent;
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.alt-btn a:last-child:hover {
    background-color: white;
    border: 2px solid rgb(229, 229, 229);
    color: var(--primary);
}

.alt-btn a:hover {
    background-color: var(--purple-dark);
    color: white; /* Change text color to white on hover */
}

.btn-primary:hover {
    background-color: var(--purple-dark);
    transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    -moz-transition: ease 0.8s;
    -ms-transition: ease 0.8s;
    -o-transition: ease 0.8s;
}

.btn-outline-secondary:hover {
    background-color: var(--gray-2);
    border: 1px solid var(--gray-2);
    color: var(--blue-dark);
    transition: ease 0.8s;
}

.btn-outline-secondary:focus {
    background-color: var(--gray-2);
    border: 1px solid var(--gray-2);
    color: var(--blue-dark);
}

.navbar {
    padding: 15px 0;
}

.navbar img {
    height: 55px;
}

@media (max-width: 376px) {
    .navbar img {
        height: 50px;
    }
}

.nav-link {
    margin-left: 20px;
    font-size: 16px;
    color: var(--white);
}

.navbar-nav .nav-link.active {
    font-weight: 500;
    color: var(--green);
}

.navbar-nav .nav-link:hover {
    color: var(--primary);
}

@media (max-width: 768px) {
    .navbar-nav .nav-item {
        margin-bottom: 20px; /* Adjust the spacing as needed */
    }
}

@media (min-width: 992px) {
    .offcanvas {
        visibility: visible;
        position: relative;
        background: none;
        border: none;
        justify-content: end;
        background-color: var(--blue-dark);
    }
}
@media (max-width: 992px) {
    .offcanvas {
        width: 350px !important;
        padding: 10px;
        background-color: var(--blue-dark);
    }
    .offcanvas-start-lg {
        top: 0;
        left: 0;
        border-right: 0.5px solid rgba(0, 0, 0, 0.2);
        transform: translateX(-100%);
    }

    .offcanvas-header img {
        margin-left: 10px;
        height: auto;
    }

    .offcanvas-header .btn-close {
        border: 2px solid var(--white);
        margin-right: 10px;
        border-radius: 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .offcanvas-header .btn-close:hover {
        background-color: var(--green);
        border: 2px solid var(--green);
        transition: 0.5s;
        color: var(--white);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .nav-link {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .offcanvas-body .main-btn {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .offcanvas-body .main-btn {
        display: none !important;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-link {
        display: block;
    }
}

.hero h2,
.hero h5,
.hero h6 {
    color: var(--white);
}

.hero p {
    color: var(--white);
}


.partners h3 {
    color: var(--blue-dark);
}

.promotions {
    background: linear-gradient(45deg, var(--primary), var(--purple-dark));
}

.promotions h6,
.promotions h3 {
    color: var(--white);
}

.portfolio h3,
.project-hero h3,
.details h3,
.benefits H3,
.challenges h3,
.solution h3,
.detail h3,
.brand-identity h3,
.logo-section h3,
.typography-section h3,
.our-process h3,
.thank-you h3 {
    color: var(--blue-dark);
}

.thank-you > section > div > div > div > div > h3 {
    color: var(--blue-dark);
}

.portfolio h6,
.services h6,
.project-hero h6,
.detail h6,
.logo-section h6,
.typography-section h6,
.our-process h6 {
    color: var(--green);
}

.logo-section img,
.color-section img,
.typography-section img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.brand-identity-hero {
    background: linear-gradient(45deg, var(--blue-dark), var(--green));
    background-size: cover;
    height: 400px;
    width: 100%;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.color-section h3,
.color-section h6 {
    color: var(--white);
}

.color-section {
    background-color: var(--blue-light);
}

.testimonial h6,
.testimonial h3 {
    color: var(--white);
}

.testimonial-single {
    background: linear-gradient(45deg, var(--green), var(--blue));
}

.testimonial {
    background: linear-gradient(45deg, var(--green), var(--blue));
}

.testimonial-single img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.testimonial .card {
    border: 0.5px solid var(--gray-2);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.testimonial .card-body {
    border: 0.5px solid var(--gray-2);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#testimonial-slider {
    border: 2px solid var(--blue-dark);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#testimonial-slider img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.carousel-inner {
    overflow: hidden;
}

.carousel-item {
    border-radius: 15px;
}

/* Carousel Indicators */
.carousel-indicators {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.carousel-indicators li.active {
    background-color: var(--primary); /* Color for the active indicator */
}

.carousel-control-prev,
.carousel-control-next {
    color: var(--blue-dark);
}

.testimonial img {
    width: 70px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.rounded-circle {
    background-color: var(--primary);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary);
}

.cta {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact i {
    font-size: 20px;
}

.contact h4 {
    color: var(--blue-dark);
}

.values {
    background-color: var(--blue-dark);
}

.values span,
.our-process span {
    font-weight: 700;
}

.values .points span {
    padding: 10px;
    width: 54px;
    font-size: 25px;
}

.values h3,
.values h4,
.values p {
    color: var(--white);
}

.values .btn-primary {
    padding: 20px;
    width: 60px;
}

.stats .row {
    background-color: #6e30f5;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.stats .fw-bold {
    color: var(--white);
}
/*Contact*/

.contact-hero {
    /* Set background color to blue-light */
    background-size: cover;
    width: 100%;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(45deg, var(--blue-dark), var(--primary)); /* Set text color to blue-dark */
}

.contact-hero h3,
.contact-hero h5 {
    color: var(--white); /* Inherit text color from parent (.contact-hero) */
}

.contact .border {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact form input {
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact form textarea {
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact form button {
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact .card {
    padding: 50px;
    background-color: var(--blue-dark);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact .card h4,
.contact .card p {
    color: var(--white);
}

.contact .card a {
    color: var(--white);
}

.contact .card a:hover,
.contact .card .social-icons i:hover {
    color: var(--primary);
}

.contact .card .social-icons i {
    font-size: 30px;
    color: var(--white);
}

.faq img {
    height: 40%;
}

/* Add border-radius to accordion items */
.accordion-item {
    border-radius: 15px;
    overflow: hidden;
}

/* Add border-radius to the accordion collapse content */
.accordion-collapse {
    border-radius: 15px;
}

/* Add border-radius to the accordion buttons for smoother corners */
.accordion-button {
    border-radius: 15px;
}

/*About*/

.about-hero {
    background: linear-gradient(45deg, var(--blue-dark), var(--primary));
    background-size: cover;
    width: 100%;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.about {
    background-color: var(--black-alt);
}
.about i {
    color: var(--primary);
}

.about-us i {
    font-size: 30px;
    color: var(--primary);
}

.about-us h5 {
    color: var(--green);
}

.about-us h3,
.about-us h4,
.brand-identity h3 {
    color: var(--blue-dark);
}

.about .btn {
    color: var(--primary);
}

.about a {
    background-color: var(--primary);
    color: var(--white);
    padding: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    -moz-transition: ease 0.8s;
    -ms-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.about a:hover {
    color: var(--green);
}

.team {
    background-color: var(--blue-dark);
}

.team h5 {
    font-weight: 500;
}

.team p {
    font-weight: 500;
    color: var(--green);
    margin-bottom: 5px;
}

.card-img-top {
    border-radius: 15px 20px 0 0;
}

.card-footer {
    border-radius: 15px;
}

body > section.about.py-3.py-md-5.py-xl-8 > div > div > div:nth-child(1) > img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.cta-card {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/*Services*/

.benefits .btn-primary {
    padding: 15px;
    width: 50px;
}

.services h3 {
    color: var(--blue-dark);
}

.services-hero {
    background: linear-gradient(45deg, var(--blue-dark), var(--primary));
    background-size: cover;
    width: 100%;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.service-detail-hero {
    background: linear-gradient(45deg, var(--blue-dark), var(--primary));
}

.service-detail-hero img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.service-section {
    background-color: var(--black-alt);
}

.services .card {
    border: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.services .card-body {
    border: 0.5px solid var(--gray-1);
    border-radius: 15px;

    /* Default styles */
    transition: all 0.3s ease-in-out;

    /* Default color for text */
    color: var(--blue-dark); /* Adjust the default text color as needed */

/* Hover effect */
&:hover {
     border-radius: 15px;
     background: linear-gradient(270deg, #4525b6, #6e30f5);
     color: #fff;
     /*Textcoloronhover*/
     transition: all 0.3s ease-in-out;
     transform: scale(1.05);
     -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -ms-transform: scale(1.05);
     -o-transform: scale(1.05);
 }

/* Apply hover effect to p and a tags */
&:hover p,
&:hover a,
&:hover h3 {
     color: #fff;
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
 }
&:hover .main-btn a {
     background-color: white;
     color: var(--primary);
     transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
 }
}

/* Adjust icon margin for spacing */
.card-body i {
    font-size: 30px;
    color: var(--green);
}

.card-body a {
    color: var(--blue-dark);
}

.card-body p {
    color: var(--gray-1);
}

/*Footer*/

footer {
    background-color: var(--blue-dark);
}

footer h5 {
    color: var(--white);
    font-weight: 700;
}

footer li {
    font-size: 16px;
}

footer li .footer-link {
    font-size: 25px;
}

footer a {
    color: var(--white);
    text-decoration: none;
}

footer a:hover {
    color: var(--green);
}

.copyright {
    color: var(--white);
}

footer .footer-link {
    text-align: center;
    display: flex;
    list-style-type: none;
    /* Adjust the value to control the spacing between the footer links */
}

footer li .footer-link {
    gap: 30px;
}

footer .footer-link li a i {
    color: var(--white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-link li a {
    text-decoration: none;
    font-size: 20px;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: var(--white);
    font-size: 14px;
    transition: all 0.3s;
}

footer .footer-link li a:hover i {
    color: var(--green);
    /* Change the color of the `<i>` element on hover */
}

/* Add this if needed for better responsiveness */
@media (max-width: 767px) {
    .container-fluid.overflow-hidden .row.gy-4.gy-md-0 {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav li {
        margin-right: 0;
        margin-bottom: 10px; /* Adjust the spacing between nav items for smaller screens */
        display: block;
    }
}

.card-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px 20px 0 0; /* Adjust the top left, top right, bottom right, and bottom left values accordingly */
}

.card-image:hover img {
    transform: scale(1.2);
    border-radius: 0 0 0 0; /* Set to 0 for all corners when hovered to remove rounded corners during zoom */
    transition: transform 0.6s ease-in-out, border-radius 0.3s ease-in-out;
}

.card-image img {
    transition: transform 0.6s ease-in-out, border-radius 0.3s ease-in-out;
}

/*Portfolio*/

.portfolio-hero {
    background: linear-gradient(45deg, var(--blue-dark), var(--primary));
    background-size: cover;
    width: 100%;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.portfolio .card-body {
    border: none;
}

.detail img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.details .card {
    background-color: var(--purple-dark);
    color: var(--white);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.details .card li {
    font-size: 20px;
    font-weight: 500;
}

.details .service-type a {
    text-decoration: none;
    color: var(--white);
}

.details .service-type a:hover {
    color: var(--green);
}

.detail .img-hover {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.detail .img-hover img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease-in-out, border-radius 0.3s ease-in-out;
}

.detail .img-hover:hover img {
    transform: scale(1.2);
    border-radius: 15px;
}

.our-process span {
    padding: 10px;
    width: 60px;
    font-size: 25px;
}

@media (hover: none) and (pointer: coarse) {
    /* Apply hover effect for touch devices */
    .detail .img-hover:hover img {
        transform: scale(1.2);
        border-radius: 15px;
    }
}

.portfolio button {
    width: 200px;
}

.portfolio .card-body {
    border-radius: 0 0 20px 20px;
}

.portfolio h5:hover {
    color: var(--primary);
}

.portfolio p {
    font-weight: 500;
}

/*Clients*/
.client-card {
    border-radius: 15px;
}

.clients {
    background-color: var(--black-alt);
}

@media (min-width: 426px) {
    .thank-you img {
        height: 360px; /* Adjust the spacing as needed */
    }
}

@media (min-width: 768px) {
    .thank-you img {
        height: 360px; /* Adjust the spacing as needed */
    }
}

@media (min-width: 991px) {
    .thank-you img {
        height: 440px; /* Adjust the spacing as needed */
    }
}

@media (min-width: 1440px) {
    .thank-you img {
        height: 440px; /* Adjust the spacing as needed */
    }
}

.terms h4 {
    color: var(--blue-dark);
}

.terms-hero {
    background: linear-gradient(45deg, var(--primary), var(--purple-dark));
}

.credits h4 {
    color: var(--blue-dark);
}

.credits-hero {
    background: linear-gradient(45deg, var(--primary), var(--purple-dark));
}

.credits a {
    text-decoration: none;
    color: var;
}

.credits a:hover {
    color: var(--green);
}

.services li {
    margin-bottom: 12.5px;
    font-weight: 500;
}

.services i {
    margin-right: 12.5px;
}

.pricing hr {
    margin: 1.5rem 0;
}

.card-title {
    font-size: 18px;
}

.card-price {
    font-weight: bold;
}

.services .main-btn a {
    color: white;
}

services. card span {
    border-radius: 15px;
}

.second-card .badge {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

.service-detail-hero ul li {
    font-size: 18px;
}

.service-detail-hero span{
    font-weight: 600;

}