@media (min-width: 1024px) and (max-width: 1366px) {
    .container {
        max-width: 100% !important;
        /* Full width */
        padding-left: 0 !important;
        /* Remove left padding */
        padding-right: 0 !important;
        /* Remove right padding */
    }

    .px-lg-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .video-overlay h1 {
        font-size: 10px;
        /* Smaller font size for heading */
    }

    .video-overlay p {
        font-size: 10px;
        /* Smaller font size for text */
    }
}



#navbar {
    transition: background-color 0.3s ease;
}

.footer h5 {
    font-size: 17px;
    color: #fff;
}

.footer li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    color: #417191;
}

.icon-red {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background-color: #0a2b45;
    color: #fff;
}

/* .icon-red:hover {
    color: #fff;
} */

/* Video Container */
.video {
    position: relative;
    /* width: 100%;
    height: auto; Default for desktop and larger screens */
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 0 20px;
    z-index: 2;
}

.video-overlay h1 {
    font-size: 3.7rem;
    font-weight: bold;
}

.video-overlay p {
    font-size: 1.5rem;
}

/* Marquee Inside Video */
.video-marquee {
    position: absolute;
    bottom: 0;
    /* Sticks to the bottom of the video */
    /* background: rgba(0, 0, 0, 0.5); */
    /* Slight background for readability */
    color: white;
    padding: 15px 0;
    z-index: 2;
}

marquee img {
    vertical-align: middle;
    transition: transform 0.3s ease;
    height: 50px;
    /* Default height for logos */
    margin: 0 15px;
}

marquee img:hover {
    transform: scale(1.1);
}

/* Responsive Styles */

/* Make video full height on mobile */
@media (max-width: 768px) {
    .video {
        height: 80vh;
        object-fit: cover;
        /* Ensures the video fills the height without distortion */
    }

    .video-overlay h1 {
        font-size: 2rem;
        /* Smaller font size for heading */
    }

    .video-overlay p {
        font-size: 1rem;
        /* Smaller font size for text */
    }

    marquee img {
        height: 40px;
        /* Smaller logos for mobile */
        margin: 0 10px;
    }
}

@media (max-width: 576px) {
    .video {
        height: 80vh;
        /* Full height for extra small screens */
    }

    .video-overlay h1 {
        font-size: 1.5rem;
        /* Even smaller heading for extra small screens */
    }

    .video-overlay p {
        font-size: 0.875rem;
        /* Smaller text for extra small screens */
    }

    marquee img {
        height: 35px;
        /* Further reduced logo size */
    }
}


.ai img {
    height: 3rem;
    width: 3rem;
    border-radius: 5px;
    background-color: #f5fcff;
}

.expert span {
    font-size: 3rem;
    font-weight: 600;
    color: #76bce8;
}

.expert:hover {
    background-color: #51a9e0;
    color: white; 
  }

  .expert:hover span,
  .expert:hover p {
    color: white; 
  }

/* Initial card style */
.shadow-card {
    border: 1px solid #ddd;
    border: none;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(113, 154, 191, 0.6);
    /* Darker light blue shadow */
}

/* Hover effect (shadow becomes more prominent) */
.shadow-card:hover {
    box-shadow: 0 8px 16px rgba(113, 154, 191, 0.9);
    /* Darker and bigger shadow */
}

.help-btn {
    border: 1px solid #51a9e0;
    font-weight: 400;
}

.help-btn:hover {
    border: 1px solid #51a9e0;
    background-color: #51a9e0;
    color: white;
    font-weight: 400;
}


/* testimoniall css  */

/* .parallax-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
  } */

/* .parallax-bg {
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  } */

/* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
  } */

.testimonial-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 24px;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 8px 16px rgba(113, 154, 191, 0.9);
    /* Darker and bigger shadow */
}

.client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.client-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 1.5rem;
        margin: 0 15px;
    }

}

@media (max-width: 576px) {
    .client-img {
        width: 50px;
        height: 50px;
    }

    .testimonial-card {
        padding: 1rem;
    }
}

/* carousel css  */

.carousel-section {
    padding: 2rem 0;
}

.section-title {
    font-weight: bold;
    text-align: center;
}

.carousel-container {
    position: relative;
    padding: 0 2rem;
}

.carousel-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.carousel-col {
    flex: 1 1 22%;
    text-align: center;
}

.carousel-card {
    position: relative;
    width: 100%;
    height: 230px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.carousel-images img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.carousel-info {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.carousel-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
}


.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #004bad;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.carousel-control-prev {
    left: -10px;
}

.carousel-control-next {
    right: -10px;
}

.carousel-prev-icon,
.carousel-next-icon {
    color: black;
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-col {
        max-width: 100%;
    }

    .carousel-control-prev {
        left: 10px;
    }

    .carousel-control-next {
        right: 10px;
    }
}

/* 2nd rotaing circle  */
.circle-container-wrapper {
    position: relative;
    margin-top: 0;
    overflow: visible;
}

.circle-container {
    position: relative;
    width: 100%;
    /* max-width: 350px; */
    height: 550px;
    /* margin: auto; */
    overflow: hidden;
}

.main-circle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    /* z-index: 10; */
}

.main-circle-logo {
    width: 100px;
    height: 100px;
    border: 2px solid #67b5e6;
    /* background-color: #f5fcff; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .main-circle-logo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
} */

.circle-outer,
.circle-inner {
    border: 2px dashed #ccc;
    position: absolute;
}

.circle-inner {
    width: 240px;
    height: 240px;
    animation: rotate-clockwise 14s linear infinite;
}

.circle-outer {
    width: 340px;
    height: 340px;
    animation: rotate-anticlockwise 16s linear infinite;
}

.circle-static {
    width: 440px;
    height: 440px;
    border: 2px solid #ccc;
    background-color: transparent;
}

.circle-static .static-component {
    position: absolute;
    font-size: 14px;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.rotating-component {
    position: absolute;
    width: 30px;
    height: 30px;
    /* background-color: #ff9d00; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.rotating-component img {
    position: absolute;
    width: 30px;
    height: 30px;
    /* background-color: #ff9d00; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Rotating animations */
@keyframes rotate-clockwise {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate-anticlockwise {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

/* Positioning components */
.circle-inner .rotating-component:nth-child(1) {
    top: -5%;
    left: 50%;
    animation: rotate-anticlockwise 14s linear infinite;
}

.circle-inner .rotating-component:nth-child(2) {
    top: 50%;
    left: 95%;
    animation: rotate-anticlockwise 14s linear infinite;
}

.circle-inner .rotating-component:nth-child(3) {
    top: 95%;
    left: 50%;
    animation: rotate-anticlockwise 14s linear infinite;
}

.circle-inner .rotating-component:nth-child(4) {
    top: 50%;
    left: -10%;
    animation: rotate-anticlockwise 14s linear infinite;
}

.circle-outer .rotating-component:nth-child(1) {
    top: 10%;
    left: 10%;
    animation: rotate-clockwise 14s linear infinite;
}

.circle-outer .rotating-component:nth-child(2) {
    top: 20%;
    left: 90%;
    animation: rotate-clockwise 14s linear infinite;
}

.circle-outer .rotating-component:nth-child(3) {
    top: 70%;
    left: 0%;
    animation: rotate-clockwise 14s linear infinite;
}

.circle-outer .rotating-component:nth-child(4) {
    bottom: 0%;
    left: 70%;
    animation: rotate-clockwise 14s linear infinite;
}

@media (max-width: 768px) {
    .circle-container {
        max-width: 300px;
        height: 300px;
    }

    .main-circle-logo {
        width: 80px;
        height: 80px;
    }

    .circle-inner {
        width: 150px;
        height: 150px;
    }

    .circle-outer {
        width: 250px;
        height: 250px;
    }

    .circle-static {
        width: 350px;
        height: 350px;
    }

    .rotating-component {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
}

/* team solves problems css  */


/* featured css  */
.hidden-images {
    display: none;
}

.help-btn {
    background-color: #fff;
    color: #000;
    border: 2px solid #67b5e6;
    cursor: pointer;
    transition: background-color 0.3s;
}

.help-btn:hover {
    background-color: #67b5e6;
}

/* privacy css  */
.privacy li {
    line-height: 2.5em;
    color: #49a6e0;
}

.detail li {
    line-height: 3em;
}

.success-btn button {
    background-color: #f5f5fa;
    color: black;
}

.success-btn button:hover {
    background-color: #67b5e6;
    color: white;
}