* {
    margin: 0px;
    padding: 0px;
}

a,
button {
    text-decoration: none !important;
    font-size: 18px;

}

p {
    font-size: 18px !important;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Playwrite NZ Basic", cursive;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
strong,
li,
div,
section,
header,
footer,
nav,
aside,
main,
article,
blockquote,
q,
cite,
code,
pre,
table,
thead,
tbody,
tr,
th,
td,
form,
input,
textarea,
button,
select,
option,
label,
fieldset,
legend,
details,
summary {
    font-family: "SN Pro", sans-serif;
}

.visible {
    display: block !important;
}

.hidden {
    display: none;
}

img {
    max-width: 100%;
}

header {
    float: left;
    width: 100%;
    height: auto;
}

.logo01 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.logo01 a {}

.logo01 a img {}

.topright01 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 32px;
}

.topright01 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: auto;
}

.topright01 ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
}

.topright01 ul li a {
    color: #25373f;
}

.topright01 ul li a:hover {
    color: #ff3d17;
}

.topcall {
    float: right;
    width: auto;
}

.topcall a {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    padding: 9px 15px;
    border-radius: 6px;
    color: #000;
    font-weight: 500;
}

.topcall a img {
    vertical-align: sub;
    margin-right: 5px;
}

.topcall a:hover {
    color: #fff;
}

.banner {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    /* margin-top: 30px; */
    background-image: url(../images/hero-image.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}

.banner h3 {
    margin-top: 30px;
    font-size: 35px;
    color: #25373f;
    margin-bottom: 7px;
}

.banner h4 {
    font-size: 50px;
    font-weight: 700;
    color: #ff541e;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 60px;
}

.banner h4 span#example {
    display: block;
}

.banner h4 span.typed_cursor {
    font-weight: 300;
    opacity: 0.5;
}

.banner h5 {
    font-size: 20px;
    color: #25373f;
    margin-bottom: 20px;
}

.banner ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.banner ul li {
    float: left;
    width: 32%;
    margin-right: 1%;
    border: 1px solid #ddd;
    padding: 20px 5px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    min-height: 135px;
    margin-bottom: 20px;
}

.banner ul li img {}

.banner ul li p {
    color: #000;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.bnrform {
    float: right;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 4px solid #ff541e;
    border-radius: 8px;
    max-width: 400px;
    padding: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-right: 15%;
    box-shadow: 0px 0px 23px rgb(0 0 0 / 31%);
}

.bnrform h3 {
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 26px;
}

.bnrform form {
    float: left;
    width: 100%;
    height: auto;
}

.bnrform form ul {}

.bnrform form ul li {
    width: 100%;
    min-height: 10px;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 9px;
    margin-right: 0px;
}

.bnrform form ul li input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px 15px;
    color: #000;
    outline: 0px;
    box-shadow: none;
}

.bnrform form ul li select {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px 15px;
    color: #000;
    outline: 0px;
    box-shadow: none;
}

.bnrform form ul li textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    color: #000;
    outline: 0px;
    box-shadow: none;
}

.bnrform form ul li img {
    margin-bottom: 5px;
}

.bnrform form ul li button {
    background-color: #FF0303;
    color: #fff;
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
}

.bnrform form ul li button:hover {
    color: #fff;
}

.secion001 {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.heading01 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.heading01 h3 {
    color: #ff541e;
    font-size: 18px;
    font-weight: 400;
}

.heading01 h4 {
    font-weight: 700;
    color: #25373f;
    font-size: 41px;
}

.brands {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.brands ul {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
}

.brands ul li {
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    width: 20%;
    text-align: center;
}

.brands ul li img {
    max-height: 100px;
    object-fit: contain;
    aspect-ratio: 2 / 5;
    width: 100%;
}

.brands ul li:nth-child(5) {
    border-right: 0px;
}

.brands ul li:nth-child(6) {
    border-bottom: 0px;
}

.brands ul li:nth-child(7) {
    border-bottom: 0px;
}

.brands ul li:nth-child(8) {
    border-bottom: 0px;
}

.brands ul li:nth-child(9) {
    border-bottom: 0px;
}

.brands ul li:nth-child(10) {
    border-right: 0px;
    border-bottom: 0px;
}

.brands a {
    background-color: #FF0303;
    color: #fff;
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
}

.brands a:hover {
    background-color: #25373f;
}

.secion002 {
    float: left;
    width: 100%;
    height: 400px;
    background: #ff432e;
    background: linear-gradient(177deg, rgba(255, 67, 46, 1) 0%, rgba(255, 56, 56, 1) 38%, rgba(252, 124, 69, 1) 100%);
    margin-top: 30px;
}

.secion003 {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.secion003 .container {
    background-color: #fff;
    margin-top: -245px;
    padding: 50px;
}

.heading02 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -172px;
}

.heading02 h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.heading02 h4 {
    font-weight: 700;
    color: #fff;
    font-size: 38px;
}

.wishinbox01 {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.wishinbox01 img {}

.wishinbox01 h3 {
    color: #25373f;
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
}

.wishinbox01 p {
    color: #000;
    font-size: 15px;
}

.martingbtn {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.martingbtn a {
    background-color: #FF0303;
    color: #fff;
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
}

.martingbtn a:hover {
    color: #fff;
}

.secion004 {
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background-image: url(../images/service-bg.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
    background-attachment: fixed;
}

.servicebox0001 {
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 230px;
    margin-bottom: 20px;
}

.servicebox0001 img {}

.servicebox0001 h3 {
    font-size: 22px;
    color: #25373f;
    line-height: 27px;
    margin-top: 12px;
}

.servicebox0001 p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}

.servicebox0001 p span {
    font-weight: 600;
    color: #ff541e;
}

.servicebox0001hed {
    float: left;
    width: 100%;
    height: auto;
    min-height: 230px;
    margin-bottom: 20px;
}

.servicebox0001hed h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.servicebox0001hed p {
    color: #fff;
    font-size: 20px;
}

.btnhover {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.btnhover a {
    background-color: #FF0303;
    color: #fff;
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
}

.btnhover a:hover {
    color: #fff;
}

.secion005 {
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0px;
    background-image: url(../images/bg01.png);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: center bottom;
    padding-bottom: 0px;
}

.secion005 h3 {
    font-weight: 700;
    color: #25373f;
    font-size: 38px;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 0px;
}

.secion005 ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    float: none;
    width: 100%;
    max-width: 1100px;
    position: relative;
    min-height: 380px;
    margin-bottom: 30px;
}

.secion005 ul li {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
}

.secion005 ul li span {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 50px;
    font-weight: 700;
    margin-top: 30px;
}

.secion005 ul li p {
    display: block;
    margin-bottom: 0px;
    font-size: 15px;
}

.secion005 ul li p img {
    margin-bottom: 10px;
}

.secion005 ul li p strong {
    color: #25373f;
    font-weight: 600;
    font-size: 16px;
    display: block;
}

.secion005 ul li:nth-child(1) {
    left: 3%;
}

.secion005 ul li:nth-child(1) span {
    color: #fff;
    right: 23px;
}

.secion005 ul li:nth-child(2) {
    top: 13%;
    bottom: auto;
    left: 16%;
}

.secion005 ul li:nth-child(2) p {
    max-width: 194px;
}

.secion005 ul li:nth-child(2) span {
    top: auto;
    color: #fff;
    bottom: -48px;
    right: 35px;
}

.secion005 ul li:nth-child(3) {
    top: -27px;
    left: 44%;
    bottom: auto;
}

.secion005 ul li:nth-child(3) span {
    bottom: -90px;
    top: auto;
    left: 60px;
    color: #fff;
}

.secion005 ul li:nth-child(4) {
    right: 10%;
    float: right;
    left: auto;
    bottom: 50%;
    padding-left: 16%;
}

.secion005 ul li:nth-child(4) span {
    left: 17px;
    top: auto;
    bottom: -19px;
    color: #fff;
}

.secion005 ul li:nth-child(5) {
    right: 2%;
    left: auto;
    float: right;
    padding-left: 100px;
}

.secion005 ul li:nth-child(5) span {
    left: -17px;
    color: #fff;
    top: 19px;
}



.secion006 {
    padding: 60px 0;
    background: #f9fbff;
}

/* Heading Styling */
.heading01 {
    text-align: center;
    margin-bottom: 50px;
}

.heading01 h3 {
    font-size: 18px;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.heading01 h4 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* Testimonial Card Styling */
.testivideotext {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin: 15px;
    /* Gap for shadow */
    transition: transform 0.3s ease;
}

.testivideotext:hover {
    transform: translateY(-5px);
}

/* Profile Image */
.testivideotextface {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ff6b6b;
    padding: 3px;
    background: #fff;
}

.testivideotextface img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Content Text */
.testivideotext p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
}

/* Name and Designation */
.testivideotext h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

/* Designation (Strong tag inside h3) */
.testivideotext h3 strong {
    display: block;
    /* New line for designation */
    font-size: 13px;
    color: #777;
    font-weight: 500;
    margin-top: 5px;
}

/* Star Rating Image */
.testivideotext span img {
    width: 80px !important;
    /* Force small size for stars */
    margin: 10px auto 0;
    display: block;
}

/* Button Styling */
.btnhover {
    text-align: center;
    margin-top: 40px;
}

.btnhover a {
    display: inline-block;
    background: #FF0303;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.btnhover a:hover {
    background: #e63946;
}

/* Owl Dots Styling */
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff6b6b;
    width: 25px;
    /* Long active dot */
    transition: 0.3s;
}

/* Star Rating Styling */
.rating-stars {
    display: block;
    /* Nayi line mein layega */
    margin-top: 8px;
    /* Upar se thoda gap */
}

.rating-stars i {
    color: #FFD700;
    /* Gold Color */
    font-size: 14px;
    /* Star ka size */
    margin: 0 1px;
    /* Stars ke beech gap */
}

/* Footer Container */
.footer {
    background: #833AB4;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 0%, rgb(255 77 4) 100%);
    /* Dark Grey/Blue bg from image */
    color: #ffffff;
    padding: 60px 0 20px;
    position: relative;
    width: 100%;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Grid Layout */
.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

/* Headings */
.footer-col h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}

/* Column 1: Map */
.map-container {
    /* border-radius: 8px; */
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Column 2: Links */
.links-col ul {
    list-style: none;
}

.links-col ul li {
    margin-bottom: 10px;
}

.links-col ul li a {
    color: #dcdcdc;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.links-col ul li a:hover {
    color: #fff;
    /* Hover color */
    padding-left: 5px;
}

/* Column 3: Text & Social */
.summarize-col p {
    color: #dcdcdc;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: translateY(-3px);
}

/* Specific Social Colors */
.fb {
    background-color: #3b5998;
}

.insta {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.in {
    background-color: #0077b5;
}

/* Column 4: Contact & Logo styling */
.footer-logo {
    margin-bottom: 20px;
}

.footer-logo h2 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 5px;
}

.footer-logo h2 span {
    display: flex;
    align-items: center;
}

.footer-logo h2 span i {
    color: #4CAF50;
    /* Green leaf */
    font-size: 20px;
    margin: 0 2px;
}

.footer-logo small {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 5px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    width: fit-content;
    padding: 2px 5px;
}

.contact-info {
    list-style: none;
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #dcdcdc;
}

.contact-info li i {
    width: 25px;
    font-size: 18px;
    margin-right: 10px;
}

/* Divider & Copyright */
.footer-divider {
    border: 0;
    border-top: 1px solid #3d464d;
    margin-bottom: 20px;
}

.copyright-text {
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

.copyright-text .highlight {
    color: #ffffff;
    /* Orange highlight color from image */
}

/* Chat Widget Styling */
.chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1000;
}

.chat-tooltip {
    background: white;
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: float 3s ease-in-out infinite;
}

.chat-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #4c40e6;
    /* Blue/Purple color */
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(76, 64, 230, 0.4);
    position: relative;
    transition: transform 0.3s;
}

.chat-btn:hover {
    transform: scale(1.1);
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff3b30;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 2px solid white;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .footer-row {
        justify-content: center;
    }

    .footer-col {
        flex: 1 1 45%;
        /* 2 cols per row on tablet */
    }
}

@media (max-width: 768px) {
    .footer-col {
        flex: 1 1 100%;
        /* 1 col per row on mobile */
        text-align: center;
    }

    .footer-logo h2 span,
    .contact-info li,
    .social-links {
        justify-content: center;
    }

    .footer-logo small {
        margin: 5px auto;
    }

    .chat-tooltip {
        display: none;
        /* Hide tooltip on small mobile */
    }
}

@media (max-width:660px) {
    .topright01 ul {
        display: none;
    }

    .topright01 {
        margin-top: 23px;
    }

    .banner h3 {
        margin-top: 0px;
        font-size: 23px;
    }

    .banner h4 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .banner h5 {
        font-size: 16px;
    }

    .banner ul li {
        width: 49%;
        min-height: 60px;
        padding: 10px;
        text-align: left;
        padding-left: 48px;
        border-radius: 2px;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .banner ul li img {
        float: left;
        height: 28px;
        position: absolute;
        left: 7px;
    }

    .banner ul li p {
        position: relative;
        bottom: 0px;
        margin-top: 0px;
        font-size: 13px;
    }

    .bnrform {
        max-width: 100%;
        margin-right: 0px;
        margin-top: 25px;
    }

    .bnrform form ul li img {
        position: relative;
        height: auto;
    }

    .banner {
        border-bottom: 0px;
    }

    .heading01 h3 {
        font-size: 17px;
        line-height: 23px;
    }

    .heading01 h4 {
        font-size: 22px;
        line-height: 35px;
    }

    .brands ul li {
        width: 33.3%;
        padding: 5px;
        border: 1px solid #ddd !important;
    }

    .brands ul li:nth-child(5) {}

    .brands ul li:nth-child(10) {
        display: none;
    }

    .brands ul {
        margin-bottom: 20px;
    }

    .heading02 h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .heading02 h4 {
        font-size: 21px;
    }

    .secion003 .container {
        padding: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .heading02 {
        margin-top: -140px;
    }

    .wishinbox01 img {
        height: 50px;
    }

    .wishinbox01 h3 {
        font-size: 14px;
        line-height: 19px;
        margin-top: 5px;
    }

    .wishinbox01 p {
        font-size: 12px;
    }

    .wishinbox01 {
        margin-bottom: 10px;
        min-height: 230px;
    }

    .martingbtn a {
        padding: 10px 5px;
        font-size: 11.5px;
        width: 100%;
        display: block;
    }

    .secion004 {
        padding: 30px 0px;
        background-size: cover;
        background-position: center top;
        background-attachment: inherit;
        padding-bottom: 50px;
    }

    .servicebox0001 {
        min-height: 100px;
    }

    .servicebox0001 h3 br {
        display: none;
    }

    .mobileshow {
        display: block;
    }

    .desktopshow {
        display: none;
    }

    .servicebox0001hed {
        min-height: 10px;
    }

    .servicebox0001hed h3 {
        font-size: 28px;
    }

    .servicebox0001hed h3 br {
        display: none;
    }

    .servicebox0001hed p {
        font-size: 17px;
    }

    .secion005 {
        background-image: none;
    }

    .secion005 h3 {
        font-size: 26px;
        margin-bottom: 26px;
    }

    .secion005 ul {}

    .secion005 ul li {
        position: relative;
        left: 0px;
        width: 100%;
        min-height: 70px;
        margin-bottom: 20px;
    }

    .secion005 ul li span {
        display: none;
    }

    .secion005 ul li p {
        padding-left: 80px;
    }

    .secion005 ul li p img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .secion005 ul li:nth-child(1) {}

    .secion005 ul li:nth-child(2) {
        top: 0px;
        left: 0;
        width: 100%;
    }

    .secion005 ul li:nth-child(3) {
        top: 0;
        left: 0;
        width: 100%;
    }

    .secion005 ul li:nth-child(4) {
        right: 0;
        left: 0;
        bottom: 0;
        padding-left: 0px;
    }

    .secion005 ul li:nth-child(5) {
        right: 0;
        left: 0;
        padding-left: 0px;
    }

    .secion005 ul li:nth-child(2) p {
        max-width: 100%;
    }

    .secion005 ul li p strong br {
        display: none;
    }

    .testivideo {
        margin-top: 0px;
    }

    .testislider .owl-prev {
        margin-left: -15px !important;
    }

    .testislider .owl-next {
        margin-right: -15px !important;
    }

    .workteam01 h3 {
        margin-top: 20px;
        font-size: 19px;
        margin-bottom: 18px;
    }

    .workteam01 h3 strong {
        font-size: 29px;
    }

    .workteam01 {
        padding-bottom: 20px;
    }

    .fotlocation01 h3 {
        font-size: 29px;
    }

    .fotlocation01 ul li {
        width: 100%;
        margin-right: 0px;
    }

    .fotlocation01 ul li p br {
        display: none;
    }

    .partne01 .col-md-8 {
        text-align: left;
    }

    .partne01 img {
        margin-left: 0px;
        max-height: 45px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .partne01 h3 {
        font-size: 13px;
    }

    /* Thankyou_page */
    .thank_you h1 {

        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 25px !important;
    }

    .thank_you {

        top: 61px !important;
        padding: 24px !important;
        height: auto !important;
    }

}


/* Thankyou_page */
.thank_you h1 {
    text-align: center;
    font-weight: 700;
    color: #25373f;
    font-size: 41px;
    padding-left: 62px;
    padding-right: 41px;
}

.thank_you {
    position: relative;
    top: 111px;
    padding: 37px;
    height: 300px;
}

/* WhatsApp Button */

.footer-call-link {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 58px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    box-shadow: 0px -1px 10px 1px rgb(81 202 95);
    animation: glow 1.5s linear infinite alternate;
}

.my-whatsApp {
    margin-top: 16px;
    color: #25d366;
}

.promo-banner button.close {
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 0px 3px;
    position: absolute;
    right: -12px;
    top: -12px;
    background: #727272;
    opacity: 0.8;
    color: #fff;
}

.promo-banner img {
    border-radius: 5px;
}


.owl-carousel .owl-nav {

    display: block !important;
}



.testimonial-section {
    padding: 50px 0;
    background: #f9f9f9;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: bold;
}

.testimonial-slider {
    margin: 0 -15px;
}

/* Gap correction */
.slide-item {
    padding: 0 15px;
    outline: none;
}

/* Gap between slides */

/* Card Styling */
.card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
    /* Shadow cut prevention */
}

.quote-icon {
    font-size: 24px;
    color: #007bff;
    margin-bottom: 15px;
}

.feedback-text {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
    min-height: 80px;
}

/* Client Info */
.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.client-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.details h4 {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

.details span {
    font-size: 13px;
    color: #888;
}

/* Slick Dots/Arrows Fix */
.slick-dots li button:before {
    font-size: 12px;
}

.slick-prev:before,
.slick-next:before {
    color: #333;
    font-size: 24px;
}