body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/*================== Navbar ====================*/

.main-header {
    background: #fff;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.navbar-brand img {
    height: 70px;
}

.navbar-nav {
    margin: auto;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 15px;
    transition: .3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff4f8b;
}

.dropdown-toggle::after {
    display: none !important;
}

/*=============== Dropdown ==================*/

.dropdown-menu {
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    min-width: 260px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .35s;
}

.dropdown-item {
    padding: 12px 25px;
    color: #222;
    font-size: 18px;
    transition: .3s;
}

.dropdown-item:hover {
    background: #ff4f8b;
    color: #fff;
}

@media(min-width:992px) {

    .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

}

/*=========== Desktop Icon ==============*/

.nav-link i {
    font-size: 16px;
    margin-left: 6px;
    transition: .3s;
}

.dropdown:hover>.nav-link i {
    transform: rotate(180deg);
    color: #ff4f8b;
}

/*=============== Button =================*/

.call-btn {
    background: #111;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.call-btn:hover {
    background: #ff4f8b;
    color: #fff;
}

/*================ Mobile Toggle =================*/

.navbar-toggler {
    border: none;
    box-shadow: none !important;
    padding: 0;
}

.navbar-toggler i {
    font-size: 28px;
    color: #111;
}

/*===================== Offcanvas ===================*/

.offcanvas {
    width: 320px;
    background: #111;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.offcanvas-title {
    color: #fff;
}

.offcanvas-body {
    padding: 25px;
}

.offcanvas-body .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 14px 0;
}

.offcanvas-body .nav-link:hover {
    color: #ff4f8b;
}

/*================== Mobile Dropdown ====================*/

.mobile-dropdown {
    padding-left: 18px;
    margin-left: 8px;
    border-left: 2px solid #ff4f8b;
}

.mobile-dropdown a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 0;
    transition: .3s;
}

.mobile-dropdown a:hover {
    color: #ff4f8b;
}

/*=================== Mobile Icon ===================*/

.menu-icon {
    font-size: 13px;
    transition: .3s;
}

.nav-link[aria-expanded="true"] .menu-icon {
    transform: rotate(180deg);
}

/*================= Responsive =====================*/

@media(max-width:991px) {

    .desktop-menu {
        display: none;
    }

    .call-btn {
        display: none;
    }

    .navbar-brand img {
        height: 60px;
    }

}

@media(min-width:992px) {

    .mobile-toggler {
        display: none;
    }

}






/* ==================================== banner ==================================== */


.hero-section {
    background: url("https://www.fareenas.com/cdn/shop/articles/Artboard_3_1.png?v=1713870328") center center/cover no-repeat;
    min-height: 90vh;
    position: relative;
    display: flex;
    align-items: center;

}

.hero-section .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
}

.hero-section .hero-content {
    position: relative;
    color: #fff;
    z-index: 10;
}

.hero-section .hero-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.hero-section .hero-content p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 35px;
}

.hero-section .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 18px 40px;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: .4s;
}

.hero-section .hero-btn:hover {
    background: #ff4f8b;
    color: #fff;
}

.hero-section .hero-btn i {
    font-size: 24px;
}

.hero-section .enquiry-box {
    position: relative;
    background: #fff;
    padding: 45px;
    border-radius: 7px;
    z-index: 10;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .25);
}

.hero-section .enquiry-box h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 35px;
}

.hero-section .form-control,
.hero-section .form-select {
    height: 58px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.hero-section .enquiry-box button {
    width: 100%;
    height: 58px;
    background: #ff4f87;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    transition: .4s;
}

.hero-section .enquiry-box button:hover {
    background: #000;
}

@media(max-width:991px) {
    .hero-section {
        padding: 80px 0;
    }

    .hero-section .hero-content {
        /* text-align: center; */
        margin-bottom: 50px;
    }

    .hero-section .hero-content h1 {
        font-size: 28px;
    }

    .hero-section .hero-content p {
        font-size: 18px;
        text-align: justify;
    }

    .hero-section .enquiry-box {
        padding: 30px;
    }

}





/* ====================================== course-section  ========================= */
.course-section {
    padding: 80px 0;
    background: #f9f6f6;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    color: #231214;
    margin: 0;
}

.divider {
    width: 2px;
    height: 120px;
    background: #231214;
    margin: auto;
}

.section-text {
    font-size: 20px;
    line-height: 1.5;
    color: #5d5d5d;
    margin: 0;
}

/* Cards */

.course-card {
    background: #fff;
    border: 1px solid #222;
    border-radius: 7px;
    overflow: hidden;
    transition: .4s ease;
    height: 100%;
}


.course-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 18px;
    padding: 15px;
    transition: .5s;
}

.course-card:hover img {
    transform: scale(1.08);
}

.course-content {
    text-align: center;
    padding: 5px 25px 35px;
}

.course-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #231214;
    margin: 18px 0 25px;
}

.course-btn {
    display: inline-block;
    min-width: 180px;
    padding: 14px 35px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: .35s;
}

.course-btn:hover {
    background: #ff4f87;
    color: #fff;
    letter-spacing: 1px;
}

/* Responsive */

@media(max-width:991px) {

    .course-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .divider {
        display: none;
    }

    .section-text {
        font-size: 17px;
        margin-bottom: 35px;
    }

    .course-card img {
        height: 250px;
    }

    .course-content h3 {
        font-size: 24px;
    }

}



/* ============================================ why-choose  ======================================= */

.why-choose {
    background: #000;
    padding: 80px 0;
}

.why-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.why-text {
    color: #d7d7d7;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 15px;
}

.bottom-text {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.5;
}

/* Accordion */

.custom-accordion .accordion-item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 0;
    margin-bottom: 12px;
}

.custom-accordion .accordion-button {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    box-shadow: none;
    padding: 15px;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #000;
    color: #fff;
}

.custom-accordion .accordion-button::after {
    filter: invert(1);
}

.custom-accordion .accordion-body {
    background: #000;
    color: #ddd;
    font-size: 19px;
    line-height: 1.8;
    padding: 25px;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

@media(max-width:991px) {

    .why-title {
        font-size: 42px;
    }

    .why-text {
        font-size: 17px;
    }

    .bottom-text {
        font-size: 22px;
    }

    .custom-accordion .accordion-button {
        font-size: 20px;
        padding: 18px;
    }

    .custom-accordion .accordion-body {
        font-size: 16px;
    }

}





/* ================================== testimonial-section ================================ */

.testimonial-section {
    padding: 80px 0;
    background: #f9f7f7;
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 700;
}

.section-heading span {
    display: block;
    width: 180px;
    height: 3px;
    background: #ff4f87;
    margin: 20px auto 60px;
}

.google-review {
    text-align: center;
}

.google-review h4 {
    font-size: 26px;
    margin-top: 15px;
    font-weight: 700;
}

.google-review h2 {
    color: #ff9800;
    font-size: 38px;
    margin: 20px 0 10px;
}

.review-btn {
    display: inline-block;
    margin-top: 20px;
    background: #ff4f87;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
}

.review-slider .slick-slide {
    padding: 15px;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    min-height: 280px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .08);
    transition: .4s;
}



.review-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-top img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.review-top h5 {
    font-weight: 700;
    margin: 0;
}

.stars {
    color: #ffa000;
    font-size: 24px;
    margin-bottom: 15px;
}

.review-card p {
    color: #555;
    line-height: 1.8;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 30px;
}

.slick-dots li button:before {
    font-size: 12px;
}




/* ================================ service-gallery ==================================== */


.service-gallery {
    padding: 80px 0;
    background: #0e0e0e;
}

.service-gallery .gallery-subtitle {
    color: #c59d5f;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service-gallery .gallery-title {
    font-size: 38px;
    font-weight: 700;
    margin-top: 10px;
}

.service-gallery .gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.service-gallery .gallery-card img {
    width: 100%;
    /* height: 450px; */
    /* object-fit: cover; */
    transition: .5s;
}

.service-gallery .gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .4s;
}

.service-gallery .gallery-overlay i {
    color: #fff;
    font-size: 35px;
    transform: scale(.5);
    transition: .4s;
}

.service-gallery .gallery-card:hover img {
    transform: scale(1.12);
}

.service-gallery .gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.service-gallery .gallery-card:hover .gallery-overlay i {
    transform: scale(1);
}



/* ======================================== about-founder ========================================== */

.about-founder {
    padding: 80px 0;
    background: #faf7f7;
}

.about-content h2 {
    font-size: 40px;
    font-weight: 800;
    color: #111;
}

.about-content h5 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.about-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
}

.about-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 18px 45px;
    background: #ff5c93;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .4s;
}

.about-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-5px);
}

.about-img {
    overflow: hidden;
    border-radius: 18px;
}

.about-img img {
    width: 100%;
    border-radius: 18px;
    transition: .5s;
}

.about-img:hover img {
    transform: scale(1.06);
}

@media(max-width:991px) {

    .about-founder {
        padding: 70px 0;
    }

    .about-content h2 {
        font-size: 42px;
    }

    .about-content h5 {
        font-size: 22px;
    }

    .about-content p {
        font-size: 17px;
    }

    .about-btn {
        padding: 15px 35px;
    }

}





/* =============================== enquiry-section ========================= */

.enquiry-section {
    background: #000;
    padding: 80px 0;
}

.left-content {
    color: #fff;
}

.quote-icon {
    font-size: 55px;
    color: #ff5c93;
    margin-bottom: 30px;
}

.left-content p {
    font-size: 18 px;
    line-height: 1.9;
    color: #ddd;
    margin-bottom: 15px;
}

.info-box {
    margin-top: 50px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-item .icon {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    transition: .4s;
}

.info-item:hover .icon {
    background: #ff5c93;
    border-color: #ff5c93;
}

.info-item .text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* Form */

.enquiry-form {
    background: #fff;
    padding: 45px;
    border-radius: 7px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .35);
}

.enquiry-form h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 35px;

}

.form-control,

.form-select {

    height: 60px;

    border-radius: 8px;

    margin-bottom: 20px;

    box-shadow: none;

    font-size: 18px;

}

.form-control:focus,

.form-select:focus {

    border-color: #ff5c93;

    box-shadow: none;

}

.submit-btn {

    background: #ff5c93;

    border: none;

    color: #fff;

    padding: 16px 45px;

    border-radius: 40px;

    font-size: 20px;

    font-weight: 700;

    transition: .4s;

}

.submit-btn:hover {

    background: #000;

}

/* Responsive */

@media(max-width:991px) {

    .enquiry-section {

        padding: 70px 0;

    }

    .left-content p {

        font-size: 17px;

    }

    .info-item {

        align-items: flex-start;

    }

    .info-item .text {

        font-size: 18px;

    }

    .enquiry-form {

        padding: 30px;

    }

    .enquiry-form h3 {

        font-size: 28px;

    }

}



/* ==================== faq-section ======================== */

.faq-section {
    background: #f8f5f5;
    padding: 80px 0;
}

.faq-title {
    font-size: 35px;
    font-weight: 800;
    color: #111;
}

.faq-title span {
    color: #000;
}

.custom-faq .accordion-item {
    border: none;
    margin-bottom: 22px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.custom-faq .accordion-button {
    background: #fff;
    color: #8b1d45;
    font-size: 24px;
    font-weight: 700;
    padding: 28px 35px;
    box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: #8b1d45;
    color: #fff;
}

.custom-faq .accordion-body {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    padding: 30px 35px;
    background: #fff;
}

.custom-faq .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 34px;
    font-weight: 700;
    color: #8b1d45;
    transform: none;
}

.custom-faq .accordion-button:not(.collapsed)::after {
    content: "−";
    color: #fff;
}

@media(max-width:991px) {

    .faq-title {
        font-size: 32px;
    }

    .custom-faq .accordion-button {
        font-size: 18px;
        padding: 20px;
    }

    .custom-faq .accordion-body {
        font-size: 16px;
        padding: 20px;
    }

}





/* ==================================== footer-area =============================== */


.footer-area {
    background: #0b0b0b;
    color: #fff;
    padding: 80px 0 30px;
}

.footer-logo {
    width: 100px;
    margin-bottom: 25px;
}

.footer-text {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.footer-area h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.footer-area h4::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #ff4f87;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.footer-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-area ul li {
    margin-bottom: 16px;
}

.footer-area ul li a {
    color: #cfcfcf;
    text-decoration: none;
    transition: .3s;
}

.footer-area ul li a:hover {
    color: #ff4f87;
    padding-left: 8px;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #d5d5d5;
    line-height: 1.8;
}

.contact-info i {
    color: #ff4f87;
    font-size: 18px;
    margin-top: 5px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .4s;
    text-decoration: none;
}

.footer-social a:hover {
    background: #ff4f87;
    transform: translateY(-5px);
}

.footer-area hr {
    border-color: rgba(255, 255, 255, .12);
    margin: 50px 0 25px;
}

.copyright {
    color: #b8b8b8;
    font-size: 15px;
}




/* ================================== breadcrumb-section ====================================== */

.breadcrumb-section {
    background: linear-gradient(135deg, #0d1b4c, #ff4f87);
    padding: 80px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    top: -100px;
    right: -60px;
}

.breadcrumb-section::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #ff6b00;
    opacity: .15;
    border-radius: 50%;
    bottom: -70px;
    left: -40px;
}

.breadcrumb-section h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 12px;
}

.breadcrumb-section nav {
    font-size: 16px;
}

.breadcrumb-section nav a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-section nav span {
    margin: 0 6px;
    color: #ff4f8b;
}




/* ========================== contact-us-page ===================== */
.contact-us-page {
    padding: 80px 0;
}

.contact-us-page .contact-info {
    color: #333;
}

.contact-us-page .sub-title {
    color: #d63384;
    letter-spacing: 2px;
    font-weight: 600;
}

.contact-us-page .contact-info h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0;
}

.contact-us-page .info-item {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.contact-us-page .info-item i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #d63384;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-right: 18px;
}

.contact-us-page .info-item h5 {
    margin: 0;
    font-weight: 600;
}

.contact-us-page .contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 7px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, .08); */
    border: 2px solid rgba(0, 0, 0, .08);
}

.contact-us-page .contact-form h3 {
    margin-bottom: 25px;
    font-weight: 700;
}

.contact-us-page .form-control {
    height: 55px;
    border-radius: 12px;
}

.contact-us-page textarea.form-control {
    height: 140px;
}

.contact-us-page .btn-book {
    background: #d63384;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 30px;
    transition: .3s;
}

.contact-us-page .btn-book:hover {
    background: #b51d6c;
    color: #fff;
}



/* ==================================== blog-section ================================== */

.blog-section {
    background: #fff8f7;
}

.blog-section .sub-title {
    color: #d63384;
    font-weight: 600;
    letter-spacing: 2px;
}

.blog-section .blog-card {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, .08);
    transition: .4s;
}


.blog-section .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-section .blog-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .4s;
}

.blog-section .blog-card:hover img {
    transform: scale(1.08);
}

.blog-section .category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #d63384;
    color: #fff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
}

.blog-section .blog-content {
    padding: 25px;
}

.blog-section .blog-meta {
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-section .blog-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-section .blog-content p {
    color: #666;
    line-height: 1.7;
}

.blog-section .read-btn {
    text-decoration: none;
    color: #d63384;
    font-weight: 600;
}

.blog-section .read-btn:hover {
    color: #000;
}






/* ============================ service-details  ======================== */

.service-details {
    padding: 80px 0;
    background: #fff8f8;
}

.service-details img {
    border-radius: 15px;
}

/* Sticky Sidebar */
.service-details .sticky-sidebar {
    position: sticky;
    top: 100px;
}

.service-details .service-contact-card {
    position: relative;
    background: linear-gradient(135deg, #d63384, #ff7ab8);
    border-radius: 5px;
    padding: 45px 30px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    border: 2px solid rgba(214, 51, 132, .25);
}

.service-details .contact-circle {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    right: -80px;
    top: -80px;
}

.service-details .contact-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #d63384;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    }

    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }

}

.service-details .contact-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .2);
    margin-bottom: 18px;
    font-size: 14px;
}

.service-details .service-contact-card h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-details .service-contact-card p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 25px;
}

.service-details .contact-number {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-details .contact-number:hover {
    color: #ffe4f0;
}

.service-details .contact-btn {
    display: inline-block;
    background: #fff;
    color: #d63384;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.service-details .contact-btn:hover {
    background: #222;
    color: #fff;
}

@media(max-width:991px) {

    .service-details .sticky-sidebar {
        position: static;
        margin-top: 40px;
    }

}

@media(max-width:767px) {

    .service-details .service-contact-card {
        padding: 35px 20px;
    }

    .service-details .contact-number {
        font-size: 20px;
    }

    .service-details .service-contact-card h3 {
        font-size: 24px;
    }

}



.service-description {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    margin-top: 40px;
    ;
    border-left: 5px solid #d63384;
}

.service-description h3 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-description h3 i {
    color: #d63384;
    margin-right: 10px;
}

.description-content {
    color: #555;
    font-size: 17px;
    line-height: 32px;
}

.description-content h1,
.description-content h2,
.description-content h3,
.description-content h4,
.description-content h5,
.description-content h6 {
    color: #222;
    font-weight: 700;
    margin: 25px 0 15px;
}

.description-content p {
    margin-bottom: 18px;
}

.description-content ul,
.description-content ol {
    margin: 20px 0;
    padding-left: 20px;
}

.description-content ul li {
    margin-bottom: 12px;
    position: relative;
}

.description-content img {
    width: 100%;
    border-radius: 12px;
    margin: 20px 0;
}

.description-content strong {
    color: #d63384;
}

.description-content a {
    color: #d63384;
    text-decoration: none;
}

.description-content a:hover {
    text-decoration: underline;
}

@media(max-width:768px) {

    .service-description {
        padding: 25px;
    }

    .service-description h3 {
        font-size: 24px;
    }

    .description-content {
        font-size: 16px;
        line-height: 28px;
    }

}