/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
:root {
    --primary-color: #2c2c2c;
    --secondary-color: #EB268F;
    --light-gray: #f2f2f2;
    --dark-gray: #555555;
    --white-color: #ffffff;
    --black-color: #000000;
    --card-bg-color: #f7f7f7;
    --border-color: #e0e0e0;
    --blue-color: #007bff;

    /* Services Section Colors */
    --mint-green: #d1f7e0;
    --light-purple: #e9d1f7;
    --light-orange: #f7e9d1;
    --light-blue: #d1e0f7;

    /* What We Do Section Colors */
    --dark-bg: #051828;
    --dark-text: #ffffff;
    --dark-secondary-text: #a0a0b0;
}

body {
    font-family: 'Manrope', sans-serif;
    color: var(--primary-color);
    line-height: 1.6;
    margin: 0;
}

.container,
.container-fluid {
    width: 100%;
}

a {
    text-decoration: none;
}

section {
    overflow: hidden;
}
h1, h2, h3, h4, h5{
 font-family: 'Urbanist', sans-serif;
}


.sub-header {
    padding: 0px 20px;
    width: 100%;
}

.sub-header,
.sub-header marquee,
.sub-header p,
.sub-header a {
    font-size: 14px;
    color: #1A2557;
}

.sub-header i {
    font-size: 25px;
    color: #2362FF;
}

.locate {
    color: #2362FF;
    font-weight: bold;
}

.locate i {
    font-size: 14px !important;
    font-weight: bold;
}

.sun-contact {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* main-header */
header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 10px 30px;
    left: 0;
    background: #4d667b00;
}
.header-btn {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 8px;

}









/* bannersection */
section.banner-section .container-fluid>* {
    position: relative;
}
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .banner-img {
    width: 100%;
    height: auto;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 83%) 35%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.banner-content span {
    color: #d83d8d;
}
.banner-content p {
    margin: 0px 0 40px 0;
    color: #fff !important;
}
.header-btnd {
    background-color: #091827;
    color: #fff;
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 8px;
    margin: 10px 0 0px 0;
    display: inline-block;
}
.container {
    max-width: 96% !important;
    height: auto !important;
}
.feature-box {
    text-align: left;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 20px;
    background: #d83d8d29;
    height: 100%;
}
  .feature-box i {
    font-size: 40px;
    color: #d83d8d;
    margin-bottom: 15px;
    display: block;
}
    .feature-box h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .feature-box p,
    .feature-box ul {
      font-size: 15px;
      color: #444;
      margin: 0;
    }
    .feature-box ul {
      padding-left: 18px;
    }
.banner-content h1 {
    font-size: 40px;
    line-height: 55px;
    margin: 10px 0 10px 0;
    font-weight: 700;
}
.banner-content {
    position: absolute;
    top: 52% !important;
    left: 27% !important;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    padding: 20px;
    text-align: left;
}
.banner-section {
    position: relative;
    padding: 0px;
}

/* .banner-section::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #05182840;
} 

.banner-content {
    max-width: 700px;
    margin: 70px auto;
}

.banner-content span i {
    font-size: 30px;
    font-weight: bolder;
}

.banner-content span {
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.banner-content h1 {
    color: #fff;
    font-size: 45px;
}

.banner-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
*/


/* Marquee Section */
.marquee-section {
    background: linear-gradient(90deg, #e42186, #330442);
    padding: 1rem 0;
    overflow: hidden;
    /* border-bottom-left-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
}
.marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

.marquee-item {
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0px 2rem 0;
    display: flex;
    align-items: center;
}
.highlight-text {
    color: #d83d8d !important;
    font-weight: 500;
    letter-spacing: 1px;
}
        .btn-custom {
            background-color: #e5989b;
            color: white;
            font-weight: bold;
            border-radius: 50px;
            padding: 0.6rem 1.5rem;
            border: none;
        }
        .btn-custom:hover {
            background-color: #d17c87;
        }
        .feature-list {
            list-style: none;
            padding: 0;
        }
        .feature-list li::before {
            content: "✔";
            color: #e5989b;
            margin-right: 10px;
        }
        .content-section {
            padding: 60px 15px;
        }
       .content-section h2 {
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    font-size: 34px !important;
}
  p {
    line-height: 30px !important;
    color: #000 !important;
}   
section.content-section em {
    font-weight: 800;
    color: #d83d8d;
}

.content-section {
    padding: 50px 0px 0 0;
}
        .img-section img {
            border-radius: 10px;
            width: 100%;
            height: auto;
            object-fit: cover;
        }
.marquee-item i {
    color: var(--light-text);
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}





/* Hero Section */


.about-lab,
.key-fields,
.product-range-subtitle,
.why-choose-us-subtitle,
.get-in-touch-subtitle,
.faq-subtitle,
.contact-subtitle {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--dark-gray);
}

.about-lab .dot,
.key-fields .dot,
.product-range-subtitle .dot,
.why-choose-us-subtitle .dot,
.get-in-touch-subtitle .dot,
.faq-subtitle .dot,
.contact-subtitle .dot {
    width: 8px;
    height: 8px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.what-we-do-subtitle .dot-white {
    background-color: var(--white-color);
}

.hero-title,
.product-range-title,
.why-choose-us-title,
.faq-title,
.contact-title {
    font-size: 2.5rem;
    /* font-weight: 700; */
    color: var(--dark-bg);
    line-height: 1.2;
}

.custom-container {
    width: 95%;
}

.about-lab {
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-flex !important;
    padding: 2px 12px;
}

.text-pink {
    color: var(--secondary-color);
}

.text-blue {
    color: var(--blue-color);
}

.hero-rating-content p {
    font-size: 1rem;
    color: var(--dark-gray);
}

.rating .star {
    color: #0075BB;
    font-size: 1.5rem;
}

.rating-text {
    font-size: 0.875rem;
}

.rating-score {
    font-weight: 700;
    color: var(--secondary-color) !important;
    font-size: 17px !important;
}

.rating-reviews {
    color: var(--dark-gray);
}

.avatar-group .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    margin-left: -10px;
    object-fit: cover;
}

.avatar-group .avatar:first-child {
    margin-left: 0;
}

.avatar-group .avatar-count {
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    margin-left: -10px;
    border: 2px solid var(--white-color);
}

/* Cards Section */
.card-item {
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.card-video .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-video .video-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* background: linear-gradient(to top, rgba(23, 44, 69, 1) 0%, rgb(255 255 255 / 0%)); */
}

.card-video .play-button-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.card-video .play-button {
    width: 50px;
    height: 50px;
    background-color: #BEF1DE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 70px;
}

.card-video .play-button i {
    margin-left: 3px;
    color: var(--secondary-color);
}

.card-video .video-caption {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--white-color);
}

.card-info {
    background-color: var(--secondary-color);
    color: var(--white-color);
    height: 100%;
}

.card-info .card-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
}

.card-info .card-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
}

.card-info ul {
    font-size: 0.875rem;
    padding-left: 0;
}

.card-info ul li::before {
    content: "•";
    color: var(--white-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.card-info .learn-more {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--white-color);
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
}

.card-info .learn-more:hover {
    opacity: 0.8;
}

.card-image .image-overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    color: var(--white-color);
    width: 100%;
    height: 120px;
}

.about-3-box p {
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #dddddd3b;
    text-align: center;
}

/* Research Fields Section 
.field-card img {
    opacity: 0;
    visibility: hidden;
    clip-path: circle(0% at 0% 100%); 
    transition: clip-path 0.6s ease-in-out, opacity 0.4s ease-in-out;
}*/

.field-card.active img,
.field-card:hover img {
    opacity: 1;
    visibility: visible;
    clip-path: circle(150% at 0% 100%);
}
@keyframes spinIcon {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.field-card:hover .card-icon-key i,
.field-card.active .card-icon-key i,
.field-card:hover .exit-icon i,
.field-card.active .exit-icon i {
  animation: spinIcon 0.6s ease forwards;
  color: var(--secondary-color);
}







.research-fields-section {
	border-radius: 25px;
}

.key-fields {
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-flex !important;
    padding: 2px 12px;
}

.research-title {
    font-size: 2.5rem;
    line-height: 1.2;
}

.research-fields-section p {
    color: var(--dark-gray);
}

.field-card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.field-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.field-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.field-card .field-overlay {
    color: var(--white-color);
}

.field-card .field-overlay .icon-container {
    color: var(--white-color);
}

.field-card .field-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}

.field-card .field-description {
    font-size: 0.875rem;
    color: var(--dark-gray);
}

.field-card.field-card .field-overlay .field-description {
    color: var(--white-color);
}

.card-icon-key i {
    font-size: 25px;
    color: #051828;
    background-color: #fff;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exit-icon i {
    font-size: 18px;
    color: #fff;
    background-color: #051828;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Services Section */


.service-card {
    border: 1px solid var(--border-color);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-card .service-icon i {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    border: 1px solid var(--border-color);
    color: var(--primary-color);
    background-color: #fff;
    font-size: 40px;
}



.service-card .service-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.service-card .service-listings {
    font-size: 0.875rem;
    color: var(--dark-gray);
    margin-bottom: 0;
}
section.what-we-do-section p {
    color: #fff !important;
}
/* What We Do Section */
.what-we-do-section {
    background-color: var(--dark-bg);
    color: var(--dark-text);
    padding: 100px 0 !important;
    border-radius: 20px;
    margin: 70px 0;
    position: relative;
}
.main-imager {
    position: absolute;
    top: 52%;
    left: 19%;
}
.main-imager img {
    width: 78%;
}
.what-we-do-subtitle p {
    color: var(--dark-secondary-text);
}

.what-we-do-title {
    font-size: 2.5rem;
    line-height: 1.2;
}

.what-we-do-description,
.satisfaction-text,
.service-item-text {
    color: var(--dark-secondary-text);
}
p.contact-info-text {
    color: #fff !important;
}
.btn-pink {
    background-color: #d83d8d;
    color: var(--white-color);
    font-weight: 600;
    padding: 0.75rem 2rem;
    border: none;
    transition: background-color 0.2s ease-in-out;
    border-radius: 8px;
}
section.why-choose-us-section {
    margin: 70px 0 0 0 !important;
}
.contact-item p {
    color: #fff !important;
}
section.faq-section {
    margin: 60px 0;
}
.btn-pink:hover {
    background-color: #ff3399;
    /* A slightly darker pink */
}

.btn-pink svg {
    margin-left: 0.5rem;
}

.satisfaction-percentage {
    font-size: 5rem;
    line-height: 1;
    border-bottom: 1px solid #dddddd2e;
    display: inline-flex;
    padding: 10px 0;
}

.satisfaction-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.service-icon-dark {
    background-color: var(--secondary-color);
    color: #222;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 25px;
}

li.service-item {
    border-bottom: 1px solid #dddddd29;
    padding: 20px 0;
}

.service-item-title {
    font-size: 1.25rem;
    font-weight: 600;
}

/* Product Range Section */


.product-range-subtitle {
    border: 1px solid #ddd;
    display: inline-flex !important;
    padding: 3px 10px;
    border-radius: 15px;
}

.product-range-title {
    font-size: 2.5rem;
    line-height: 1.2;
}

.btn-explore {
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    transition: background-color 0.2s ease-in-out;
    border-radius: 8px;
}

.btn-explore:hover {
    background-color: #ff3399;
}

.btn-explore svg {
    margin-left: 0.5rem;
}

.product-card {
    height: 100%;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background: #ffecf6;
    border-radius: 15px;
}
section.why-choose-us-section {
    margin: 80px 0;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-card-text {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1A2F48;
	padding-bottom: 10px;
    padding-left: 10px;
}

/* Why Choose Us Section */
/* .why-choose-us-section {
    background-color: var(--card-bg-color);

} */



.why-choose-us-title {
    font-size: 2.5rem;
    line-height: 1.2;
}

.why-choose-us-subtitle {
    border: 1px solid #ddd;
    display: inline-flex !important;
    padding: 3px 10px;
    border-radius: 15px;
}
img.w-100.banner-imger.img-fluid {
    display: none;
}
.avatar-group {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;

}

.image-overlay-text-why {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(126, 126, 126, 0.541);
    color: var(--white-color);
    width: 200px;
    display: grid;
    justify-content: center;
    border-radius: 15px;
}

.why-points {
    display: flex;
}

.why-points i {


    color: var(--secondary-color);
    margin-right: 10px;
}

.why-points h5 {
    font-size: 18px;
}

.why-choose-us-description,
.why-us-item-text {
    color: var(--dark-gray);
}

.why-us-item-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.why-us-icon-container {
    width: 60px;
    height: 60px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Get In Touch Section */

.get-in-touch-section {
    background-color: var(--white-color);
    padding: 150px 0;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.get-in-touch-subtitle {
    border: 1px solid #ddd;
    display: inline-flex !important;
    padding: 3px 10px;
    border-radius: 15px;
}

.get-in-touch-text {
    color: var(--dark-gray);
}

.dr-card {
    right: 20px;
    background-color: var(--white-color);
    padding: 10px;
}

.dr-card img {
    border: 3px solid #0075BB;
}

.dr-name {
    font-weight: 600;
    font-size: 1.125rem;
}

.dr-title {
    font-size: 0.875rem;
    color: var(--dark-gray);
}

/* FAQ Section */


.faq-subtitle {
    border: 1px solid #ddd;
    display: inline-flex !important;
    padding: 3px 10px;
    border-radius: 15px;
}

.faq-subtitle {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--dark-gray);
}

.faq-title {
    font-size: 2.5rem;
    line-height: 1.2;
}

.faq-description {
    color: var(--dark-gray);
}

.accordion-item {
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    background-color: var(--white-color) !important;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2E4158 !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--white-color);
    color: var(--primary-color);
    border-bottom: 1px solid var(--border-color);
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c2c2c'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm.002-6.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c2c2c'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm-1.5-6.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z'/%3e%3c/svg%3e") !important;
}

.accordion-body {
    /* padding: 1.5rem; */
    color: #2E4158;
}
section.why-choose-us-section h5 {
    font-size: 20px;
    font-weight: 700;
}
/* Contact Section */
.contact-section {
border-radius: 25px;
}

.contact-title {
    font-size: 2.5rem;
    /* font-weight: 700; */
    line-height: 1.2;
}

.contact-description {
    color: var(--dark-gray);
}


.contact-subtitle {
    border: 1px solid #ddd;
    display: inline-flex !important;
    padding: 3px 10px;
    border-radius: 15px;
}

.contact-form-card .form-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.contact-form-card .form-control {
    border-color: #62a8c5;
    border-radius: 25px;
    padding: 10px;
    margin: 5px 0;
}

.contact-form-card .form-control:focus {
    box-shadow: none;
    border-color: var(--secondary-color);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
	background-color: var(--secondary-color);
    color: var(--white-color);
    font-weight: 600;
    padding: 0.75rem 2rem;
    border: none;
    transition: background-color 0.2s ease-in-out;
    border-radius: 30px;
	width: 100%;
}


@media (max-width: 767.98px) {
	.chaty-channels {
    display: none !important;
}
    .research-fields-section .row,
    .services-section .row,
    .product-range-section .row {
        text-align: center;
    }

    .what-we-do-section .row,
    .get-in-touch-section .row,
    .faq-section .row,
    .contact-section .row {
        text-align: center;
    }

    .what-we-do-section .list-unstyled {
        text-align: left;
    }

    .what-we-do-section .service-item {
        align-items: center !important;
        flex-wrap: wrap;
    }
}





.blog-card {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.blog-image-container {
    position: relative;
    width: 100%;
    padding-top: 60%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.blog-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-date-overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.2;
}

.blog-date-overlay .month {
    font-size: 0.75rem;
    font-weight: 400;
}

.blog-meta i {
    font-size: 16px;
    color: #0075BB;
}

.blog-content {
    padding: 1.5rem;
}

.blog-meta {
    font-size: 0.875rem;
    color: var(--dark-gray);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}


.blog-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.blog-description {
    font-size: 1rem;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #0075BB;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
}

.blog-read-more:hover {
    opacity: 0.8;
}

.blog-read-more svg {
    width: 1rem;
    height: 1rem;
}

@media (max-width: 767.98px) {
    .blog-card {
        text-align: center;
    }

    .blog-meta {
        justify-content: start;
    }
}


.rating-stars i {
    color: var(--secondary-color);
}
section.testimonials-section{
	border-radius: 25px;
	margin-bottom: 20px;
}
.testimonials-section .owl-carousel .owl-item img {
    display: block;
    width: 60px !important;
    height: 60px !important;
}
.testimonials-section .owl-nav, .owl-dots {
    display: none;
}

/* Main Footer Styling */
.footer-main {
    background-color: var(--dark-bg);
    color: var(--white-color);
    padding: 100px 0 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

/* Company Info Section Styling */
.company-section {
    background-color: var(--white-color);
    color: var(--secondary-dark);
    border-radius: 10px;
    padding: 1.5rem;
}

.company-logo-text {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.company-logo {
    width: 100%;
}

.company-section p {
    color: #5e5e5e;
}

.company-section a {
    color: #222;
}

.company-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.company-description {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 010px;
}

.operating-hours p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.phone-query {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    /* margin-top: 1.5rem; */
    font-size: 0.9rem;
}

.phone-number {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--primary-blue);
}

/* All Heading Styles */
.section-heading {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--section-bg-white);
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    display: block;
}
.why-points.aos-init.aos-animate span {
    font-weight: 800;
}
.section-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #0075BB;
}
ul#footer-menu {
    list-style: none;
    padding: 0;
}
ul#footer-menu li a{
color: #fff;
}
ul#footer-menu li {
    padding: 0px 0 15px;
}
/* Link List Styling */
.link-list {
    list-style-type: none;
    padding: 0;
}

.link-list a {
    color: var(--footer-text-light);
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
}

.link-list a:hover {
    color: var(--section-bg-white);
}

/* Recent Posts Section */
.post-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.post-thumb {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 1rem;
}

.post-meta {
    font-size: 0.75rem;
    color: var(--footer-text-light);
    margin: 0;
}

.post-title {
    font-size: 0.9rem;
    font-weight: bold;
    color: var(--section-bg-white);
    line-height: 1.3;
    margin: 0;
}

.social-icons {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.social-icons i {
    font-size: 18px;
    background-color: #ffffff38;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contact Us Section */
.contact-info-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--footer-text-light);
    margin-bottom: 1.5rem;
}
	  .faq-header img {
    margin: 34px 0 0 0 !important;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.contact-icon {
    font-size: 1.25rem;
    color: #007bff;
    margin-right: 0.75rem;
}

ul.link-list li {
    padding-bottom: 10px;
}

.contact-item p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .company-section {
        margin-bottom: 2rem;
    }
}


@media (max-width: 991.98px) {
header {
    top: 20px;
}
    .banner-content h1 {
        font-size: 25px;
    }
.banner-content p {
    font-size: 16px;
}
.banner-content span {
    font-size: 13px;
}
/* header {
    top: 5px;
} */
section{
    padding: 40px 0;
}

.hero-title, .research-title, .what-we-do-title, .product-range-title, .why-choose-us-title, .faq-title, .contact-title {
    font-size: 1.8rem;
}
.custom-container {
    width: 100%;
}
.avatar-group {
    justify-content: start;
    margin-top: 20px;
}
.hero-rating-content p {
    margin-bottom: 0;
}

.card-image .image-overlay-text {
    height: auto;
}
.what-we-do-section {
    padding: 40px 5px !important;
    border-radius: 15px;
}
.what-we-do-header {
    text-align: start;
}
.client-satisfaction {
    text-align: left;
}
.service-icon-dark {
    margin-bottom: 20px;
}
.get-in-touch-section {
    padding: 40px 0 104px;
    background-position: right;
}
.get-in-touch-subtitle {
    color: #fff;
}
.get-in-touch-text{
    color: #fff;
}
.get-in-touch-content {
    text-align: left;
}
.dr-card {
    left: 0;
}
.faq-header {
    text-align: left;
}
.accordion-button {
    padding: 10px;
}
.accordion-body {
    padding: 10px !important;
}
.btn-pink {
    padding: 0.75rem 1.5rem;
}
.blog-content {
    padding: 1.5rem;
    text-align: left;
}
.social-icons {
    justify-content: start;
}
.footer-main {
    padding: 30px 0 30px;
}

}



  #sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
 
}
#sequence a:not(:last-child) {
    border-right: 1px solid #fffdfd;
}
#sequence {
    width: 100%;
    float: left;
    background: #66A940;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 100;
    padding: 0;
    color: #fff !important;
    margin: 0 !important;
}
/* ================ Product Archive Styles ================ */
section.ancient-products {
  background-color: #f9f9f9;
}

section.ancient-products .ancient-page-header {
  margin-bottom: 40px;
}

section.ancient-products .ancient-page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brand-primary);
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

section.ancient-products .ancient-page-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--brand-secondary);
}

section.ancient-products .ancient-page-subtitle {
  font-size: 1.2rem;
  color: #666;
}

section.ancient-products .ancient-product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

section.ancient-products .ancient-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
section.testimonials.text-center.aos-init.aos-animate {
    margin: 0 0 70px 0;
}
.plant-machinery h2 {
    font-size: 2.2rem;
    color: #111;
}
.plant-machinery .underline {
    width: 60px;
    height: 4px;
    background-color: #d12727;
    border: none;
}
.plant-machinery p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1rem;
    color: #444;
}
img.img-fluid.rounded.shadow-sm {
    margin: 26px 0 0 0;
}
section.ancient-products .product-badge .badge {
    background:  var(--secondary-color);
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

section.ancient-products .product-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

section.ancient-products .product-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

section.ancient-products .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(161 80 154 / 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.btn-group>.btn-group:not(:first-child), .btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: calc(var(--bs-border-width) * -1);
    background-color: var(--blue-color);
	color:#fff;
}
.products-table-view h5 a {
    color: var(--secondary-color);

}
.products-table-view a.btn {
	background-color: var(--secondary-color);
	border:1px solid var(--secondary-color);
}
.product-share .cta-button {
    background-color: var(--secondary-color);
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid var(--secondary-color);
}
.product-share .cta-button:hover{
	background-color:transparent;
	color: var(--secondary-color);
}
.meta-item i {
    color: var(--blue-color);
}
.ancient-product-info .product-badge .badge {
    background: var(--blue-color);
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
section.ancient-products .ancient-product-card:hover .product-overlay {
  opacity: 1;
}

section.ancient-products .quick-view-btn {
  color: #fff;
  background: var(--brand-secondary);
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

section.ancient-products .ancient-product-card:hover .quick-view-btn {
  transform: translateY(0);
}

section.ancient-products .product-content {
  padding: 20px;
}

.product-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 1rem;
}

section.ancient-products .product-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

section.ancient-products .product-title a:hover {
  color: var(--brand-secondary);
}

section.ancient-products .product-meta {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
}

section.ancient-products .meta-item {
   margin-bottom: 8px;
        align-items: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
}

section.ancient-products .meta-item i {
  color:  var(--blue-color);
  margin-right: 8px;
  width: 20px;
  text-align: center;
}

section.ancient-products .product-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

section.ancient-products .price {
  font-weight: 700;
  color: var(--brand-primary);
}

section.ancient-products .price .amount {
  font-size: 1.2rem;
}

section.ancient-products .add-to-cart a {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

section.ancient-products .add-to-cart a:before {
  content: '\f217';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
}

section.ancient-products .add-to-cart a:hover {
    background:  var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 194, 74, 0.3);
    text-decoration: none;
}

/* ================ Single Product Styles ================ */
section.ancient-single-product {
    background-color: #f9f9f9;
    padding: 50px 0;
}

section.ancient-single-product .ancient-product-detail {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}

section.ancient-single-product .ancient-product-gallery {
    position: relative;
}

section.ancient-single-product .main-image {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

section.ancient-single-product .main-image img {
    width: 100%;
    height: auto;
    display: block;
}

section.ancient-single-product .thumbnail-slider {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

section.ancient-single-product .thumbnail-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

section.ancient-single-product .thumbnail-img:hover {
    border-color: var(--brand-secondary);
}

section.ancient-single-product .ancient-product-info {
    padding-left: 30px;
}

section.ancient-single-product .product-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color:  var(--secondary-color);
}

section.ancient-single-product .product-rating {
    margin-bottom: 15px;
}

section.ancient-single-product .star-rating {
    color: #ffb300;
    font-size: 1.2rem;
}

section.ancient-single-product .product-price {
    font-size: 1.8rem;
    color: var(--brand-primary);
    font-weight: 700;
    margin-bottom: 20px;
}

section.ancient-single-product .meta-box {
    background: rgba(139, 194, 74, 0.05);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

section.ancient-single-product .meta-title {
    font-size: 1.1rem;
    color: var(--brand-primary);
    margin-bottom: 10px;
    font-weight: 600;
}

section.ancient-single-product .meta-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

section.ancient-single-product .meta-list li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

section.ancient-single-product .meta-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

section.ancient-single-product .description-title {
    font-size: 1.3rem;
    color:  var(--blue-color);
    margin-bottom: 15px;
    font-weight: 600;
}

section.ancient-single-product .product-share {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

section.ancient-single-product .share-label {
    font-weight: 600;
    margin-right: 15px;
    color: var(--brand-primary);
}

section.ancient-single-product .share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

section.ancient-single-product .share-icon.facebook {
    background: #3b5998;
}

section.ancient-single-product .share-icon.twitter {
    background: #1da1f2;
}

section.ancient-single-product .share-icon.linkedin {
    background: #0077b5;
}

section.ancient-single-product .share-icon.whatsapp {
    background: #25d366;
}

section.ancient-single-product .share-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    section.ancient-single-product .ancient-product-info {
        padding-left: 0;
        padding-top: 30px;
    }
    
    section.ancient-single-product .product-title {
        font-size: 1.6rem;
    }
    
    section.ancient-single-product .product-price {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
	.main-imager {
    position: unset !important;
}
    section.ancient-single-product .ancient-product-detail {
        padding: 20px;
    }
    
    section.ancient-single-product .thumbnail-slider {
        flex-wrap: wrap;
    }
}
.ancient-related-products {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ancient-related-products .section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--dark-bg);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.ancient-related-products .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--brand-secondary);
}

.ancient-related-products .ancient-product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.ancient-related-products .ancient-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ancient-related-products .product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.ancient-related-products .product-badge .badge {
    background: var(--brand-secondary);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.ancient-related-products .product-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.ancient-related-products .product-image-wrapper img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.ancient-related-products .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(106 157 211 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.ancient-related-products .ancient-product-card:hover .product-overlay {
    opacity: 1;
}

.ancient-related-products .quick-view-btn {
    color: #fff;
    background: var(--brand-primary);
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
}

.ancient-related-products .product-content {
    padding: 15px;
}

.ancient-related-products .product-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.ancient-related-products .product-title a {
    color: var(--brand-primary);
    text-decoration: none;
}

.ancient-related-products .product-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.ancient-related-products .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ancient-related-products .price {
    font-weight: 700;
    color: var(--brand-primary);
}

@media (max-width: 768px) {
    .ancient-related-products .section-title {
        font-size: 1.5rem;
    }
}

/* Table and grid toggle css */

/* View Toggle Styles */
    .view-toggle {
        background: #fff;
        border-radius: 30px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .view-toggle .btn {
        border: none;
        padding: 8px 20px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .view-toggle .btn.active {
        background: var(--brand-secondary);
        color: #fff;
    }

    .view-toggle .btn:not(.active):hover {
        background: rgba(139, 194, 74, 0.1);
        color: var(--brand-primary);
    }

    /* Table View Styles */
    .products-table-view .table {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

  .products-table-view .table th {
    background:  var(--secondary-color) ;
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 15px;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
    .products-table-view .table td {
        vertical-align: middle;
        padding: 15px;
        border-color: rgba(0, 0, 0, 0.05);
    }

    .products-table-view .table tr:hover td {
        background: rgb(194 74 162 / 5%);
    }

    .products-table-view .badge {
        background: var(--brand-secondary);
        color: #fff;
        padding: 4px 10px;
        border-radius: 30px;
        font-size: 0.7rem;
        font-weight: 600;
        display: inline-block;
        margin-top: 5px;
    }
h3.product-title {
    text-transform: uppercase;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    height: 58vh;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
    border: 1px solid #c5c5c5;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    width: 100%;
}
.modal-content {
    margin: 139px 0 0 0;
}
button.btn.btn-contact.mr-4.mb-3 a:hover {
    color: #8a8a8a;
    text-decoration: none;
}
a button.btn.btn-contact.mr-4.mb-3  {
    color: #fff;
}
a button.carousel-control-prev {
    display: none;
}
a.btn.btn-primary.btn-lg.mr-4:hover {
    color: #c7c7c7 !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
a.bio-btn:hover {
    color: #d5d5d5;
    text-decoration: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-default {
    width: 100%;
    padding: 10px;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    border: 1px solid #a3a3a3;
    padding: 10px;
    border-radius: 4px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
}
      @media (max-width: 768px) {
     
.banner-content span {
    font-size: 10px !important;
}
.banner-content {
    left: 36% !important;
}
.content-section {
    padding: 24px 0px 0 0 !important;
}
section.faq-section {
    margin: 0px 0 !important;
}
header {
    top: -6px !important;
}
section.why-choose-us-section {
    margin: -40px 0 0 0 !important;
}
.what-we-do-section {
    margin: 5px 0 !important;
}
section.why-choose-us-section {
    margin: 0px 0 0 0 !important;
}
.banner-content h1 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin: 0 0 0 0 !important;
}
	
.header-btn {
    font-size: 10px !important;
}
header {
    padding: 10px 10px !important;
}
.banner-content p {
    margin: 8px 0 29px 0 !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 20px !important;
}
        img.w-100.banner-img.img-fluid {
    display: none !important;
}
img.w-100.banner-imger.img-fluid {
    display: block !important;
}
				#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none!important;
    border-right: 1px solid;
}
				#sequence {
    width: 100%;
    float: left;
    background: #000000;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: var(--themeht-light-color)!important;
    margin: 0!important;
}
			.page-breadcrumb .extraa {
    margin: 0px 0 !important; 
    text-align: left !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
				}}


@media (min-width: 767px) and (max-width: 1367px) {
   .banner-content h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.banner-content {
    top: 52% !important;
    left: 26% !important;
}
p {
    line-height: 26px !important;
    color: #000 !important;
    font-size: 15px !important;
}
}

@media (min-width: 1367px) and (max-width: 1500px) {
    .banner-content {
    left: 26% !important;
}
.banner-content h1 {
    font-size: 35px !important;
    line-height: 50px !important;
}
}
img.img-fluid.about-img {
    border-radius: 10px;
}
h1.about-head {
    font-size: 35px;
    font-weight: 600;
}
h4.why-choose {
    font-weight: 700;
    font-size: 29px;
}