/* Mobile Specific Styles */
@media (max-width: 768px) {

  
    
    html, body {
        overflow-x: hidden !important;
    }
    /* Hide web video and show mobile video */
    .web-video {
        display: none;
    }

    .web-container{
        display: none;
    }

    .variants{
        display: none;
    }

    .child-3{
        display: none;
    }
    
    .brands-section-h1{
        display: none;
    }

    .brands-section-p{
        display: block;
    }

    .mobile-container{
        display: block;
        margin-top: -57px;
    }

    .mobile-video {
        display: block;
    }

    .mobile-video1{
        display: block;
        width: 147%;
        margin-left: -63px;
        margin-bottom: 10px;
        margin-top: 30px;
    }


    .nav-logo img{
        height: 25px;
    }

    .terminal-text1{
        bottom: -58px;
        left: -9px;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        font-size: 13px;
        position: relative;
    }

    .terminaltext2{
        font-size: 13px !important;
    }

    .terminaltext3{
        font-size: 13px !important;
    }

    .headingText1{
        font-size: 64px !important;
    }
    .headingText2{
        font-size: 42px !important;
    }
    .headingText3{
        font-size: 47px !important;
    }

    .web-pic {
        display: none;
    }

    .mobile-pic {
        display: block;
    }

    .hero-section {
        margin-top: 0;
    }

    /* Fix margin/padding issues */
    .main-header, .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Remove white space */
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    .navbar-toggler{
        background: #e74c3c !important;
        padding: 10px !important;
        border-radius: 50px !important;
        color: #FFF !important;
        border: none !important;
        height: 35px !important;
        width: 35px !important;
    }
    .navbar-toggler-icon{
        color: white !important;
        margin-left: -7px !important;
        margin-top: -2px !important;
    }
}

/* Desktop Specific Styles */
@media (min-width: 769px) {
    
    /* Hide mobile video and show web video */
    .mobile-video {
        display: none;
    }
    .mobile-video1 {
        display: none;
    }



    .web-video {
        display: block;
    }
    .web-container{
        display: block;
    }

    .mobile-container{
        display: none;
    }
    
    .variants{
        display: block;
    }

    .web-pic {
        display: block;
    }

    .mobile-pic {
        display: none;
    }

    .brands-section-h1{
        display: block;
    }

    .brands-section-p{
        display: none;
    }

    .navbar-toggler{
        background: #e74c3c !important;
        padding: 10px !important;
        border-radius: 50px !important;
        color: #FFF !important;
        border: none !important;
        height: 40px !important;
        width: 40px !important;
    }
    .navbar-toggler-icon{
        padding-top: 3px !important;
        color: white !important;
        margin-left: -5px;
    }
}

@media (max-width: 768px) {
    .main-container {
        padding: 20px;
    }
    .variants {
        flex-direction: column;
    }
    .product {
        flex: 0 0 calc((100% - 60px) / 1);
        margin: 0 10px;
        height: 380px;
        margin-bottom: 10px;
    }

    .productIMG1{
        height: 327px;
        margin-top: -84px;
        margin-left: -26px;
    }

    .productIMG2{
        height: 227px;
        margin-top: -1px;
        margin-left: 12px;
    }
    .productIMG3{
        margin-top: 0px;
    }

    .product-name{
        padding-top: 15px;
        font-size: 23px;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {

    .brands-section h1{
        font-size: 18px !important;
        text-align: center;
        padding-top: 50px;
    }


    .brands-section-p{
        padding-top: 50px !important;
    }

    .brands-section h6{
        text-align: center;
    }

    .globalTxt{
        font-size: 15px !important;
        text-align: center !important;
        font-weight: 500 !important;
        display: none;
    }
    

    .brands-section {
        padding: 0px 0px; /* Adjust padding for mobile */
    }
    .row {
        flex-direction: column; /* Stack columns on mobile */
        margin-top: 30px; /* Adjust margin between sections */
    }

    .col-md-6 {
        width: 100%; /* Make columns full width */
        padding: 10px; /* Add some padding for mobile */
    }


    .brand-image{
        margin: auto;
        width: 50%;
    }

    .brandImage-P{
        font-size: 18px !important;
        font-weight: 400 !important;
        text-align: center !important;
    }

    .brand-image img {
        width: 100%; /* Ensure images are responsive */
        height: auto; /* Maintain aspect ratio */
        padding-left: 10px;
        padding-right: 10px;
    }

    .background-container {
        padding: 10px; /* Add padding around the background container */
    }

    a.more-details {
        top: 224px;
        right: 1px;
        font-size: 12px;
    }

    .brands-overlay img {
        width: 58px;
        object-fit: contain;
        height: 58px;
        padding: 5px;
        transition: transform 0.3s;
        padding-left: 20px;
    }

    .brands-overlay {
        padding: 5px; /* Adjust padding */
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .valueAdded-heading {
        padding-left: 0;
        font-size: 28px;
    }
    
    .pos-img img {
        max-width: 80%; /* Reduced image size on smaller screens */
        margin: 0 auto;
        display: block;
        height: auto;
    }

    .valueAdded-title {
        font-size: 28px;
        text-align: center;
        margin-left: 0;
    }

    .subtract-img {
        margin-top: -50px;
    }

    .subtract-img img{
        max-width: 100%;
        height: auto;
        margin-top: -60px;
    }
    
    .subtract-text {
        font-size: 14px;
        bottom: 23px;
    }

    .big-circle {
        height: 50px;
        width: 50px;
        margin-left: 38px
    }

    .round-arrow {
        width: 15px;
        height: 15px;
    }

    #dynamicHeading{
        margin-left: -21px;
    }
}

@media (max-width: 576px) {
    .valueAdded-title {
        font-size: 22px;
    }

    .valueAdded-span1, .valueAdded-span3 {
        font-size: 40px;
        margin-left: 24px;
        font-weight: bold;
    }

    .valueAdded-ancher{
        display: none;
    }

    .valueAdded-span2 {
        font-size: 44px;
        margin-left: 23px;
        font-weight: bold;
    }

    .subtract-img {
        margin-top: -30px;
    }

    .subtract-text {
        font-size: 14px;
        bottom: 23px;
    }

    #dynamicHeading{
        margin-left: -21px;
    }

    .big-circle {
        height: 35px;
        width: 35px;
        margin-top: -24px;
    }

    .round-arrow {
        position: absolute;
        top: 92.5% !important;
        left: 15% !important;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        z-index: 10;
    }

    .MobileNewImage{
        width: 90%;
        margin-left: 15px;
    }
    .program-heading{
        padding-left: 48px !important;
        font-weight: bold;
        padding-top: 20px;
        font-size: 25px;
    }
}
@media (max-width: 768px) {
    .testimonials .info{
        max-width: 100%;
    }

    .carousel{
        margin-top: 30px;
    }

    .pos-img img{
        display: none;
    }
    .testimonial-card{
        margin-top: 40px;
        max-width: 90%;
        margin-top: 40px;
        margin-left: 18px;
    }

    .testimonials{
        display: block;
    }
    .testimonials .info h2{
        text-align: center;
        font-size: 36px;
    }
}


/* Responsive styling for mobile view */
@media (max-width: 768px) {
    .cta {
        flex-direction: column;
        text-align: center;
        padding: 19px 16px;
        height: 10px;
        padding-top: 39px;
        width: 65%;
        margin: auto;
        margin-bottom: 31px;
    }

    .sixth-div{
        background-attachment: scroll;
    }

    .footer-line p{
        font-size: 14px;
        display: contents;
    }

    .cta h2 {
        font-size: 30px; /* Adjust font size for mobile */
        padding-left: 0;  /* Remove padding for mobile */
        margin-bottom: 20px; /* Add space between heading and button */
    }

    .cta a {
      display: none;
    }
}

@media (max-width: 576px) {
    .cta h2 {
        font-size: 25px; /* Further reduce font size for small mobile screens */
    }

    .cta a{
      display: none;
    }
}

/* Responsive styles */
@media (max-width: 768px) {

    .background-container{
        display: none;
    }

    .brandImage-P{
        display: none;
    }

    .brands-section h6{
        display: none;
    }

    .brandSecond-image{
        margin-top: -60px;
    }

    
}

@media (max-width: 576px) {
    footer {
        text-align: left; /* Align content to the left */
        padding: 50px 0; /* Restore original padding */
    }

    .logo {
        text-align: center; /* Align logo to the left */
        margin-top: -30px;
    }

    .footer-items {
        text-align: center; /* Align list items to the left */
        justify-content: center;
    }

    .footer-items li {
        display: contents;
        font-size: 13px;
        justify-content: center;
    }

    .footer-ul {
        text-align: center; /* Align list items to the left */
        display: block;
    }

    .footer-h2{
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .footer-p {
        text-align: center; /* Align text to the left */
        font-size: 13px;
    }

    .social-icons {
        text-align: center; /* Align icons to the left */
        margin-top: 38px;
    }
}

  /* Media query for larger screens (tablets and above) */
 


/* Responsive styles for small devices */
@media (max-width: 768px) {
    .seventh-child4 {
        font-size: 20px; /* Adjust font size for smaller screens */
        width: 90%; /* Increase width for better alignment */
    }

   

    .partner-box {
        flex-direction: column; /* Stack logos vertically on small screens */
        height: auto; /* Allow dynamic height */
    }

    .product-box{
        margin-top: 13px;
    }

    .box-align {
        flex-direction: column; /* Stack boxes vertically */
        align-items: center; /* Center content */
    }
}

@media (max-width: 576px) {
    .seventh-child4 {
        font-size: 18px; /* Further reduce font size for very small screens */
    }

    
}

@media screen and (max-width: 1000px) {
    .navbar-brand {
        display: block !important; /* Normal behavior for smaller screens */
        position: static !important; /* Let it flow naturally in the document */
        transform: none !important; /* Remove centering */
      }
}


/* For screens smaller than 1200px (e.g., smaller laptops) */
@media screen and (max-width: 1400px) {
    .pos-img img {
        max-width: 70%; /* Increase width to fill more space */
        height: 513px;  /* Reduce height for smaller laptops */
    }
}



/* Media query for smaller laptops (1024px to 1440px) */
@media screen and (max-width: 1440px) and (min-width: 1024px) {
    .big-circle {
        height: 50px; /* Slightly smaller on smaller laptops */
        width: 50px;
        top: 12%; /* Adjusted position for smaller screens */
        left: 12%;
    }

    .round-arrow {
        height: 18px;
        width: 18px;
        top: 95%;
        left: 9%;
    }
}

/* Media query for even smaller laptop screens (up to 1024px) */
@media screen and (max-width: 1024px) {
    .big-circle {
        height: 45px; /* Further reduce size */
        width: 45px;
        top: 14%; /* Adjusted position */
        left: 14%;
    }

    .round-arrow {
        height: 16px;
        width: 16px;
        top: 95%;
        left: 10%;
    }
}