



@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/Ubuntu-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/Ubuntu-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/Ubuntu-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/Ubuntu-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}



body {
    background-color: #F3F3F3;

}

.bg-top {
    position: relative;
    width: 100%;
    background-color: #eeeefd;
    padding-bottom: 50px;
}


.about-section img {
    width: 100%;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.abut-se {
    position: relative;
}

.off {

    margin-top: 60px !important;
}

.card-about {
    position: absolute;
    left: 3%;
    padding: 20px 15px;
    bottom: 5%;
    background-color: white;
    border-radius: 15px;
    z-index: 999;
}

.card-about .nine {
    font-size: 30px;
    font-weight: 700;
    color: #de2626;
    padding: 5px 0 0 0;
}

.card-about i {

    background-image: linear-gradient(to right top, #de2626, #e73540, #ed4659, #f2566f, #f46685);
    color: white;
    padding: 15px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 20px;
}

.cricle, .cricle-m {
    /* display: flex; */
    margin-bottom: 30px;
}

.cricle .cir, .cricle-m .cir {
    border: 1px solid #ed4659;
    border-radius: 30px;
    padding: 4px 10px;
    margin-right: 30px;
    color: #e41f1f;
}

.side-img {
    position: absolute;
    left: 72%;
    top: -25%;
    height: 400px;
    width: 400px;
    opacity: .4;
}

.sidel-img {
    position: absolute;
    left: 0%;
    z-index: 1;
    height: 400px;
    width: 400px;
    opacity: .4;
    bottom: 0;
    background-image: url('./gallery/3-2.png');
}

.promote-sec {
    display: flex;
}

.promote-sec .play i {
    background-color: #de2626;
    font-size: 24px;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
    color: white;
}

.promote-sec h5 {
    color: #de2626;
    font-weight: 600;
}

.promote-sec .read {
    color: #1f1f4b;
}


h1,
h2,
h3,
h4,
h5,
h6,
.big-title {
    font-family: New Century Schoolbook, TeX Gyre Schola, serif;
}

header {
    background-color: #eeeefd;
}

.footer-logo {
    width: 150px;
}

.navbar .nav-item {
    padding: 0 30px;
}

.navbar .nav-item .nav-link {
    font-size: 17px;
}

.header-logo {
    width: 150px;
}

.header-contact {
    background-color: #e41f1f;
    border-radius: 30px;
    border: none;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
}

.card-serivi-holder {
    position: relative;
    margin-bottom: 40px;
}

.card-serivi-holder ul {
    list-style: none;
    padding-left: 0;
}

.card-serivi-holder ul li i {
    background-color: #de2626;
    font-size: 12px;
    border-radius: 50%;
    color: white;
    padding: 3px;
}

.card-serivi-holder .desing-icon i {
    position: absolute;
    left: 8%;
    top: -10%;
    background-image: linear-gradient(to right top, #de2626, #e73540, #ed4659, #f2566f, #f46685);
    color: white;
    padding: 20px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 27px;
}

.right-side-line {
    position: absolute;
    height: 200px;
    width: 4px;
    background-color: #e41f1f;
    left: 100%;
    bottom: 20%;
}

.service-section .samll-title {
    color: #e41f1f;
}

.service-section .big-title {
    font-size: 60px;
    font-weight: 600;

}

.service-section .card-service {
    background-color: #f9f9f9;
    padding: 40px 20px 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px;
    margin-top: 30px;
}

.service-section .card-service .ser-title {
    font-size: 22px;
    color: #e41f1f;
    font-weight: 600;
    padding: 20px 0;
}

.service-section .card-service .tick-box {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #f2461b;
    background-color: #F3F3F3;
}

.the-header-laptop, .the-header-mobile {
    font-size: 80px;
    text-align: center;
    font-weight: 600;
}

.the-header-laptop span, .the-header-mobile span {
    word-spacing: 20px;
}



.header-baner-section img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.exper-ence {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 30px;
}

.clinet .fa-users {
    background-color: #de2626;
    border-radius: 50%;
    padding: 10px;
    font-size: 30px;
    color: white;
}

.clinet {
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 23px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #1f1f4b;
    font-weight: 700;
    text-align: center;
}

.thousnd span {
    font-size: 27px;
    color: #1f1f4b;
    font-weight: 700;
}

.exper-ence .star {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 20px;
}

.thousnd {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.thousnd .fa-user {
    color: white;
    background-color: #de2626;
    padding: 8px;
    border-radius: 50%;

}

.thousnd .fa-arrow-right {
    color: white;
    background-color: #de2626;
    border-radius: 50%;
    padding: 14px;
    font-size: 22px;
}


.exper-ence .star span {
    font-weight: bold;
    margin-top: 5px;
}

.exper-ence .star i {
    color: gold;
}

.exper-ence img {
    width: 100%;
    border-radius: 20px;
}



.the-header-laptop img, .the-header-mobile img {
    border-radius: 30px;
    width: 120px;
    margin: 0 20px;
}

footer {

    padding: 70px 0 0 0;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    list-style: none;
    padding: 7px 0;
}

footer h6 {
    font-size: 19px;
}

footer .callbackr {
    font-size: 20px;
}

.copyright {
    padding: 35px 0 30px 0;
    border-top: 1px solid #CFCFF7;
    color: #414141;
    margin-top: 30px;
}

footer .two-wraper {
    display: flex;
}

footer .two-wraper .text-two .dark {
    font-size: 18px;
    font-weight: 600;
}

footer .two-wraper .icon {
    background-image: linear-gradient(to right, #e9221d, #ee3f37, #f0554e, #f26964, #f17c79);
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

footer .two-wraper .icon img {
    height: 30px;


}

.fooer-di {
    display: flex;
    justify-content: space-evenly;
}


::placeholder {
    font-size: 14px;
}

footer input {
    background-color: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #414141;
    padding: 10px;
}

footer .right {
    background-image: linear-gradient(to right, #e9221d, #ee3f37, #f0554e, #f26964, #f17c79);
    padding: 5px 10px;
    border-radius: 50%;
    color: white;
    border: none;
}

.owl-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Marquee container */

.upper-footer {
    background-image: linear-gradient(to right top, #de2626, #e73540, #ed4659, #f2566f, #f46685);
}

.upper-footer .marquee {
    overflow: hidden;
    position: relative;

    height: 150px;
    padding: 10px 0;
    font-size: 80px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: white;
}

/* Marquee moving content */
.upper-footer .marquee-content {
    display: flex;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
    align-items: center;
    width: max-content;
    /* ✅ This fixes the issue */
}

/* Individual text blocks */
.upper-footer .marquee-content span {
    display: inline-flex;
    align-items: center;
    margin-right: 80px;
    color: #fbd8d8;
}

footer .social-media {
    margin-top: 20px;
}

footer .social-media i {
    font-size: 15px;
    color: #de2626;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    font-weight: 500;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


/* Optional: white star styling */
.upper-footer .marquee-content .whit-star {
    margin-left: 10px;
}

.upper-footer .marquee-content .whit-star i {
    color: white;
    font-size: 40px;
}

/* Animation */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


.blog-custom-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.blog-custom-card img {
    transition: transform 0.4s ease;
    border-radius: 20px 20px 0 0;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.blog-custom-card:hover img {
    transform: scale(1.05);
}

.card-body-custom {
    padding: 1.25rem;
    background-color: white;
    border-radius: 0 0 20px 20px;
}

.card-date {
    font-size: 0.85rem;
    color: #f33c3c;
}

.card-title-custom {
    font-size: 24px;
    font-weight: 600;
    color: #1f1f4b;
    margin-bottom: 0.5rem;
    margin-top: 10px;
    line-height: 26px;
}


.faq-section {
    padding: 60px 20px;
}

.faq-title {
    font-weight: 700;
    font-size: 40px;
}

.faq-img-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
}

.faq-img-card img {
    width: 100%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: block;
}

.faq-img-card {
    position: relative;
}

.faq-bubble {
    position: absolute;
    bottom: 5%;
    left: 7%;
    background-color: #de2626;
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
    width: 240px;
    height: 170px;
    /* Flip the shape */

    overflow: hidden;

}

.faq-section i {
    background-color: white !important;
    color: #de2626;
    padding: 15px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 20px;
}


.faq-bubble small {
    font-weight: 400;
}


.accordion-button {
    font-weight: 600;
    background-color: #E8E9F2;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 20px;
}

.accordion-item {
    border: none;
    background: transparent;
}

.accordion-body {
    font-size: 0.95rem;
    padding-left: 1.5rem;
    color: #666;
}

.faq-subtitle {
    font-size: 16px;
    color: #888;
}

@media (max-width: 768px) {
    .faq-title {
        text-align: center;
    }

    .faq-bubble {
        font-size: 14px;
        padding: 15px;
    }
}

.accordion-button:not(.collapsed) {
    background-color: white;
    border-radius: 20px !important;
}

.testimonial-card {
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.faq-bubble-2 {
    background-color: #de2626;
    margin-top: 30px;
    padding: 20px;
    border-radius: 20px;
    color: white;
}

.faq-bubble-2 i{
    font-size: 20px;
    border-radius: 50%;
    background-color: white;
    padding: 7px;
    color: #de2626;
}

.testimonial-section {}

