/* header starts  */

.main-header-one__bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-header-one__bottom .main-menu .main-menu__list>li>a .line {
    top: 40px;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: unset !important;
}

.third-level-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    min-width: 180px;
    /* reduced from 220px */
    max-width: 200px;
    /* optional: sets a max width */
    z-index: 1000;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-90deg);
    transition: all 0.3s ease-in-out;
    transform-origin: top left;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    border-radius: 4px;
    overflow-wrap: break-word;
    word-break: break-word;
}

li.dropdown:hover>.third-level-submenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}

.third-level-submenu li a {
    display: block;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    white-space: normal;
    text-transform: capitalize;
    /* capitalizes each word */
    transition: background-color 0.3s ease;
}

.third-level-submenu li a:hover {
    background-color: #3cb043;
    color: #fff;
}

/* PRELOADER CSS STYLE START */

.handle-preloader {
    background-color: #fff !important;
}

.spinner {
    border: 3px solid var(--thm-base) !important;
    margin: unset !important;
}

.two-preloader {
    width: 244px;
    height: 20px;
    position: absolute;
    left: 51%;
    bottom: 45%;
    margin: -24px -122px;
    list-style-type: none;
}

.loader-img {
    position: absolute;
    width: 200px;
    height: 200px;
    object-fit: contain;
    top: 50%;
    left: 49.5%;
    transform: translate(-50%, -50%);
}

.preloader li {
    float: left;
    position: relative;
}

.loader {
    width: 40px;
    height: 40px;
    border-radius: 0 0 50% 50%;
    border: 4px solid rgb(87, 186, 85);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    animation: rotate 1.73s cubic-bezier(0.45, 0, 1, 1) infinite;
}

.loading {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 100%;
    background: rgb(87, 186, 85);
    box-shadow: 0 -15px 0 0 rgba(87, 186, 85, 0.15),
        0 -10px 0 0 rgba(87, 186, 85, 0.1), 0 -5px 0 0 rgba(87, 186, 85, 0.05);
    animation: fall 1.73s cubic-bezier(0.95, 0, 1, 1) infinite;
}

.preloader li:nth-child(1) div {
    animation-delay: 115ms;
}

.preloader li:nth-child(2) div {
    animation-delay: 230ms;
}

.preloader li:nth-child(3) div {
    animation-delay: 345ms;
}

.preloader li:nth-child(4) div {
    animation-delay: 460ms;
}

.preloader li:nth-child(5) div {
    animation-delay: 575ms;
}

@keyframes rotate {

    0%,
    20% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fall {

    0%,
    20% {
        transform: translatey(-29px);
        opacity: 0;
    }

    20%,
    24%,
    27%,
    30%,
    50%,
    75% {
        transform: translatey(0);
        opacity: 1;
    }

    22% {
        transform: translatey(-10px);
    }

    25% {
        transform: translatey(-6px);
    }

    28% {
        transform: translatey(-2px);
    }

    30% {
        box-shadow: 0 0 0 rgba(87, 186, 85, 0.3);
    }

    100%,
    75% {
        box-shadow: 0 -15px 0 0 rgba(87, 186, 85, 0.15),
            0 -10px 0 0 rgba(87, 186, 85, 0.1), 0 -5px 0 0 rgba(87, 186, 85, 0.05);
        transform: translatey(29px);
        opacity: 0;
    }
}

/* PRELOADER CSS STYLE END */

/* breadcrumb starts */

.breadcrumb-section {
    position: relative;
    background-size: cover;
    background-position: center 60%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-company {
    background: url("../images/banner/about.jpg") no-repeat center center;
    background-size: cover;
}

.about-vision {
    background: url("../images/banner/breadcrumb-bg.webp") no-repeat center center;
    background-size: cover;
}

.our-process {
    background: url("../images/banner/banner-process.jpg") no-repeat center center;
    background-size: cover;
}

.our-product {
    background: url("../images/banner/banner-product-2.jpg") no-repeat center center;
    background-size: cover;
}

.quality-banner {
    background: url("../images/quality/farming-quality-banner.jpg") no-repeat center center;
    background-size: cover;
}

.application-banner {
    background: url("../images/banner/application.jpg") no-repeat center center;
    background-size: cover;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.breadcrumb-section p {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    padding-top: 40px;
    margin-bottom: 10px;
}

.breadcrumb-section .breadcrumb {
    color: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.breadcrumb-section .breadcrumb-item {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.breadcrumb-section .breadcrumb-item a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    position: relative;
    transition: color 0.7s ease;
}

.breadcrumb-section .breadcrumb-item a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #00afef;
    transition: width 0.3s ease;
}

.breadcrumb-section .breadcrumb-item a:hover::after {
    width: 100%;
}

.breadcrumb-section .breadcrumb-item a:hover {
    color: #00afef;
}

.breadcrumb-section .breadcrumb-item::before {
    content: "";
    color: #00afef;
}

/* contact page start */

.contact-page-bottom__content-img .contact-info {
    padding-left: 50px;
}

#contact-form label.error {
    display: inline !important;
    color: red;
}

@media only screen and (max-width: 320px) {
    .contact-page-bottom__content-img .contact-info ul li {
        margin-bottom: 8px;
    }
}

/* start footer page */

.footer__google-map {
    position: relative;
    display: block;
    border: none;
    height: 350px;
    width: 100%;
    padding-right: 1px;
}

.footer-one__right {
    margin-left: 0;
}

.footer-one {
    padding: 40px 0 0;
}

.footer {
    padding-bottom: 20px;
}

@media only screen and (width: 768px) {

    .col-lg-3,
    .col-xl-3 {
        width: 300px;
    }

    .col-lg-5,
    .col-xl-5 {
        width: 330px;
    }
}

@media only screen and (width: 608px) {

    .col-lg-3,
    .col-xl-3 {
        width: 300px;
    }

    .col-lg-5,
    .col-xl-5 {
        width: 330px;
    }
}

/* index page latest product section start */

.team-one__single .team-one__single-content h3 a {
    color: #fff;
}

.team-one__single::before {
    background: var(--bs-white);
}

.team-one__single:hover .team-one__single-content h3 a {
    color: var(--thm-black);
}

/* our collaboration starts */

.brand-one--two__bg::before {
    background: #fff !important;
}

.brand-one--two__bg {
    background-image: none !important;
}

/* custom changes in css of whole website */

.about-three__img .inner img {
    border-radius: 10px;
}

.services-three__single-content {
    cursor: pointer;
}

.services-three__single-content .title h2 a {
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.services-three__single-content:hover .title h2 a {
    color: #2d9137;
}

.services-three__single-content .bottom-box .btn-box a {
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.services-three__single-content:hover .bottom-box .btn-box a {
    color: #00afef;
}

.contact-one__form-btn .thm-btn {
    background: #3cab41;
}

.contact-one__form-btn .thm-btn:before {
    background-color: #2a7d2e;
}

.contact-one__form-btn .thm-btn::after {
    background-color: #2a7d2e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #b32821;
}

.sec-title-three__title {
    color: #b32821;
}

.main-header-two__top-contact-info li .inner .icon-box span:before {
    color: #b32821;
}

.main-header-two__top-contact-info li .inner .text-box h6 a {
    color: #b32821;
}

.main-header-two__top-contact-info li .inner .text-box p {
    color: #3cab41;
}

.features-two__single-content .count-box {
    background: #b32821;
    color: #fff;
}

.sec-title-three__title {
    color: hsl(3, 69%, 42%) !important;
}

.blog-one__single-content-inner h2 a {
    color: #b32821;
}

.blog-one__single-img:before {
    background: rgba(var(--thm-primary-rgb), 0.4);
}

.features-two__single-img:before {
    background: #3cab41;
}

.faq-two__accordion .accordion-box .block .acc-btn h3 {
    color: #b32821;
}

.team-one__single .latest-product h3 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.team-one__single:hover .latest-product h3 {
    color: #0b3d2c;
}

/* start category detail page */

.services-one__single.category-card {
    height: 450px;
}

.styled-pagination.pg20 {
    padding-bottom: 20px;
}

/* end category detail page */

/* start product details page */

.blog-two__single-content .inner {
    box-shadow: 12px 10px 20px 14px rgb(0, 0, 0, 0.05);
}

.site-text-primary-company-name {
    color: #fff;
}

.team-one__single .latest-product h3 {
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.team-one__single:hover .latest-product h3 {
    color: #0b3d2c;
}

.testimonials-three__left-list.product-size li {
    max-width: unset !important;
    width: unset !important;
    margin-bottom: 20px;
}

/* Products Detail */

.justify {
    text-align: justify !important;
}

.pro-side li a.active {
    color: #fff;
    background: var(--thm-black);
}

.btn-read a:hover {
    color: #2d9137;
    transition: 0.3s !important;
}

/*start process page */

.excellent-work-one__content-list li p {
    text-align: justify;
}

.excellent-work-one {
    padding: 20px 0 20px;
}

/* Index Page */

.pad-80 {
    padding: 60px 0 60px;
}

.b-radius {
    border-radius: 10px;
}

.team-one__single-img .pro-radius {
    border-radius: 10px !important;
}

.client-style {
    color: #b32821;
    text-align: center !important;
}

.ope-img img {
    opacity: 2.5 !important;
}

.mw-link:hover {
    color: #b32821 !important;
    transition: 0.5s;
}

.team-two__single-content.category {
    height: 130px;
}

.fixed-category-img {
    width: 270px !important;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .pricing-table-one .owl-theme .owl-nav {
        display: none !important;
    }
}

/* free-quote and testimonial */

.free-quote-one__img-content h2 {
    font-size: 20px;
    line-height: 40px;
}

.testimonial-one__content {
    margin: 0;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
    height: 200px;
    justify-content: space-around;
}

.product-count {
    color: #fff;
}

/* start application*/

.services-details__content-img1.packing {
    position: unset !important;
}

.application-bg {
    background-image: url("../images/application/packing.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.application {
    margin-bottom: 150px;
}

.testimonials-three__thumb-outer.select-slider {
    height: 605px !important;
}

.gallery-thumbs.select-slider-size {
    height: 580px !important;
}

.testimonials-three--about.application::before {
    top: unset !important;
}

.testimonials-three.application {
    padding: 50px 0 0;
}

@media only screen and (max-width: 1200px) {
    .testimonials-three__right-content.slider-box {
        max-width: 750px !important;
    }

    .swiper-slide.slider-show .swiper-slide-active {
        max-width: 740px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .testimonials-three__right-content.slider-box {
        max-width: 980px !important;
    }

    .swiper-slide.slider-show .swiper-slide-active {
        max-width: 970px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 995px) {
    .testimonials-three__right-content.slider-box {
        max-width: 520px !important;
    }

    .swiper-slide.slider-show .swiper-slide-active {
        max-width: 510px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .application {
        margin-bottom: 50px;
    }

    .gallery-thumbs.select-slider-size {
        width: 100%;
        height: 100px !important;
        overflow-x: auto;
        /* overflow-y: hidden; */
    }

    .gallery-thumbs.select-slider-size .swiper-wrapper {
        flex-direction: row !important;
        width: max-content;
        height: max-content;
    }

    .gallery-thumbs.select-slider-size .swiper-slide {
        /* width: auto !important; */
        width: 70px;
        height: 100px !important;
        flex: 0 0 auto;
        padding: 10px;
    }

    .testimonials-three__thumb-outer.select-slider {
        height: 100px !important;
        width: 357px !important;
        max-width: 100%;
    }
}

/* Default styles (for desktop/tablet - already vertical as per your setup) */

/* Only mobile-specific changes below */

@media (max-width: 767px) {

    /* Force Swiper container to be horizontal on mobile */
    .select-slider .swiper-wrapper {
        flex-direction: row !important;
    }

    .excellent-work-one__bg {
        width: 400px;
        margin-left: 15px;
    }

    /* Ensure slides align horizontally */
    .select-slider .swiper-slide {
        width: auto !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* Optional: Make swiper images look good on small screens */
    .swip-slide-img img {
        width: 80px;
        height: 100px;
    }

    /* Optional: Add horizontal scroll if needed */
    .select-slider .swiper-container {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    /* Fix layout issues with main content slider */
    .testimonials-three__right-content {
        margin-top: 30px;
    }

    .testimonials-three__thumb-outer.select-slider {
        height: 130px !important;
    }

    .gallery-thumbs.select-slider-size {
        height: 130px !important;
    }

    .testimonials-three.application {
        padding: 0 0 0;
    }

    .rp-pro-pad {
        padding: 40px 0 0 !important;
    }
}

@media (max-width: 424px) {
    .excellent-work-one__bg {
        width: 350px;
        margin-left: 15px;
    }
}

@media (max-width: 374px) {
    .excellent-work-one__bg {
        width: 290px;
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .excellent-work-one__bg {
        margin-left: 17px;
        width: 740px;
    }
}

/* end application*/

/* start quality */

.quality-Assurance {
    padding: 120px 0 50px;
}

.faq-two .container .row {
    align-items: center;
}

.quality-Assurance .sec-title-three__title {
    padding: 25px;
}

.quality-Assurance .container .row {
    align-items: center;
}

.free-quote-one__img-content h2 {
    font-size: 20px;
    line-height: 40px;
}

.quality .testimonilas-two__single-bottom,
.testimonial-one .row {
    justify-content: center;
}

.Quality-Objectives .testimonial-one__content {
    margin: 0;
}

.Quality-Objectives .testimonial-one__carousel.owl-carousel .owl-dots {
    height: 200px;
    justify-content: space-around;
}

.Quality-Objectives .testimonial-one__carousel.owl-carousel .owl-dots button {
    height: 25%;
    transition: all 300ms ease-in-out;
    opacity: 0.5;
}

.free-quote-one__img-content h2,
.testimonilas-two__single-bottom {
    font-size: 20px;
    line-height: 40px;
}

.testimonial-one__content {
    margin: 0;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
    height: 200px;
    justify-content: space-around;
}

.testimonial-one__carousel.owl-carousel .owl-dots button {
    height: 25%;
    transition: all 300ms ease-in-out;
    opacity: 0.5;
}

.testimonial-one__carousel .owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}

.testimonial-one {
    padding: 50px;
}

.Quality-Objectives .testimonial-one__carousel.owl-carousel .owl-dots {
    height: 200px;
    justify-content: space-around;
}

.Quality-Objectives .testimonial-one__carousel.owl-carousel .owl-dots button {
    height: 25%;
    transition: all 300ms ease-in-out;
    opacity: 0.5;
}

.Quality-Objectives .testimonial-one__carousel.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}

.Quality-Objectives .testimonial-one__single .inner .img-box .inner-box img {
    width: 135px;
    padding: 10px;
}

/* Adjusting testimonial carousel dots for version two if needed */

.quality .testimonial-two__carousel.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    margin-top: 20px !important;
}

.quality .testimonial-two__carousel.owl-carousel .owl-dots button {
    position: relative;
    flex: 1;
}

.quality .testimonial-two__carousel.owl-carousel .owl-dots button.active {
    width: 20px;
}

/* Hide the pseudo-element for testimonial items */

.quality .testimonilas-two__single:before {
    visibility: hidden;
}

/* Set background color for inner-box */

.quality .testimonilas-two__single .inner-box {
    background: #3cab41;
}

/* Hide the title's pseudo-element in features */

.quality .features-two__single-content .inner .content-box .title::before {
    visibility: hidden;
}

/* Add padding to the title */

.quality .features-two__single-content .inner .content-box .title h2 {
    padding-bottom: 25px;
}

/* Style for text span inside paragraph */

.quality .features-two__single-content .inner .content-box p span {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 16px;
    top: 2px;
    padding-right: 10px;
}

/* Increase the size of the icon */

.quality .features-two__single-content .inner .icon-box span:before {
    font-size: 100px;
}

.features-two__single-content .inner .icon-box {
    width: 80px;
}

.features-two__single-content:hover .inner .content-box .title h2 a {
    color: var(--thm-base);
}

.features-two__single-content:hover {
    cursor: pointer;
}

.faq-two {
    padding: 50px 0 50px;
    margin-top: 0;
}

.features-two {
    padding: 50px 0 0;
}

/* Targeting the active dot */

.testimonial-one__carousel .owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}

.free-quote-one {
    padding: 0 0 50px;
}

.testimonial-two__carousel .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    margin: 0 auto !important;
    background: rgba(var(--thm-black-rgb), 0.1);
    border-radius: 15px;
    height: 10px;
    overflow: hidden;
    max-width: 250px;
    margin-top: 20px !important;
}

.testimonial-two__carousel .owl-carousel .owl-dots button {
    position: relative;
    flex: 1;
    height: 10px;
    background: transparent;
    border-radius: 15px;
    transition: all 500ms ease;
}

.testimonial-two__carousel .owl-carousel .owl-dots button.active {
    width: 20px;
    flex: 1;
}

/* .testimonilas-two__single:before {visibility: hidden;} */

div .inner-box {
    background: #3cab41;
}

.testimonial-one__single .inner .img-box .inner-box img {
    width: 135px;
    padding: 10px;
}

.mw-link:hover {
    color: #b32821 !important;
    transition: 0.5s;
}

/* Contact Us */

.contact-bg {
    background: url("../images/contact/contact-us-banner.jpg");
    background-size: cover;
}

.form-error {
    color: red !important;
}

/* Header */

.active-pro>a {
    color: #fff !important;
    background-color: var(--thm-base);
}

/* start mission-vision page */

@media only screen and (max-width: 767px) {
    .faq-two__content-list {
        display: none;
    }

    .faq-two__content-list.style2 {
        display: none;
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .flex-column-reverse {
        flex-direction: column-reverse !important;
    }
}

@media only screen and (width: 768px) {
    .col-xl-5.vis-mis {
        width: unset !important;
    }
}

/* end mission-vision page*/

/* About Us */

.ab-bt-img {
    background: url("../images/about-page/about-farming-img.jpg");
    background-size: cover;
}

.vis-mis {
    padding-top: 60px;
}

.pad-vision {
    padding: 60px 0 20px !important;
}

/* css from dev in about page */

.second-image {
    margin-right: 60px;
}

.second-about-image {
    top: 50px;
    border-radius: 0 !important;
}

.custom-changes-in-mission-vision-value {
    padding: 50px 0 50px;
}

.custom-testimonial {
    margin-left: 100px;
}

.reviewer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

/* start mobile nav */

.footer-color {
    background-color: #fff;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    color: var(--thm-black);
}

.mobile-nav__container {
    border-top: 1px solid var(--thm-black);
    border-bottom: 1px solid var(--thm-black);
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid var(--thm-black);
}

.nav-color {
    background-color: var(--thm-black);
}

/*start remove category sub menu*/

.mobile-nav__content .main-menu__list>li>ul>li>a>button {
    display: none !important;
}

/*end remove category sub menu*/

/* nav sub menu start */

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    border-top: 1px solid var(--thm-black);
}

.mobile-nav__content .main-menu__list>li>ul>li,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li {
    padding: 5px;
    text-align: justify;
}

.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid var(--thm-black);
}

.mobile-nav__content .active-pro>a,
.mobile-nav__content .main-menu__list>li.active>a {
    color: var(--thm-black) !important;
    background-color: transparent !important;
}

/* nav sub menu start */

.nav-color {
    background-color: var(--thm-black);
}

.mobile-nav__contact li a {
    color: var(--thm-black);
}

.mobile-nav__contact li>i {
    color: var(--thm-black);
}

.mobile-nav__social a {
    color: var(--thm-black);
}

/* Our Process */

.process-bg {
    background-image: url("../images/process/pesticide.jpg");
    background-size: cover;
}

.pad-process {
    padding: 50px 0 95px;
}

.testimonilas-two__single {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

/* Whatsapp */

.sticky-whatsapp {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.set-whatsapp {
    height: 50px;
    width: 50px;
}

@media only screen and (max-width: 430px) {
    .rp-slider-wrapper {
        height: 500px !important;
    }

    .rp-swiper {
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
    }

    .rp-slider-content {
        width: 100%;
    }
}

/* Responsive */

@media (max-width: 768px) {
    .rp-header {
        padding: 12px 0 12px !important;
    }

    .rp-loader {
        font-size: 0px;
    }

    /* .active-pro>a {
    padding: 28px 12px;
  } */
    .rp-con {
        margin: 8px 0;
    }

    .mt-12 {
        margin-top: 8px !important;
    }

    .rp-pad-80 {
        padding: 0 0 0;
    }

    .rp-mb-12 {
        margin-bottom: 12px !important;
    }

    .rp-index-pro {
        padding: 30px 0 0;
    }

    .rp-pd-20 {
        padding: 20px 0 20px;
    }

    .rp-mt-30 {
        margin-top: 30px !important;
    }

    .rp-review .owl-stage-outer {
        padding-bottom: 35px !important;
    }

    .rp-bread-text p {
        font-size: 30px;
    }

    .rp-pb {
        padding-bottom: 12px !important;
    }

    .rp-ab-pt {
        padding-top: 550px;
    }

    .rp-cnt-banner {
        line-height: 52px !important;
    }

    .rp-cnt-inner {
        padding: 44px 30px 44px;
    }

    .pad-vision {
        padding: 0 0 20px !important;
    }

    .rp-mt-0 {
        margin-top: 0;
    }

    .vis-mis {
        padding: 0 16px;
    }

    .rp-mb-0 {
        margin-bottom: 0 !important;
    }
}

/* Contact Us */

.submit-btn-mb {
    margin-bottom: 30px !important;
}

/* product changes made by dev */

.pricing-table-one {
    padding: 50px 0 50px;
}

.review-title {
    font-size: 45px;
}

.dev-sec-title .img-box img {
    width: 7% !important;
}

.dev-sec-title .img-box {
    width: 347.5px !important;
}

/* Inquiry Modal */

.modal-head {
    background-color: #2d9137 !important;
}

.close-icon {
    font-size: 28px;
    color: #fff !important;
}

.close-icon:hover {
    font-size: 32px;
}

.bg-form {
    background-color: #f2f7f7 !important;
}

.inquiry-btn {
    padding: 6px 20px;
}

.inquiry-error {
    padding: 0 12px;
}

.services-one__single {
    height: 420px;
}

.pd-pb {
    padding: 60px 0 40px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* Optional: You can remove these media queries, or keep them for custom tweaks */

@media only screen and (max-width: 768px) {
    .ytube-video {
        max-width: 610px;
    }
}

@media only screen and (max-width: 425px) {
    .ytube-video {
        max-width: 100%;
    }
}

.certificate {
    padding: 50px 0px 50px;
}

.projects-two__content {
    max-width: unset;
}

.certificate .certi-1 img {
    width: auto;
    height: 700px;
}

.certificate .certi-2 img {
    width: auto;
    height: 700px;
}

.certificate .certi-3 img {
    width: auto;
    height: 700px;
}

.projects-two__tabs-content-img::before {
    background: unset;
}

.projects-two {
    text-align: center;
}

.projects-two .container {
    max-width: 100%;
    justify-items: center;
}

.product-table table td {
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .footer-one__right-bottom {
        margin-bottom: 50px;
    }
}

.team-one__single {
    border-bottom-right-radius: unset;
}

.team-one__single::before {
    border-bottom-right-radius: unset;
}

@media only screen and (max-width: 768px) {
    .pro-sidebar {
        display: none !important;
    }

    .rp-pb-18 {
        padding-bottom: 18px !important;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .responsive-table td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        font-size: 14px;
        text-align: left;
    }

    .responsive-table td::before {
        content: attr(data-label);
        font-weight: bold;
        width: 45%;
        color: #555;
    }

    .responsive-table td:last-child {
        text-align: right;
        width: 55%;
    }

    .two-preloader {
        width: 244px;
        height: 20px;
        position: absolute;
        left: 55%;
        bottom: 45%;
        margin: -24px -122px;
        list-style-type: none;
    }

    .loader-img {
        position: absolute;
        width: 200px;
        height: 200px;
        object-fit: contain;
        top: 50%;
        left: 52%;
        transform: translate(-50%, -50%);
    }
}

.features-two__single-content .inner .content-box .title::before {
    content: unset;
}

.swip-slide-img {
    width: 100px;
    height: 100px;
    margin-left: 5px;
}

.excellent-work-one__bg .content-box {
    border-radius: 10px;
}

.app-sec-title {
    font-size: 34px !important;
}

.read-more {
    margin-left: 20px;
    background-color: #f1f3f8;
    height: 50px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    border-radius: 6px;
    /* Optional: adds rounded corners */
}

.read-more:hover {
    background-color: #3daa41;
}

.read-more a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: color 0.3s ease;
}

.read-more:hover a {
    color: #fff;
}

.application-title {
    padding-bottom: 20px;
}

.comp-img {
    margin-top: 50px;
    margin-bottom: 50px;
    min-width: 100%;
}

.about-content .sec-title {
    padding-bottom: 0;
}

.company-name img {
    width: 25px;
}

.cat-card h2 {
    margin-left: -30px;
    margin-top: 20px;
    text-align: center;
    width: 300px;
}

.cat-card {
    width: 270px;
}

.sec-title.style2 {
    margin-bottom: -30px;
}

.main-slider-three .image-layer::before {
    background: rgba(var(--thm-primary-rgb), 0.50) !important;
}

/* Stop Zoom Effect On Banner */
.banner-zoom {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    transition: none !important;
}