@media (max-width: 991px) {
    #header .header-nav-main nav > ul li:last-child {
            border-bottom: 0;																																					
            padding-left: 0;
        }
    #header .header-nav-main nav > ul li:nth-last-child(2) {
            border-bottom: 0;																																					
        }
    }
    
    @media (min-width: 992px) {
    /*#header .header-nav-main nav > ul li:last-child {
            border-bottom: 0;																																					 */
           /* padding-left: 3.75rem; 
        }*/
    .last-btn {
        padding-left: 3.75rem;
    }    
    }

    /* Gradient animation 1st slider */

    .animated-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, #b5de18 98%);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        z-index: 0;
    }

    @keyframes gradient {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    .wave {
        background: rgb(255 255 255 / 25%);
        border-radius: 1000% 1000% 0 0;
        position: absolute;
        width: 200%;
        height: 12em;
        animation: wave 10s -3s linear infinite;
        transform: translate3d(0, 0, 0);
        opacity: 0.8;
        bottom: 0;
        left: 0;
        z-index: 1; /* Above the background but below the content */
    }

    .wave:nth-of-type(2) {
        bottom: -1.25em;
        animation: wave 18s linear reverse infinite;
        opacity: 0.8;
    }

    .wave:nth-of-type(3) {
        bottom: -2.5em;
        animation: wave 20s -1s reverse infinite;
        opacity: 0.9;
    }

    @keyframes wave {
        2% { transform: translateX(1); }
        25% { transform: translateX(-25%); }
        50% { transform: translateX(-50%); }
        75% { transform: translateX(-25%); }
        100% { transform: translateX(1); }
    }

    .owl-item .container, .owl-item .d-flex, .owl-item h3, .owl-item h1, .owl-item p {
        position: relative;
        z-index: 2; /* Above the waves */
    }
    
    .floating-svg {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        animation: float 4s ease-in-out infinite;
    }

    @keyframes float {
        0%, 100% {
            transform: translateY(-50%);
        }
        50% {
            transform: translateY(-55%);
        }
    }

    .owl-item {
        position: relative;
    }

    /* moon animation */
    
    @keyframes move-background {
    from {
        transform: translate3d(0px, 0px, 0px);
    }
    to { 
        transform: translate3d(1000px, 0px, 0px);
    }
    }

    @-webkit-keyframes move-background {
    from {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    to { 
        -webkit-transform: translate3d(1000px, 0px, 0px);
    }
    }

    @-moz-keyframes move-background {    
    from {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    to { 
        -webkit-transform: translate3d(1000px, 0px, 0px);
    }
    }

    .background-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    }

    .background-container .stars {
    background: black url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/stars.png) repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    }

    .background-container .twinkling {
    width: 10000px;
    height: 100%;
    background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/twinkling.png") repeat;
    background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    
    animation: move-background 70s linear infinite;
    -webkit-animation: move-background 70s linear infinite;
    -moz-animation: move-background 70s linear infinite;
    -ms-animation: move-background 70s linear infinite;
    -o-animation: move-background 70s linear infinite;
    }

    .background-container .clouds {
    width: 10000px;
    height: 100%;
    background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/clouds_repeat.png") repeat;
    background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: none;

    animation: move-background 150s linear infinite;
    -webkit-animation: move-background 150s linear infinite;
    -moz-animation: move-background 150s linear infinite;
    -ms-animation: move-background 150s linear infinite;
    -o-animation: move-background 150s linear infinite;
    }

    /* .background-container img {
    height: 70vh;
    width: 70vh;
    position: absolute;
    z-index: 3;
    right: 20px;
    } */

    /* .background-container img {
        height: 70vh;
        width: 70vh;
        position: absolute;
        z-index: 3;
        right: 20px;
        animation: rotateMoon 220s linear infinite; 
    }

    @keyframes rotateMoon {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    } */

    /* .clouds {
        visibility: hidden;
    } */

    .earth {
        visibility: hidden;
    }

    #typed-text{
        color: #0088CC; 
    }
    .typed-cursor {
        color: #fff; /* Change to the desired cursor color */
        font-weight: normal;
    }

    .calendly-overlay .calendly-popup {min-height: 690px;}

    @media (min-width: 992px) {
    .video.section.section-text-light.section-center.section-overlay-opacity.section-overlay-opacity-scale-8.mb-0 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    }
 
    /* ================service we offer =================== */
    .services-section {
            padding: 50px 4%;
            max-width: auto;
            background-color: #000;
            margin: 50px auto;
            margin-bottom: 0px;
        }

        .services-section h1 {
            margin-bottom: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
        }
        
        .services-section hr{
            border: 1px solid #ffffff1a;
            margin: 32px 0;
        }

        .service-item {
            background-color: #000;
            /* border-bottom: 1px solid #333; */
        /*     margin-bottom: 15px; */
            padding: 20px;
            transition: all 0.7s ease;
            transform-style: preserve-3d;
            position: relative;
            overflow: hidden;
            height: 80px;
        }

        .service-header {
            display: flex;
            align-items: center;
        }

        .number {
            color: #0088CC;
            font-size: 24px;
            margin-right: 48px;
        }

        .service-title {
            font-size: 64px;
            font-weight: bold;
            margin-bottom: 0px;
            color: rgb(125, 125, 130);
            text-transform: none;
        }

        .service-description {
            color: #97979b;
            font-size: 20px;
            margin-top: 50px;
            margin-left: 75px;
            opacity: 0;
            max-height: 0;
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .service-more_button {
            margin-left: 75px;
            text-align: left; 
            padding-left: 5px;
        }

        .first_service-more_button{
            margin-left: 75px;
            margin-top: 48px; 
            text-align: left; 
            padding-left: 5px;
        }

        .service-item:hover {
            height: 250px; /* Expand height on hover */
        }

        .service-item:hover .service-description {
            opacity: 1;
            max-height: 100px;
        }

        .service-item:hover .service-title {
            color: #fff;
        }

        .service-item:hover .number {
            color:  rgb(125, 125, 130);
            font-size: 24px;
            margin-right: 48px;
        }

        /* General Styling */
        @media (max-width: 768px) {
        .services-section {
        padding: 20px 2%;
        }

        .services-section h1 {
        font-size: 20px;
        }

        .service-item {
        height: 42px; /* Flexible height for mobile */
        padding: 15px;
        cursor: pointer;
        }

        .service-header {
        display: flex;
        justify-content: space-between;
        align-items: center; /* Ensure number and title are aligned */
        flex-wrap: nowrap; /* Prevent the title from moving to the next line */
        }

        .number {
        font-size: 18px;
        margin-right: 10px;
        }

        .service-title {
        font-size: 24px;
        margin-bottom: 0;
        color: rgb(125, 125, 130);
        flex-grow: 1; /* Ensure the title takes up available space */
        }

        .service-description {
        font-size: 16px;
        margin-top: 20px;
        margin-left: 0;
        max-height: 0;
        opacity: 0;
        transition: all 0.3s ease;
        overflow: hidden;
        }

        .service-more_button {
        margin-left: 0;
        margin-top: 0px;
        }

        .first_service-more_button{
        margin-left: 0px;
        margin-top: 05px; 
        text-align: left; 
        padding-left: 5px;
        }

        .btn {
        font-size: 1rem;
        padding: 10px 12px;
        }

        /* Handle the active state for clicked items */
        .service-item:hover .service-description {
        max-height: 100px;
        opacity: 1;
        }

        .service-item:hover {
        height: 258px;
        }

        .service-item:hover .number {
        color:  rgb(125, 125, 130);
        font-size: 18px;
        margin-right: 10px;
        }
        }

        /* Tablet-specific styling (768px to 1024px) */
        @media (min-width: 768px) and (max-width: 1024px) {
        .services-section {
        padding: 30px 3%;
        }

        .services-section h1 {
        font-size: 22px;
        }

        .service-item {
        height: 60px; /* Adjust height for tablets */
        padding: 18px;
        cursor: pointer;
        }

        .service-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        }

        .number {
        font-size: 22px;
        margin-right: 30px;
        }

        .service-title {
        font-size: 42px; /* Adjust font size for tablets */
        margin-bottom: 0;
        color: rgb(125, 125, 130);
        flex-grow: 1;
        }

        .service-description {
        font-size: 18px; /* Adjust font size for tablet */
        margin-top: 25px;
        margin-left: 50px;
        max-height: 0;
        opacity: 0;
        transition: all 0.3s ease;
        overflow: hidden;
        }

        .service-more_button {
        margin-left: 50px;
        margin-top: 20px;
        }

        .first_service-more_button {
        margin-left: 50px;
        margin-top: 25px;
        text-align: left;
        padding-left: 5px;
        }

        .btn {
        font-size: 1.1rem;
        padding: 12px 15px;
        }

        /* Adjust hover states for tablets */
        .service-item:hover {
        height: 220px; /* Expand height on hover */
        }

        .service-item:hover .service-description {
        opacity: 1;
        max-height: 100px;
        }

        .service-item:hover .service-title {
        color: #fff;
        }

        .service-item:hover .number {
        color: rgb(125, 125, 130);
        font-size: 22px;
        margin-right: 30px;
        }
        }

        /* testimonial */
        .owl-carousel .owl-nav {
            top: 62%;
            position: absolute;
            width: 100%;
            margin-top: 0;
            transform: translate3d(0, -50%, 0);
        }

        .testimonial.testimonial-style-2 .testimonial-author .country img {
            margin: 0 5px 0px;
            max-width: 60px;
            max-height: 60px;
        }

        .country .country-flag.custom-size {
            height: 16px;
            margin-top: -2px;
            width: 16px;
        }
         .country {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            justify-content: center;
        }

        /* =============services we provide========== */
        .tech-slider-section {
            text-align: center;
            padding: 20px;
            background-color: #f9f9f9;
          }
          
          .owl-carousel .item {
            display: flex;
            justify-content: center;
            align-items: center;
          }
          
          .owl-carousel .item img {
            width: 100px;
            height: 100px;
            filter: grayscale(100%);
            transition: filter 0.3s ease;
          }
          
          .owl-carousel .item img:hover {
            filter: grayscale(0%);
          }
        
        /* contaact section */
        .project-idea-section {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 50px 20px;
            background-color: #c2cad1;
        }
        
        .idea-container {
            display: flex;
            width: 100%;
            max-width: 1200px;
            flex-wrap: wrap;
        }
        
        .text-section {
            width: 40%;
            padding-right: 20px;
            display: flex;
            justify-content: center;
            align-items: flex-start;
        }
        
        .heading {
            font-size: 3em;
            font-weight: bold;
            color: black;
            line-height: 1.4;
            text-align: left;
        }
        
        .project-form {
            width: 60%;
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .form-group {
            width: calc(50% - 10px);
        }
        
        label {
            display: block;
            font-size: 16px;
            margin-bottom: 5px;
            color: #000;
            font-weight: bold;
        }
        
        .form-group input,
        .form-group select,
        textarea.idea_input {
            width: 100%;
            padding: 12px 0px;
            border: none;
            border-bottom: 2px solid black;
            background-color: transparent;
            font-size: 16px;
            outline: none;
        }
        
        textarea.idea_input {
            resize: vertical;
            height: 80px;
        }
        
        ::placeholder {
            color: #000000; /* Makes the placeholder visible */
            opacity: 1; /* Ensures the color is not faded */
        }
        
        .submit-btn {
            width: 100%;
            padding: 15px;
            background-color: black;
            color: white;
            border: none;
            font-size: 16px;
            text-transform: uppercase;
            cursor: pointer;
            transition: background-color 0.3s ease;
            margin-top: 15px;
        }
        
        .submit-btn:hover {
            background-color: #333;
        }
        
        /* Mobile styling */
        @media screen and (max-width: 768px) {
            .container {
                flex-direction: column;
            }
        
            .text-section,
            .project-form {
                width: 100%;
            }
        
            .form-group {
                width: 100%;
            }
        
            .heading {
                font-size: 2.2em;
                margin-bottom: 20px;
            }
        }

        .testimonial {
            min-height: 350px; /* Adjust this height based on the content length */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .testimonial blockquote {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        