* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans';
    background-color: #F7FDFC;
    color: #333;
    line-height: 1.6;
}

p {
    font-family: "Mulish";
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

img {
    width: 100%;
}
small{	
	color:#00C2A3;
}
.container {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
}
.entry-content{
	margin-right:15px !important;
}
.vc_column_container > .vc_column-inner{
	padding-right:0 !important;
}
.common-btn {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    background: #3EB489;
    color: #004D40;
	display:inline-block;
	margin-bottom:0 !important;
    padding: 11px 30px !important;
    border: none !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    transition: transform 0.3s, box-shadow 0.3s !important;
}

.common-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(62, 180, 137, 0.3) !important;
}

/* common slider arrow */
.swiper {
    width: 100%;
}
.swiper-button-lock{
	display:block;
}
.swiper-pagination {
    max-width: 90px;
    width: 100%;
    bottom: 10px;
}

.who-pagination {
    bottom: 2.5%;
}
.swiper-slide{
	transform: translateZ(0.5px) !important;
}
.swiper-pagination .swiper-button-next {
    left: 50px;
    transform: rotate(180deg);
}

.swiper-pagination .swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
    top: 0;
}

.swiper-pagination .swiper-button-prev .right-arrow {
    transform: rotate(180deg);
}



/* .swiper-pagination .swiper-button-disabled i svg path {
    fill: #004D40;
}

.swiper-pagination i svg path {
    fill: #3EB489;
} */

.swiper-pagination .swiper-button-next::after {
    display: none;
}

.swiper-pagination .swiper-button-prev::after {
    display: none;
}

.section-title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin: 0 0 80px;
    color: black;
    text-align: center;
}
 small{
    font-size: 60px !important;
	line-height: 70px !important;
    font-weight: 700;    
    color: #00C2A3;  
}
/* Navigation */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 194, 163, 0.06);
    border: 1px solid #3EB489;
    border-radius: 50px;
    padding: 13px 40px;
    margin: 40px 0 200px 0;
}

nav .top-img {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

nav .menu-btn {
    display: none;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #004D40;
    line-height: 1.2;
}



.nav-links {
    max-width: 775px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

nav .mobile-menu {
    display: none;
}

.nav-links a {
    text-decoration: none;
    transition: color 0.3s;
    font-size: 24px;
    font-weight: 700;
    color: #004D40;
    line-height: 120%;
    letter-spacing: 0%;

}

.nav-links a:hover {
    color: #00C2A3;
}


/* Hero Section */
.hero-section {
    position: relative;
    margin-bottom: 100px;
}

.hero-section::after {
    content: "";
    background-image: url("./public/image/round-img.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: -360px 0 0 0;
    width: 100%;
    height: 1300px;
    z-index: -111;
}

.hero-section .half-circle::after {
    content: "";
    background-image: url("./public/image/left-img.png");
    position: absolute;
    background-repeat: no-repeat;
    top: 200px;
    left: 0;
    width: 50%;
    height: 965px;
    z-index: -1;
}

.hero-section .half-circle::before {
    content: "";
    background-image: url("./public/image/right-img.png");
    position: absolute;
    background-repeat: no-repeat;
    background-position: right;
    top: 200px;
    right: 0;
    width: 50%;
    height: 965px;
    z-index: -1;

}

.hero {
    display: flex;
    position: relative;
}

.hero .circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    max-width: 850px;
    width: 100%;
}

.hero-content h6 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin: 15px 0;
    color: black;
}

.hero-content h6 small{
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: bold;   
}

.hero-content h1 {
    font-size: 60px !important;
	line-height: 70px!important;
    font-weight: 700;    
    margin: 15px 0;
    color: black;
}

.hero-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.6);
    margin: 20px 0 30px;
}


.hero .hero-image {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-top: 145px;
    position: relative;
    z-index: 11111;
}

.hero .small-circle-img {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 130px;
    max-width: 950px;
    width: 100%;
    transform: rotate(-7deg);
}

.hero .small-circle-img .small-bottom-img {
    width: 100px;
    transform: rotate(-30deg);
    height: 40px;
}

.hero .small-circle-img .small-medium-img {
    width: 100px;
    transform: rotate(15deg);
    height: 40px;
}

.hero .small-circle-img .big-bottom-img {
    width: 252px;
    transform: rotate(9deg);
}

.hero-image .hero-circle {
    max-width: 490px;
    width: 100%;
    height: 515px;
    background-color: #3EB489;
    border-radius: 0 20% 45% 50%;
    box-shadow: 0 10px 40px rgba(0, 194, 163, 0.2);
    margin: 0 auto;
    padding: 20px;
}

.hero-image .hero-circle h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    color: #004D40;
    text-align: center;
    height: 88%;
    max-width: 395px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero .hero-image figure {
    position: absolute;
    bottom: 315px;
    right: 6%;
    z-index: 1;
    max-width: 600px;
    width: 100%;
}



.hero-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Services Section */
.services {
    margin: 0 auto 100px;	
}

.services-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.services .services-grid .service-card,
.left-box {
    max-width: 650px;
    width: 100%;
    background-color: rgba(0, 194, 163, 0.06);
    padding: 25px 20px;
    border-radius: 20px;
    border: 1px solid #3EB489;
    display: flex;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.1) inset;

}

.services .services-grid .left-box {
    max-width: 900px;
    width: 100%;
}

.services .services-grid .left-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

.service-icon {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    background-color: #3EB489;
    box-shadow: 0px 0px 20px 10px #FFFFFF66 inset;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon img {
    width: 65px;
    height: 65px;
}

.service-content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 20px;
    color: black;
}

.service-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 0.6);

}

/* Success Stories */
.success-story {
    display: flex;
    gap: 50px;
    margin: 0 0 100px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.story-image {
    width: 50%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 600px; */
}

.story-image img {
    width: 100%;
    object-fit: cover;
}

.story-content {
    width: 50%;
    padding-bottom: 75px !important;
    display: flex;
}



.story-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: black;
    margin-bottom: 35px;
}

.story-content p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 35px;
    color: rgba(0, 0, 0, 0.6);
}

/* .stoty-content-title button {
    padding: 16px 44px;
} */

.story-content .label {
    color: #3EB489;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
}

/* AI Agents Section */
.ai-agents {
    margin: 0 0 120px;
}

.ai-agents-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 80px;
}

.agents-grid {
    display: flex;
	flex-wrap:wrap;
    justify-content: center;
    gap:0 25px;
}

.agent-card {
    max-width: 345px;
    width: 100%;
    padding: 40px 20px 30px;
    border: 1px solid #3EB489;
    background-color: #00C2A30F;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 10px #FFFFFF1A inset;
    transition: transform 0.3s;
}

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

.agent-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 40px;
    background-color: #3EB489;
    box-shadow: 0px 0px 20px 10px #FFFFFF66 inset;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent-icon img {
    width: 40px;
    height: 40px;
}

.agent-card h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-bottom: 20px;
}

.agent-card p {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

/* Who We Are Section */

.who-we-are {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;

}

.who-banner-image {
    max-width: 1910px;
    width: 100%;
    margin: 0 auto;
}

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

.who-title {
    text-align: left;
    padding-top: 50px;
}

.who-content {
    padding-bottom: 30px !important;

}

.who-content h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: black;
    margin-bottom: 30px;
}

.who-content p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
}

.who-image {
    max-width: 500px;
    width: 100%;
    margin: -350px auto 15px;
    height: 550px;
}

.who-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Blog Section */


.blog-grid {
    margin-bottom: 100px;
	
}

.blog-grid .swiper-wrapper {
    margin-bottom: 60px;
}

.blog-card {
    max-width: 545px;
    width: 100%;
    height: 450px;
    background: rgba(0, 194, 163, 0.06);
    border: 1px solid #3EB489;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

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

.blog-image {
    width: 100%;
    height: 260px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.blog-content {
    padding: 30px;
}

.blog-date {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.blog-date img {
    width: 24px;
    height: auto;
}

.blog-date h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: black;
}

.blog-content p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.blog-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) !important;
}

/* Contact Section */
.contact-section {
    position: relative;
	
}

.contact {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    padding-bottom: 160px;
}

.contact-section .contact-bottom {
    position: absolute;
    right: 0;
    bottom: -120px;
    z-index: -1;
}

.contact-detail {
    width: 100%;
}

.contact p {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 60px;
}

.contact-form {
    max-width: 540px;
    width: 100%;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
}
.contact-form .common-btn{
	margin-top:30px !important;
}
#forminator-module-159 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 194, 163, 0.06);
    border: 1px solid rgb(62, 180, 137) !important;
    border-radius: 40px !important;
    padding: 80px 140px !important;
}
.forminator-row-last{
	margin-bottom:0 !important;
}
.forminator-row-last .forminator-field{
	display:inline-block;
}

.contact-form input {

    font-size: 20px !important;

    font-weight: 600 !important;

    line-height: 160% !!important;

    color: #02031B !important;

    padding: 13px 33px !important;

    border: 1px solid rgba(62, 180, 137, 1) !important;

    border-radius: 10px !important;

   



}

.contact-form input::placeholder {
    color: #02031B;
}

.contact-form input:focus {
    outline: none;
    border-color: #00C2A3;
}

.contact-index {
    display: flex;
    justify-content: space-between;
    margin: -120px 0 120px;
    position: relative;
}



.contact-form .common-btn button {
    background-color: transparent;
    font-size: 24px;
    line-height: 26px;
    border: none;
    cursor: pointer;
}

.contact-index .contact {
    padding-bottom: 0;
}

.contact-index figure {
    position: absolute;
    bottom: -500px;
    left: 0;
    z-index: -1;
}

.contact-index .contact-right-img {
    right: 0;
    left: unset;
}

.contact-index .contact {
    margin-bottom: 0;
    justify-content: center;
}

/* Footer */


.footer-content {
    /* flex-wrap: wrap; */
    padding: 54px 40px;
    background-color: rgba(0, 194, 163, 0.06);
    border: 1px solid #3EB489;
    border-radius: 40px;
    margin-bottom: 120px;
}

.footer-left-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 115px;
}


.footer-links p {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #004D40;
    text-transform: capitalize;
}


.footer-logo-top .logo {
    width: 200px;
}


.footer-copyright {
    font-size: 12px;
    color: #666;
}

.footer-links {
    display: flex;
    justify-content: space-between;
}

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

.footer-links a:hover {
    color: #00C2A3;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-right: 10px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #004D40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004D40;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
    cursor: pointer;
}

.social-icon img {
    width: 20px;
    height: 20px;
}



.footer-right-text ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-right-text ul li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    display: block;
    color: #004D40;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 12px;
}

.footer-right-text ul li a:hover {
    color: #00C2A3;
}

.social-icon:hover {
    border-color: #00C2A3;
    color: #00C2A3;
    background-color: rgba(0, 194, 163, 0.05);
}

/* chat bot css */
.chat-boat {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99999;
    width: 120px;
    height: 120px;
    background-color: #3EB489;
    box-shadow: 0px 0px 20px 10px #FFFFFF33 inset;
    border-radius: 50%;
    border: 1px solid #000000;
    padding: 30px;
}


.chat-widget {
    width: 100%;
    max-width: 350px;
    height: 720px;
    background: white;
    border: 1px solid #3EB489;
    border-radius: 40px;
    box-shadow: 0px 0px 20px 10px #FFFFFF1A inset;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 25px;
}

/* Header */
.chat-header {
    background: #3EB489;
    padding: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.chat-icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.chat-icon img {
    width: 30px;
    height: 30px;
}

.header-info {
    margin-bottom: 0;
}

.header-info h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.online-status {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
}

.status-dot {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #00FF00;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.close-btn {
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.close-btn img {
    width: 50px;
    height: 50px;
    stroke: white;
    stroke-width: 1.5;
}

/* Chat Body */
.chat-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #F8F9FA;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
}

.chat-body::-webkit-scrollbar {
    width: 6px;
}

.chat-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.chat-body::-webkit-scrollbar-thumb {
    background: #00A67E;
    border-radius: 3px;
}

/* Messages */
.message {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message.received {
    flex-direction: row;
}

.message.sent {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.message-avatar {
    width: 40px;
    height: 40px;
    background-color: #00D783;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-avatar img {
    width: 25px;
    height: 25px;
}

.user-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    background: #E0E0E0;
}

.user-avatar img {
    width: 100%;
    height: 100%;
}

.message-content {
    max-width: 70%;
}

.message-bubble {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding: 12px 10px;
    border-radius: 10px;
    word-wrap: break-word;
}

.message.received .message-bubble {
    background-color: rgba(62, 180, 137, 0.1);
    color: rgba(0, 0, 0, 0.8);
    border-bottom-left-radius: 4px;
}

.message.sent .message-bubble {
    background-color: rgba(62, 180, 137, 0.1);
    color: rgba(0, 0, 0, 0.8);
    border-bottom-right-radius: 4px;
}

.message-time {
    font-size: 12px;
    color: #888;
    margin-top: 6px;
    padding: 0 8px;
}

.message.sent .message-time {
    text-align: right;
}

/* Chat Footer */
.chat-footer {
    padding: 20px;
    background-color: #3EB489;
    border-top: 1px solid #00D783
}

.input-container {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.95);
    padding: 11px 20px;
    border-radius: 20px;
    overflow: hidden;
}

.input-container input::placeholder {
    color: #02031B !important;
}

.input-container input {
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    flex: 1;
    border: none;
    outline: none;
    padding: 3px 0;
    width: 150px;
    background: transparent;
    color: #02031B;
}

.input-container input::placeholder {
    color: #666;
}

.send-btn {
    background-color: transparent;
    border: none;
}

.send-btn:hover {
    background-color: transparent !important;
    cursor: pointer;
}

.send-btn img {
    width: 24px;
    height: 24px;
    margin-left: 2px;
    transition: all 0.3s;
}

.send-btn:hover {
    background: #008F6D;
    transform: scale(1.05);
}

.send-btn:active {
    transform: scale(0.95);
}

.select2-selection {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 160% !important;
    color: #02031B !important;
    padding: 10px 33px !important;
    border: 1px solid rgb(62, 180, 137) !important;
    border-radius: 10px !important;
    background-color: transparent;
}

.select2-selection:focus {
    outline: none;
    border-color: #00C2A3;
}
.select2-results__option{
	font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 160% !important;
  color: #02031B !important;
}
.select2-results__option--highlighted {
    outline: unset !important;
    outline-offset: 0 !important;
	background-color:#e8f9f7 !important;
	
}

.forminator-custom-form-159.forminator-dropdown--default {
    border-color: rgb(62, 180, 137) !important;
    background-color: white !important;
    border-radius: 10px !important;
}

.select2-selection__rendered {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 160% !important;
    color: #02031B !important;
	padding:0 !important;
}
.select2-selection--single[role="combobox"]:focus {
  outline: unset !important;
  outline-offset: unset !important;
}

@media (max-width: 1800px) {
    .container {
        padding: 0 20px;
    }
	.ai-agents{
		margin: 0 0 100px;
	}
 .agent-card {
        margin-bottom: 20px;
    }
    .contact-section .contact-bottom {
        bottom: -100px;
    }
}

@media (max-width: 1600px) {

    .contact-section .contact-bottom {
        bottom: -70px;
    }

    .chat-boat {
        bottom: 25px;
        right: 25px;
    }
}

@media (max-width: 1400px) {
	.section-title {
		margin: 0 0 60px;
	}
    .hero-image .hero-circle {
        max-width: 400px;
        height: 555px;
        border-radius: 0 28% 45% 50%;
    }
	.common-btn{
		font-size:20px !important;
		line-height:24px !important;
	}
    .hero .hero-image figure {
        max-width: 500px;
        bottom: 360px;
        right: 50%;
        transform: translateX(50%);
    }

    .hero-image .hero-circle h2 {
        font-size: 34px;
        line-height: 40px;
        height: 80%;
    }
   
    nav {
        margin: 40px 0 100px 0;
    }

    .success-story {
        margin: 0 0 80px;
    }
   
    .story-content h4 {
        margin-bottom: 20px;
    }

    .story-content {
        padding-bottom: 80px !important;
    }

    .ai-agents-subtitle {
        margin-bottom: 50px;
    }

    .blog-content {
        padding: 25px 15px;
    }


    .blog-card {
        height: 400px;
    }

    .blog-image {
        height: 250px;
    }


    .who-image {
        margin: -250px auto 15px;
        height: 400px;
    }

    .who-we-are {
        margin-bottom: 80px;
    }

    .blog-grid {
        margin-bottom: 60px;		
    }

    .agents-block {
        display: block;
    }

       .agent-icon {
        margin-bottom: 20px;
    }

    .blog-date {
        margin-bottom: 20px;
    }

    .contact-index {
        margin: 0 0 100px;
    }


    .contact-section .contact-bottom {
        bottom: -40px;
    }

    .footer-content {
        margin-bottom: 80px;
    }
}

@media (max-width: 1200px) {
	.hero-content h1{
		font-size: 50px !important;
  		line-height: 60px !important;
	}
	.section-title{
		font-size: 50px !important;
  		line-height: 60px !important;
	}
	small{
		font-size: 50px !important;
  		line-height: 60px !important;
	}
    .nav-links {
        max-width: 550px;
    }

    .hero-image .hero-circle {
        max-width: 400px;
        height: 400px;
        border-radius: 0 14% 45% 50%;
    }

    .hero .hero-image figure {
        bottom: 260px;
    }

    .hero-image .hero-circle h2 {
        font-size: 32px;
        line-height: 36px;
        height: 80%;
    }



    .agents-grid {
        justify-content: center;
    }

    .story-content h4 {
        margin-bottom: 20px;
    }

    .service-icon {
        width: 100px;
        height: 100px;
    }

    .service-icon img {
        width: 60px;
        height: 60px;
    }

    .contact-section .contact-bottom {
        bottom: 0;
    }
	
}

@media (max-width:991px) {
    .section-title {
        font-size: 40px;
        line-height: 46px;
        margin: 0 0 40px;
       
    }

    .hero-content h1 {
        font-size: 40px !important;
        line-height: 46px !important; 
    }
	 small{
		font-size: 40px !important;
		line-height: 46px !important;    
	}
    .highlight {
        font-size: 40px;
        line-height: 46px;
    }
    .hero-image .hero-circle h2 {
        height: 75%;
    }

    .hero-image .hero-circle {
        /* max-width: 460px;
        border-radius: 0 30% 45% 50%; */
    }

    nav {
        margin: 40px 0;
    }

    .logo img {
        width: 130px;
    }

    .nav-links {
        max-width: 450px;
    }

    .nav-links a {
        font-size: 20px;
    }

    .hero {
        display: block;
    }

    .hero-content {
        max-width: unset;
        text-align: center;
    }

    .hero .hero-image {
        margin: 300px auto 0;
    }

    .left-box {
        display: block;
    }

    .service-card {
        display: block !important;
    }

    .service-icon {
        margin: 0 auto 20px;
    }

    .services-grid {
        gap: 20px;
        margin-bottom: 0;
    }

    .services-grid .service-card,
    .services-grid .left-box {
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .success-story {
        margin: 0;
    }

    .story-content {
        margin-bottom: 50px !important;
		padding-bottom:50px !important;
    }

    .ai-agents {
        margin: 0 0 80px;
    }

    .hero-section {
        margin-bottom: 70px;
    }

    .who-we-are {
        margin-bottom: 50px;
    }

    .blog-grid {
        margin-bottom: 40px;
    }

    .contact-index {
        margin-bottom: 70px;
    }

    .contact p {
        margin-bottom: 40px;
    }
.contact-form .common-btn{
	margin-top:20px !important;
}
    .footer-content a {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .contact-index figure {
        bottom: -400px;
    }



    .footer-left-text {
        margin-bottom: 60px;
    }

    .footer-content {
        font-size: 16px;
        line-height: 18px;
        padding: 20px;
    }

    .chat-boat {
        width: 80px;
        height: 80px;
        padding: 20px;
        right: 15px;
        bottom: 15px;
    }

    .chat-boat img {
        width: 40px;
        height: 40px;
    }


    #forminator-module-159 {
        padding: 40px 80px !important;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 30px !important;
        line-height: 36px !important;
        margin: 0 0 21px;       
    }
	small{
		font-size: 30px !important;
		line-height: 36px !important;    
	}
    .common-btn {
        font-size: 16px !important;
        line-height: 18px !important;
        padding: 11px 20px !important;
    }
	.hero-content h6,
	.hero-content h6 small
	{
			font-size: 20px !important;
			line-height: 24px !important;    
	}
	
	.select2-selection{
		padding: 0px 17px !important;
	}

 
    nav .mobile-menu {
        display: block;
    }

    .nav-links {
        gap: 20px;
    }

    nav {
        margin: 20px 0 30px 0;
        padding: 9px 20px;
        position: relative;
    }

/*     .logo img {
        width: 100px;
    }
 */
    nav .mobile-menu .menu-btn {
        display: block;
        margin-left: auto;
        background-color: transparent;
		cursor:pointer;
		border:none;
    }
	nav .mobile-menu .menu-btn svg{
		border: 2px solid #3EB489;
		border-radius: 4px;
	}
    .nav-links {
        display: none;
    }

    .mobile-links.show {
        display: block !important;
        border: 1px solid #3eb489;
        justify-content: space-between;
        position: absolute;
        left: 17px;
        background-color: #caf1eb;
		border-radius: 10px;
        top: 57px;
        max-width: inherit;
        width: 90%;
        padding: 10px 20px;
        box-shadow: 0 0 10px 0 #f5f5f5;
        z-index: 1;
    }

    .nav-links a {
        font-size: 16px;
    }

    nav .mobile-menu .menu-btn svg {
        height: 30px;
    }

    nav .mobile-menu .menu-btn svg path {
        stroke: #3EB489;
    }

    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-image .hero-circle {
        max-width: 400px;
        height: 400px;
        border-radius: 50%;
    }

 
    .hero .hero-image figure {
        bottom: 250px;
        max-width: 400px;
        width: 100%;
    }
	  .hero-content h1 {
        font-size: 30px !important;
        line-height: 36px !important;
    }
	.hero-content h1 small{
		font-size: 30px !important;
    	line-height: 36px !important;
	}
	 
    .hero-image .hero-circle h2 {
        font-size: 30px;
        line-height: 36px;
        height: 80%;
    }

  

    .highlight {
        font-size: 32px;
        line-height: 36px;
    }

    .hero .hero-image {
        margin: 200px auto 0;
    }

    .ai-agents {
        margin: 0 0 40px;
    }

    .hero-section {
        margin-bottom: 40px;
    }

    .contact-index {
        margin-bottom: 40px;
    }

    .who-we-are {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .who-image {
        margin: -30px auto 0;
        height: 250px;
    }

    .who-title {
		padding-top:0;
        text-align: center;
    }

    .who-banner-image {
        height: 175px;
        margin-bottom: 20px;
    }


    .services {
        margin: 0 auto 40px;
    }

    .service-content h3 {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 10px;
    }

    .service-card {
        padding: 15px !important;
    }

    .left-box {
        padding: 15px;
    }

    .service-content p {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }

    .agent-card {
        padding: 15px;
        max-width: 245px;
        width: 100%;
    }

    .ai-agents-subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }

    .service-icon img {
        width: 30px;
        height: 30px;
    }

    .agent-card h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }



    .agent-icon {
        width: 60px;
        height: 60px;
		border-radius:10px;
    }

    .agent-icon img {
        width: 30px;
        height: 30px;
		
    }

    .agent-card p {
        font-size: 16px;
        line-height: 18px;
    }

    .who-content h4 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .who-content p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-content {
        padding: 15px;
    }

    .blog-content p {
        font-size: 16px;
        line-height: 18px;
    }

    .success-story {
        flex-direction: column;
    }

    .story-image {
		max-width:500px;
        width: 100%;
        margin: 0 auto;
    }

    .story-content h4 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .story-content p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .story-content {
        width: 100%;
        margin-bottom: 40px !important;
        margin-top: -30px;
        padding-bottom: 40px !important;
    }

    .contact {
        padding-bottom: 0;
    }

    .contact-warper {
        padding-bottom: 100px;
    }

    .contact p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .contact-form input {
        font-size: 16px !important;
        line-height: 18px !important;
        padding: 8px 18px !important;
        
    }

    .contact-index figure {
        bottom: -350px;
    }
.contact-form .common-btn{
	margin-top:10px !important;
}

    .footer-content {
        display: block;
        margin-bottom: 40px;
    }

    .footer-content p {
        font-size: 16px;
        line-height: 18px;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .footer-content .social-icon {
        width: 30px;
        height: 30px;
    }

    .footer-content .social-icon img {
        width: 15px;
        height: 15px;
    }

    .footer-left-text .footer-right-text ul li a {
        font-size: 16px;
        line-height: 20px;
    }

	.select2-selection__rendered{
		font-size: 16px !important;
  		line-height: 18px !important;
	}
	.select2-results__option{
		font-size: 16px !important;
  		line-height: 18px !important;
	}
    #forminator-module-159 {
        padding: 20px !important;
    }
	
}

@media (max-width: 575px) {
    .hero .hero-image {
        margin: 130px auto 0;
    }

    .hero .hero-image figure {
        bottom: 150px;
        max-width: 250px;
    }

    .hero-image .hero-circle {
        max-width: 250px;
        height: 250px;
        border-radius: 50%;
    }

    .hero-image .hero-circle h2 {
        font-size: 20px;
        line-height: 24px;
        height: 90%;
    }

    .hero .small-circle-img {
        bottom: 0;
    }

    .hero .small-circle-img .small-bottom-img {
        width: 70px;
    }

    .hero .small-circle-img .big-bottom-img {
        width: 100px;
    }

    .services-grid {
        display: block;
    }

    .contact {
        align-items: center;
    }

    .contact figure {
        display: none;
    }

    .chat-widget {
        max-width: 300px;
        height: 600px;
        margin: 8px auto;
    }

    .chat-header {
        padding: 10px;
    }


    .header-info h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
 .agent-card {   
    max-width: 100%;
   
  }
 
    .user-avatar,
    .message-avatar {
        width: 30px;
        height: 30px;
    }

    .message-bubble {
        padding: 8px;
    }

    .chat-icon {
        width: 40px;
        height: 40px;
    }

    .chat-icon img {
        width: 20px;
        height: 20px;
    }

    .header-info .online-status span {
        font-size: 16px;
        line-height: 20px;
    }

    .close-btn {
        width: 30px;
        height: 30px;
    }

    .close-btn img {
        width: 30px;
        height: 30px;
    }

    .chat-body {
        padding: 10px;
    }

    .message-bubble {
        font-size: 14px;
        line-height: 16px;
    }

    .chat-footer {
        padding: 10px 14px;
    }

    .input-container {
        padding: 8px;
    }

    .input-container input {
        font-size: 16px;
        line-height: 18px;
        width: 100px;
    }

    .footer-logo-top {
        margin-bottom: 15px;
    }

    .social-icons {
        margin-bottom: 15px;
    }

    .footer-left-text {
        display: block;
    }

    .footer-links {
        display: block;
    }
}