/********** Template CSS **********/
:root {
    --primary: #355EFC;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 35px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
    background: #b80367;
    color: #fff;
}

.navbar {
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    background-color: #b80367;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #b80367;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


.navbar .navbar-nav .nav-link {
    color: #000;
    padding: 25px 20px;
    font-weight: 500;
    outline: none;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}


.expertise-section {
    padding: 60px 20px;
    background: #f5f9ff;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #0d3b66;
}

.card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.expertise-card {
    background: #ffffff;
    background-image: url(../img/service-bg.jpg);
    background-size: cover;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 20px #0d6efd7d;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.expertise-card::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000091;

}

.expertise-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.expertise-card img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 16px;
    border: 3px dotted #ffffff;

}

.expertise-card h3 {
    font-size: 20px;
    margin: 15px 0;
    color: #fff;
    position: relative;
}

.expertise-card p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    position: relative;
}

/* Hover Effect */
.expertise-card:hover {
    transform: translateY(-12px);
    /* background: #01307770; */
}

.expertise-card:hover h3,
.expertise-card:hover p,
.expertise-card:hover .icon {
    color: #ffffff;
}

/* Bottom to Top Effect Line */
.expertise-card::before {
    /* content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #003c975d;
    transition: 0.4s; */
    /* height: 0%; */
    /* z-index: -1; */
}

.expertise-card:hover::before {
    height: 100%;
}

.card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 cards per row */
    gap: 30px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .card-wrapper {
        grid-template-columns: 1fr;
        /* mobile la 1 card */
    }
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        /* position: absolute; */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.named_section {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.named_section .heading {
    font-weight: 700;
    font-size: 80px;
    display: inline-block;

    /* Text stroke */
    -webkit-text-stroke: 1px #b80367;

    /* Background image inside text */
    background: url('../img/slider3.png') center/cover no-repeat;
    background-attachment: fixed;

    /* Required for text background effect */
    -webkit-background-clip: text;
    background-clip: text;

    /* Make text transparent to show background */
    color: transparent;

    /* Optional: smoother rendering */
    -webkit-text-fill-color: transparent;
}

.page-header {
    padding-top: 14rem;
    padding-bottom: 7rem;
    background: url(../img/service-bg.jpg) top left no-repeat;
    background-size: cover;
    position: relative;
}

.page-header::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000091;
}

.page-header .container {
    position: relative;
}

.page-header .container h1 {
    color: #fff;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgb(20 15 73 / 67%), #355efcd1), url(../img/bg.png);
}

.why-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 46%);
    transition: all 0.3s ease;
    height: 100%;
}

.why-card i {
    font-size: 60px;
    margin-bottom: 10px;
    color: #a12268;
}

.why-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 16px;
    color: #1a1a1a;
}

/* Hover Effect */
.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #a12268;
    color: #ffffff;
}

.why-card:hover h5 {
    color: #fff;
}

.why-card:hover p {
    color: #ffffff;
}

.why-card:hover i {
    color: #ffffff;
}

.why-card:hover .btn {
    border-color: #ffffff;
    color: #ffffff;
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(0 0 0 / 69%), rgb(0 23 111 / 78%)), url(../img/bg.png);
    z-index: -1;
}

.callback .contact_us_form {
    box-shadow: 0 0 10px #b80367;
    padding: 48px;
    border-radius: 16px;
    background-image: url(../img/service-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;

}

.callback .contact_us_form::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 16px;
    background: linear-gradient(#b8036796, #00638ac2);
}

.callback .contact_us_form .head_sctn,
.callback .contact_us_form .row {
    position: relative;
}

.callback .contact_us_form .form-control {
    background-color: #00000000;
    color: #fff;
}

.callback .contact_us_form label {
    color: rgb(233, 232, 232);
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
    box-shadow: 0 0 10px #355efc;
}

.project-item:hover .project-title {
    background: #b80367;
    border-color: #b80367;
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #eeeeee transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}

.owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

.owl-carousel .owl-item img {
    border: 1px solid #b9b9b9;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #b80367;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer a:hover {
    color: #b80367 !important;
    padding-left: 5px;
    transition: 0.3s;
}

.copyright {
    color: var(--light);
    background: #b80367;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

.services-section {
    padding: 120px 8% 80px;
    background: #fff;
}

/* .services-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
} */

.services-content,
.services-image {
    flex: 1;
    min-width: 300px;
}

.service_box {
    padding: 10px 48px;
}

.main-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .main-title {
        font-size: 32px;
    }

    .services-section {
        padding: 120px 1% 40px;
        background: #fff;
    }

    .service_box {
        padding: 24px 5px;
    }
}

.description {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.offerings-cards {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
    /* gap: 20px; */
    /* margin-top: 30px; */
    justify-content: center;
}

.service-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 0px 10px #2038975e;
    transition: 0.4s ease;
    cursor: pointer;
    height: 100%;
}

.service-card i {
    font-size: 30px;
    color: #0d6efd;
    margin-bottom: 15px;
}

.service-card h5 {
    font-size: 18px;
    color: #222;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(13, 110, 253, 0.15);
    background: linear-gradient(to top, #355efc, #055160);
    color: white;
}

.service-card:hover h5 {
    color: white;
}

.price {
    display: none;
}

.service-card:hover .price {
    display: block;
    color: white;
}

.service-card:hover i {
    background: linear-gradient(to right, rgb(255 255 255), #ffc107);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.services-image {
    text-align: center;
}

.services-image img {
    width: 100%;
    /* max-width: 500px; */
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.wrapper .button {
    display: inline-block;
    height: 40px;
    width: 40px;
    float: left;
    margin: 0 5px;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 10px #b80367;
    transition: all 0.3s ease-out;
}

.wrapper .button:hover {
    width: 160px;
}

.wrapper .button .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 40px;
    transition: all 0.3s ease-out;
}

.wrapper .button:nth-child(1):hover .icon {
    background: #4267B2;
}

.wrapper .button:nth-child(2):hover .icon {
    background: #1DA1F2;
}

.wrapper .button:nth-child(3):hover .icon {
    background: #E1306C;
}

.wrapper .button:nth-child(4):hover .icon {
    background: #333;
}

.wrapper .button:nth-child(5):hover .icon {
    background: #ff0000;
}

.wrapper .button .icon i {
    font-size: 20px;
    line-height: 40px;
    transition: all 0.3s ease-out;
}

.wrapper .button:hover .icon i {
    color: #fff;
}

.wrapper .button span {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    margin-left: 5px;
    transition: all 0.3s ease-out;
}

.wrapper .button:nth-child(1) span {
    color: #4267B2;
}

.wrapper .button:nth-child(2) span {
    color: #1DA1F2;
}

.wrapper .button:nth-child(3) span {
    color: #E1306C;
}

.wrapper .button:nth-child(4) span {
    color: #333;
}

.wrapper .button:nth-child(5) span {
    color: #ff0000;
}

:root {
    --primary-text1: #b80367;
    --secondary-text2: #49b5da;
    --white-text-white: #ffffff;
    --black-text-black: #000000;
}

.faq-section .accordion-body ul li a {
    color: black;
    font-weight: 700;
}

.faq-section .accordion {
    width: 100%;
}

.faq-section .accordion-button:not(.collapsed) {
    /* background-color: #c5e5d8;*/
    background-color: var(--secondary-text2);
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-button:before {
    content: "";
    position: absolute;
    /*   right: 0.75rem; */
    right: 0.75rem;
    top: 1.25rem;
    height: 2px;
    width: 1rem;
    background-color: var(--primary-text1);
}

.faq-section .accordion-button.collapsed:after {
    content: "";
    position: absolute;
    /*   right: 1.1875rem; */
    right: 1.1875rem;
    top: 0.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
    background-color: var(--primary-text1);
}

.faq-section .accordion-button h5 {
    /*   color: #7dbc9e; */
    color: var(--primary-text1);
    margin-right: 13px;
    font-weight: 600 !important;
}

/* .faq-section .accordion-body {
    background-color: var(--secondary-text2);
} */

/* .faq-section .show .accordion-body {
    color: #fff;
} */

.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0);
}

.faq-section .accordion-button:not(.collapsed) h5 {
    color: #fff;
}

/* button:focus:not(:focus-visible) {
    outline: 0;
} */

/* list */
.faq-section ul {
    list-style-type: none;
    list-style-type: disc;
    /* Default bullet points for ul */
    margin-left: 20px;
}

.faq-section ul li {
    margin-bottom: 5px;
}

.faq-section .accordion-body ol {
    counter-reset: step-counter;
    list-style-type: none;
    padding-left: 0;
}

.faq-section .accordion-body ol>li {
    counter-increment: step-counter;
    /* Increment custom counter */
    margin-bottom: 10px;
}

.faq-section .accordion-body ol>li::before {
    content: "Steps " counter(step-counter) ": ";
    /* Custom prefix */
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

    .faq-section .accordion-button:before {
        right: 0.75rem;
    }

    .faq-section .accordion-button.collapsed:after {
        right: 1.1875rem;
    }

    .faq-section .accordion-button h5 {
        margin-right: 0px;
    }
}

/* Base */
.btn-floating:hover img {
    margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    left: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.njs-sticky-side.image_button_cover.placement-right {
    right: 0;
}

.njs-sticky-side.image_button_cover {
    position: fixed;
    top: 50%;
    box-shadow: none;
    z-index: 99999;
    transition: transform .3s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, 0, 1);
}

.njs-sticky-side.image_button_cover.placement-right.now-show a {
    transform: translate3d(4px, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}

.njs-sticky-side.image_button_cover.placement-right a {
    border-radius: 15px 15px 0 0;
    transform: translate3d(200%, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

.njs-sticky-side.image_button_cover a {
    padding: 8px 16px 8px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    background-color: #b80367;
    color: white;
    font-weight: 100;
    top: -106.5px;
    font-family: 'Arial';
}

.njs-sticky-side.image_button_cover a:hover {
    background-color: #203897;
    color: #ffffff;
    border: 1px solid #203897;
}