
.about-area-v3 {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    background-color: #f9f9f9;
    margin: 10px;
}

.about-area-v3 h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
}

.about-area-v3 h4 {
    font-size: 1.4rem;
    color: #003A6A;
    background-color: #e9ecef;
    padding: 10px 15px;
    border-radius: 8px;
    max-width: fit-content;
    margin: auto;
    text-align: center;
}

.info-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.info-box .icon {
    color: #28a745;
    font-size: 20px;
    margin-right: 10px;
}

.info-box .info h6 {
    font-size: 1rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.about-content-box {
    padding: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .about-area-v3 h3 {
        font-size: 1.5rem;
    }

    .about-area-v3 h4 {
        font-size: 1.2rem;
        padding: 8px 10px;
    }

    .info-box .icon {
        font-size: 18px;
    }

    .info-box .info h6 {
        font-size: 0.9rem;
    }

    .info-box {
        margin-bottom: 10px;
        padding: 8px;
    }
}

@media (max-width: 576px) {
    .about-area-v3 h3 {
        margin-top: 339px;
        font-size: 1.3rem;
    }

    .batch-section {
        margin-top: 300px;
    }

    .award-image {
        margin-top: 10px;
        ;
    }

    .about-area-v3 h4 {
        font-size: 1rem;
        padding: 6px 8px;
    }

    .info-box .icon {
        font-size: 16px;
    }

    .info-box .info h6 {
        font-size: 0.8rem;
    }
}
.card-shadow {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.right-cont h5 {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
}

.list-advantages {
    border-top: 3px solid #e0e0e0;
    padding: 0;
}

.ms-3 {
    margin-left: 16px;
}

.flex-cls {
    display: flex;
    align-items: center;
}

.list-advantages-3__title {
    margin: 0;
}

.list-advantages p {
    margin-top: 8px;
    font-size: 14px;
}

/* General Section Styles */
.business-growth-section {
background-color: #fff;
border-radius: 20px;
margin-bottom: 40px;
padding: 40px 0;
}

/* Title Styles */
.business-growth-title {
color: #201630;
font-size: 32px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 30px;
text-transform: uppercase;
}

/* Card Styles */
.growth-card {
background: linear-gradient(135deg, #f9f9f9 50%, #fff 50%);
border-radius: 15px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
padding: 20px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
transition: all 0.3s ease;
}

.growth-card:hover {
transform: translateY(-8px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
background-color: #213555;
color:white;
}

/* Card Icon Styles */
.growth-card-icon {
/* background-color: #ffe1e1; */
padding: 15px;
/* border-radius: 50%; */
margin-bottom: 20px;
transition: background-color 0.3s ease;
}

.growth-card-icon:hover {
background-color:rgb(247, 235, 235);
}

.growth-icon-img {
max-height: 40px;
}

/* Card Text Styles */
.growth-card-text {
text-align: center;
}

.growth-card-title {
color: #201630;
font-size: 20px;
font-weight: 600;
margin-bottom: 12px;
text-transform: capitalize;
}

.growth-card-description {
font-size: 16px;
color: #7f7f7f;
line-height: 1.5;
margin-bottom: 0;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
.business-growth-title {
    font-size: 28px;
}

.growth-card-title {
    font-size: 18px;
}

.growth-card-description {
    font-size: 14px;
}

.growth-card-icon {
    padding: 12px;
}
}
.fixed-icons {
    position: fixed;
    top: 80%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 1000;
}

.icon-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icon {
    width: 50px;
    height: 50px;
    /* background-color: #4CAF50; */
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.icon:hover {
    /* background-color: #3e8e41; */
    transform: scale(1.1);  /* Slightly enlarge the icon when hovered */
}
.icon img {
    width: max-content;
    height: max-content;
}

.id-request-demo1{
    /* margin-left:250px; */
    text-align: center;
background: #f14527;
color: white;
border-radius: 20px;
padding: 5px;
margin-bottom: 30px;
font-weight: 700;
width:max-content;

}
.id-request-demo2{
    /* margin-left:250px; */
    text-align: center;
background: #ff3334;
color: white;
border-radius: 20px;
padding: 5px;
margin-bottom: 30px;
font-weight: 700;


}

@keyframes blinkAct {
        0% { opacity: 1; }
        25% { opacity: 0; }
        50% { opacity: 1; }
        100% { opacity: 0; }
    }

    .blinkAct {
        animation: blinkAct 1s step-end infinite;
    }
    /*timer  */

    .id-request-demo1{
        /* margin-left:250px; */
        text-align: center;
    background: #f14527;
    color: white;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 30px;
    font-weight: 700;
    width:max-content;

    }
    .id-request-demo2{
        /* margin-left:250px; */
        text-align: center;
    background: #ff3334;
    color: white;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 30px;
    font-weight: 700;


    }
 .profile-item {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            padding: 10px;
        }

        .inner-circle {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            border: none;
            display: block;
            justify-content: center;
            align-items: center;
            border: 15px solid #1b9393;
            background-size: 210%;
            background-position: center;
            object-fit: cover;
            align-content: center;
            overflow: auto;
        }

        .inner-circle-mining {
            width: 200px;
            height: 200px;
            border-radius: 10%;
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
            background-image: url("{{ asset('upload/mining.gif') }}");
            background-size: 210%;
            background-position: center;
            object-fit: cover;
            align-content: center;
        }

        .circle-content {
            text-align: center;
            width: 400px;
        }

        .thumbnail {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }

        .thumbnail a {
            flex: 1 1 calc(50% - 10px);
        }

        @media (min-width: 577px) {
            .thumbnail a {
                flex: 1 1 auto;
            }
        }

        .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            /* gap: 15px; */
        }
   

        .card-item {
            flex: 1 1 calc(50% - 10px);
            /* Adjust to ensure two columns */
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 5px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

        .box {
            border-radius: 5px;
            color: #856404;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .bot-gif {
            max-width: 20%;
            height: auto;
        }

        @media (max-width: 576px) {
            .card-item {
                flex: 1 1 100%;
                /* Stack vertically on mobile */
            }
        }


        .progress-bar-container {
            width: 80%;
            margin: 0 auto;
            height: 30px;
            border-radius: 10px;
            background-color: lightgray;
            overflow: hidden;
        }

        /* .progress-bar-fill {
                height: 100%;
                border-radius: 10px;
                background-color: #edba14;
                transition: width 0.3s ease;
            } */

        .progress-bar-fill {
            height: 100%;
            border-radius: 10px;
            background: linear-gradient(to right, red, yellow, green);
            transition: width 0.3s ease, background 0.3s ease;
            width: 0%;
            /* Default to 0% width */
        }


        #progressText {
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            margin-top: 5px;
        }

        .item-container {
            display: inline-block;
        }

        .flip-card {
            background-color: transparent;
            width: 80px;
            height: 50px;
            perspective: 1000px;
        }

        .flip-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
            transform-origin: top;
        }

        .flip-card-front,
        .flip-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .flip-card-front {
            background-color:#213555;
            color: white;
            font-size: 26px;
        }

        .flip-card-back {
            background-color: #f1ecf1;
            color: white;
            transform: rotateX(180deg);
        }

        .flip {
            transform: rotateX(180deg);
        }
 body {
    font-family: 'Arial', sans-serif;
       color: #333;
    line-height: 1.6;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
    font-weight: 600; /* Semi-bold for headings */
    color: #333;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    font-size: 1rem;
    margin-bottom: 15px;
}

ul, li {
    font-size: 1rem;
    line-height: 1.8;
    list-style: none;
    margin: 0;
    padding: 0;
}
   .pfeature li{
    font-size: 0.9rem;
    font-weight: 400;
    color:#FF5722;
    line-height: 45px;
   }
   .pfeature li i{

    background-color: #FFC107;
    color:white;

   }
  
    /* Fix the issue with heading at the bottom */
    h2 {
      font-family: 'Arial', sans-serif;
      font-size: 30px;
      color: #333;
/* Ensure there's space below the heading */
      position: relative;

    }
  
    /* Ensure no overlapping containers */
    .testimonial-section-two {
      position: relative;
      z-index: 1;
    }
  
    .faq-item {
        color:white;
      margin-bottom: 0.3rem;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, background-color 0.3s ease;
    }
    
    .faq-item:hover {
      transform: translateY(-5px);
    }
    
    .accordion-button {
      font-size: 18px;
      font-weight: bold;
      color: #333;
      background-color:#E64A19;
      border-radius: 8px;
      padding: 15px;
      transition: background-color 0.3s ease, color 0.3s ease;
    }
    
    .accordion-button:hover {
      background-color: #E64A19;
      color: white;
    }
    
    .accordion-button.collapsed {
        color:white;
      background-color:#E64A19;
    }
    
    .accordion-button:not(.collapsed) {
      background-color: #ffcc80;
    }
    
    .accordion-body {
        color:white;
      font-size: 16px;
      color: #444;
      background-color: #f4f4f4;
      padding: 15px;
      border-top: 1px solid #ddd;
      border-radius: 0 0 8px 8px;
    }
  
    .accordion-collapse {
      background-color: #f0f0f0;
    }
  
    .accordion-header {
        color:white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color:#E64A19;
      padding: 10px 15px;
      border-radius: 8px 8px 0 0;
      cursor: pointer;
    }
  
    .accordion-item {
      margin-bottom: 15px;
    }
  
    .accordion-button::after {
      content: '\002B'; /* Plus symbol */
      font-size: 22px;
      color: #333;
      transition: transform 0.3s ease;
    }
    
    .accordion-button.collapsed::after {
      content: '\2212'; /* Minus symbol */
      transform: rotate(0deg);
    }
    
    .accordion-button:not(.collapsed)::after {
      transform: rotate(45deg);
    }
  
    .faq-item:hover .accordion-button {
      background-color: #e58d00;
    }
  
    .faq-item:hover .accordion-body {
      background-color: #fff8e1;
    }
    
    .text-center {
      text-align: center;
    }

    .banner-section .auto-container {
        background-image: url('assets/images/landing/1.png');
        background-size: cover;
        background-position: center;
        height: 90vh;
        width:100%;
        /* Ensure the container takes the full height of the viewport */
        position: relative;
        /* To ensure content is properly layered over the background */
    }
    @media (max-width: 768px) {
        .banner-section .auto-container {
    background-size: cover;  /* Ensure the full image is shown */
    background-position: center;  /* Center the image */
    height: auto;  /* Adjust the container height for mobile */
    background-repeat: no-repeat;
  }
}

    /* Content box style */
    .content-box {
        padding: 50px;
        color: #fff;
        /* Make sure the text is visible over the image */
    }

/* Ensuring the form stays visible on small screens */
@media (max-width: 768px) {
    .banner-section .auto-container {
        height: auto !important; /* Ensure content is not cut off */
    }
    
    /* Ensure the form takes full width on smaller devices */
    .col-lg-4 {
        padding: 15px;
    }

    .col-lg-4.col-12 {
        width: 100%; /* Ensure the form is not hidden */
    }
}
.id-section-padding-20{
    padding: 30px 0px 50px;
}
.id-section-padding-10{

    padding: 10px 0px 40px;
}

    body {
        font-family: 'Arial', sans-serif;
    }
    .pricing-section {
        background:#201630;
        padding: 60px 0;
    }
    .pricing-section h2 {
        color: #fff;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
    }
    .pricing-card {
        background-color: #fff;
        border-radius: 12px;
        padding: 30px;
        text-align: center;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .pricing-card h4 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }
    .pricing-card h3 {
        font-size: 2rem;
        color: #007bff;
        margin-bottom: 20px;
    }
    .pricing-card ul {
        list-style: none;
        padding: 0;
        margin: 20px 0;
        color: #555;
        text-align: left;
        }
    .pricing-card ul li {
        margin: 2px 0;
        font-size: 1rem;
        position: relative;
        padding-left: 30px;
    }
    .pricing-card ul li::before {
        content: '\2713';
        position: absolute;
        left: 0;
        top: 0;
        color: #28a745;
        font-weight: bold;
    }
    .pricing-card .btn-custom {
        background-color: #ff5722;
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-size: 1rem;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }
    .pricing-card .btn-custom:hover {
        background-color: #e64a19;
    }
    .icon-container {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #ffc107;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon-container i {
        font-size: 24px;
        color: #fff;
    }

    .services-section {
        background:#E64A19;
        padding: 60px 0;
        color: #fff;
    }
    .services-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        position: relative;
    }
    .services-section h2::after,
    .services-section h2::before {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background: #fff;
        margin: 10px auto 0;
    }
    .service-card {
        background:#201630;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        border:1px solid white;
        /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        color: #fff;
    }
    .service-card h5{
        color:white;
    }
    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }
    .service-card i {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    .service-card h5 {
        font-size: 1.25rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
/* by 1/8/25 */
.why-choose-us-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

.why-choose-us-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.card-layout {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.why-choose-us-card {
    background-color: white;
    border-radius: 19px;
    padding: 14px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.why-choose-us-card:hover {
    transform: translateY(-10px);
}

.card-icon {
    font-size: 3rem;
    color: #FF5757;
    margin-bottom: 20px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-description {
    color: #555;
}

/* Large screen: 4 cards per row */
@media (min-width: 992px) {
    .card-layout {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Medium screen: 2 cards per row (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    .card-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Small screen: 1 card per row (mobile) */
@media (max-width: 767px) {
    .card-layout {
        grid-template-columns: repeat(1, 1fr);
    }
    .why-choose-us-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}
}
