@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,p {
    font-family: "Poppins", sans-serif !important;
}
/* @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
p {
    font-family: "Lora", serif;
} */
.footer-copyright {
    margin-top: 20px;
    padding: 8px 0;
}
.main-footer {
    padding: 40px 0 0;
    background: #ab3a57;
}
.main-footer .footer-header {
    padding-bottom: 10px;
}
.footer-links ul li:hover a {
    color: #fff !important;
}
.navbar {
    padding: 8px 0;
}
.a-link {
    color: #fff !important;
}
.page-header {
    padding: 200px 0 70px;
}
.how-work-company-slider {
    margin-top: 0px;
    padding-top: 30px;
}
.bg-color-1 {
    background-color: var(--secondery-color);
    padding-bottom: 50px;
    padding-top: 10px;
}
.our-clients {
    padding: 50px 0 0px;
}
.section-title {
    margin-bottom: 20px;
}
.about-us {
    padding: 50px 0;
}
.why-choose-us {
    padding: 50px 0;
}
.our-services {
    padding: 50px 0;
}
.how-we-work {
    padding: 100px 0;
}
.our-skill {
    padding: 50px 0;
}
.page-contact-us {
    padding: 50px 0 0px;
}
.google-map {
    padding: 50px 0 50px;
}
.page-header {
    background: url('images/banner/title.jpg');
}
.btn-default {
    border-radius: 10px;
    color: black;
    padding: 15px 46px 15px 20px;
}
.btn-default::before {
    filter: none;
}
.btn-default:hover::before {
    filter: none;
}
/* .hero.hero-slider-layout .hero-slide::before {
    background: linear-gradient(180deg, rgb(18 125 135 / 12%) 0%, rgb(46 131 118 / 50%) 80.94%);
} */
.main-menu ul li a {
    font-size: 17px;
    font-weight: 700;
}
.hero-content .section-title p {
    font-size: 20px;
}
@media(max-width:768px) {
    .hero-content .section-title p {
        font-size: 12px;
    }
}
.section-title h1 {
    font-size: 66px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
}
.best-selling-content-img {
    margin-bottom: 40px;
}
.best-selling {
    padding: 50px 0 40px;
}
.about-us-content-list {
    margin-bottom: 0px;
}
.section-title p {
    margin-top: 20px;
}
.best-selling-iamge img {
    width: 100%;
    aspect-ratio: 0 / 0;
    object-fit: contain;
}
.our-faqs {
    padding: 50px 0;
}
.best-selling-1 {
    padding: 60px 0 60px;
}
img {
    border-radius: 5px;
}
.experience-counter p {
    color: #fff !important;
}
.experience-counter h3 {
    color: #fff !important;
}
.experience-counter {
    border: 6px solid #000;
}
.feedback-counter p {
    color: #fff !important;
}
.feedback-counter p:hover {
    color: rgb(255, 255, 255) !important;
}
@media only screen and (max-width: 991px) {
    .hero.hero-slider-layout .hero-slide {
        padding: 180px 0 40px;
        min-height: auto;
    }
}
.section-title h1 {
    font-size: 52px;
}
@media(max-width:768px) {
    .section-title h1 {
        font-size: 20px;
    }
}
.how-work-company-slider .company-logo img {
    width: 100%;
    max-height: 90px;
}
.company-logo img {
    border: 1px solid #000;
}
/* Chat GPT  */
/* Make the background image brighter */
.hero-slide .hero-slider-image img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(1.15) contrast(1.1);
    /* Increase brightness & clarity */
}
/* Optional: only add a dark gradient behind the content */
.hero-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: -1;
    border-radius: 10px;
}
.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 20px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
@media(max-width:768px) {
    .hero-content {
        position: relative;
        z-index: 2;
        color: #fff;
        padding: 10px;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    }
}
.main-header {
    background-color: #fff;
}
.hero {
    margin-top: 0px;
}
.hero.hero-slider-layout .hero-slide {
    position: relative;
    padding: 140px 0 160px;
    min-height: 100vh;
}
.row>.column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
    width: 25%;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
@media(max-width:768px) {
    .modal {
        padding-top: 100px;
    }
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer;
}
@media(max-width:768px) {
    .close {
        top: 90px;
    }
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
@media(max-width:768px) {
    .pt-10 {
        padding-top: 10px;
    }
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
img.hover-shadow {
    transition: 0.3s;
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.overflow-img {
    overflow: hidden;
}
.modal {
    --bs-modal-bg: #000000 !important;
}
.company-logo img {
    width: 100%;
    max-height: 90px;
}
@media (max-width:768px) {
    .company-logo img {
        width: 100%;
        max-height: 138px;
    }
    .company-logo {
        padding-top: 10px;
    }
}
.owl-item {
    width: 500px;
    margin-right: 10px;
    background: powderblue;
}
.gallery {
    padding-top: 80px;
    padding-bottom: 50px;
}
@media(max-width:768px) {
    .hero.hero-slider-layout .hero-slide .hero-slider-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .hero.hero-slider-layout .hero-slide {
        position: relative;
        padding: 20px 0 0px;
        min-height: 30vh;
    }
}
@media(max-width:768px) {
    .section-title h3 {
        margin-bottom: 0px;
        font-size: 10px;
    }
    .hero.hero-slider-layout .hero-pagination {
        padding-left: 15px;
        bottom: 0px;
    }
    .section-title p {
        margin-top: 10px;
    }
}
.navbar-brand img {
    max-height: 60px;
}
.footer-logo img {
    max-height: 70px;
}
.main-menu ul li a {
    color: #384ca2;
}
.btn-default {
    background: #ab3a57;
    color: #fff;
}
.btn-default::after {
    background: #384c9f;
}
.main-menu ul li a:hover {
    color: #ab3a57;
}
.how-we-work {
    padding: 50px 0;
}
.bg-client {
    background: #f8f8f8;
    padding-bottom: 30px;
}
.vision-mission {
    padding: 50px 0 0px;
}
.values {
    background-color: #f8f8f8;
}
.page-header-box h1 {
    font-size: 56px;
}
.how-we-work-item .icon-box {
    height: 70px;
    width: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-we-work-item .icon-box img {
    max-width: 48px;
}
.background-color-change {
    background-color: #f8f8f8;
}
.client-bg-color {
    background-color: #ffffff;
}
.modal-backdrop {
    --bs-backdrop-bg: none;
    position: relative;
}
.modal {
    background-color: #0000006e;
    --bs-modal-width: 70%;
    /* padding-top: 100px; */
    z-index: 99999;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}
.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.btn-whatsapp-pulse {
    right: 20px;
    z-index: 99999;
}
.form-control {
    font-size: 16px;
    font-weight: 400 !important;
    color: #777777 !important;
}
.bg-color-services {
    background-color: var(--secondery-color);
}
.section-padding {
    padding: 50px 0 !important;
}
.our-testimonial-content{
    padding: 30px 50px !important;
}
.seo-btn{
    position: fixed;
    bottom: 50%;
    right: -55px;
    transform: rotate(-90deg);
}