* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    margin: 0 !important;
}
/*==== GOOGLE FONTS ====*/

@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');
/* font-family: "Poppins", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* font-family: "Bai Jamjuree", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
/* font-family: "Yantramanav", sans-serif; */

/*==== END OF GOOGLE FONTS ====*/

/*=== COMMON STYLES ===*/

/*=== END OF COMMON STYLES ===*/

p{
    font-size: 18px;
    line-height: 29px;
    font-family: "Yantramanav", sans-serif;
    color: #666666;
}
h1{
    font-size: 48px;
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 60px;
}
h2, h3,h4, h5,h6 {
    font-family: "Bai Jamjuree", sans-serif;
}
.common-btn, .common-btn:visited {
    font-size: 16px;
    font-family: "Yantramanav", sans-serif;
    color: #fff !important;
    text-decoration: none;
    background: #7C0A02;
    padding: 14px 19px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px 0 0;
    float: left;
    border-radius: 5px;
}
section {
    padding: 80px 0;
}
.common-content h4 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #7C0A02;
    padding-left: 54px;
    position: relative;
}
.common-content h4::before {
    content: '';
    width: 48px;
    position: absolute;
    height: 2px;
    background: #7C0A02;
    left: 0;
    top: 9px;
}
.common-content h2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 38px;
    line-height: 53px;
    font-weight: 700;
    text-transform: uppercase;
    color: #323232;
}
body a {
    outline: none !important;
    border: 0;
}
/*=== HEADER SECTION ===*/

nav.navbar a.navbar-brand {
    width: 202px;
    height: 78px;
}
div#navbarNav a.nav-link {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 12px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
div#navbarNav a.nav-link:hover {
    color: #7C0A02;
}
div#navbarNav a.header-number {
    text-decoration: none;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
div#navbarNav a.header-number::before {
    content: '';
    position: absolute;
    width: 59px;
    height: 59px;
    background-image: url(/wp-content/uploads/2025/07/header-call.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -18px;
    left: -71px;
}
/*=== END OF HEADER SECTION ===*/



/*=== FOOTER SECTION ===*/

.footer-cont-logo p {
    color: #fff;
}
.footer-menu h4 {
    color: #fff;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}
ul.footer-submenu {
    padding: 0;
    margin: 0;
}
ul.footer-submenu {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
ul.footer-submenu li {
    list-style: none;
}
ul.footer-submenu li a
 {
    color: #fff;
    text-decoration: none;
    font-family: "Yantramanav", sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
    display: table;
}
.footer-contact ul {
    padding: 0;
    margin: 0;
}
.footer-contact ul li {
    list-style: none;
    padding-left: 48px;
    position: relative;
    margin-bottom: 10px;
}
.footer-contact ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-image: url("https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/footer-location.png");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-contact ul li.foot-phone::before { 
    background-image: url("https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/footer-call.png");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-contact ul li.foot-mail::before { 
    background-image: url("https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/footer-mail.png");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-contact ul li p {
    color: #fff;
    margin: 0;
}
.footer-contact ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
}
.footer-business ul {
    margin: 0;
    padding: 0;
    padding-left: 48px;
}
.footer-business ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-image: url("https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/footer-hours.png");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-business ul li {
    list-style: none;
}
.footer-business ul li p
 {
    color: #ffff;
    margin: 0;
}
.footer-business ul li p span {
    color: #FF0000;
}
.footer-cont-logo a {
    display: table;
    width: 202px;
    height: 78px;
    margin-bottom: 23px;
}
.footer-cont-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
ul.footer-submenu ul {
    padding: 0;
    margin: 0;
}
.bottom-footer {
    text-align: center;
    padding: 10px;
    background: #7C0A02;
    margin-top: 33px;
}
.bottom-footer p {
    color: #fff;
    margin: 0;
}
footer#colophon {
    padding: 138px 0 0;
}
.footer-contact li.foot-phone {
    margin: 0 0 20px;
}
.footer-menu.footer-business ul {
    position: relative;
}
.foot-social-media ul::before {
    content: none;
}
.foot-social-media ul {
    display: flex;
    margin: 16px 0 0;
}
.foot-social-media ul li {
    width: 20px;
    height: 22px;
    margin-right: 20px;
}
footer#colophon {
    padding: 138px 0 0;
}
/*=== END OF FOOTER SECTION ===*/

    .quote-form {
        padding: 30px 30px 20px !important;
    }
    .hero-section {
      position: relative;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 3rem;
      color: #fff;
    }
    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 50%;
    }

    .hero-content h1 {
      font-weight: 800;
      font-size: 2.5rem;
      line-height: 1.3;
    }

    .hero-content p {
    color: #fff;
    }

    .quote-form {
      position: relative;
      z-index: 2;
      background: #fff;
      padding: 2rem;
      border-radius: 10px;
      max-width: 360px;
      width: 100%;
      padding: 0px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }
    /* .quote-form{
        padding : 0px !important;
    } */

    .quote-form h5 { font-weight: 700; margin-bottom: 1rem; }
    .quote-form input, .quote-form textarea { margin-bottom: 1rem; }
    section#fixed-slider-outer { 
        height: 656px;
        display: flex;
        align-items: center;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; 
    }
    /* section#fixed-slider-outer::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url('https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/slider-content-shapes.png');
            background-repeat: no-repeat;
    } */
    .hero-content h4
    {
        font-size: 18px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        position: relative;
        padding-left: 60px;
    }
    .hero-content h4::before {
        content: '';
        position: absolute;
        left: 0;
        width: 48px;
        height: 2px;
        background: #fff;
        top: 9px;
    }


/*=== About section ===*/

.about-sec-content ul h3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 18px;
    color: #7C0A02;
    font-weight: 700;
    margin: 0 0 20px;
}
.about-sec-content ul {
    padding: 0;
    margin: 0 0 20px;
}
.about-sec-content ul li {
    list-style: none;
    position: relative;
    padding-left: 39px;
    margin-bottom: 10px;
}
.about-sec-content ul li p {
    margin: 0;
}
.about-sec-content ul li::before {
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/smart-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.about-sec-content ul li.smart-icon::before {
    width: 25px;
    height: 25px;
}
.about-sec-content ul li.comprehensive-icon::before {
    background: url('https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/comprehensive.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.about-sec-content ul li.emergency-icon::before {
    background: url('https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/emergency.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.about-sec-content ul li.equipped-icon::before {
    background: url('https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/equipped.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.about-sec-content a.common-btn {
    margin: 15px 0 0;
}
.about-left-img img {
    width: 100%;
    height: 100%;
}
/*=== End of about section ===*/

/*=== Banner section ===*/

section#home-counter ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding-right: 40px;
    position: relative;
}
section#home-counter ul {
    padding: 40px;
    display: flex;
    justify-content: space-around;
    margin: 0;
    background: #7C0A02;
    border-radius: 5px;
}
section#home-counter ul p {
    margin: 0;
    color: #fff;
}
section#home-counter ul p span {
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}
section#home-counter ul li::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    right: 40px;
}
section#home-counter ul li:last-child {
    padding: 0;
}
section#home-counter ul li:last-child::before {
    content: none;
}
section#about-section {
    background: #F4F4F4;
    padding-bottom: 153px;
}
section#home-counter {
    padding: 0;
    margin: -80px 0 0;
}
/*=== End of mid banner section ===*/

/*=== SERVICES SECTION ====*/

.service-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 66%;
    height: 0;
    border-radius: 10px;
}
.service-contents {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 28px;
}
.service-content-left h3 {
    background: #fff;
    margin: 0;
    font-family: "Bai Jamjuree", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
    padding: 9px 25px;
    border-radius: 10px;
}
.service-content-left p {
    background: #fff;
    margin: 10px 0 0;
    font-size: 16px;
    padding: 4px 25px;
    border-radius: 10px;
    width: auto;
    float: left;
    font-family: "Poppins", sans-serif;
}
/*=== END OF SERVICES SECTION ====*/

/*=== WHAT WE DO SECTION ====*/

.common-content.content-center-alignment h4 {
    width: auto;
    margin: 0 auto;
    display: table;
    padding-left: 54px;
    padding-right: 54px;
}
.common-content.content-center-alignment h4::after {
    content: '';
    width: 48px;
    position: absolute;
    height: 2px;
    background: #7C0A02;
    right: 0;
    top: 9px;
}
.common-content.content-center-alignment h2 {
   text-align: center;
    margin: auto;
    width: 45% !important;
    margin-top: 20px !important;
}
section#what-we-do-outer ul {
    padding: 0;
}
section#what-we-do-outer ul li {
    list-style: none;
    display: flex;
    text-align: right;
    column-gap: 13px;
    margin-bottom: 40px;
}
section#what-we-do-outer ul li img {
    width: 76px;
    height: 76px;
}
section#what-we-do-outer .wwd-text-left li {
    text-align: left;
}
.wwd-middle-img img {
    width: 341px;
    margin: 0 auto;
    display: table;
}
section#what-we-do-outer ul li:last-child {
    margin: 0;
}
section#what-we-do-outer ul {
    margin: 0;
}
section#what-we-do-outer {
    padding-top: 0;
}




/*=== END OF WHAT WE DO SECTION ====*/

/*=== Offer section ===*/

section#offer-section h3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 38px;
    line-height: 53px;
    font-weight: 700;
    text-transform: uppercase;
    color: #323232;
}
section#offer-section h3 span {
    padding: 6px 6px;
    background: #7C0A02;
    color: #ffff;
    border-radius: 5px;
}
.offer-content ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.offer-content ul li::before {
   content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url(/wp-content/uploads/2025/07/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.offer-content ul {
    padding: 0;
    margin: 0;
}
.offer-content h4 {
    text-transform: uppercase;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 800;
    color: #373737;
    margin: 30px 0 40px;
}
.offer-content p {
    max-width: 650px;
}
section#offer-section {
    position: relative;
}
section#offer-section::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/offer-sec-car.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center right;
    z-index: -1;
}
.offer-content h4 span {
    color: #7C0A02;
}

/*=== End of offer section ===*/

/*=== Blog section ===*/

.blog-inner-box .blog-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.blog-in-image img {
    width: 100%;
    border-radius: 5px;
}
.blog-in-image {
    position: relative;
    width: 100%;
}
.blog-inner-box .blog-date p
 {
    margin: 0;
    border-radius: 45px;
    font-size: 24px;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.blog-inner-box .blog-date p span {
    width: 100%;
    float: left;
    color: #898989;
    font-size: 16px;
    line-height: 23px;
}
.blog-inner-box .blog-date
 {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    width: 50px;
    height: 60px;
}
.blog-in-image .blog-tags {
    position: absolute;
    bottom: 0;
    background: #fff;
    border-top-right-radius: 10px;
    width: 211px;
    padding: 0 0 0 11px;
}
.blog-in-image .blog-tags p {
    margin: 0;
    font-size: 17px;
    color: #000;
    line-height: 28px;
    font-weight: 500;
    padding: 14px 0 14px 20px;
    position: relative;
}
.blog-in-image .blog-tags p::before
 {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7C0A02;
    left: 0;
    top: 21px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.blog-in-image .blog-tags p::after {
    content: '';
    width: 130px;
    height: 1px;
    background: #7C0A02;
    position: absolute;
    left: 0;
    bottom: 9px;
}
.blog-content a {
    text-decoration: none;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    color: #797979;
    font-weight: 600;
}
.blog-content h3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 22px;
    line-height: 34.6px;
    font-weight: 700;
/*    text-transform: uppercase;*/
    color: #323232;
    margin: 20px 0 20px;
}
.form-left-content p {
    font-family: "Bai Jamjuree", sans-serif;
    color: #fff;
    font-weight: 500;
    margin: 20px 0 0;
    max-width: 390px;
    padding-bottom: 20px;
    position: relative;
}
/*=== End of Blog section ===*/

/*=== Contact us section ==*/

.form-left-content h3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.form-right form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.form-right form textarea.form-control,
.form-right button.btn {
    grid-column: span 2;
}
.form-left-content p::before {
    content: '';
    width: 50px;
    height: 2px;
    bottom: 0;
    background: #fff;
    position: absolute;
    left: 0;
    border-radius: 5px;
}
.form-right button {
    font-size: 16px;
    font-family: "Yantramanav", sans-serif;
    color: #fff;
    text-decoration: none;
    background: #7C0A02;
    padding: 14px 19px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px auto 0;
    float: left;
    border-radius: 5px;
    border: 0;
    width: 160px !important;
}
section#footer-form .container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blog-in-image .blog-tags a {
    text-decoration: none !important;
    color: #000000 !important;
}
section#footer-form {
    padding: 0;
    margin: 0 0 -100px;
    position: relative;
}
/*=== End of contact us section ===*/

/*=== Testimonial section ===*/

section#home-testimonial {
    background: rgba(100, 142, 172, 0.12);
}
.each-testi-content p, .each-testi-content h4 {
    color: #fff;
}
.each-testi-content ul {
    padding: 0;
    margin: 0;
}
.each-testi-content ul li {
    list-style: none;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.each-testi-content ul li.active {
     background: url(https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/review-rating.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
section#home-testimonial .each-testi-content
 {
    display: table;
    padding: 60px 50px 46px;
    position: relative;
}
section#home-testimonial .each-testi-content::before {
    content: '';
    position: absolute;
    width: 69px;
    height: 69px;
    top: 40px;
    right: 40px;
    background: url(/wp-content/uploads/2025/07/quote-red.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
section#home-testimonial .each-testi-content p {
    margin: 40px 0 25px;
}
.each-testimonial {
    /* display: flex;
    align-items: center;
    position: relative; */
    display: grid;
    align-items: center;
    position: relative;
    grid-template-columns: 1fr 0.45fr;
}
.each-testimonial::before {
    content: '';
    background: #7C0A02;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 90%;
    z-index: -1;
    border-radius: 5px;
}
.each-testi-image {
    position: relative;
    width: 100%;
    height: 100%;
}
section#what-we-do-outer h4 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 22px;
    font-weight: 800;
}
section#what-we-do-outer .wwd-text-right h4, section#what-we-do-outer .wwd-text-left h4 {
    margin: 0 0px 15px;
}
section#home-testimonial .owl-nav {
    position: absolute;
    top: -150px;
    right: 0;
}
section#home-testimonial .owl-nav button {
    color: transparent;
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/07/testi-left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 100%;
    background-color: #7C0A02;
}
section#home-testimonial .owl-nav button.owl-next {
    background-color: #7C0A02;
    background-image: url(/wp-content/uploads/2025/07/testi-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.each-testi-image img {
    height: 100%;
    object-fit: cover;
}

/*==== End of testimonial section ===*/


/*======== ABOUT US PAGE =======*/

section.common-banner {
    height: 414px;
    align-items: center;
    display: flex;
}
section.common-banner h2 {
    padding: 0;
    margin: 0;
    font-family: "Bai Jamjuree", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 44px;
}
section#about-section.about-details .about-sec-content h2 {
    margin: 0 0 30px;
}
/* .about-full-content p {
    margin-top: 40px;
} */
section#footer-common-banner .container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.form-right-button h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.form-right-button a {
    font-size: 26px;
    color: #fff;
    text-decoration: none;
}
.form-right-button {
    padding-left: 88px;
    position: relative;
}
.form-right-button::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url(/wp-content/uploads/2025/07/banner-call-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 100%;
    left: 0;
    top: 0;
    background-color: #145e91;
    z-index: 0;
}
section#about-section.about-details {
    padding-bottom: 120px;
}
section#footer-common-banner {
    padding: 0;
    margin: 0 0 -80px;
    position: relative;
}
section#footer-common-banner.about-det-footer {
    padding: 0;
    margin: -80px 0;
    position: relative;
}
/*======== END OF ABOUT US PAGE =======*/

/*==== SERVICE DETAIL PAGE ====*/

.service-detail-images img
 {
    width: 100%;
    margin: 0 0 40px;
}
ul.service-icon-content li ul {
    padding: 0;
}
ul.service-icon-content {
    padding: 0;
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
}
section#footer-common-banner {
    padding: 0;
    margin: -80px 0;
    position: relative;
}
.service-detail-cont ul.service-icon-content {
    padding: 0;
    /* display: grid; */
    margin: 0;
}
.service-detail-cont ul.service-icon-content ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 10px;
    margin-bottom: 25px;
}

.service-detail-cont ul.service-icon-content h3 {
    grid-column: span 2;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0 32px;
}
.service-detail-cont ul.service-icon-content li {
    list-style: none;
    display: grid;
    grid-template-columns: 56px auto;
    grid-gap: 0 20px;
    align-items: center;
}
.service-detail-cont ul.service-icon-content li p {
    margin: 0;
}
ul.service-icon-content li ul li {
    display: flex;
    align-items: center;
    grid-gap: 0 22px;
    margin: 0 0 29px;
}
ul.service-icon-content li ul li p {
    margin: 0;
}
ul.service-icon-content li ul li img
 {
    width: 56px;
    height: 56px;
}
ul.service-icon-content.service-tick-content ul li img {
    width: 30px;
    height: 30px;
}
ul.service-icon-content.service-tick-content h3 {
    margin: 25px 0px !important;
}
.service-det-form {
    background: #ffffff;
    padding: 40px 33px 0px;
    border-radius: 7px;
    box-shadow: 0 0 20px 0px #f1f1f1;
    border: 1px solid #efefef;
}
.service-det-form h3 {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 44px;
    margin: 0 0 20px;
}
.service-det-form input {
    padding: 12px 20px;
    margin-bottom: 10px;
}
.service-det-form button {
    background: #005C9D;
    border: 0;
    text-transform: uppercase;
    padding: 13px 10px;
    margin: 15px auto 0;
    width: 130px;
    max-width: 130px;
    display: table;
}
ul.service-icon-content.service-tick-content li {
    display: table;
    font-size: 18px;
    line-height: 29px;
    font-family: "Yantramanav", sans-serif;
    color: #666666;
    position: relative;
    padding-left: 35px;
}
ul.service-icon-content.service-tick-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/07/tick.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
ul.service-icon-content.service-tick-content {
    margin: 50px 0 60px;
}

/*==== END OF SERVICE DETAIL PAGE ====*/

/*=== BLOG DETAIL PAGE ===*/

.blog-det-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.blog-detail-image {
    position: relative;
}
.blog-detail-image .blog-det-tags {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 155px;
    padding: 10px 0 10px;
    border-top-right-radius: 10px;
}
.blog-detail-image .blog-det-tags p {
    margin: 0;
    font-size: 20px;
    color: #000;
    position: relative;
    padding: 0 0 0 20px;
}
.blog-detail-date {
    position: absolute;
    background: #fff;
    padding: 20px;
    right: 30px;
    top: 15px;
}
.blog-det-content {
    margin: 40px 0 0;
}
.blog-det-content h3 {
    font-weight: 700;
    margin: 0 0 20px;
}
.blog-det-content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 16px;
}
section.blog-detail-outer {
    padding-bottom: 150px;
}
section#footer-common-banner h3 {
    margin: 0 0 10px;
    text-transform: none;
}

.blog-detail-date p span {
    width: 100%;
    float: left;
    color: #898989;
    font-size: 20px;
    margin-top: 10px;
}
.blog-detail-date p
 {
    margin: 0;
    font-size: 36px;
    color: #000;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
    width: auto;
    float: left;
    text-align: center;
}
.blog-detail-date {
    position: absolute;
    background: #fff;
    padding: 20px 20px;
    right: 30px;
    top: 15px;
    width: 90px;
    border-radius: 5px;
}
.blog-detail-image .blog-det-tags p {
    margin: 0;
    font-size: 20px;
    color: #000;
    position: relative;
}
.blog-detail-image .blog-det-tags p::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7C0A02;
    top: 8px;
    left: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.blog-detail-image .blog-det-tags p::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 63%;
    background: #7C0A02;
    height: 2px;
}
/*==== END OF BLOG DETAIL PAGE ===*/

/*=== CONTACT PAGE ===*/

.contact-page-form-left h2 {
    color: #323232;
    font-weight: 700;
    margin: 0 0 14px;
    text-transform: uppercase;
    font-size: 32px;
}
.contact-page-form-left p {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
}
.contact-page-form-left ul {
    padding: 0;
    margin: 0;
}
.contact-page-form-left ul li img {
    width: 35px;
    height: 35px;
}
.contact-page-form-left ul li {
    list-style: none;
    display: flex;
    grid-gap: 0 20px;
    margin: 0 0 15px;
}
.contact-page-form-left ul li p {
    font-family: "Yantramanav", sans-serif;
    font-weight: 500;
    margin: 0;
}
.contact-page-form-left ul li a {
    text-decoration: none;
    color: #666666;
    font-family: "Yantramanav", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 18px;
}
/* .contact-page-form-right {
    background: #00365C;
    padding: 40px 33px 40px;
    border-radius: 7px;
} */
.contact-page-form-right {
    background: #ffffff;
    padding: 40px 33px 40px;
    border-radius: 7px;
    box-shadow: 0 0 20px 0px #f1f1f1;
    border: 1px solid #efefef;
}
section#contact-page-form {
    padding: 80px 0 130px;
}
/* section#contact-page-form {
    padding: 70px 0 160px;
}
.contact-page-form-right input.form-control {
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 0 0 13px;
}
.contact-page-form-right textarea.form-control {
    margin-bottom: 20px;
}
.contact-page-form-right form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
}
.contact-page-form-right form textarea.form-control {
    grid-column: span 2;
}  
.contact-page-form-right form button {
    margin: 0 auto;
    grid-column: span 2;
    background: #005C9D;
    border: 0;
    text-transform: uppercase;
    padding: 13px 10px;
    width: 130px;
    max-width: 130px;
    display: table;
}
.form-right-button a { font-size: 20px; } */

/*=== END OF CONTACT PAGE ===*/

/*==== REVIEW PAGE ===*/

.review-cont-outer {
    background: #7C0A02;
    padding: 49px 50px 30px 30px;
    float: left;
    border-radius: 10px;
    position: relative;
}
.col-md-6:nth-child(2n) .review-cont-outer {
    padding: 49px 30px 30px 50px;
}
.review-cont-outer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/bg-left-subtract.png);
    background-repeat: no-repeat;
    background-size: 7% 106%;
    background-position: center right;
    top: 0;
    right: 0;
}
.col-md-6:nth-child(2n) .review-cont-outer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/bg-right-subtract.png);
    background-repeat: no-repeat;
    background-size: 6% 103%;
    background-position: top left;
    top: -6px;
    left: 0px;
    right: 0;
}
section#review-section-outer {
    padding: 80px 0 150px;
}
.review-cont-outer::before {
    content: '';
    position: absolute;
    width: 69px;
    height: 69px;
    background: url(/wp-content/uploads/2025/07/quote-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 21px;
    right: 30px;
}
.review-cont-outer h3 {
    color: #fff;
    font-size: 24px;
    font-family: "Yantramanav", sans-serif;
    font-weight: 500;
}
.review-cont-outer p {
    color: #fff;
    margin: 35px 0 20px;
}
.review-cont-outer ul li {
    list-style: none;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.review-cont-outer ul li.active {
    background: url(https://w81uwxpfse.wpdns.site/wp-content/uploads/2025/07/review-rating.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.review-cont-outer ul {
    float: left;
    margin: 0;
    padding: 0;
}
.review-cont-outer p {
    color: #fff;
    margin: 20px 0 20px;
}
section#home-services {
    padding: 80px 0 150px;
}
/*==== END OF REVIEW PAGE ===*/

/*=== Responsive ===*/

@media (max-width: 1250px) {
        section#home-counter ul p span { font-size: 28px; }
        section#home-counter ul { display: grid; grid-template-columns: auto auto auto auto; }
        section#home-counter ul li::before { right: 20px; }
        section#what-we-do-outer .wwd-middle-img img { width: 100%; }
        div#navbarNav a.nav-link { font-size: 14px; padding: 0; }
        div#navbarNav a.header-number { font-size: 14px; }
        .navbar-expand-md .navbar-nav { margin-right: 80px !important; }
}
@media (min-width: 992px) {
    .about-left-img {
        padding-right: 40px;
    }
}
@media (max-width: 992px) {
    section#home-counter ul { display: grid; grid-template-columns: auto auto; grid-gap: 30px 20px; }
    section#home-counter ul li:nth-child(2n) { padding: 0; }
    section#home-counter ul li:nth-child(2n)::before { content: none;}
    section#about-section .about-sec-content { margin-top: 60px; }
    section#what-we-do-outer .wwd-middle-img { display: none; }
    .blog-inner-box { margin-bottom: 40px; }
     section#what-we-do-outer ul.wwd-text-right li { flex-direction: row-reverse; text-align: left; }
    section#what-we-do-outer ul.wwd-text-right li:last-child { margin-bottom: 40px; }
    .service-contents a { width: 50px; height: 50px; }
    .service-contents a img { width: 100%; height: 100%; }
    .service-content-left h3 { font-size: 16px; }
    .service-content-left p { font-size: 14px; }
    .col-md-6:nth-child(2n) .review-cont-outer::after, .review-cont-outer::after { content: none; }
    .col-md-6:nth-child(2n) .review-cont-outer, .review-cont-outer { padding: 49px 30px 30px 30px; } 
    .review-cont-outer::before { width: 49px; height: 49px; }
    section#home-testimonial .owl-nav {  position: absolute; top: auto; right: 0; bottom: -65px; }
    .common-content.content-center-alignment h2 { width: 100% !important; }
    section#home-services { padding: 80px 0 60px; }
    section#footer-common-banner h3 { margin: 0; }
    .form-left-content { margin: 0 0 20px; }
    section#offer-section { padding: 80px 0 30px; }
    section#footer-common-banner .row { display: grid; }
    section#footer-common-banner .row div { width: 100%; }

}
@media (max-width: 767px) {
    .service-content-left h3 { font-size: 16px; }
    .service-image a img { width: 100%; height: 100%; }
    section#offer-section::before {  background-size: 100%; opacity: 0.1; }
    .hero-content { max-width: 100%; } 
    .hero-section { display: table; padding: 0 30px; }
    .quote-form { max-width: 100%; float: left; width: 100%; margin-top: 30px; }
    section#fixed-slider-outer { height: 100%; }
    .each-testimonial { display: grid; align-items: center; position: relative; grid-template-columns: 100%; } 
    section#home-testimonial .each-testi-content {  background: #7C0A02; order: 2; }
    .each-testimonial::before { content: none; }
    .each-testi-image { height: 215px; width: 200px; margin: 0 auto -30px; z-index: 9; }
    section#home-testimonial .each-testi-content { padding: 60px 20px 36px; }
    .footer-menu { margin: 0 0 30px; }
    .form-left-content { margin-bottom: 20px; }
    .service-detail-cont ul.service-icon-content ul { grid-template-columns: 100%; }
}
@media (max-width: 640px) {
    section#home-counter ul { grid-template-columns: 100%; }
    section#home-counter ul li { padding: 0;}
    section#home-counter ul li::before { content: none; }
    .common-content h2 { font-size: 30px; line-height: 40px; }
    .common-content h4 { font-size: 16px;  }
    section#offer-section h3 { font-size: 28px; line-height: 44px; }
    .service-detail-cont ul.service-icon-content { grid-template-columns: 100%; }
    .service-detail-cont ul.service-icon-content h3 { grid-column: span 1; }
    section.common-banner h2 { padding: 0 20px; font-size: 37px; }
    .blog-detail-date p { font-size: 30px; }
    .blog-detail-date p span { margin-top: 0px; font-size: 18px; }
    .blog-detail-date{  padding: 11px 10px; width: 69px; }
    .blog-detail-image .blog-det-tags p { font-size: 18px; }
    .blog-detail-image .blog-det-tags p::after {     width: 86%; }
    /* .blog-det-content { padding-top: 40px; } */
    .form-right-button h3 { font-size: 18px; }
}
@media (max-width: 480px) {
    .common-content.content-center-alignment h2 { width: 100% !important; }
}
@media (max-width: 375px) {
    .footer-contact ul li a { font-size: 16px; line-height: 26px; }
    .contact-page-form-left ul li a { font-size: 16px; }
    .footer-contact ul li p, .contact-page-form-left p  { font-size: 16px; }
    .form-right-button a { font-size: 20px; }

}