:root {
    --theme-yellow: #fdf53f;
    --theme-blue: #051562;
    --queate-blue: #5956e9;
    --text-blue: #0a1b66;
    --navy-blue: #2b2b2c;
}
.whitespace-nowrap{
    white-space: nowrap !important;
}
.navy-blue {
    color: var(--navy-blue);
}
.t-blue {
    color: var(--text-blue);
}
.bg-blue {
    background-color: #0a1b66;
}

.testimonial-area-v3 .testimonial-item .testimonial-content .author-quote-title .quote i {
    color: var(--queate-blue);
}

.hero-banner-v1 .hero-img.hero-img-two {
    bottom: 25%;
    right: 50px;
    width: 50%;
}

.slick-dots {
    display: block;
    padding: 0;
    margin: 100px;
    text-align: center;
    list-style: none;
    line-height: 1;
}
.yc {
    color: #fdf53f;
}
.display-5 {
    font-size: 3rem;
}
.testimonial-slider-three ul.slick-dots li button {
    background-color: #0a1b66;
}
.testimonial-slider-three ul.slick-dots li button:after {
    border-color: #0a1b66;
}

.partners-wrapper .partner-item {
    padding-top: 90px;
    padding-bottom: 90px;
}

.partners-wrapper .partner-item.tone {
    padding-top: 150px;
    padding-bottom: 150px;
}
.partners-wrapper .partner-item.ttwo {
    padding-top: 150px;
    padding-bottom: 150px;
}
.partners-wrapper .partner-item.tthree {
    padding-top: 150px;
    padding-bottom: 150px;
}
.partners-wrapper .partner-item.tfour {
    padding-top: 150px;
    padding-bottom: 150px;
}
.partners-wrapper .partner-item.bone {
    border-bottom: 0px;
}

.biggest-brand-text {
    font-weight: 400;
    position: absolute;
    bottom: -200px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.partners-wrapper .partner-item.btwo {
    border-bottom: 0px;
}
@media (max-width: 1200px) {
    .display-5 {
        font-size: calc(2vh + 2vw);
    }
}

.fw-400 {
    font-weight: 400;
}
.fw-700 {
    font-weight: 700;
}
.br-8 {
    border-radius: 8px;
}

.br-5 {
    border-radius: 5px;
}
.hero-banner-v1 .hero-img.hero-img-two img {
    border-radius: 0;
}
.footer-top .text-wrapper {
    padding-left: 100px;
}
.main-section {
    padding: 1em;
    padding-top: 100px;
    padding-bottom: 80px;
}

/* Industries page */
.in-tab-main {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.nav-pills .indst-tab-btn.nav-link {
    background-color: #ffffff;
    box-shadow: 0px 0px 20.9px 0px #7474741f;
    border-radius: 11px;
}

.nav-pills .indst-tab-btn.nav-link svg {
    fill: #0a1b66;
}

.nav-pills .indst-tab-btn.nav-link.active svg,
.nav-pills .show > .indst-tab-btn.nav-link svg {
    fill: #eff0fe;
}

.nav-pills .indst-tab-btn.nav-link.active,
.nav-pills .show > .indst-tab-btn.nav-link {
    color: #fff;
    background: var(--Color-4, #0a1b66);
}
.big-card-container {
    padding-left: 54px;
    padding-right: 54px;
}

.industy-bigcard {
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 20.9px 0px #7474741f;
    border-radius: 30px;
}
.industy-bigcard::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0a1b66;
    z-index: -1;
    top: 12px;
    left: 12px;
    border-radius: 30px;
}
.industy-bigcard:hover .industy-bigcard-img {
    opacity: 0;
}
.industy-bigcard:hover .industy-bigcard-content {
    opacity: 1;
    color: white;
}
.industy-bigcard-img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.inst-maincard {
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20.9px 0px #7474741f;
    border-radius: 10px;
}
.inst-ch {
    color: #0a1b66;
    padding-bottom: 5px;
}
.inst-cpra {
    line-height: 24px;
    color: #2b2b2c;
}
.inst-maincard:hover {
    background-color: #0a1b66;
}
.inst-maincard:hover .inst-ch {
    color: #fdf53f;
}

.inst-maincard:hover .inst-cpra {
    color: #eff0fe;
}
/* end Industries page */

/* service page */
.main-card-heading {
}
.main-card-main-para {
    font-size: 20px;
    font-weight: 400;
    color: #2b2b2c;
}
.service-main {
    background-color: white;
    box-shadow: 0px 4px 20.9px 0px #edecec !important;
    border-radius: 30px !important;
    border: 1px solid transparent !important;
}
.service-main:hover {
    border: 1px solid var(--primary-500, #2949f4) !important;
}
/* .service-main {
    box-shadow: 0px 4px 20.9px 0px #EDECEC;
                                    border: 1px solid red;
                                    border-radius:30px;

} */
/* .service-main .card{
    border-radius: 30px;
    border: 1px solid var(--primary-500, #2949F4)
} */
.btn.acdtn-comm {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
.breadcrumb {
    position: relative;
    text-align: center;
}

.breadcrumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 24px;
}

.breadcrumb h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Or any color that contrasts with the image */
    padding: 10px;
}
@media (max-width: 992px) {
    .breadcrumb img {
        height: 250px;
    }
    .breadcrumb h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 768px) {
    .breadcrumb img {
        height: 250px;
    }
    .breadcrumb h1 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .breadcrumb img {
        height: 200px;
    }
    .breadcrumb h1 {
        font-size: 1.5rem;
    }
}
.btn-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-link.service-btn:after {
    vertical-align: middle;
    position: absolute;
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    right: 10px; /* Adjusted to align icon with text */
    transition: transform 0.3s;
    background: #112dac;
    color: #eff0fe;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transform: rotate(90deg);
}

.accordion .btn-link[aria-expanded="true"]:after {
    transform: rotate(-90deg); /* Down arrow when expanded */
}

.font48 {
    font-size: calc(2rem + 1vw);
}

.main-card-header {
    display: grid;
    grid-template-columns: 32% 65%;
    grid-gap: 3%;
    align-items: center;
}

.sacardcptn-main {
    position: relative;
    height: 100%;
}

.sacardcptn {
    height: 100%;
    position: relative;
    border-radius: 10px;
    background-color: #fefefe;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 20.9px 0px #7474741f;
}

.sacardcptn-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #112dac;
    border: 1px solid var(--primary-500, #2949f4);
    border-radius: 10px;
    transform: rotate(-6deg);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.sacardcptn-main:hover::before {
    opacity: 1;
}

/*end service page */
@media (max-width: 1200px) {
    .big-card-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main-card-header {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 0;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .in-tab-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        font-size: .9em;
    }
    .indst-tab-btn {
        font-size: 18px;
    }
    .biggest-brand-text {
        font-weight: 400;
        position: absolute;
        bottom: -245px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-section {
        padding-top: 80px;
    }
    .main-section .display-1 {
        font-size: 3em;
    }
    .main-section .holder .container {
        min-height: 700px;
    }
    .partners-wrapper .partner-item.tfour {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .partners-wrapper .partner-item.bone {
        border-bottom: 1px solid #cbcefd;
    }
    .about-img {
        margin-bottom: 60px;
    }
}
.main-section h1,
.main-section h2,
.main-section h3,
.main-section h4,
.main-section h5,
.main-section h6 {
    color: #fff;
}
.main-section .holder {
    border-radius: 1em;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-section .container {
    position: relative;
    height: 100%;
}

.main-section .holder .main-btn {
    border: 1px solid #fff;
    color: var(--theme-yellow, yellow);
}

.main-section .holder .main-btn:hover{
    background-color: var(--blue-dark);
	color: #fff;
}
.main-section .img-holder {
    width: 250px;
    padding: 1em;
    background: white;
    border-radius: 30em 30em 0 0;
    position: absolute;
    right: 0;
    bottom: -50px;
}
.main-section .img-holder .corner::after {
    --_size: 30px;
    content: "";
    position: absolute;
    left: calc(-1 * var(--_size));
    bottom: 50px;
    width: var(--_size);
    aspect-ratio: 1;
    background-image: radial-gradient(
        circle at 100% 100%,
        transparent var(--_size),
        var(--_corner-color, white) calc(var(--_size) + 1px)
    );
    transform: translateX(-1px);
    rotate: -180deg;
}
.main-section .img-holder .corner::before {
    --_size: 30px;
    content: "";
    position: absolute;
    right: calc(-1 * var(--_size));
    bottom: 50px;
    width: var(--_size);
    aspect-ratio: 1;
    background-image: radial-gradient(
        circle at 100% 100%,
        transparent var(--_size),
        var(--_corner-color, white) calc(var(--_size) + 1px)
    );
    rotate: -90deg;
}

.main-section .img-holder img {
    width: 100%;
    animation: rotate 10s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.about-img {
    position: relative;
}
.about-img img {
    width: 100%;
    border-radius: 1em;
}
.about-img .circle img {
    animation: rotate 10s linear infinite;
}
.about-img .circle {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 200px;
    padding: 1em;
    background: white;
    border-radius: 30em 30em 0 0;
}
.main-footer h1,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
    color: var(--theme-yellow, yellow);
}
.main-footer .footer-logo {
    background: white;
    padding: 1em;
    border-radius: 0 0 1em 1em;
    margin-bottom: 1em;
    text-align: center;
    position: relative;
}
.main-footer .footer-logo::before {
    --_size: 1em;
    content: "";
    position: absolute;
    left: calc(-1 * var(--_size));
    top: 0;
    width: var(--_size);
    aspect-ratio: 1;
    background-image: radial-gradient(
        circle at 100% 0%,
        transparent var(--_size),
        var(--_corner-color, white) calc(var(--_size) + 1px)
    );
    rotate: 180deg;
    transform: translate(-1px, 1px);
}
.main-footer .footer-logo::after {
    --_size: 1em;
    content: "";
    position: absolute;
    right: calc(-1 * var(--_size));
    top: 0;
    width: var(--_size);
    aspect-ratio: 1;
    background-image: radial-gradient(
        circle at 100% 0%,
        transparent var(--_size),
        var(--_corner-color, white) calc(var(--_size) + 1px)
    );
    transform: translate(-1px, 1px);

    rotate: 90deg;
}

.main-footer .footer-logo img {
    max-width: 300px;
    width: 100%;
}
.main-footer {
    color: #fff;
    background: var(--theme-blue, blue);
    border: 0.5em solid white;
    border-radius: 1em;
}
.main-footer .widget.social-widget .social-nav li a i {
    color: var(--theme-yellow, yellow);
}
.partners-wrapper .partner-item.b-two {
    border-bottom: 0px solid #cbcefd;
}
@media screen and (max-width: 415px) {
    .partners-wrapper .partner-item.tone {
        display: none;
    }
    .partners-wrapper .partner-item.ttwo {
        display: none;
    }
    .partners-wrapper .partner-item.tfour {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .partners-wrapper .partner-item.btwo {
        border-bottom: 1px solid #cbcefd;
    }
    .partners-wrapper .partner-item.bthree {
        display: none;
    }
    .partners-wrapper .partner-item.bfour {
        display: none;
    }
    .partners-wrapper .partner-item.bone {
        border-bottom: 0px solid #cbcefd;
    }
    .partners-wrapper .partner-item.b-two {
        border-bottom: 0px solid #cbcefd;
    }
}

@media screen and (max-width: 576px) {
    .industy-bigcard {
        border-radius: 15px;
    }
    .industy-bigcard::before {
        border-radius: 15px;
    }
    .in-tab-main {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .icmh-shortpara {
        font-size: 20px;
        line-height: 30px;
    }
    .icmh {
        font-size: 40px;
    }
    .inst-ch {
        font-size: 20px;
    }
    .inst-cpra {
        font-size: 1rem;
    }
    .main-card-heading {
        font-size: 32px;
    }
    .main-card-main-para {
        font-size: 16px;
        font-weight: 400;
        color: #2b2b2c;
    }
    .btn-link.service-btn:after {
        vertical-align: middle;
        position: absolute;
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        right: 0px;
        transition: transform 0.3s;
        background: #112dac;
        color: #eff0fe;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        top: 10px;
        transform: rotate(90deg);
    }
}
