/* service-part-start */

.service.service-greenwood {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}


.gwp-tb {
    padding: 50px 0 !important;
}

.title.title-2 {
    color: #274696;
}

.under-title-2 {
    background-color: #274696;
}

.title--36.green-title {
    color: #fff;
}

.title-2.title--36.m-b-92 {
    margin-bottom: 50px !important;
}

.title--36.green-title .under-title-2 {
    background-color: #ffffff;
}

.title--36.green-title .under-title-2:before {
    background: rgb(255 255 255 / 67%);
}

.title--36.green-title .under-title-2:after {
    background: rgb(255 255 255 / 67%);
}

/* Grid container styles */
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 0; /* No spacing between items */
    width: 100%;
    grid-auto-rows: 1fr; /* Maintain uniform row height */
}

/* Grid items */
.grid-item {
    background-size: cover;
    background-position: center;
    position: relative;
    aspect-ratio: 1;
    transition: transform 0.3s ease;
    border: 2px solid #fff; /* Add this line for the white border */
}

/* Hover effect (Upscale on hover) */



/* Responsive adjustments */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
    }
}

@media (max-width: 575px) {
    .grid-container {
        grid-template-columns: repeat(1, 1fr); /* Single column on very small screens */
    }
    .mt-3{
        margin-top: 0.5rem !important;
    }
    .mb-3{
        margin-bottom: 0.5rem !important;
    }
}

@media only screen and (max-width:1199px) {
    .service__item-inner img {
        width: 65px;
        filter: invert(1);
    }
}

@media only screen and (max-width:991px) {
    .service__item.service__item-gw {
        min-height: 300px;
        box-shadow: none;
    }

    .service.service-greenwood .service__item-inner {
        height: 205px;
        width: 72%;
    }

    .service-wrap.service-wrap-gw .service__item-inner img {
        width: 70px;
    }
}

/* service-part-end */


/* Home Banner start */

.slide-title-5 {
    color: #fff;
    font-weight: 500 !important;
    font-family: 'open sans';
    text-shadow: 1px 1px 1px #000;
}

.slide.home-banner {
    margin-top: 0px;
}

.tp-caption.slide-title {
    font-size: 40px !important;
    text-shadow: 1px 1px 1px #000;
}

.rev-li {
    overflow: hidden;
}

.rev-li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
}

/* 
.tp-parallax-wrap {
    top: 280px !important;
} */

@media only screen and (max-width:992px) {
    .slide.home-banner {
        margin-top: 70px;
    }

    /* .slide.home-banner, */
    .tp-fullwidth-forcer,
    .rev_slider_wrapper {
        height: calc(100vh - 80px) !important;
    }
}

@media only screen and (max-width:767px) {
    .tp-caption.slide-title {
        font-size: 30px !important;
    }
}

@media only screen and (max-width:575px) {
    .tp-caption.slide-title {
        font-size: 24px !important;
    }

    .tp-bullets.au-bullet-wrap {
        top: 105% !important;
    }

    /* .slide.home-banner, */
    .tp-fullwidth-forcer,
    .rev_slider_wrapper {
        height: calc(100vh - 100px) !important;
    }

}

/* Home Banner end */

/* why choose us start */

.why-choose-us-wrap {
    background: #f8f8f8;
}

.why-choose-us-wrap .title-2 {
    margin-bottom: 50px;
}

.wcu-box {
    padding: 20px 12px;
    /* box-shadow: 0 4px 15px rgb(12 35 34 / 21%); */
    box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
    border-bottom: 3px solid #274696;
    text-align: center;
}

.wcu-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 14px;
}

.wcu-img img {
    filter: invert(15%) sepia(8%) saturate(4077%) hue-rotate(147deg) brightness(97%) contrast(83%);
}

.wcu-text {}

.wcu-text h5 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #000;
}

.wcu-text p {
    font-weight: 600;
    color: #274696;
    height: 132px;
}

@media only screen and (max-width:1199px) {
    .wcu-text p {
        height: 176px;
    }
}

@media only screen and (max-width:991px) {
    .wcu-text p {
        height: auto;
    }

    .wcu-box {
        padding: 30px 50px;
    }

    .wcu-text h5 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:767px) {
    .why-choose-us-wrap .title-2 {
        margin-bottom: 35px;
    }

    .wcu-box {
        padding: 20px 30px;
    }

    .wcu-text h5 {
        margin-bottom: 8px;
    }

}

@media only screen and (max-width:575px) {
    .wcu-box {
        padding: 20px 15px;
    }
}

/* why choose us end */

/* recent-project-start */

.recent-project.recent-project-gw {
    background-size: cover;
    background-repeat: no-repeat;

}

.parallax--slide-re-pro.parallax--slide-re-pro-gw {}

.parallax--slide-re-pro.parallax--slide-re-pro-gw .pro-info {
    background: #274696a8;
}

.parallax--slide-re-pro.parallax--slide-re-pro-gw .pro-cat-name>a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.parallax--slide-re-pro.parallax--slide-re-pro-gw .pro-cat-name>a i {
    color: #f00;
}

.parallax--slide-re-pro.parallax--slide-re-pro-gw .slide-re-pro.owl-theme .owl-nav div {
    background: #274696;
}

.parallax--slide-re-pro.parallax--slide-re-pro-gw .slide-re-pro.owl-theme .owl-nav div:hover {
    color: #9d9c9c;
    background: #111111;
}

.parallax--slide-re-pro.parallax--slide-re-pro-gw {
    background-image: none;
    padding: 0px 80px;
}

.parallax--slide-re-pro.parallax--slide-re-pro-gw .slide-re-pro.owl-theme {
    box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
}

@media only screen and (max-width:1199px) {
    h4.pro-title {
        top: 41.5%;
    }
}


@media only screen and (max-width:991px) {
    .recent-project.recent-project-gw .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .slide-re-pro.owl-theme .owl-nav .owl-prev,
    .slide-re-pro.owl-theme .owl-nav .owl-next {
        margin-top: -15px;
    }
}

@media only screen and (max-width:767px) {
    h4.pro-title {
        top: 44.5%;
    }

    .pro-cat-name {
        top: 43%;
    }
}

@media only screen and (max-width:575px) {
    .parallax--slide-re-pro.parallax--slide-re-pro-gw {
        padding: 0px 15px;
    }

    h4.pro-title {
        top: 40.5%;
    }

    .pro-cat-name {
        top: 39%;
    }

    .recent-project.recent-project-gw .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .slide-re-pro.owl-theme .owl-nav .owl-prev {
        left: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -15px;
    }

    .slide-re-pro.owl-theme .owl-nav .owl-next {
        right: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -15px;
    }
}


/* recent-project-end */

/* work-process-start */

/* .our-process3-wrap.our-process3-wrap-gw .dot-wrap .slick-dots li {
    height: 20%;
} */

.our-process3-wrap.our-process3-wrap-gw .p-btn img {
    width: 60px;
    filter: invert(1);
}

.our-process3__inner.slick-dotted.slick-slider {
    margin-bottom: 15px;
}

.our-process3-gw.our-process3 h2.title {
    margin-bottom: 50px;
    color: #fff;
}

.our-process3.our-process3-gw {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../img/work-process-bg.jpg);
    position: relative;
}

.our-process3.our-process3-gw:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #27469682;
}

.our-process3.our-process3-gw .under-title-2:before {
    background: rgb(255 255 255 / 67%);
}

.our-process3.our-process3-gw .under-title-2:after {
    background: rgb(255 255 255 / 67%);
}

.our-process3.our-process3-gw .num {
    color: #274696;
    font-size: 120px;
}

.our-process3.our-process3-gw .head {
    color: #000000;
    margin-bottom: 10px;
}

.our-process3.our-process3-gw .dot-wrap .slick-dots li .p-btn {
    border-bottom: none;
}

.our-process3.our-process3-gw .dot-wrap .slick-dots li:last-child .p-btn {
    border-bottom: 1px solid #ebebeb;
}

.our-process3.our-process3-gw .dot-wrap .slick-dots li.slick-active .p-btn {
    /* background: rgba(235, 205, 30, 0.84); */
    background: #274696ba;
}

.our-process3.our-process3-gw .dot-wrap .slick-dots li .p-btn:hover {
    /* background: rgba(235, 205, 30, 0.84); */
    background: #274696ba;
}

.our-process3.our-process3-gw .text {
    text-align: justify;
}

@media only screen and (max-width:1199px) and (min-width:994px) {
    .our-process3.our-process3-gw .our-process3__text {
        border: 1px solid rgb(237, 237, 237);
        padding: 40px 20px;
        padding-top: 30px;
        padding-right: 20px;
        width: 50%;
        position: absolute;
        top: 0px;
        left: 0;
        background: #fff;
        z-index: 207;
        height: 100%;
    }

    .our-process3.our-process3-gw .num {
        color: #274696;
        font-size: 90px;
    }

    .our-process3.our-process3-gw .head {
        color: #000000;
        margin-bottom: 8px;
        font-size: 30px;
    }
}

@media only screen and (max-width:1199px) {
    .our-process3.our-process3-gw .slick-list {
        box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
    }
}

@media only screen and (max-width:993px) {
    .our-process3.our-process3-gw .our-process3__text {
        height: 382px;
        padding: 40px 40px;
        padding-top: 20px;
        padding-right: 40px;
    }

    .our-process3.our-process3-gw .num {
        font-size: 100px;
    }
}

@media only screen and (max-width:991px) {
    .our-process3__text {
        height: 306px;
    }

    .our-process3.our-process3-gw .num {
        font-size: 90px;
    }

    .our-process3.our-process3-gw .our-process3__text {
        height: 410px;
    }
}

@media only screen and (max-width:768px) {
    .num {
        font-size: 70px;
    }

    .head {
        font-size: 36px;
        margin-bottom: 6px;
    }

    .our-process3__text {
        padding: 30px 50px;
    }

    .our-process3__text {
        height: 320px;
    }
}

@media only screen and (max-width:767px) {
    .our-process3-gw.our-process3 h2.title {
        margin-bottom: 35px;
    }

    .our-process3.our-process3-gw .our-process3__text {
        height: 424px;
        padding: 30px 20px;
        padding-top: 14px;
        padding-right: 20px;
    }

    .our-process3.our-process3-gw .num {
        font-size: 80px;
    }

    .our-process3.our-process3-gw .head {
        color: #000000;
        margin-bottom: 2px;
        font-size: 30px;
        line-height: 38px;
    }
}

@media only screen and (max-width:575px) {

    .our-process3.our-process3-gw .our-process3__text {
        height: 400px;
        padding: 20px 15px;
        padding-top: 10px;
        padding-right: 5px;
    }

    .our-process3.our-process3-gw .num {
        font-size: 60px;
        margin-bottom: 0px;
    }

    .our-process3-wrap.our-process3-wrap-gw .p-btn img {
        width: 50px;
        filter: invert(1);
    }

    .our-process3.our-process3-gw .head {
        color: #000000;
        margin-bottom: 6px;
        font-size: 24px;
        line-height: 28px;
        padding-right: 8px;
    }

    .our-process3.our-process3-gw .dot-wrap .slick-dots {
        height: 13%;
    }

    .our-process3.our-process3-gw .work-description {
        height: 248px;
        overflow-y: auto;
        padding-right: 8px;
    }

    .our-process3.our-process3-gw .work-description::-webkit-scrollbar {
        width: 2px;
    }

    /* Handle */
    .our-process3.our-process3-gw .work-description::-webkit-scrollbar-thumb {
        background: linear-gradient(to left bottom, #274696, #274696);
    }

    /* Handle on hover */
    .our-process3.our-process3-gw .work-description::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(to left bottom, #274696, #274696);
    }
}

@media only screen and (max-width:425px) {
    .num {
        font-size: 52px;
        margin-bottom: 6px;
    }

    .head {
        font-size: 24px;
        margin-bottom: 6px;
    }
}

/* work-process-end */

/* to-top-btn-start */

#btn-to-top {
    background-color: #274696;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 59%);
    right: 15px;
    z-index: 499;
}

#btn-to-top:hover {
    background-color: #111;
}

@media only screen and (max-width:575px) {
    #btn-to-top {
        bottom: 52px;
    }
}

/* to-top-btn-end */

/* testimonial-start */

.client-say.updated-client-say .title.m-b-100 {
    margin-bottom: 30px;
}

.testimonial-carousel-wrap {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #274696;
    position: relative;
    box-shadow: 0 4px 15px rgb(12 35 34 / 21%);
}

.testimonial-carousel-wrap:before {
    content: "\f10d";
    position: absolute;
    font-family: FontAwesome;
    left: 20px;
    top: -5px;
    font-size: 50px;
    color: #27469621;
}

.testimonial-carousel-wrap:after {
    content: "\f10e";
    position: absolute;
    font-family: FontAwesome;
    right: 20px;
    bottom: -5px;
    font-size: 50px;
    color: #27469621;
}

#owl-caraousel-2.owl-carousel {}

.testimonial-body {
    padding: 70px 60px;
}

.testimonial-body .testimonial-p {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
    font-weight: 600;
}

.testimonial-body h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 2px;
}

.testimonial-body h6 {
    font-weight: 600;
    font-size: 14px;
}

.testimonial-body-new .client-info {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align items horizontally */
    margin-bottom: 10px;
}

.testimonial-body-new .client-image {
    width: 40px !important;
    height: 40px !important; 
    border-radius: 50%;
    object-fit: cover; 
    margin-right: 10px; 
}

#owl-caraousel-2 .owl-prev,
#owl-caraousel-2 .owl-next {
    width: 50px;
    height: 50px;
    line-height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: #274696;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#owl-caraousel-2 .owl-prev {
    left: -30px;
}

#owl-caraousel-2 .owl-next {
    right: -30px;
}

#owl-caraousel-2 .owl-prev:hover,
#owl-caraousel-2 .owl-next:hover {
    background: #111111;
}

#owl-caraousel-2.owl-theme .owl-nav {
    margin-top: 0px;
}

@media only screen and (max-width:767px) {
    .client-say.updated-client-say .title.m-b-100 {
        margin-bottom: 20px !important;
    }

    .testimonial-carousel-wrap {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:575px) {
    .testimonial-body {
        padding: 70px 30px;
    }

    #owl-caraousel-2 .owl-prev {
        left: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -15px;
    }

    #owl-caraousel-2 .owl-next {
        right: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -15px;
    }
}

#testimonial-carousel-wrap-new {}

.testimonial-body-new {
    background: #fff;
    border: 2px solid #274696;
    position: relative;
    border-radius: 8px;
    padding: 12px 15px;
    text-align: justify;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgb(0 0 0 / 10%);
}

.testimonial-body-new:before {}

.testimonial-body-new:after {
    content: "\f10e";
    position: absolute;
    font-family: FontAwesome;
    right: 15px;
    bottom: -8px;
    font-size: 48px;
    color: #27469629;
}

.testimonial-body-new .testimonial-p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #111;
    margin-bottom: 4px;
    height: 115px;
    overflow-y: auto;
    padding-right: 10px;
}

.testimonial-body-new .testimonial-p::-webkit-scrollbar {
    width: 2px;
}

.testimonial-body-new .testimonial-p::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #fff;
}

/* Handle */
.testimonial-body-new .testimonial-p::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #274696 20%, #274696 50%);
    transition: all 500ms ease;
}

.testimonial-body-new h5 {
    font-size: 20px;
    text-transform: capitalize;
    color: #274696;
    font-weight: 600;
}

.testimonial-body-new h6 {}

.testimonial-body-new ul {
    margin-top: 0px;
    display: flex;
    column-gap: 4px;
    justify-content: start;
}

.testimonial-body-new ul li {
    list-style: none;
}

.testimonial-body-new ul li i {
    color: #ffc700;
}

@media only screen and (max-width:767px) {
    .testimonial-body-new .testimonial-p {
        font-size: 15px;
        line-height: 23px;
        font-weight: 500;
        color: #111;
        margin-bottom: 4px;
        height: 92px;
    }
}

/* testimonial-end */

/* footer-start */

.footer-2.updated-footer-2>.parallax.parallax--footer {
    background-color: #9d9c9c;
    padding: 40px 0px 40px;
    border-top: 2px solid #274696;
}

.footer-logo img {
    height: 75px;
}

.footer-contact {
    margin-top: 10px;
}

.footer-contact li {
    color: #444444;
    padding-bottom: 6px;
    list-style: none;
    font-size: 15px;
    font-weight: 600;
}

.footer-contact li i {
    color: #274696;
}

.footer-contact li a {
    color: #444444;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.footer-contact li a:hover {
    color: #274696;
    transition: 0.3s ease-in-out;
}

.footer-2.updated-footer-2 .ul--footer {
    margin-top: 16px;
}

.footer-2.updated-footer-2 .social {
    margin-top: 8px;
}

.footer-2.updated-footer-2 .social .social__item {
    width: 32px;
    background: #9d9c9c;
    border: 1px solid #444444;
}

.footer-2.updated-footer-2 .social .social__item i {
    color: #444444;
}

.footer-2.updated-footer-2 .social .social__item:hover {
    background: #274696;
    border: 1px solid #274696;
    box-shadow: 0 1px 7px rgb(255 255 255 / 40%);
}

.footer-2.updated-footer-2 .social .social__item:hover i {
    color: #fff;
}

.footer-2.updated-footer-2 .ul--footer li a {
    color: #444444;
    font-weight: 600;
    font-size: 15px;
}

.footer-2.updated-footer-2 .ul--footer li a:hover {
    color: #274696;
}

.copyright.updated-copyright {
    background: #274696;
    color: #626262;
}

.copyright.updated-copyright h6 {
    color: #9d9c9c;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.copyright.updated-copyright h6 a {
    color: #9d9c9c;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}

@media only screen and (max-width:575px) {
    .copyright.updated-copyright span {
        display: block;
        line-height: 20px;
    }

    .footer-2.updated-footer-2 .social {
        margin-top: 10px;
    }

    .ul--footer li {
        display: flex;
        justify-content: center;
        width: auto;
        padding: 4px 15px;
    }

    .footer-2.updated-footer-2 .ul--footer {
        margin-top: 12px;
        /* border-top: 1px solid #fff; */
    }
}

/* footer-end */

/* header-start */

.logo.logo--center.pull-left {
    line-height: 105px;
    width: 171px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 12px 12px;
}

.logo.logo--center.pull-left img {
    height: 75px;
}

.header-stick.header-stick--dark.header-stick--show .logo.pull-left img {
    height: 75px;
}

.logo.pull-left img {
    height: 55px;
}

.header-stick.header-stick--dark.header-stick--show {
    /* background-color: rgba(0, 0, 0, 0.75); */
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 3px 0px #22222259;
    -moz-box-shadow: 1px 1px 3px 0px #222;
    box-shadow: 1px 1px 3px 0px #22222259;
}

.header4.header4-updated nav>ul>li {
    padding: 41px 13px;
    width: 120px;
    text-align: center;
}
@media (max-width: 1200px) and (min-width: 993px) {
    .home-call-btn{
        display: none !important;
    }
}

.header4.header4-updated .container {
    display: flex;
    justify-content: space-between;
}

.header4.header4-updated nav li a:hover {
    color: #9d9c9c;
    text-shadow: 1px 1px 0px #000;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.header4.header4-updated nav>ul>li.home-call-btn {
    padding: 41px 8px;
}

.header4.header4-updated nav>ul>li.home-call-btn a {
    padding: 6px 12px;
    text-transform: capitalize;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgb(255 255 255 / 23%);
}

.header4.header4-updated nav>ul>li.home-call-btn a:hover {
    text-decoration: none;
}

header.header-mobile.header-mobile-updated {
    background: #ffffff;
    box-shadow: 1px 1px 3px 0px #00000061;
}

.header-mobile.header-mobile-updated nav.menu-mobile {
    box-shadow: 1px 1px 3px 0px #222;
}

header.header-mobile.header-mobile-updated .menu-mobile__button {
    line-height: 40px;
    border-radius: 4px;
}

header.header-mobile.header-mobile-updated .menu-mobile__button:hover {
    background: transparent;
}

header.header-mobile.header-mobile-updated .menu-mobile__button i {
    color: #274696;
}

header.header-mobile.header-mobile-updated .menu-mobile__button:hover i {
    color: #274696;
}

.header-mobile-updated nav.menu-mobile>ul {
    border-top: 0px solid #274696;
    border-bottom: 3px solid #274696;
}

/* 
.header-mobile-updated nav.menu-mobile>ul>li {
    text-align: center;
} */

.header-mobile-updated nav.menu-mobile>ul>li a {
    /* display: inline-block; */
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

.header-mobile-updated nav.menu-mobile>ul>li a:hover {
    background: #fff;
    color: #274696;
}

.header-mobile-updated nav.menu-mobile>ul>li.home-call-btn a:hover {
    background: #444;
    color: #274696;
}

.header-mobile-updated .click {
    background: #ededed;
}

.header-mobile.header-mobile-updated .home-call-btn {
    padding: 12px 15px;
}

.home-call-btn:focus-visible {
    outline: none;
}

.header-mobile.header-mobile-updated .home-call-btn a {
    color: #fff !important;
    background: linear-gradient(-45deg, #274696, #274696, #274696, #274696);
    background-size: 400% 400%;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 44%);
    animation: Gradient 8s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}


.header-stick.header-stick--dark nav>ul>li.home-call-btn {
    padding-right: 0px;
}

.header-stick.header-stick--dark nav>ul>li.home-call-btn a {
    padding: 6px 12px;
    text-transform: capitalize;
    border: 2px solid #274696;
    border-radius: 6px;
    /* box-shadow: 0 4px 15px rgb(255 255 255 / 23%); */
}

.header-stick.header-stick--dark nav>ul>li.home-call-btn a:hover {
    text-decoration: none;
}

.header-stick--dark nav>ul>li>a {
    color: #274696;
    text-transform: capitalize;
    font-family: 'open sans';
    font-weight: 600;
}

.header-stick--dark nav>ul>li>a:hover {
    color: #9d9c9c;
    text-shadow: 1px 1px 0px #000;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.header-stick.header-stick--dark.header-stick--show nav>ul>li>a:hover {
    color: #274696;
    text-decoration: underline;
    text-shadow: none;
    text-underline-offset: 4px;
}
/* No underline in buttons */
.header-stick.header-stick--dark.header-stick--show nav > ul > li.home-call-btn > a:hover {
    text-decoration: none !important; /* Overrides the underline */
}

.header-mobile-updated {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 500;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

/* header-end */

/* header-2 start */

.header-stick.header-stick-updated {
    background: #274696;
    -webkit-box-shadow: 1px 1px 3px 0px #222;
    -moz-box-shadow: 1px 1px 3px 0px #222;
    box-shadow: 1px 1px 3px 0px #222;
}

.header-stick.header-stick-updated a {
    color: #fff;
}

.header-stick.header-stick-updated .logo.pull-left img {
    height: 38px;
}

.header-desktop.header-desktop-updated {
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 3px 0px #22222259;
    -moz-box-shadow: 1px 1px 3px 0px #222;
    box-shadow: 1px 1px 3px 0px #22222259;
}
.header-desktop.header-desktop-updated a {
    color: #274696;
    text-transform: capitalize;
    font-weight: 600;
}

.header-desktop.header-desktop-updated a:hover {
    color: #274696;
    text-shadow: none;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.header-desktop.header-desktop-updated li.home-call-btn a {
    padding: 6px 12px;
    text-transform: capitalize;
    border: 2px solid #274696;
    border-radius: 6px;
}

.header-desktop.header-desktop-updated li.home-call-btn a:hover {
    text-decoration: none;
}

.header-desktop.header-desktop-updated .logo.pull-left img {
    height: 75px;
}
/* active page nav-item */
.nav-active a {
    color: #003366; /* Slightly darker blue to match your theme */
    font-weight: 600; /* Semi-bold for emphasis */
    text-decoration: underline; /* Adds a clean underline */
    text-underline-offset: 3px; /* Adds spacing between the text and underline */
    text-decoration-thickness: 2px; /* Slightly thicker underline for visibility */
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.nav-active a:hover {
    text-decoration-color: #0055cc; /* Brighter shade of blue for hover effect */
}

.menu-canvas-updated .menu-canvas__inner {
    margin-top: 30px;
}

.menu-canvas-updated .menu-canvas__inner .logo img {
    height: 40px;
}

.menu-canvas-updated .menu-canvas-slide {
    margin-top: 30px;
}

.header-desktop.header-desktop-updated nav>ul>li {
    padding: 36px 20px;
}

.header-desktop.header-desktop-updated nav>ul>li.home-call-btn {
    padding-right: 0px;
}

/* header-2 end */

/* Social media icons sticky */
.sticky-social-icons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    width: 50px; /* Set a fixed width for the container */
}

.sticky-social-icons .icon {
    position: absolute; /* Change to absolute positioning */
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 25px 0 0 25px;
    background-color: #d3d3d3;
    color: #274696;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-decoration: none;
}

.sticky-social-icons .icon:nth-child(1) { top: 0; }
.sticky-social-icons .icon:nth-child(2) { top: 60px; }
.sticky-social-icons .icon:nth-child(3) { top: 120px; }

.sticky-social-icons .icon:hover {
    justify-content: flex-start;
    width: 180px;
    background-color: #274696;
    color: #fff;
    z-index: 1001; /* Ensure the expanded icon is above others */
}

.sticky-social-icons .icon i {
    font-size: 20px;
    min-width: 30px;
    text-align: center;
    order: 1;
}

.sticky-social-icons .icon .icon-text {
    font-size: 16px;
    white-space: nowrap;
    margin-right: 10px;
    display: none;
    transition: opacity 0.3s ease-in-out;
    order: 2;
}

.sticky-social-icons .icon:hover .icon-text {
    display: inline-block;
    opacity: 1;
}

/* WhatsApp icon at the bottom left */
.sticky-whatsapp-icon {
    position: fixed;
    bottom: 30px; 
    left: 30px; 
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000; 
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.sticky-whatsapp-icon:hover {
    background-color: #25d366;
    transform: scale(1.1);
    color: #fff;
}

.sticky-whatsapp-icon i {
    font-size: 25px;
    color: #fff;
}

/* about-page-start */


/* breadcrumb-start */

.navigation.navigation-updated .breadcrumbs li a {
    color: #9d9c9c;
    font-size: 18px;
    text-shadow: 1px 1px 0px #000000bf;
}

.navigation.navigation-updated h2 {
    float: none;
    font-size: 40px;
    padding-right: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
}

.navigation.navigation-updated .parallax--nav-1 {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: relative;
    overflow: hidden;
    background-position: center;
}

.navigation.navigation-updated .parallax--nav-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000021;
}

@media only screen and (max-width:1199px) {
    .parallax--nav-1.project-parallax {
        background-position: bottom;
    }
}

@media only screen and (max-width:992px) {
    .navigation.navigation-updated {
        margin-top: 70px;
    }
}

@media only screen and (max-width:991px) {
    .navigation.navigation-updated .parallax--nav-1 {
        height: 350px;
    }
}

@media only screen and (max-width:767px) {
    .navigation.navigation-updated .parallax--nav-1 {
        height: 310px;
    }
}

@media only screen and (max-width:575px) {
    .navigation.navigation-updated .parallax--nav-1 {
        height: 240px;
    }

    .navigation.navigation-updated h2 {
        font-size: 28px;
    }

    .parallax--nav-1.project-parallax {
        background-position: left;
    }

    .parallax--nav-1.contact-parallax {
        background-position: center;
    }

}



/* breadcrumb-end */

/* about-page-end */

/* service-page-start */

.service.service-greenwood.service-page-part::before {
    background: #9d9c9c;
}

/* service-page-end */

/* projects-page-start */

.aligner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 12px 12px;
}

.aligner .owl-nav {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    top: 45%;
}

.aligner .owl-prev {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #274696 !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 0px !important;
    transition: all 0.6s ease 0s;
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    opacity: 0;
}

.aligner .owl-prev i {
    font-size: 13px;
}

.aligner .owl-prev:hover {
    background: #111111 !important;
}

.aligner .owl-next {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #274696 !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 0px !important;
    transition: all 0.6s ease 0s;
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    opacity: 0;
}

.aligner .owl-next i {
    font-size: 13px;
}

.aligner .owl-next:hover {
    background: #111111 !important;
}

.service-list__item:hover .aligner .owl-prev,
.service-list__item:hover .aligner .owl-next {
    opacity: 1;
}

.service-list.service-list-updated .service-list__item {
    margin-top: 0px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
    overflow: hidden;
}

.gwp2-tb {
    padding: 50px 0 20px !important;
}

.service-list.service-list-updated .service-list__text {
    padding: 12px 15px;
    border: 0px solid #ededed;
    border-bottom: 0px solid #274696;
}

.service-list.service-list-updated .service-list__text>h5 {
    margin-bottom: 0px;
}

.service-list.service-list-updated .service-list__text>h5>a {
    color: #274696;
    cursor: auto;
    text-transform: capitalize;
}

.service-list.service-list-updated h6 i {
    color: #f00;
}

.service-list.service-list-updated .service-page-img-wrap {
    overflow: hidden;
    position: relative;
}

.service-list.service-list-updated .service-page-img-wrap img {
    transition: 0.3s ease-in-out;
    cursor: zoom-in;
    /* transform: scale(1.06); */
}

.service-list.service-list-updated .service-list__item:hover .service-page-img-wrap img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.service-page-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    /* background: #274696a8; */
    background: #274696ba;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.service-page-img-overlay a {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 8px;
    text-transform: uppercase;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgb(255 255 255 / 23%);
}

.service-list.service-list-updated .service-list__item:hover .service-page-img-overlay {
    opacity: 1;
    height: 100%;
    width: 100%;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width:991px) {
    .gwp2-tb {
        padding: 35px 0 15px !important;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .service-list.service-list-updated .service-list__item {
        width: 380px;
        margin: 0 auto;
    }
}

/* projects-page-end */

/* contacts-page-start */

.contact-content.contact-content-updated {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contact-content.contact-content-updated .form-contact-wrap {
    position: relative;
    background: #fff;
    z-index: 5;
}

.contact-content.contact-content-updated .form-contact-wrap h4 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
}

.contact-content.contact-content-updated .form-contact-wrap h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 90px;
    height: 2px;
    background-color: #274696;
}

.contact-content.contact-content-updated .form-contact input {
    margin-bottom: 20px;
}

.contact-content.contact-content-updated .form-contact textarea {
    min-height: 0px;
    resize: none;
}

.contact-content.contact-content-updated .form-contact input:focus,
.contact-content.contact-content-updated .form-contact textarea:focus {
    border-color: #274696 !important;
}

.contact-page-upper {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
}

.contact-page-upper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 250px;
    background-color: #274696;
}

/* .contact-page-upper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 250px;
    background-color: #274696;
} */

.contact-content.contact-content-updated .form-contact-wrap div>button {
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 0px !important;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #274696;
}

.contact-content.contact-content-updated .form-contact-wrap div>button:hover {
    background: #111111;
}

.contact-map {
    background: #275e96;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 1px #00000036;
}

.contact-map iframe {
    height: 426px;
    mix-blend-mode: luminosity;
    margin-bottom: -6px;
}

.contact-page-info {}

.contact-info-box {
    display: flex;
    padding: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
    border-bottom: 3px solid #274696;
}

.contact-info-left {
    height: 65px;
    width: 65px;
    margin-right: 20px;
}

.contact-info-left img {
    filter: invert(18%) sepia(64%) saturate(424%) hue-rotate(146deg) brightness(88%) contrast(90%);
}

.contact-info-right {
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-right h6 {
    font-size: 15px;
    margin-bottom: 2px;
}

.contact-info-right p {
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: #000;
}

.contact-info-right p a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.contact-info-right p a:hover {
    color: #274696;
}

@media only screen and (max-width:991px) {
    .contact-map iframe {
        height: 426px;
    }
}

@media only screen and (max-width:767px) {
    .contact-content.contact-content-updated .form-contact-wrap {
        padding: 0px;
        padding-top: 16px !important;
        box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
    }

    .contact-content.contact-content-updated .form-contact-wrap h4 {
        margin-left: 15px;
    }

    .contact-page-upper .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .contact-content.contact-content-updated .form-contact-wrap div>button {
        margin: 10px 15px 24px 15px;
        width: calc(100% - 30px);
        font-size: 18px;
    }

    .contact-map iframe {
        height: 320px;
        /* border: 1px solid #274696 !important; */
    }
}

@media only screen and (max-width:575px) {
    .contact-info-left {
        margin-right: 12px;
    }

    .contact-map iframe {
        height: 260px;
    }
}

/* contacts-page-end */

/* About Owners Start */

.about-owners-section {}

.about-owners-wrap {}

.about-owners-section .title-2 {
    margin-bottom: 50px;
}

.owner-box {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
    padding: 15px;
    text-align: center;
}

.owner-box img {
    width: 100%;
}

.owner-box h5 {
    font-size: 20px;
    margin: 7px 0 2px;
    color: #274696;
    font-weight: 600;
}

.owner-box h6 {
    font-size: 15px;
    margin-bottom: 2px;
}

.owner-box p {
    text-align: justify;
}

@media only screen and (max-width:767px) {
    .about-owners-section .title-2 {
        margin-bottom: 35px;
    }

    .owner-box {
        padding: 0px;
    }

    .owner-text {
        padding: 0px 10px 10px;
    }

    .owner-box h5 {
        font-size: 18px;
    }

    .owner-box h6 {
        font-size: 14px;
    }
}

/* About Owners End */

/* About Us Start */

.we-are__right-updated.we-are__right>h2:first-child {
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    color: #444;
}

.we-are__right-updated.we-are__right h2.title--small {
    margin-bottom: 2px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #274696;
}

.we-are__right-updated.we-are__right h2 {
    font-family: 'open sans';
}

.about-img-gw {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 1px #00000052;
}

.about-img-gw img {
    width: 100%;
}

/* About Us End */


/* responsive-padding-start */

@media only screen and (max-width:991px) {
    .gwp-tb {
        padding: 35px 0 !important;
    }

    .footer-2.updated-footer-2>.parallax.parallax--footer {
        padding: 35px 0px 30px;
    }
}

/* responsive-padding-end */


#envelope {
    animation: float 2s ease-in-out infinite;
}

#star1,
#star2,
#star3,
#star4,
#star5,
#star6 {
    animation: blink 1s ease-in-out infinite;
}

#star2 {
    animation-delay: 100ms;
}

#star3 {
    animation-delay: 500ms;
}

#star4 {
    animation-delay: 700ms;
}

#star5 {
    animation-delay: 300ms;
}

#star6 {
    animation-delay: 200ms;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.index-contact-sec {
    position: relative;
    background: url('../img/rev-banner.jpg') no-repeat center center/cover;
    padding: 60px 0;
    color: #fff;
}
.index-contact-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark transparent overlay */
    z-index: 1;
}
.index-contact-sec .container {
    position: relative;
    z-index: 2; /* Bring content above the overlay */
}

.ic-form-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 1px #00000052;
    padding: 30px;
    background: #9d9c9ca8;
    border: 2px solid #274696;
}

.icform-left {
    margin-right: 15px;
}

.icform-left input {
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #274696;
    color: #111;
    font-size: 14px;
}

.icform-left input::placeholder,
.icform-left textarea::placeholder {
    color: #111;
    font-size: 14px;
}

.icform-left textarea {
    min-height: 90px;
    margin-bottom: 14px;
    border-radius: 6px;
    resize: none;
    border: 1px solid #274696;
    color: #111;
    font-size: 14px;
}

.icform-left div button {
    height: 44px;
    line-height: 40px;
    border-radius: 6px !important;
    border: 1px solid #274696;
    font-size: 16px;
    font-weight: 600;
}

.icform-left div button:hover {}

.icform-right {}

.icform-right svg {}

.icform-left h2 {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #274696;
}

@media only screen and (max-width:575px) {
    .icform-left h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .ic-form-card {
        padding: 15px 15px 20px 15px;
    }
}

.contact-inner-card {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 1px #00000017;
    padding: 10px 15px;
    background: #9d9c9c;
}

.ci-top {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 2px;
}

.ci-top img {
    height: 20px;
    filter: invert(18%) sepia(76%) saturate(1774%) hue-rotate(210deg) brightness(99%) contrast(89%);
}

.ci-top h6 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #111;
}

.contact-inner-card p {
    font-size: 14px;
    color: #111;
    font-weight: 600;
    line-height: 22px;
    min-height: 44px;
}

.contact-inner-card p a {
    font-size: 15px;
    color: #111;
}

.contact-inner-card p a:hover {
    color: #274696;
}

@media only screen and (max-width:1199px) {
    .contact-inner-card p {
        min-height: 66px;
    }
}

@media only screen and (max-width:991px) {
    .icform-left {
        margin-right: 0px;
    }

    .contact-inner-card p {
        min-height: auto;
    }
}

.sv-box {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 1px #00000017;
    padding: 15px 15px 12px 15px;
    background: #f7f7f7;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sv-img {
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 6px;
    background: #9d9c9c;
    box-shadow: 2px 2px 10px 1px #00000033;
}


.sv-img img {
    height: 100%;
}

.sv-text {
    margin-top: 0px;
    width: calc(100% - 95px);
}

.sv-text h2 {
    font-weight: 600;
    text-transform: capitalize;
    color: #274696;
    font-size: 24px;
}

.sv-text p {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

@media only screen and (max-width:767px) {
    .sv-box {
        align-items: center;
        flex-direction: column;
        row-gap: 6px;
    }

    .sv-text {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:575px) {
    .we-are__right-updated.we-are__right h2.title--small {
        font-size: 24px;
        line-height: 32px;
    }

    .we-are__right>h5 {
        margin-bottom: 4px;
        font-size: 20px;
        line-height: 28px;
    }

    .we-are__right-updated.we-are__right>h2:first-child {
        font-size: 24px;
    }
}

.product-details-sec {
    background: #f2f8ff;
}

.product-details-sec h2 {
    margin-bottom: 6px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #274696;
}

.pd-text-part {}

.pd-list-box {}

.pd-list-box h4, .gallery-heading {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px solid #274696;
    padding-bottom: 0px;
    margin-bottom: 2px;
}

.pd-list-box ul {}

.pd-list-box ul li {
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #111;
    padding: 2px 0px;
    border-bottom: 1px solid #ddd;
}

.pd-list-box ul li span {
    display: block;
    font-weight: 600;
    color: #274696;
    line-height: 26px;
}

.pd-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 1px #00000052;
}

.pd-img img {
    width: 100%;
}

/* Ensure the table is responsive and fits well */
.pd-list-box-content-table-container {
    width: 100%;
    overflow-x: auto;
}

.pd-list-box-content-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.pd-list-box-content-table th, .pd-list-box-content-table td {
    padding: 10px;
    text-align: center;
    word-wrap: break-word;
}

.pd-list-box-content-table tbody tr td {
    font-weight: 700;
}
.pd-list-box-content-cell {
    max-width: 200px;
    word-wrap: break-word; 
}

/* Mobile optimization: Handle smaller screens and prevent horizontal scroll */
@media (max-width: 767px) {
    .pd-list-box-content-table-container {
        overflow-x: hidden;
    }

    .pd-list-box-content-table {
        display: block; 
        width: 100%;
        overflow-x: hidden; 
    }

    .pd-list-box-content-table tbody tr td {
        font-weight: 700;
    }
    .pd-list-box-content-table th, .pd-list-box-content-table td {
        white-space: normal; 
        font-size: 10px;
        padding: 5px; 

    }

    .pd-list-box-content-cell {
        font-size: 10px; 
    }
}


@media only screen and (max-width:992px) {
    .pd-top-sec {
        margin-top: 96px;
    }
}

@media only screen and (max-width:991px) {
    .pd-list-box h4 {
        display: inline-block;
    }
}

@media only screen and (max-width:575px) {
    .product-details-sec h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .pd-list-box h4 {
        font-size: 20px;
    }

    .pd-list-box ul li span {
        line-height: 24px;
    }
}

.card {
    transition: transform 0.2s;
    border: 2px solid #2B4B96; /* Add blue border */
    border-radius: 8px; /* Rounded corners */
}
.card-body .card-text{
    font-size: 1rem;
    font-weight: 500;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pd-list-box-sizes-carousel-control-prev,
.pd-list-box-sizes-carousel-control-next {
    background-color: #2B4B96;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.pd-list-box-sizes-carousel-control-prev {
    left: -20px;
}

.pd-list-box-sizes-carousel-control-next {
    right: -20px;
}

@media (max-width: 768px) {
    .pd-list-box-sizes-carousel-container {
        padding: 0 30px 50px 30px;
    }
}

/* product details gallery page */
.details-gallery .gallery-item img {
    transition: transform 0.2s ease-in-out;
}
.details-gallery .gallery-item:hover img {
    transform: scale(1.05);
}