/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*body {*/
/*	 font-family: "Montserrat", sans-serif;*/
/*}*/

/*h3, h4, h5, h6 {*/
/*	color: #16181D;*/
/*	font-weight: 700;*/
/*}*/

/*p {*/
/*	color: #65758B;*/
/*	font-size: 16px;*/
/*		 font-family: "Montserrat", sans-serif !important;*/
/*}*/

.our-process-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
	  position: relative;
}

.our-process-wrapper:before {
    position: absolute;
    height: 2px;
    content: "";
    background: #70aa26a3;
    right: 0;
    width: 90%;
    top: 64px;
    left: 64px;
}
.process-icon img {
    filter: invert(1);
}
.our-process-block {
    flex: 1 1 22%;
    background: #000000;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #3D444D;
    transition: 0.3s all;
    position: relative;
}
.our-process-block:hover {
    border-color: #70aa26a8;
    transform: scale(1.05);
}
.testimonial-card {
background: #151920;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 0px 15px #16181d33;
    transition: transform 0.3s;
    background: rgb(112 170 38 / 9%) !important;
    border: 1px solid #70aa265c;
    text-align: center;
}

.testimonials-grid {
    display: flex;
    gap: 32px;
}

.testimonial-card p.description {
font-size: 16px;
    line-height: 1.625;
    margin: 24px 0 0;
    font-style: italic;
    color: #000000;
    font-weight: 500;
}

.testimonial-card h3.title {
font-size: 24px;
    color: #000000;
    margin-bottom: 12px;
    transition: 0.3s all;
}

.testimonial-card .rating {
    font-size: 25px;
    color: #70aa26;
    margin-bottom: 8px;
    height: 16px;
    line-height: 16px;
    transition: 0.3s all;
}

.process-icon img {
    width: 50px;
    margin-bottom: 15px;
}

.process-paragraph {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

    .who-choose-us {
    display: flex;
   flex-wrap: wrap;
   gap: 32px;
}

.why-choose-wrapper,
.why-choose-wrappernew,
.why-choose-wrappernew {
flex: 1 1 30%; 
box-sizing: border-box;
}

    .industries-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.industry-card {
flex: 0 0 calc(24% - 15px);
    box-sizing: border-box;
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    box-shadow: unset;
    transition: transform 0.3s;
    overflow: hidden;
    border-bottom: 5px solid #70aa26;
    transition: 0.3s all;
}
.industry-card:hover {
    border-bottom: 15px solid #70aa26;
}
.industry-card:hover, .why-choose-wrappernew:hover {
    transform: translateY(-5px);
}

.industry-card img {
    max-width: 100%;
    height: 192px;
    margin-bottom: 32px;
    width: 100%;
    object-fit: cover;
}

.industry-title {
    font-size: 20px;
    color: #151920;
    margin-bottom: 16px;
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 700;
    text-align: center;
    transition: 0.3s all;
}
.industry-card:hover h3.industry-title {
    color: #70aa26;
}

.industry-description {
    margin-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
}

.industry-description p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.industry-btn {
    color: #16181D;
    font-weight: 500;
    text-decoration: none;
    display: block;
    text-align: center;
    background: #fff;
    margin: 0 64px 64px;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #e1e7ef;
}

.industry-btn:hover {
    background: #2474f5;
    color: #fff;
}

    .service-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-card {
    flex: 0 0 calc(23% - 15px);
    box-sizing: border-box;
    border-radius: 0px;
    transition: transform 0.3s;
    overflow: hidden;
    position: relative;
    background: #000;
    padding: 12px;
    border-radius: 12px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card-image {
    position: relative;
    border: 1px solid #ffffff80;
	position: relative;
}

.service-card img {
max-width: 100%;
    height: 350px;
    margin-bottom: 0;
    width: 100%;
    object-fit: cover;
}

.service-card-title {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 16px;
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    height: 57px;
	  transition: 0.3s all;
}
.service-card:hover .service-card-title {
	color: #70aa26;
}

.service-card-description {
   margin: 20px 0;
}

.service-card-btn {
color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: #70aa26;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 14px;
}
.service-card-btn:hover {
	background: #fff;
	color: #000;
}
.service-card-image:before {
    position: absolute;
    content: "";
    background: linear-gradient(
359deg, black, transparent);
    width: 100%;
    height: 100%;
}
.service-card-description p {
    margin-bottom: 0;
    color: #e9e9e9;
    font-size: 14px;
}

/* Hero Section */
.hero-section {
    background: #f5faff;
padding: 100px 0;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    width: 100%;
    background: url(https://exoticaitsolutions.com/ai/wp-content/uploads/2025/10/hero-bg-BN0Kdrky.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
}
.hero-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000000db;
}
.hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
}
.hero-title span { 
	color: #1976d2; 
}
.hero-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: #444;
    margin-bottom: 20px;
}
.hero-description,
.hero-description-alt {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 50px 0;
}
.service-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.service-box:hover {
    transform: translateY(-8px);
}
.service-box img {
    max-width: 60px;
    margin-bottom: 15px;
}
.service-box h3 {
    font-size: 20px;
    color: #1976d2;
    margin-bottom: 10px;
}
.service-box p {
    font-size: 15px;
    color: #333;
}

/* Buttons */
.hero-buttons {
    margin: 40px 0;
    gap: 10px;
    display: flex;
    text-align: center;
    justify-content: start;
}
.hero-buttons a.btn {
    margin: 0 5px 0 0;
}
.btn {
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 10px;
    display: inline-block;
}
.btn-primary {
    background: #1976d2;
    color: #fff;
}
.btn-secondary {
    background: #e3f2fd;
    color: #1976d2;
}

/* Trusted Section */
.trusted-text {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
}
.industries {
    margin-top: 15px;
    font-size: 16px;
    color: #444;
}
.industries span {
    margin: 0 12px;
}
/* 10-06-2025 */
.custom-header {
    width: 100%;
    padding: 15px !important;
	  background: #000 !important;
	border-bottom: 1px solid #494C58 !important; 
}
.p_8 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.container, .custom-header .header-inner {
	max-width: 1382px !important;
	margin: auto;
	padding: 0 15px !important;
}
.home .ast-container {
    max-width: 100%;
    padding: 0;
	  display: flex;
}

.hero-description {
font-size: 20px;
    color: #ffffff;
    margin: 10px auto 30px auto;
    line-height: 30px;
    max-width: 100%;
}
.services-grid .service-box {
    background: unset;
    padding: unset;
    border-radius: unset;
    box-shadow: unset;
}

.hero-section .container h1.hero-title {
    margin-bottom: 20px;
    line-height: 58px;
    color: #1f6deb;
    background-image: linear-gradient(45deg, #ffffff, #70aa26, #ffffff);
    background-size: 300% 300%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    animation: gradientMove 4s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hero-section .services-grid {
max-width: 680px;
    margin: 0 auto;
    gap: 15px;
}
.home .hero-section .service-box img {
    max-width: 50px;
    margin-bottom: 12px;
}

.home .service-box p:last-child {
    margin-bottom: 0;
}

.home .hero-section .service-box p {
font-size: 14px;
    color: #000;
    font-weight: 600;
	    line-height: 18px;
}
.hero-buttons a.btn {
    background: #70aa26;
    color: #fff;
    padding: 8px 25px;
}
.hero-buttons a.btn:first-child, .ast-custom-button {
    background: linear-gradient(90deg, #a3c974, #000000, #ffffff);
    color: #000000;
    padding: 8px 25px;
    background: #fff;
}
.hero-buttons a.btn:hover {
    transform: scale(1.08);
    background: #fff;
    color: #000;
}
.hero-buttons a.btn:first-child:hover {
	  background: #70aa26;
    color: #fff;
}
.our_service_inner {
    text-align: center;
}
.section_title {
	text-align: center;
	max-width: 100%;
	margin: 0 auto 64px;
}
.section_title h2 {
font-size: 48px;
    font-weight: 700;
    color: #70aa26;
    margin-bottom: 24px;
    line-height: 48px;
}
.section_title p {
    font-size: 20px;
    font-weight: 400;
    color: #121212;
    margin-bottom: 0;
    line-height: 30px;
}

.Industries_section {
    background: #151920;
    padding-top: 40px;
}

.why-choose-wrappernew {
    text-align: center;
    background: #151920;
    padding: 32px;
    border-radius: 15px;
    border-bottom: 2px solid #70aa26;
	transition: 0.3s all;
}

.why-choose-wrappernew:hover {
    background: #70aa26;
    border-bottom: 2px solid #fff;
}
.why-choose-wrappernew:hover h3.why-choose-text {
    color: #fff;
}
.why-choose-wrappernew img {
    max-width: 100px;
    display: block;
    margin: 0 auto 24px;
    padding: 16px;
    width: 64px;
    height: 64px;
    background: #f4f7fa;
    border-radius: 16px;
    border: 1px solid #e1e7ef80;
}
h3.why-choose-text {
font-size: 24px;
    font-weight: 700;
    color: #70aa26;
    margin-bottom: 16px;
}

p.why-choose-description {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}
/*blogs*/
.custom-post-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.custom-post-item {
    background: #fff;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.custom-post-item:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.custom-post-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.custom-post-item .post-title a {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.custom-post-item .post-excerpt {
    color: #666;
    margin: 10px 0;
    font-size: 15px;
}

.read-more-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.read-more-btn:hover {
    background: #005f8d;
}

.Dont_see_industry {
    background: #151920;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 5px 15px #16181d;
    transition: transform 0.3s;
    border: 1px solid #3D444D;
    max-width: 768px;
    margin: 64px auto 0;
    text-align: center;
}

.Dont_see_industry p {
margin-bottom: 24px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}

.Dont_see_industry h3 {
    margin-bottom: 16px;
	color: #fff;
}

.Dont_see_industry  ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    list-style: none;
    margin-bottom: 24px;
    align-items: center;
}

.Dont_see_industry ul li {
flex: 0 0 23%;
    max-width: 23%;
    color: #70aa26;
    font-size: 14px;
    position: relative;
    padding-left: 12px;
    font-weight: 600;
}

.Dont_see_industry ul li:before {
background: #70aa26;
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Dont_see_industry p.redy_P {
font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: normal;
}

.Dont_see_industry p.last_P {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.ou_process_section {
background: #151920;
}
.process-paragraph ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.process-paragraph ul li {
    color: #fff;
    font-size: 14px;
    position: relative;
    list-style: none;
    padding-left: 12px;
    text-align: center;
    margin-bottom: 8px;
    line-height: normal;
}

.process-paragraph ul li:before {
    background: #70aa26;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.our-process-block h3 {
    color: #70aa26;
}

.process-paragraph p {
   margin-bottom: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.testimonial-card:hover {
    transform: scale(1.05);
	  border-color: #70aa26a8;
    background: #70aa26 !important;
}

div#ast-desktop-header {
    display: none;
}

.hero-section_box {
    display: flex;
    align-items: center;
}

.hero-section_box .hero-section_content {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
    padding-right: 60px;
}

.hero-section_box .hero-section_video {
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
}
.hero-section_box .hero-section_video:after {
    position: absolute;
    content: "";
    top: -90px;
    right: 0px;
    background: linear-gradient(45deg, #ffffff, #70aa26, #ffffff);
    background-size: 300% 300%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
   animation: gradientMove 5s ease infinite, floatMove 6s ease-in-out infinite;
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.hero-section_box .hero-section_video:before {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 0px;
    background: linear-gradient(45deg, #ffffff, #70aa26, #ffffff);
    background-size: 300% 300%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: gradientMove 5s ease infinite, floatMove 6s ease-in-out infinite;
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes floatMove {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(10px, -30px);
    }
    50% {
        transform: translate(0px, -15px);
    }
    75% {
        transform: translate(-20px, -5px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.background-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9;
    height: 450px;
}
.hero-section_box .hero-section_video video {
    width: 88%;
    border-radius: 20px;
}

.hero-section .container {
    position: relative;
}

.main-navigation {
    justify-content: center;
}

.hero-section .services-grid .service-box {
    background: #ffffff;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    border-bottom: 5px solid #70aa26;
} 

.main-navigation ul li {
	margin: 0;
}

.main-navigation li a {
    color: #fff  !important;
    font-weight: 600;
	  position: relative;
	  padding: 10px 20px !important;
}

.main-navigation li a:hover {
    color: #70aa26 !important;
}
/*.main-navigation li a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: url(https://exoticaitsolutions.com/ai/wp-content/uploads/2025/10/down-arrow.png);*/
/*    top: 50%;*/
/*    right: -2px;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background-size: contain;*/
/*    filter: invert(1);*/
/*    transform: translateY(-50%);*/
/*}*/
.main-navigation li a:hover:before {
	width: 100%;
	left: 0;
	opacity: 1;
	visibility: visible;
}

.header-buttons .btn-primary {
    background-color: #70aa26 !important;
    color: white;
    border: 1px solid #70aa26 !important;
}
.header-buttons .btn {
    padding: 8px 20px !important;
    margin-left: 10px !important;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    transition: 0.3s all !important;
    border-radius: 8px !important;
   border-bottom: unset !important;
}
.header-buttons .btn:first-child {
background: #fff;
    color: #000;
    border-bottom: unset !important;
}
.header-buttons .btn:first-child:hover {
background: #70aa26;
    color: #fff;
    border-bottom: 2px solid #000 !important;
}
.header-buttons .btn:hover {
	transform: scale(1.08);
		transition: 0.3s all;
}

.our_service {
    background: #fff;
}

/*.our_service_inner, .Industries_inner.section_title {*/
/*    border-top: 1px solid #3D444D;*/
/*    padding-top: 60px;*/
/*}*/

.hero-section video.hero-video {
    display: none;
}

.ast-header-break-point #ast-mobile-header {
    display: none;
}

.slider_logos_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.slider_logos {
    padding: 50px 0 50px;
    background: #eaf5db;
}
.slider_logos_inner img {
width: 200PX;
    height: 120px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
    padding: 14px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 18%);
}

.why_choose_section {
    background: #fff !important;
}

.textimoniail_section {
    background: #fff !important;
}

div#content {
    background: #151920;
}

div#content .ast-container > div {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 60px 15px;
    width: 100%;
}

/*div#content .ast-container form {*/
/*background: #000;*/
/*    padding: 10px;*/
/*    border-radius: 0;*/
/*    border: 1px solid #3D444D;*/
/*}*/

div#content .ast-container form p br {
    display: none;
}

div#content .ast-container form p label {
    color: #fff;
}

div#content .ast-container form p b {
    color: #70aa26;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

div#content .ast-container form p input[type="submit"] {
    background: #70aa26;
    font-weight: 600;
	transition: 0.3s all;
}

div#content .ast-container form p input[type="submit"]:hover {
    background: #fff;
	  color: #000;
}

/*div#content .ast-container > div > div:last-child {*/
/*    height: max-content;*/
/*    background: unset !important;*/
/*    padding: 0 !important;*/
/*}*/

div#content .ast-container form textarea {
    height: 130px;
}

/*div#content .ast-container > div > div:last-child h3 {*/
/*    font-size: 32px;*/
/*    color: #fff;*/
/*    margin-bottom: 20px;*/
/*}*/
.service-post_box {
    display: flex;
    align-items: center;
    position: relative;
}
div#content .ast-container > div > div:last-child p strong {
    color: #70aa26;
    font-weight: 600;
    text-transform: uppercase;
}

.service-post p {
    color: #fff;
}
.service-post {
    background: #000000 !important;
    padding: 60px;
}
.service-post h4 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
}

.site-footer {
    background: #191833  !important;
    border-top: 1px solid #3D444D;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px !important;
    margin: auto;
    padding: 60px 15px 40px !important;
}

.footer-column {
flex: 1 1 316px;
}

.footer-logo h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.footer-about p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
	  max-width: 320px;
}
.footer-contact li {
    margin-bottom: 8px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}
footer#colophon {
    display: none;
}
.footer-contact a {
  color: #fff;
  text-decoration: none;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}

.footer-menu a:hover {
  color: #70aa26;
}

.footer-social a {
  color: #ccc;
  margin-right: 10px;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #fff;
}

.footer-bottom {
    text-align: center;
    padding: 25px 15px;
    border-top: 1px solid #3D444D; 
}

.footer-tagline {
  text-align: center;
  padding-top: 10px;
  color: #3b82f6;
  font-weight: 600;
  font-size: 16px;
}

.footer-column h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.footer-column ul {
    margin-left: 0;
    list-style: none;
}

.footer-bottom p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
}

.footer-bottom h4 {
   color: #fff;
    font-size: 16px;
}

p.footer_p {
    color: #70aa26;
}

.footer-bottom p:last-child {
    color: #fff !important;
}

.inner-banner {
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: 20% 40%;
    position: relative;
}

.inner-banner .inner-banner-content {
    padding: 140px 15px;
    text-align: center;
    position: relative;
}

.inner-banner .inner-banner-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 1px;
}

.inner-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000004a;
}

.contact_details_inner {
    padding-block: 60px;
    display: flex;
}

.contact_details_inner .contact_details_form {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact_details_inner .contact_details_box {
    flex: 0 0 50%;
    padding-left: 60px;
}

.contact_details_inner .contact_details_box h3 {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.contact_details_inner .contact_details_box  p {
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #3D444D;
    padding-bottom: 20px;
}

.contact_details_inner .contact_details_box p strong {
    font-size: 20px;
    text-transform: uppercase;
    color: #70aa26;
}

.contact_details_inner .contact_details_box > div {
    background: #000;
    padding: 45px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #3D444D;
	transition: 0.3s all;
}


.contact_details_inner .contact_details_box > div:hover {
    background: #70aa26;
}

.contact_book_demo img {
    width: 50px !important;
    height: 50px !important;
}

.contact_details_inner .contact_details_box > div h4 {
    color: #fff;
    font-size: 30px;
    margin-block: 8px;
}

.contact_details_inner .contact_details_box > div p {
    margin-bottom: 0;
    border: unset;
    padding-bottom: 0;
}

.contact_details_inner .contact_details_box p:last-child {
    border-bottom: unset;
}

body.archive .ast-archive-description {
    max-width: 100%;
    margin: 0;
    background: url(https://exoticaitsolutions.com/ai/wp-content/uploads/2025/10/industry.jpg);
    padding-top: 140px;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 100% 66%;
}

div#content .ast-container > div {
    padding: 0;
}

.ast-separate-container .ast-row {
    max-width: 1320px;
    margin: auto !important;
    padding: 80px 15px;
}

.ast-post-format-.ast-article-inner {
    background: #000;
    border: 1px solid #3D444D;
}

.ast-post-format-.ast-article-inner .entry-title a {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 700;
    transition: 0.3s all;
}

.ast-post-format-.ast-article-inner .entry-meta {
    color: #70aa26;
}

.ast-post-format-.ast-article-inner .entry-meta span * {
    color: #70aa26;
}

.ast-post-format-.ast-article-inner p {
    margin-bottom: 0;
    color: #e9e9e9;
    font-size: 14px;
}

.main-menu li .sub-menu {
    background-color: #151920 !important;
	min-width: 300px !important; 
	top: 100px !important;
	transition: 0.5s;
	display: unset !important;
	opacity: 0;
	visibility: hidden;
	padding: 0 !important; 
}
.main-menu li:hover .sub-menu {
	top: 40px !important;
	opacity: 1;
	visibility: visible;
	display: unset !important;
} 

.main-menu li .sub-menu li {
    text-align: left;
    width: 100%;
	border-bottom: 1px solid #3D444D;
}
.main-menu li .sub-menu li a:hover {
    background-color: #000 !important;
    padding-left: 30px;
}

.main-menu li .sub-menu li:last-child {
	 border-bottom: unset;
}

.main-menu li .sub-menu li a {
    font-size: 14px !important;
    text-align: left;
    padding: 10px 15px !important;
    width: 100% !important;
    display: block;
    transition: 0.3s;
}

.main-navigation ul li.menu-item-has-children {
    position: relative;
}

.main-navigation ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    background: url("https://exoticaitsolutions.com/ai/wp-content/uploads/2025/10/down-arrow.png");
    top: 50%;
    right: -2px;
    width: 15px;
    height: 15px;
    background-size: contain;
    filter: invert(1);
    transform: translateY(-50%);
}
.contact-section .contact-form-wrapper .contact-form-right form .contact-form-right .form-row:last-child p {
    margin-bottom: 0;
}

.custom-post-item {
    transition: all 0.3s 
ease;
    background: #000000;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #3D444D;
    position: relative;
}

.custom-post-list {padding: 80px 15px;}

.entry-content {
    background: #000;
}

.custom-post-item h3.post-title a {
    4px;
    font-weight: 700;
    color: #70aa26;
    margin-bottom: 16px;
    font-size: 24px;
    text-transform: capitalize;
}

.custom-post-item p.post-excerpt {
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.custom-post-item a.read-more-btn {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: #70aa26;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 14px;
}

.custom-post-item a.read-more-btn:hover {
    background: #fff;
    color: #000;
}

header.entry-header.ast-no-thumbnail {
max-width: 100%;
    margin: 0;
    background: url(https://exoticaitsolutions.com/ai/wp-content/uploads/2025/10/blog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 100% 61%;
}

body.archive .ast-archive-description h1.page-title.ast-archive-title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
}

section.ast-archive-description:before, header.entry-header.ast-no-thumbnail:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000004a;
}

header.entry-header.ast-no-thumbnail h1.entry-title {
padding-top: 140px;
    padding-bottom: 140px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
}

.service-post {
    text-align: center;
}

.service-post h1.service-title {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
}

.service-post .service-content p {
    color: #fff;
    font-size: 20px !important;
    margin-top: 10px;
    margin-bottom: 0;
}


.service-post .service-meta p {
    margin-bottom: 8px;
}

.service-banner .hero {
    max-width: 1320px !important;
    margin: auto;
    padding: 0 15px;
    border-radius: unset;
    border-bottom: unset;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.service-banner .hero p {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    color: #000;
}

.service-banner .hero h1 {
    font-size: 40px;
    font-weight: 800;
    color: #040404;
    margin-bottom: 24px;
    line-height: 48px;
}

.what-is {
    max-width: 1320px !important;
    margin: auto;
    padding: 80px 15px;
    border-radius: unset;
    border-bottom: unset;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.what-is h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 24px;
}

.what-is p {
    color: #fff;
    margin-bottom: 12px;
}

.what-is p:last-child {
    margin-bottom: 0;
}

.why-choose {
    max-width: 1320px;
    margin: auto;
    padding: 60px 0px;
    border-top: 1px solid #3D444D;
    display: flex;
    flex-direction: row-reverse;
}
.why-choose .content {
    padding-left: 80px;
}
why-choose .content {
    padding-right: 80px;
}
.what-is .content {
    padding-right: 80px;
    flex: 0 0 50%;
    max-width: 50%;
}

.why-choose h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.why-choose ol {
    margin: 30px 0 0;
    list-style: none;
}

.why-choose ol li {
    color: #fff;
    margin-bottom: 15px;
}

.why-choose ol li strong {
    color: #70aa26;
    font-size: 22px;
}

.industries h2 {
    font-size: 40px;
    font-weight: 700;
    color: #040404;
    margin-bottom: 8px;
    line-height: 48px;
}

.industries p {
    color: #000;
    font-size: 16px;
}

.industries ul, .how-it-works ol {
    list-style: none;
    margin: 24px 0 0;
    text-align: left;
}

.how-it-works ol li {
    position: relative;
    padding-left: 22px;
    color: #fff;
    border-bottom: 1px solid #3D444D;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.how-it-works ol li:last-child {
    border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}

.industries ul li:before, .how-it-works ol li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #70aa26;
    left: 0;
    border-radius: 50%;
    top: 8px;
}

.how-it-works {
background: #000;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-works h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.how-it-works ol li {
    color: #fff;
}

.how-it-works ol li strong {
    color: #70aa26;
}

.faqs {
    background: #fff;
    padding: 50px;
}

.faqs h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}

.faqs .faq-item {
    border-bottom: 1px solid;
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.faqs .faq-item p {
    color: #000;
    margin-bottom: 0;
}

.faqs .faq-item h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.cta {
    max-width: 1320px !important;
    margin: 80px auto;
    text-align: center;
    background: #000000;
    padding: 32px;
    border-radius: 15px;
    border-bottom: 5px solid #70aa26;
    transition: 0.3s all;
    color: #fff;
}

.cta h2 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 12px;
}

.cta p {
    color: #fff;
}

.cta-buttons a {
    padding: 8px 20px !important;
    margin-left: 10px !important;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    transition: 0.3s all !important;
    border-radius: 8px !important;
    border-bottom: unset !important;
    background: #70aa26;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

.cta-buttons {
    display: flex;
    justify-content: center;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

.faq-question {
  cursor: pointer;
  position: relative;
  margin: 0;
  font-size: 18px;
  padding: 10px 0;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 20px;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
  font-size: 16px;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* adjust according to content */
  padding: 10px 0;
}

.service-post {
    padding: 0;
}

.service-post_box .service-post_container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.service-post_box:before {
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #70aa2682, #00000000);
    width: 100%;
    height: 100%;
}
.service-post_left {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
    text-align: left;
}

.service-post_right {
    flex: 0 0 50%;
    max-width: 50%;
}

.service-post_left .service-post_content {
    max-width: 668px;
    margin-left: auto;
    padding-right: 80px;
}

.service-post_right .service-image img {
    width: 100%;
    height: 100%;
}

.service-banner {
    padding: 80px 0 !important;
}

.service-banner .hero .image, .service-banner .what-is .image, .why-choose .image, .service-banner .how-it-works .image img {
border-top-right-radius: 150px;
    overflow: hidden;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 70px;
    border-bottom: 10px solid #70aa26;
}

.service-banner .hero .content {
    padding-left: 80px;
}
.service-banner .hero p br {
    display: none;
}
.service-banner .how-it-works .content p {
    color: #fff;
}

.service-banner .hero .content h1, .service-banner .hero .content p {
    color: #fff;
}

.service-banner .hero .content p strong {
    color: #70aa26;
}

.why-choose .image img {
    height: 100%;
    object-fit: cover;
}

.why-choose .image img {
    height: 100%;
    object-fit: cover;
}

.service-banner .industries {
    position: relative;
}

.service-banner .industries .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    border-radius: 50px;
    border: 1px solid #3D444D;
    background: rgb(20 20 20 / 30%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* for Safari */
}

.service-banner .industries .image {
    height: 450px;
}

.service-banner .industries .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-banner .industries:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000bd;
}

.service-banner .industries .content h2 {
    color: #ffffff;
    text-align: center;
}

.service-banner .industries .content p {
    color: #fff;
}

.service-banner .industries .content ul li {
color: #fff;
    border-bottom: 1px solid #3D444D;
    margin-bottom: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 25px;
}
.service-banner .industries .content ul li:before {
content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #70aa26;
    left: 0;
    border-radius: 50%;
    top: 8px;
}
.service-banner .industries .content ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
}
.service-banner .how-it-works .image {
    height: 450px;
    flex: 0 0 50%;
    max-width: 50%;
}

.service-banner .how-it-works .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-banner .how-it-works .content {
    border-radius: 50px;
    border: 1px solid #3D444D;
    background: rgb(20 20 20 / 30%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 40%;
    flex: 0 0 40%;
    padding: 50px;
    margin-right: -150px;
}

.service-banner ul {
    margin: 30px 0 0;
    list-style: none;
}

.service-banner ul li {
    color: #fff;
    border-bottom: 1px solid #3D444D;
    margin-bottom: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.service-banner ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #70aa26;
    left: 0;
    border-radius: 50%;
    top: 8px;
}

.contact-section .contact-form-wrapper .contact-form-left img {
    height: 546px;
    object-fit: cover;
}

.service-post_right .service-image {
    height: 450px;
}

.contact-section .contact-form-wrapper {
    max-width: 1320px;
    margin: auto;
    padding: 60px 15px;
    display: flex;
    align-items: center;
}

.contact-section .contact-form-wrapper .contact-form-left {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-section .contact-form-wrapper .contact-form-right {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-section .contact-form-wrapper .contact-form-right form .contact-form-right {
    flex: 100%;
    max-width: 100%;
}

.contact-section .contact-form-wrapper .contact-form-right form .contact-form-right .form-row {
    margin-bottom: 16px;
}

.contact-section .contact-form-wrapper .contact-form-right form .contact-form-right .form-row .name-fields p {
    display: flex;
    gap: 10px;
}

.contact-section .contact-form-wrapper .contact-form-right form .contact-form-right p input, .contact-section .contact-form-wrapper .contact-form-right form .contact-form-right p textarea {
    background: #fff;
    border: 1px solid #70aa26;
    height: 60px;
    border-radius: 2px;
    background: rgb(112 170 38 / 9%) !important;
    border: 1px solid #70aa265c;
    color: #fff;
}

.contact-section .contact-form-wrapper .contact-form-right form p {
    margin: 0 0 5px;
}

.contact-section .contact-form-wrapper .contact-form-right form .contact-form-right input.submit-btn {
    background: #70aa26 !important;
    padding: 15px 30px;
    border-radius: 50px;
    height: unset;
    border: unset;
    transition: 0.3s all;
}

.contact-section .contact-form-wrapper .contact-form-right form .contact-form-right p textarea {
    height: 150px;
}

.contact-section .contact-form-wrapper .contact-form-right form .contact-form-wrapper {
    padding: 0 30px;
}

.contact-section .contact-form-wrapper .contact-form-right form .contact-form-right h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    line-height: 48px;
}

.contact-section .contact-form-wrapper .contact-form-right form .contact-form-right .form-row label {
    color: #000;
}

.contact-section .contact-form-wrapper .contact-form-right form .contact-form-right input.submit-btn:hover {
    background: #000;
}

/* 27-10-2025 */

.testimonial-section h2 {
    color: #002f5f !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 48px;
}
.testimonial-section .logo {
    height: 30px !important;
}

.testimonials {
    max-width: 1382px !important;
    margin: auto;
    padding: 0 15px !important;
}
.testimonial {
    background: rgb(112 170 38 / 9%) !important;
    border: 1px solid #70aa265c;
}
.testimonial img {
    width: 90px !important;
    height: 90px !important;
    border: 5px solid #70aa26 !important;
}
.testimonial p {
    font-size: 18px !important;
    color: #151920 !important;
    margin-bottom: 25px !important;
    line-height: 30px;
    min-height: 162px;
    font-weight: 500;
}
.testimonial-section .subtitle {
    color: #151920 !important;
    margin-bottom: 30px !important;
}
.testimonial h4 {
    color: #70aa26 !important;
    font-size: 20px !important;
    font-family: 'Montserrat';
}
.testimonial span {
    font-size: 16px !important;
    color: #000 !important;
    line-height: 22px;
    display: block;
}

.our-process-block:nth-child(2), .our-process-block:nth-child(4) {
    background: #70aa26;
}

.our-process-block:nth-child(2) h3, .our-process-block:nth-child(4) h3 {
    color: #fff;
}

.our-process-block:nth-child(2) ul li:before, .our-process-block:nth-child(4) ul li:before {
    background: #fff;
}

/* 28-10-2025 */

#page .site-content {
    background: #fff !important;
}

.Industries_inner.section_title p, .ou_process.section_title p {
    color: #fff;
}

.testimonial-image-wrapper {
max-width: 120px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.testimonial-image-wrapper img.testimonial-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonial-card:hover .rating, .testimonial-card:hover h3.title {
    color: #fff;
}

/* 31-10-2025 */

.hero-slide {
   position: relative;
   height: unset !important;
   padding: 100px 15px;
   min-height: unset !important;
}
.hero-slide:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 94%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero-slider-wrapper ul.slick-dots {
    display: none !important;
}
.hero-slider-wrapper .hero-slider {
    margin-bottom: 0 !important;
}
.hero-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-slide .container {
   position: relative;
}
.hero-banner-inner .hero-left-image {
border-radius: 30px;
    flex: 0 0 50%;
    max-width: 50%;
    height: 450px;
    overflow: hidden;
}

.hero-banner-inner .hero-left-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner-inner .hero-right-content {
    text-align: left;
    padding-left: 50px;
}
.hero-banner-inner .hero-right-content small {
    color: #70aa26;
    font-size: 28px;
    font-weight: 700;
}

.hero-banner-inner .hero-right-content h1 {
    font-weight: 800;
    line-height: 42px;
    font-size: 36px;
}

.hero-banner-inner .hero-right-content p {
    color: #000;
    font-weight: 600;
}

.hero-banner-inner .hero-right-content ul {
    margin-left: 0;
    margin-bottom: 40px;
}

.hero-banner-inner .hero-right-content ul li {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.hero-banner-inner .hero-right-content ul li:before {
    content: "";
    background: #70aa26;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 8px;
    position: absolute;
    left: 0;
}

.hero-slider-wrapper .hero-slider .btn {
    background: #70aa26 !important;
    color: #ffffff !important;
    font-weight: 700 !important; 
}

.hero-slider-wrapper .hero-slider .slick-prev, .hero-slider-wrapper .hero-slider .slick-next {
    color: #1a1919 !important;
    background: unset !important;
    font-size: 0;
}
.hero-slider-wrapper .hero-slider .slick-prev:before, .hero-slider-wrapper .hero-slider .slick-next:before {
    color: #1a1919 !important;
    font-size: 36px !important; 
}

.hero-slider-wrapper .hero-slider .slick-next {
    right: 0 !important;
}
.hero-slider-wrapper .hero-slider .slick-prev {
    left: 0 !important;
}
.slick-prev {
    left: 0 !important;
}
.slick-next {
    right: 0 !important;
}


@media (min-width: 922px) {
    .site-content .ast-container {
        max-width: 100%;
        padding: 0;
			display: block;
    }
}

@media (max-width: 1360px) {
    .service-post_left .service-post_content {
    margin-left: 20px;
}
.why-choose {
    padding: 60px 15px;
}
.service-banner .cta {
    width: 90%;
}
}

@media (max-width: 991px) {
    .service-post_box .service-post_container {
    flex-direction: column;
}
.service-post_left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: unset;
    text-align: center;
    margin-bottom: 22px;
}
.single-service .ast-container {
    padding: 0 !important;
}
.service-post_box .service-post_container {
    padding: 50px 15px;
}
.service-banner .hero, .why-choose {
    flex-direction: column;
}
 .what-is, .how-it-works {
    flex-direction: column-reverse;
}
.service-banner .hero .content {
    padding-left: 0;
    padding-bottom: 22px;
}

.what-is .content {
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

.why-choose .content {
    padding-left: 0;
}
.service-banner .industries .content {
    width: 90%;
    margin: auto;
}
.service-banner .how-it-works .content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 50px;
    margin-right: 0;
}
.service-banner .how-it-works .image {
    height: auto;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
.service-post_left .service-post_content {
        margin-left: 0px;
         padding-right: 0; 
    }
    
    .service-post_right {
    flex: 0 0 100%;
    max-width: 100%;
}
.hero-banner-inner {
    flex-direction: column;
}
.hero-banner-inner .hero-left-image {
    flex: 0 0 100%;
    max-width: 100%;
    height: 340px;
}
    .hero-banner-inner .hero-right-content {
    padding-left: 10px;
    padding-top: 20px;
}
.hero-banner-inner .hero-right-content small {
    font-size: 18px;
}
.hero-banner-inner .hero-right-content h1 {
    line-height: 30px;
    font-size: 26px;
}
.hero-slide p {
    font-size: 16px;
}
.hero-slide {
    padding: 40px 15px;
}
}

@media (max-width: 567px) {
    
    .service-post h1.service-title {
    font-size: 28px;
}
.service-post .service-content p {
    font-size: 16px !important;
}

.service-banner {
    padding: 20px 0 !important;
}

.service-banner .hero h1, .what-is h2, .why-choose h2, .service-banner .industries .content h2, .how-it-works h2, .faqs h2 {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 34px;
}

.service-banner .hero .image, .service-banner .what-is .image, .why-choose .image, .service-banner .how-it-works .image img {
    border-top-right-radius: 100px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 30px;
    border-bottom: 6px solid #70aa26;
}
.why-choose ol li strong {
    font-size: 18px;
}
.service-banner .industries .content, .service-banner .how-it-works .content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 20px;
}
.how-it-works {
    padding: 15px;
}

.service-banner .industries .image {
    height: 90px;
}
.faqs {
    padding: 30px 15px;
}
.faqs .faq-item h3 {
    font-size: 16px;
    padding-right: 20px;
}

.service-banner .cta  {
    max-width: 1320px !important;
    margin: 20px auto;
    padding: 22px;
}
.cta-buttons {
    flex-direction: column;
}
.cta-buttons a {
    margin-left: 0;
    font-size: 14px;
    font-size: 16px;
}
    
}

/*  khud ki CSS   */
.case-tabs { display: flex; gap: 30px; margin-bottom: 30px; }
.tab { cursor: pointer; padding: 10px 15px; border-bottom: 2px solid transparent; }
.tab.active { border-color: red; font-weight: 600; }
.case-item { display: none; margin-bottom: 40px; }
.case-item img { max-width: 300px; display: block; }
