@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto";
}


/* -------------------- Common Styles -------------------- */

.section-title {
    font-size: 24px;
    padding-top: 15px;
    position: relative;
    color: #2d2424;
    font-weight: 600;
    width: fit-content;
}

.section-title::before {
    content: "";
    width: 130%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fe1a19;
}

.section-heading {
    font-family: "Libre Baskerville", system-ui;
    font-size: 48px;
}

.section-heading span {
    color: #fe1a19;
}

.text-red {
    color: #fe1a19;
}

.text-aline-c {
    text-align: center;
}

.br-left-radius {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.br-right-radius {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.line-height-27 {
    line-height: 27px;
}

.primary-btn {
    background: #fe1a19;
    padding: 16px 25px;
    font-size: 16px;
    border-radius: 100px;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: fit-content;
    font-weight: 500;
    transition: background 0.2s ease-in;
}

.ajsbdhja2 {
    padding: 8px 20px !important;
}

.primary-btn:hover {
    background: #e91414;
    transition: background 0.2s ease-in;
}

.outline-btn {
    background: transparent;
    padding: 16px 25px;
    font-size: 16px;
    border-radius: 100px;
    border: 1px solid #2d2424;
    color: #2d2424;
    font-weight: 500;
    width: fit-content;
    transition: all 0.2s ease-in;
}

.outline-btn:hover {
    background: #e91414;
    color: #fff;
    border-color: transparent;
    transition: all 0.2s ease-in;
}


/* ---------------------------------------- */

.navbar .nav-item a {
    font-size: 14px;
    color: #2d2424;
    transition: all 0.2s ease-in;
}

.navbar .nav-item a:hover {
    color: #fe1a19;
    transition: all 0.2s ease-in;
}

.navbar .nav-item .nav-link.active {
    color: #fe1a19;
    font-weight: bold;
}

ul.navbar-nav.ms-auto{
    /* flex-direction: row;
    display: flex; */
    align-items: center;
    gap: 10px;
}

.hero_section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../img/hero_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide-1 {
    background-image: url('../img/slider1.png');
    background-size: cover;
    background-repeat: round;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* Slide 2 background */

.slide-2 {
    background-image: url('../img/slider21.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* Slide 3 background */

.slide-3 {
    background-image: url('../img/slider3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero_section h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 48px;
    font-family: "Libre Baskerville", system-ui;
}

.hero_section h1 span {
    color: #fe1a19;
}

.hero_section p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}

.hero {
    position: relative;
    z-index: 4;
}

.navbar-collapse {
    z-index: 999;
    background: white;
    padding: 25px 0;
}



/* Card section */

.quality_Excellence {
    position: relative;
    top: -85px;
    z-index: 5;
}

.card_sec {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
    padding: 50px 24px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition-property: border-bottom;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    height: 100%;
}

.card_sec:hover {
    border-bottom-color: #fe1a19;
}

.card_sec .card_title {
    color: #2d2424;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.card_sec p {
    color: #2d2424;
    font-size: 16px;
}

.section-bg {
    height: 422px;
}

.section-bg-ab{
 background-image: url("../img/abhero.png");
 background-position: bottom center;
 background-repeat: no-repeat;
 background-size: cover;
}

.section-bg-co{
    background-image: url("../img/cohero.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-bg-gy{
    background-image: url("../img/gyhero.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-bg-sc{
    background-image: url("../img/schero.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-bg p {
    font-size: 24px;
    font-family: "Libre Baskerville", system-ui;
}


/*-------------------- About Sections --------------------*/

.about_us-container {
    margin-top: 120px;
}

.about_star {
    position: relative;
}

.about_star::before {
    content: "About Us";
    position: absolute;
    width: 80%;
    height: 3px;
    padding-top: 10px;
    border-top: 3px solid #fe1a19;
    top: 0px;
    color: #fe1a19;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.about_us h1 {
    font-size: 40px;
    font-family: "Libre Baskerville", system-ui;
}

.about_us h1 span {
    color: #fe1a19;
}

.about_us p {
    color: #2d2424;
    font-size: 16px;
    margin: 30px 0;
    line-height: 27px;
}


/* -------------------- why chose us ------------- */

.why-choose {
    margin: 120px 0;
}

.why-choose .title {
    font-size: 40px;
    line-height: 49px;
    font-family: "Libre Baskerville", system-ui;
    margin-bottom: 20px;
}

.why-choose .sub-text {
    font-size: 16px;
    line-height: 27px;
    color: #2d2424;
    margin-bottom: 30px;
}

.strengths {
    padding-left: 20px;
}

.strengths li {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #2d2424;
}

.collapse.show .accordion-item:first-of-type>.accordion-header .accordion-button,
.collapse.show .accordion-item:last-of-type,
.collapse.show .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.collapse.show .accordion-item:first-of-type,
.collapse.show .accordion-button.accordion-button {
    border-radius: 15px 15px 0 0 !important;
}

.collapse.show .accordion-body {
    border-radius: 0 0 15px 15px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    display: flex;
    align-items: center;
}

.accordion-button img {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

.accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05)
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.accordion-item:first-of-type,
.accordion-button {
    border-radius: 15px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.8);
}

.accordion-body {
    background-color: #f1f1f1;
    color: #2d2424;
    font-size: 16px;
    padding: 18px;
}

.accordion-button::before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    right: 16.4px;
    top: 13px;
    border-radius: 100px;
    background-color: #2D2424;
}

.accordion-button:not(.collapsed)::before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    right: 16.4px;
    top: 13px;
    border-radius: 100px;
    background-color: #2D2424;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: 12px;
    background-position-x: 5px;
    background-position-y: 6px;
    transform: rotate(270deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: 12px;
    background-position-x: 2px;
    background-position-y: 2px;
    transform: rotate(90deg);
}


/*----------------------------------- Testimonial -----------------------------------*/

.testimonial {
    margin: 120px 0;
}

.testimonial .title {
    text-align: center;
    font-family: "Libre Baskerville", system-ui;
    line-height: 49px;
    font-size: 40px;
    margin-bottom: 50px;
}

.testimonial-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.client-name {
    font-size: 24px;
    margin-top: 20px;
    line-height: 29px;
    margin-bottom: 0;
}

.client-detail {
    font-size: 14px;
    line-height: 27px;
    margin: 4px;
    margin-bottom: 30px;
}

.client-comment {
    font-size: 18px;
    line-height: 27px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.testimonial .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: rotate(270deg);
}

.testimonial .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: rotate(90deg);
}


/* -------------------- Decades --------------------- */

.decades {
    padding: 157px 0 150px 0;
    background-color: rgba(254, 26, 25, 0.1);
    transform: skewY(-3deg);
    margin-top: 132px;
    margin-bottom: 90px;
    border-top: 4px solid #fe1a19;
    border-bottom: 4px solid #fe1a19;
}

.decades-image {
    width: 100%;
}

.decades .container {
    transform: skewY(3deg);
}

.decades-content {
    padding-top: 30px;
    font-size: 16px;
    color: #2d2424;
    padding-right: 32px;
}

.decades-content .decades-content-heading {
    font-size: 25px;
    font-family: "Libre Baskerville", system-ui;
}


/* -------------------- Services --------------------- */

.services {
    margin-bottom: 120px;
}

.image-container {
    display: flex;
    gap: 60px;
}

.services-images:first-child {
    margin-top: 60px;
}

.services-images-card {
    background-color: #fff;
    padding: 12px;
    padding-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
}

.services-images-card::before {
    content: "";
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40%;
    transform: skewY(-8deg) rotate(10deg);
    background-color: rgba(254, 26, 25, 0.04);
}

.services-images-card img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.services-images-card p {
    padding: 20px 0;
    text-align: center;
    font-size: 17px;
    color: #555555;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.services-images-card.active,
.services-images-card:hover {
    border: 1px solid rgba(254, 26, 25, 0.1);
    box-shadow: 10px 5px 31px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in;
}

.services .section-heading {
    margin-bottom: 30px;
}


/* -------------------- Teams --------------------- */

.teams {
    color: #2d2424;
}

.teams-card .teams-card-name {
    margin: 15px 0 4px 0;
    letter-spacing: 1.5px;
    line-height: normal;
    font-size: 23px;
}

.teams-card .teams-card-position {
    font-size: 18px;
    letter-spacing: 1.5px;
}

.teams-card img {
    width: 100%;
}


/* -------------------- Consultation --------------------- */

.consultation {
    display: flex;
    position: relative;
    margin-top: 182px;
    margin-bottom: 180px;
}

.consultation .section-heading {
    flex-grow: 1;
    position: absolute;
    top: 94px;
    left: 12%;
}

.consultation .section-heading span {
    border-bottom: 3px solid #fe1a19;
}

.consultation .consultation-content {
    width: 75%;
    background-color: #ffe9e8;
    border-bottom: 30px solid #fe1a19;
    padding: 68px 111px 66px 290px;
    margin-left: auto;
}

.consultation .consultation-content p {
    font-size: 16px;
    color: #2d2424;
    letter-spacing: 1px;
    margin-bottom: 25px;
}


/* -------------------- Experience --------------------- */

.experience {
    margin: 120px 0;
}

.experience button {
    margin-top: 14px;
}

.experience .section-heading {
    margin-bottom: 10px;
}

.experience .section-title {
    margin-bottom: 30px;
    overflow: hidden;
}

.experience .section-title::before {
    width: 110%;
}

.experience .experience-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
}


/*-------------------------------SECTION-PRODUCTS ----------------------------------*/

.products {
    margin: 80px 0;
}

.products .product-contain h1 {
    font-family: "Libre Baskerville", system-ui;
    margin-bottom: 20px;
}

.products .product-container .product-img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 7px;
    object-fit: cover;
    height: 350px;
}

.products .product-container .product-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.products .product-container .product-text p {
    font-size: 16px;
    line-height: 27px;
    color: #2d2424;
}

.products .product-container .product-text h1 {
    font-family: "Libre Baskerville", system-ui;
}

.product-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}


/* --------------------------- Contact -------------------------------- */

.social-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin: 20px 0;
}

.social-list i {
    color: #2d2424;
}

.contact {
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.contact .form-group input {
    margin: 16px 0;
}

.submit-btn {
    margin-top: 16px;
}

.contact-actions {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-actions .request {
    background-color: rgba(254, 26, 25, 0.10);
    transition: all 0.2s ease-in;
}

.contact-actions .request:hover {
    background-color: rgba(254, 26, 25, 1);
    transition: all 0.2s ease-in;
}

.contact-actions .request:hover a,
.contact-actions .request:hover h6 {
    color: #fff;
    transition: all 0.2s ease-in;
}

.contact-actions .request a {
    text-decoration: none;
    color: #2d2424;
    transition: all 0.2s ease-in;
}

.contact-actions h6 {
    font-size: 22px;
    color: #2d2424;
}


/* ---------------------------FOOTER-------------------------------- */

.mr_footer {
    padding: 50px 0px 1px;
    /* box-shadow: 0px 5px 12px 1px #303030; */
    background-color: #ffe9e8;
    position: relative;
}

.mr_footer .doc-ig {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.25));
}

.footer-p {
    font-weight: 400;
    font-size: 16px;
    color: #2d2424;
    line-height: 27px;
}

.mr_footer .links {
    /* color: #bfbfbf; */
    font-weight: 700;
    font-size: 15px;
    color: #2d2424;
}

.mr_footer .social-link {
    margin-top: 30px;
}

.mr_footer .usefull-link a {
    color: #2d2424;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
}

.c-w {
    margin-left: 25px;
    color: #2d2424;
    font-weight: 400;
    font-size: 14px;
    word-break: break-word;
}

.mr_footer .contact {
    /* overflow: auto; */
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: none;
}

.mr_footer .contact .c-w span {
    color: rgb(232 199 103);
}

.footer-text {
    color: #2d2424;
    font-weight: 400;
    font-size: 14px;
    word-break: break-word;
}


/* .mr_footer .contact-mr {
    margin-top: 10px;
} */

.mr-hr {
    margin-top: 40px;
    border: 1px solid #fe1a19;
}

.main-last-foo {
    margin-bottom: 13px;
}

.mr_social_icon {
    width: 25px;
    margin-right: 16px;
    height: 25px;
}

.location,
.calling,
.message {
    width: 19px;
    height: 19px;
}

@media (max-width: 768px) {
    .margin-top {
        margin-top: 33px;
    }
    .margin-bottom {
        margin-bottom: 6px;
    }
    .mr_footer .social-link {
        margin-top: 15px;
    }
    .footer-p {
        font-size: 14px;
        line-height: 20px;
    }
    /* .img-fluid {
    margin-top: 33px;
  } */
}


/* Media Query */

@media screen and (max-width: 1440px) {
    .experience-images img {
        width: 100%;
    }
}

@media screen and (max-width: 1366px) {
    .consultation .section-heading {
        left: 6%;
    }
}

@media screen and (max-width: 990px) {
    .navbar-collapse {
        padding: 25px;
    }
    .services {
        margin-bottom: 70px;
    }
    .consultation {
        flex-direction: column;
        margin: 70px 0;
    }
    .experience {
        margin: 70px 0;
    }
    .consultation .section-heading {
        position: relative;
        left: unset;
        top: unset;
        padding: 0 40px;
    }
    .consultation .consultation-content {
        width: 100%;
        padding: 40px;
    }
    .section-heading {
        font-size: 32px;
    }
    .product-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product-item-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .products .product-container .product-img {
        border-radius: 15px;
    }
    .br-left-radius {
        border-radius: 10px;
    }
    .br-right-radius {
        border-radius: 10px;
    }
    .product-text h1 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .hero .carousel-inner .hero_section h1 {
        font-size: 28px;
    }
    .hero .carousel-inner .hero_section p {
        font-size: 16px;
    }
    .hero .carousel-inner .hero_section {
        padding: 65px;
    }
    .cardList {
        gap: 30px;
    }
    .image-container {
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* flex-direction: column; */
    }
    .about_us h1 {
        margin-top: 20px;
    }
    .about_us p {
        margin: 20px 0;
    }
    .decades {
        padding: 90px 0 80px 0;
        margin-top: 60px;
        margin-bottom: 100px;
    }
    .experience-images-container {
        margin-top: 30px;
    }
    .why-choose {
        margin: 70px 0;
    }
    .about_us_images {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .about_us_images div.col-md-6 {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .about_us_images div.col-md-6 img {
        width: 250px !important;
        height: 250px;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .about_star::before {
        top: -66px;
        left: 20px;
    }
    .testimonial .title,
    .why-choose .title {
        font-size: 32px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 600px) {
    .accordion-button:not(.collapsed)::after {
        background-position-y: 1px;
    }
    .section-bg p {
        font-size: 14px;
    }
    .consultation .section-heading {
        padding: 0 12px;
    }
    .consultation .consultation-content {
        padding: 12px;
    }
    .about_us h1,
    .hero_section h1 {
        font-size: 30px;
    }
    .image-container {
        grid-template-columns: 1fr;
    }
    .teams-card .teams-card-position,
    .teams-card .teams-card-name {
        font-size: 14px;
    }
    .section-title::before {
        width: 100%;
    }
    .services-images-card {
        width: fit-content;
        margin: 0 auto 10px auto;
    }
    .testimonial .title,
    .why-choose .title,
    .section-heading {
        font-size: 24px;
    }
    .primary-btn {
        padding: 10px 20px;
    }
    .services .section-heading {
        margin-bottom: 20px;
    }
    .about_us_images div.col-md-6 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .products .product-container .product-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .product-container {
        gap: 30px;
    }
    .hero_section h1 {
        font-size: 32px;
    }
    .hero_section p {
        font-size: 18px;
    }
    .footer-p {
        font-size: 14px;
    }
    .contact {
        padding: 10px;
    }
}


/*  */


/* gallery */

.g2 {
    margin: 110px auto;
}

.g2 .jj p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 30px;
    font-family: 'Inter', sans-serif;
}

.g2 .kk p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: 'Inter', sans-serif;
}

.g2 h3 {
    color: #fe1a19;
    font-size: 3.25rem;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media(max-width:767px) {
    .g2 h3 {
        font-size: 2.5rem;
        margin-top: 30px;
        margin-bottom: 40px;
        flex-direction: row;
    }
}

.g3 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.g4 {
    margin-top: 80px;
    background-color: #000;
}

.g4 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Inter', sans-serif;
    color: #909090;
}

.g5 {
    margin-top: 130px;
    margin-bottom: 110px;
}

.g5 img {
    margin-bottom: 15px;
    margin-top: 10px;
}

.p2 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.p2 p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 37px; */
    /* letter-spacing: 0em; */
    text-align: left;
    width: fit-content;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(11px);
    border-radius: 15px;
    padding: 15px 15px;
}

.p2 .box {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    /* padding: 10px; */
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
}

.p2 .box:hover {
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.9);
}

.p2 .card-img-overlay {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .p2 p {
        font-size: 16px;
        padding: 10px;
    }
    .products .product-container .product-img {
        height: 250px;
    }
}

@media(min-width:767px) {
    .services-images-card img {
        position: relative;
        z-index: 1;
        width: 250px !important;
        height: 250px !important;
    }
}