@media (max-width: 768px) {
    .main-heading {
        font-size: 1.5rem;
    }

    .contents {
        font-size: 0.9rem;
    }

    .testimonial-container {
        padding: 15px;
    }

    .sub-heading {
        font-size: 1rem;
    }

  
}

@media (max-width: 576px) {
    .main-heading {
        font-size: 1.2rem;
    }

    .contents {
        font-size: 0.8rem;
    }

    .sub-heading {
        font-size: 0.9rem;
    }

    img {
        box-shadow: none;
    }
}

/* Parent container */
.guide-item {
    position: relative; /* Ensures hover effects work */
    overflow: hidden; /* Prevents pseudo-element spillage */
}

/* Title styles */
.guide-title {
    /*position: relative; */
    /*background: #f8f9fa; */
    padding: 20px;
    transition: 0.5s ease-in-out;
}

/* Pseudo-element for hover background */
.guide-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #3a7575;
    transition: height 0.5s ease-in-out;
    z-index: 1;
}

.circle-logo {
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: 1px solid black;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 20px;
}

/* .guide-item .guide-title .circle-logo::after {
    background-color: #05725a;
} */

.guide-item:hover .guide-title .circle-logo {
    background-color: #cda0ff;
}

/* Hover effect */
.guide-item:hover .guide-title::after {
    height: 100%;
}

.guide-item:hover .guide-title-inner {
    color: white;
    position: relative;
    z-index: 2; /* Ensures text is above pseudo-element */
}

/* Icon wrapper */
.icon-wrapper {
    border-radius: 50%;
    background: rgb(179, 125, 224);
    border: 1px solid black;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* Icon image */
.icon-image {
    width: 80%; /* Adjust size as needed */
    z-index: 2;
}

/* Text styles */
.sub-heading {
    font-weight: bold;
    margin-top: 10px;
    transition: color 0.5s ease-in-out;
}

.contents {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    transition: color 0.5s ease-in-out;
}

/* Hover effects for text */
.guide-item:hover .sub-heading {
    color: white;
}

.guide-item:hover .contents {
    color: rgb(255, 187, 160);
}

/* Icon wrapper */
.icon-wrapper {
    border-radius: 50%;
    background: rgb(214, 164, 255);
    border: 1px solid black;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: cent;
}

.image-item {
    /* overflow: hidden; */
    /* position: relative; */
    opacity: 0;
}

.image-item img {
    /* width: 100%;
        height: 100%; */
    /* object-fit: cover; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    transform: scaleY(0); /* Start with collapsed vertically */
    transform-origin: top;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Waterfall effect animation */
@keyframes waterfallEffect {
    0% {
        transform: scaleY(0); /* Start with no visible image */
        opacity: 0;
    }
    100% {
        transform: scaleY(1); /* Full image height */
        opacity: 1;
    }
}

:root {
    --color-first: #3a7575;
    --active-color: #2c3126;
    --text-color: #3a7575;
    --paragraph-color: #3a7575;
    --gradient-bg: linear-gradient(135deg, #3a7575, #2c3126);
    --bg-light: #f9f9f9;
    --hero-bg: #130f22;
    
}

  .enquiry-btn {
            position: fixed;
            bottom: 220px;
            right: 20px;
            padding: 10px 20px;
            border: none;
            border-radius: 30px;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            z-index:999;
        }

        .enquiry-btn {
            background-color: var(--active-color);
            color: white;
            box-shadow: 0 0 0 0 rgba(27, 168, 133, 0.7);
            /*animation: pulse 1.2s infinite;*/
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(27, 173, 137, 0.7);
            }

            70% {
                box-shadow: 0 0 0 12px rgba(217, 48, 37, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(217, 48, 37, 0);
            }
        }

        .enquiry-btn i {
            animation: mic-flicker 0.9s infinite;
            display: inline-block;
            will-change: transform;
        }

        @keyframes mic-flicker {

            0%,
            100% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.3);
            }
        }
        
.my-container {
    width: 95%;
    margin: auto;
}

.thems-name {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgb(65, 52, 44);
    color: #fff;
    padding: 5px 15px;
}

.main-heading {
    font-size: 34px;
    /* font-size: 40px; */
    color: var(--color-first);
    /* font-family: "Antonio", serif;
  font-optical-sizing: auto; */
    /* font-family: "Poppins", serif; */
     font-family: "Poppins", sans-serif;
    animation: fadeIn 2s ease-in-out;
    font-style: normal;
    letter-spacing: 0px;
}
.sub-heading {
    font-size: 20px;
    color: var(--active-first);
    /* font-family: "Poppins", serif; */
     font-family: "Poppins", sans-serif;

    font-style: normal;
}

/* .main-titles-gradient {
    background: linear-gradient(90deg, #6915c2, #05725a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    color: #1a0272;
} */

.main-titles-gradient {
    font-weight: bold;
    background: linear-gradient(90deg, #3a7575, #05725a, #3a7575, #05725a);
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: color-change 5s infinite linear;
}

@keyframes color-change {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contents {
    font-size: 16px;
    color: var(--paragraph-color);
    /* font-family: "Source Sans Pro", sans-serif;
    line-height: 1.8;
    letter-spacing: 0.4px; */
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
     font-family: "Poppins", sans-serif;
}

.shadow-md {
    --9: 0 0 8px #00000029, 0 0 0 1px #0000000a;
    box-shadow: var(--7, 0 0 #0000), var(--8, 0 0 #0000), var(--9);
}

/* ----------index us csss start---------------- */

.table-background {
     background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.137);
    position:relative;
}
.video-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; /* Ensures that the video stays within bounds */
}
.hero-index-heading{
    color: #fff;
    font-size: 3.5rem;
    text-shadow: 2px 2px 10px rgb(0, 0, 0);
}
#hero-video {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the video covers the entire container without stretching */
}
.table-responsive {
    overflow-x: auto;
}

.index-table {
    width: 100%;
    border-collapse: collapse;
}

.index-table td {
    border: 1px solid gainsboro;
    padding: 20px 10px;
    vertical-align: top;
    text-align: center;
}
.index-table td:hover {
    --9: 0 0 8px #00000029, 0 0 0 1px #0000000a;
    box-shadow: var(--7, 0 0 #0000), var(--8, 0 0 #0000), var(--9);
}

/* Responsive for small screens */
@media (max-width: 768px) {
    .index-table {
        display: block;
        width: 100%;
    }
    .index-table tr {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .index-table td {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center; /* Center content for smaller screens */
    }
    
    .my-container {
        width: 90%;
        margin: auto;
    }
}

.index-layout img {
    filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.911));
    /* box-shadow: 8px 8px 20px rgb(3, 3, 3); */
}

.about-lookdigitally {
    box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.658);
    /* Bottom shadow */
    padding: 10px;
    color: rgb(255, 255, 255);
}
/* ----------------------Strategy-------------------------------------- */
.timeline {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap for smaller screens */
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 40px 0;
}

/* Zig-Zag Dotted Line */
.timeline:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 5px solid #1a0272;
    z-index: 0;
}

/* Timeline Item */
.timeline-item {
    text-align: center;
    width: 22%; /* Default width for desktop */
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.timeline-item .outline-timeline .timeline-content {
    background-color: #fff;
    border: 3px solid var(--color-first);
    box-shadow: 8px 8px 20px rgb(197, 255, 252);
    padding: 35px;
    border-radius: 50%; /* Circular shape */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}


.accordion-button:not(.collapsed) {
    color: var(--color-first) !important;;
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--color-first);
}

.outline-timeline {
    border: 15px solid #3a7575;
    border-radius: 50%;
    background-color: #fff;
}

.timeline-item img {
    width: 60px; /* Icon size */
    height: auto;
    margin-bottom: 10px;
}

.timeline-item h4 {
    color: var(--color-first);
    font-size: 1rem;
    margin: 10px 0;
}

.timeline-item p {
    font-size: 0.8rem;
    color: #201f20;
    line-height: 1.4;
}

/* Hover Effects */
.timeline-item:hover .timeline-content {
    box-shadow: 8px 8px 20px rgb(255, 244, 197);
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .timeline-item {
        width: 25%; /* Slightly larger items for medium screens */
    }
    .timeline-item .timeline-content {
        width: 130px;
        height: 130px;
    }

    .outline-timeline {
        width: 280px;
        height: 280px;
    }

    .timeline-item img {
        width: 50px;
    }
    .timeline-item h4 {
        font-size: 0.9rem;
    }
    .timeline-item p {
        font-size: 0.75rem;
    }
}

@media (max-width: 992px) {
    .timeline-item {
        width: 45%; /* Two items per row on tablets */
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .timeline-item .timeline-content {
        width: 120px;
        height: 120px;
    }

    .outline-timeline {
        width: 270px;
        height: 270px;
    }

    .timeline-item img {
        width: 40px;
    }
    .timeline-item h4 {
        font-size: 0.85rem;
    }
    .timeline-item p {
        font-size: 0.7rem;
    }
}

@media (max-width: 768px) {
    .timeline-item {
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center; /* Stack items on smaller screens */
    }
    .timeline:before {
        display: none; /* Hide the dotted line on small screens */
    }
    .timeline-item .timeline-content {
        width: 240px;
        height: 240px;
    }

    .outline-timeline {
        width: 270px;
        height: 270px;
    }
    .timeline-item img {
        width: 30px;
    }
    .timeline-item h4 {
        font-size: 0.8rem;
    }
    .timeline-item p {
        font-size: 0.65rem;
    }
}

/* -------------------------scrolling-layout----------------------------- */

.sticky-headline {
 color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.925);
}

.sticky-line {
    color: white;

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.925);
}

.scrolling-headline {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.925);
    text-decoration: underline;
}

.scrolling-line {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.925);
}

/* ----------------------------------image-layout------------------------------ */

.containers {
    width: 95%;
    margin: auto;
}

.text-container {
    width: 100%;
}

.text-container ul {
    list-style: none;
    padding: 0;
}

.text-container li {
    font-size: 21px;
    margin-bottom: 10px;
    padding: 15px;
    color: rgb(0, 0, 0);
}

.text-container li span {
    cursor: pointer;
    color: #ffffff;
    padding: 15px;
    font-size: 21px;
    text-decoration: underline;
    transition: color 0.3s ease;
     font-family: "Poppins", sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.925);
    /* background: linear-gradient(
        90deg,
        rgba(105, 21, 194, 0.958420868347339) 1%,
        rgba(5, 114, 90, 0.8071603641456583) 14%,
        rgba(5, 114, 90, 0) 80%
    ); */

    background: #3a7575;
    /* background: linear-gradient(
        90deg,
        rgb(58, 25, 77) 1%,
        rgba(5, 114, 90, 0) 80%
    ); */
    /* background: linear-gradient(90deg, rgba(160, 18, 160, 0.947) 1%, rgba(90,15,181,0.8435749299719888) 15%, rgba(94,0,226,0.19091386554621848) 78%);; */
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.034);
}

.text-container li:hover {
    color: #ffc2d6;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.925);
    /* background: linear-gradient(90deg, rgba(105, 21, 194, 0.958420868347339) 1%, rgba(5, 114, 90, 0.8071603641456583) 14%, rgba(5, 114, 90, 0) 80%); */
    width: 100%;
    /* background: linear-gradient(
        90deg,
        rgb(58, 25, 77) 1%,
        rgba(5, 114, 90, 0) 80%
    ); */
  background: #3a7575;
}

.image-containers {
    width: 100%;
    /* display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    align-items: center; */
}

.image-containers img {
    width: 100%;
    /* max-width: 600px; */
    height: auto;
    transition: opacity 0.5s ease;
}

/* ----------index us csss end---------------- */
/* ----------contact us csss start---------------- */
.contact-form {
    position: relative;
}

.contact-form-container {
    position: relative;
    top: -40px;
    z-index: 1;
}

.no-outline {
    outline: none;
}

.no-outline:focus {
    outline: none;
    box-shadow: none;
}

.icon-container {
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    line-height: 45px;
    height: 45px;
}

.icon-container i {
    font-size: 18px;
    color: #333;
}
/* ----------contact us csss end---------------- */
/* ----------about us csss start---------------- */
.web-works-bg {
    background-color: #faf6f6;
    padding: 20px 10px;
}

.services-menu-title {
    background: white;
    font-size: 14px;
    padding: 5px;
    color: var(--color-first);
    font-family: "Poppins", serif;
}

.image-container {
    position: relative;
    overflow: hidden; /* Ensure image doesn't overflow on zoom */
}

.img-container img {
    width: 100%;
}

.zoom-image {
    transition: transform 0.3s ease; /* Add smooth transition */
    display: block; /* Ensure it takes up space properly */
}

.image-container:hover .zoom-image {
    transform: scale(1.1); /* Apply zoom on hover */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0); /* Transparent by default */
    transition: background-color 0.3s ease; /* Smooth background transition */
}

.image-container:hover .overlay {
    background: linear-gradient(
        90deg,
        rgba(58, 117, 117, 0.6839110644257703) 0%,
        /*rgba(242, 242, 242, 0.7371323529411764) 24%,*/
        rgba(11, 129, 122, 0.6811099439775911) 100%
    );
}
.we-do {
    position: absolute;
    bottom: 10px;
    left: 5%;
    bottom: 2%;
    color: var(--color-first);
    text-align: left;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: white;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    /* height: 100px; */
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

/* .slider .slide {
                height: 100px;
                width: 250px;
            } */
.slide-track:hover {
    animation-play-state: paused;
}
.our-clients {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.our-clients::before,
.our-clients::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--color-first);
    margin: 0 10px;
}

.our-clients::before {
    margin-right: 15px;
}

.our-clients::after {
    margin-left: 15px;
}

/* ----------about us csss end---------------- */
/* ----------footer us csss start---------------- */
h4 {
    color: #ffff;
    font-size: 20px;
    margin-bottom: 14px;
}

.footer ul {
    padding-inline-start: 0px;
}

.footer ul li {
    padding: 4px 0px;
}

.footer ul li a {
    color: #ffff;
    display: block;
    transition: 0.7s ease;
    font-size: 16px;
}

.footer ul li a:hover {
    padding-left: 10px;
    color: #fff;
}

.logo-container {
    position: relative;
    width: 100px;
    height: 100px;
}

.circular-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotateText 10s linear infinite;
}

.curved-text {
    width: 100%;
    height: 100%;
}

@keyframes rotateText {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* ----------------------digital marketing---------------------- */

.page-body {
    font-family: Arial, sans-serif;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.hero-header {
    text-align: center;
    padding: 40px 20px;
    background-color: var(--color-first);
    color: #fff;
}
.main-title {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #fff;
}
.section-title {
    font-size: 1.8em;
    color: var(--color-first);
    margin-top: 30px;
    margin-bottom: 10px;
}
.text-paragraph {
    line-height: 1.6;
    font-size: 1em;
}
.call-to-action {
    display: inline-block;
    padding: 12px 25px;
    margin-top: 15px;
    background-color: var(--active-color);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}
.call-to-action:hover {
    background-color: #1f3064;
}
.content-section {
    padding: 20px 0;
}
.service-list,
.stories-list,
.faq-list {
    margin-top: 20px;
}
.service-item,
.faq-item,
.story-item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
.service-name,
.question-title {
    font-size: 1.2em;
    font-weight: bold;
    color: var(--active-color);
}
.description-text {
    margin-top: 5px;
    flex: 1;
}
/* .service-image {
    max-width: 150px;
    margin-right: 15px;
    border-radius: 5px;
} */
.footer-section {
    text-align: center;
    padding: 20px;
    background-color: var(--color-first);
    color: #fff;
    margin-top: 40px;
}
.footer-title {
    font-size: 1.8em;
    margin-bottom: 10px;
}

/* ----------------------custom web devlopment---------------------------- */

/* body {
            background-color: #ffffff;
            color: var(--text-color);
        } */

.hero-section {
    background-color: var(--gradient-bg);
    color: #ffffff;
    padding: 60px 20px;
    border-radius: 8px;
    margin-bottom: 40px;
    text-align: center;
}

.hero-section h1 {
    color: white;
}

.hero-section p {
    color: #3a7575;
}

.section-title {
    color: var(--color-first);
    margin-top: 20px;
}

.highlight-card {
    background-color: white;
    color: #030303;

    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin: 10px;
}

.highlight-card h5 {
    color: #3a7575;
}

.text-img-section {
    padding: 40px 0;
}

.footer-section {
    background-color: var(--color-first);
    color: #ffffff;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}

.btn-custom {
    background-color: var(--active-color);
    color: #ffffff;
}

.btn-custom:hover {
    background-color: var(--text-color);
}

.list-unstyled li {
    font-size: 18px;
}

/* ------------------------frontend devlopment----------------------------------- */

/* Custom Colors */

.frontend-body-page {
    font-family: "Poppins", sans-serif;
    color: var(--text-color);
    /* background: linear-gradient(to bottom right, #e6e9ff, #f3f0ff); */
    margin: 0;
    padding: 0;
}

.heading-frontend {
    background: linear-gradient(135deg, #2c3126, #3a7575);
}

.heading-frontend h1 {
    color: #f0f2fc;
}

h1,
h2,
h3 {
    color: var(--color-first);
    font-weight: bold;
}

.btn-primary {
    background-color: var(--active-color);
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    border-radius: 30px;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease;
}

.btn-primary:hover {
    background-color: #1f325c;
    color: #fff;
    transform: scale(1.05);
}

.section-header {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem;
    position: relative;
}

.section-header::after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: var(--active-color);
    display: block;
    margin: 10px auto;
    border-radius: 5px;
}

.content-section,
.section {
    padding: 40px 20px;
    margin-bottom: 40px;
    background-color: var(--section-bg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: transform 0.3s;
}

.content-section.alt-section,
.section.alt-section {
    background-color: var(--section-bg-alt);
}

.content-section:hover,
.section:hover {
    transform: translateY(-5px);
}

.highlight {
    color: var(--active-color);
    font-weight: bold;
    background-color: var(--highlight-bg);
    padding: 2px 5px;
    border-radius: 5px;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    /*margin-top: 15px;*/
    transition: transform 0.4s;
}

.image-container img:hover {
    transform: scale(1.03);
}

.features-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.features-list li {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.2s, transform 0.2s;
}

.features-list li:hover {
    background-color: #eef2ff;
    transform: scale(1.02);
}

.list-group-item {
    border: none;
    border-left: 5px solid var(--active-color);
    margin-bottom: 10px;
    padding-left: 15px;
    transition: background-color 0.3s;
}

.list-group-item:hover {
    background-color: #f8f9fc;
}

.fade-in {
    animation: fadeIn 1.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* -----------------------------Backend devlopment---------------------------------- */

h1,
h2,
h3 {
    color: var(--color-first);
    font-weight: bold;
}

.backend-devlopment-heading {
    background: linear-gradient(135deg, #2c3126, #3a7575);
}

.backend-devlopment-heading h1 {
    color: white;
}

.backend-devlopment-heading p {
    color: white;
}

.btn-primary {
    background-color: var(--active-color);
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    border-radius: 30px;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease;
}

.btn-primary:hover {
    background-color: #1f325c;
    color: #fff;
    transform: scale(1.05);
}

.section-header {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem;
    position: relative;
}

.section-header::after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: var(--active-color);
    display: block;
    margin: 10px auto;
    border-radius: 5px;
}

.content-section,
.section {
    padding: 40px 20px;
    margin-bottom: 40px;
    background-color: var(--section-bg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: transform 0.3s;
}

.content-section.alt-section,
.section.alt-section {
    background-color: var(--section-bg-alt);
}

.content-section:hover,
.section:hover {
    transform: translateY(-5px);
}

.highlight {
    color: var(--active-color);
    font-weight: bold;
    background-color: var(--highlight-bg);
    padding: 2px 5px;
    border-radius: 5px;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    /*margin-top: 15px;*/
    transition: transform 0.4s;
}

.image-container img:hover {
    transform: scale(1.03);
}

.features-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.features-list li {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.2s, transform 0.2s;
}

.features-list li:hover {
    background-color: #eef2ff;
    transform: scale(1.02);
}

.list-group-item {
    border: none;
    border-left: 5px solid var(--active-color);
    margin-bottom: 10px;
    padding-left: 15px;
    transition: background-color 0.3s;
}

.list-group-item:hover {
    background-color: #f8f9fc;
}

.fade-in {
    animation: fadeIn 1.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ---------------------Responsive web design---------------------------- */

.header-section {
    background: var(--gradient-bg);
    color: #fff;
    text-align: center;
}

.header-section h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    animation: fadeIn 2s ease-in-out;
}

.header-section p {
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.9;
}

.content-section,
.testimonial-section,
.cta-section {
    padding: 50px 20px;
}

.feature-box {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.feature-box:hover img {
    transform: scale(1.05);
}

.testimonial-card {
    background-color: #e0e4f1;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.testimonial-card::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    top: -20px;
    right: -20px;
    border-radius: 50%;
    z-index: 0;
}

.cta-section {
    background: var(--gradient-bg);
    color: #fff;
    text-align: center;
    border-radius: 12px;
}

.btn-cta {
    background-color: #fff;
    color: var(--color-first);
    padding: 12px 30px;
    font-weight: bold;
    border: 2px solid #fff;
    transition: background-color 0.3s, color 0.3s;
}

.btn-cta:hover {
    background-color: var(--active-color);
    color: #fff;
}

/* Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* -------------------web mentanance----------------------- */

/* Hero Section with Background */
.hero-section {
    background: var(--gradient-bg);
    color: white;

    text-align: center;
    border-bottom: 5px solid var(--active-color);
}

.hero-section h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.hero-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 400;
}

.hero-section button {
    padding: 12px 30px;
    font-size: 1.1rem;
    background-color: var(--active-color);
    color: white;
    border: none;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.hero-section button:hover {
    background-color: var(--hover-color);
}

/* Service Section */
.service-section {
    padding: 60px 20px;
}

.section-heading {
    color: var(--color-first);

    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 1.5rem;
    font-weight: bold;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
}

.card-body {
    text-align: center;
    padding: 25px;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.icon {
    font-size: 2.5rem;
    color: var(--color-first);
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.icon:hover {
    transform: scale(1.1);
}

.card-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.card-text {
    font-size: 1rem;
    color: var(--paragraph-color);
}

/* Benefits Section */
.benefits-section {
    background: #f8f9fa;

    border-radius: 15px;
}

.benefits-section .list-group-item {
    font-size: 1.1rem;

    border: none;
    background: transparent;
    transition: background-color 0.3s ease;
}

.benefits-section .list-group-item:hover {
    background-color: var(--active-color);
    color: white;
}

/* Process Section */
.process-section {
    padding: 60px 20px;
}

.process-section ol {
    padding-left: 20px;
    font-size: 1.1rem;
}

.process-section li {
    padding: 10px 0;
}

/* Testimonials Section */
.testimonials-section {
    background: #fff;
    padding: 60px 20px;
    text-align: center;
}

.blockquote {
    font-style: italic;
    font-size: 1.1rem;
    color: #ffffff;
    border-left: 5px solid var(--text-color);
    padding-left: 20px;
    margin: 20px auto;
    max-width: 800px;
}

.blockquote-footer {
    font-size: 1rem;
    color: pink;
    margin-top: 10px;
}

/* FAQ Section */
.faq-section {
    padding: 60px 20px;
    background-color: #faf6f6;
    border-radius: 15px;
}

.card-header {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn-link {
    color: var(--color-first);
    font-size: 1.1rem;
}

.card-body {
    font-size: 1.1rem;
    color: #555;
}

/* Contact Section */
.contact-section {
    padding: 60px 20px;
    text-align: center;
}

.contact-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.contact-section p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}

.contact-section button {
    padding: 12px 30px;
    font-size: 1.1rem;
    background-color: var(--color-first);
    color: white;
    border: none;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.contact-section button:hover {
    background-color: var(--hover-color);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .section-heading {
        font-size: 1.2rem;
    }

    .card-body {
        padding: 20px;
    }

    .contact-section button {
        padding: 10px 25px;
    }
    .hero-index-heading{
        font-size: 2.0rem;
    }
}

/* ------------------technical support-------------------- */

.technical-support-section {
    padding: 20px 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h1 {
    font-size: 2.8rem;
    color: var(--color-first);
    margin-bottom: 15px;
    position: relative;
}

.section-header h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--active-color);
    margin: 10px auto 0;
}

.section-header p {
    color: var(--text-color);
    max-width: 700px;
    margin: 0 auto;
}

.support-features {
    margin-top: 40px;
}

.support-features .feature-item {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.support-features .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.support-features h3 {
    font-size: 1.6rem;
    color: var(--color-first);
    margin-top: 10px;
}

.support-features p {
    color: #555;
}

.why-choose-us {
    margin-top: 50px;
}

.why-choose-us h2 {
    font-size: 2rem;
    color: var(--color-first);
    margin-bottom: 20px;
}

.why-choose-us ul {
    list-style: none;
    padding: 0;
}

.why-choose-us ul li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.why-choose-us ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--active-color);
    font-size: 1.2rem;
}

.why-choose-us strong {
    color: var(--color-first);
}

.cta {
    text-align: center;
    margin-top: 50px;
}

.cta a {
    padding: 12px 30px;
    font-size: 1.2rem;
    text-decoration: none;
    background-color: var(--active-color);
    color: #fff;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.cta a:hover {
    background-color: var(--color-first);
}

/* --------------------regular updates------------------        */

header h1 {
    color: var(--color-first);
}

.update-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
    background-color: #f9f9f9;
}

.update-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.update-date {
    color: var(--text-color);
    font-size: 0.9em;
}

.update-title {
    font-size: 1.4em;
    font-weight: bold;
    color: var(--color-first);
}

.btn-primary {
    margin-top: 10px;
    background-color: var(--active-color);
    border-color: var(--active-color);
}

.btn-primary:hover {
    background-color: darken(var(--active-color), 10%);
}

.update-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}
/* ----------footer us csss end---------------- */

.hero-section {
    background-color: var(--color-first);
    color: #ffffff;
    padding: 60px 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}

/* .service-image {
    max-width: 150px;
    border-radius: 5px;
} */

.footer-section {
    background-color: var(--color-first);
    color: #ffffff;
    padding: 20px;
    margin-top: 40px;
}

h2.section-header {
    color: var(--color-first);
}

.btn-custom {
    background-color: var(--active-color);
    color: #ffffff;
}

.btn-custom:hover {
    background-color: var(--text-color);
}

/* ----------------------------------------------------------------------------- */

/* ------------------------------ui-ux design--------------------------------------- */

.hero-section {
    background-color: var(--color-first);
    color: #ffffff;
    /* White text for contrast on dark background */
    padding: 60px 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.service-image {
    width: 100%;
    border-radius: 8px;
}

.footer-section {
    background-color: var(--color-first);
    color: #ffffff;
    padding: 20px;
    margin-top: 40px;
}

.case-study {
    background-color: #f8f9fa;
    /* Light background for case studies */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 15px;
    color: var(--color-first);
    /* Text color inside case studies */
}

h2.section-header {
    color: var(--color-first);
    /* Custom color for section headers */
}

.btn-custom {
    background-color: var(--active-color);
    /* Active button color */
    color: #ffffff;
    /* White text for buttons */
}

.btn-custom:hover {
    background-color: var(--text-color);
    /* Change on hover */
}

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--color-first);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: 0.5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    background: var(--active-color);
    right: 0;
    bottom: 0;
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: 0.5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    color: #000000;
    border: 2px solid #000;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: 0.5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

.project-img img {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

/*** Project End ***/
.digital-button {
    background: linear-gradient(135deg, #2a407c, #1a0272);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.digital-button:hover {
    background: linear-gradient(135deg, #1a0272, #3a7575);
    box-shadow: 0 0 10px #3a7575, 0 0 20px #2a407c;
    transform: translateY(-3px);
}

.digital-button i {
    font-size: 20px;
}

/* ----------------------------------------- */

/*** Category ***/
.cat-item div {
    background: #eeeded;
    border: 1px dashed #410a3d;
    padding: 20px;
}

.cat-item img {
    background: #ffffff;
    border: 1px dashed #410a3d;
    transition: 0.5s;
    overflow: hidden;
}

.cat-item:hover img {
    background: var(--color-first);
    border-color: transparent;
    transform: scale(1.1); /* Enlarges element by 20% */
    transition: transform 0.1;
    overflow: hidden;
    border: 1px dashed white;
}

.cat-item:hover div {
    transform: scale(1.1); /* Enlarges element by 20% */
    transition: transform 0.1;
    overflow: hidden;
    border: 1px dashed white;
    padding: 20px 35px;
}

.cat-item:hover span * {
    color: #ffffff !important;
}

/* ------------------------------------------------------------------------- */

/* .job-header-img {
    position: relative;
    box-shadow: 1px 1px 3px #7a7a7a;
} */
.animated-text {
    /* position: absolute; */
    left: 5%;
    /* top: 50%; */
    /* transform: translate(0, -50%); */
    font-size: 40px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: "Poppins", serif;
}

.animated-text p {
    display: inline;
    padding-right: 12px;
}
.animated-text .word {
    position: absolute;
    width: 600px;
    opacity: 0;
}
@media only screen and (max-width: 767px) {
    .animated-text {
        font-size: 18px;
    }
    .animated-text p {
        padding-right: 6px;
    }
    .animated-text .word {
        width: 250px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .animated-text {
        font-size: 30px;
    }
    .animated-text .word {
        width: 240px;
    }
}

.animated-text .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
    text-shadow: 4px 4px 6px rgb(0, 0, 0);
    font-weight: 700;
}

.animated-text .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.animated-text .letter.behind {
    transform: rotateX(-90deg);
}

.animated-text.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animated-text .wisteria {
    color: #8e44ad;
}

.animated-text .belize {
    color: #2980b9;
}

.animated-text .pomegranate {
    color: #c0392b;
}

.animated-text .green {
    color: #16a085;
}

.animated-text .midnight {
    color: #c3e1ff;
}
