@media (max-width : 768px){
.text-anime-style-3{
  font-size: 1.8rem!important;
}
}
/* ABOUT SECTION */
.sd-about {
    padding: 80px 7%;
    background: linear-gradient(135deg, #05155d6b, #111);
    color: #fff;
    font-family: "Poppins", sans-serif;
    position: relative;
    overflow: hidden;
}

/* Background Glow */
.sd-about::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(120, 0, 255, 0.25), transparent);
    top: -120px;
    right: -100px;
    filter: blur(80px);
    z-index: 0;
}

.sd-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

/* IMAGE */
.sd-image {
    flex: 1;
}
.sd-image img {
    width: 100%;
    max-height: 420px;
    border-radius: 20px;
    object-fit: cover;
    /* box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.1); */
    transition: 0.4s ease;
}
.sd-image img:hover {
    transform: scale(1.03);
}

/* CONTENT */
.sd-content {
    flex: 1.2;
}

.sd-content h2 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.sd-content p {
    color: #d0d0d0;
    line-height: 1.65;
    margin-bottom: 18px;
    font-size: 1.05rem;
}

/* BUTTON */
.sd-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #ffffff15;
    border: 1px solid #5a5a5a;
    color: #fff;
    border-radius: 50px;
    backdrop-filter: blur(6px);
    transition: 0.3s ease;
}
.sd-btn:hover {
    background: linear-gradient(135deg, #4a00ff, #9b3dff);
    border-color: transparent;
    transform: translateY(-4px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .sd-container {
        flex-direction: column;
        text-align: center;
    }

    .sd-content h2 {
        font-size: 2rem;
    }

    .sd-image img {
        max-height: 350px;
    }
}

@media (max-width: 480px) {
    .sd-content h2 {
        font-size: 1.5rem;
    }

    .sd-content p {
        font-size: 0.95rem;
    }

    .sd-btn {
        padding: 10px 22px;
        font-size: 0.9rem;
    }
}
/*** services section **/
/* Enterprise Services Section */
.light-theme.enterprise-services {
    padding: 80px 20px;
    background: #f7f9fc;
    color: #222;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.services-container {
    max-width: 1200px;
    margin: auto;
}

.services-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.services-subtitle {
    font-size: 1rem;
    max-width: 650px;
    margin: auto;
    opacity: 0.8;
    margin-bottom: 50px;
    color: #333;
}

/* GRID ROWS */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

/* CARDS */
.service-card {
    background: white;
    padding: 30px 25px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid #e3e7ee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #4da4ff;
    box-shadow: 0 12px 25px rgba(77,164,255,0.25);
}

/* ICON CIRCLE */
.icon-circle {
    width: 60px;
    height: 60px;
    background: #eaf3ff;
    border: 1px solid #b5d7ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #0077ff;
}

/* HEADER + PARAGRAPH */
.service-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 0.95rem;
    opacity: 0.8;
    line-height: 1.5;
    color: #444;
}
@media(max-width:989px){
    .light-theme.enterprise-services{
        padding: 10px 20px 10px 20px;
    }
    .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}
    .service-card{
        padding: 20px 20px;
    }
}
/*** why choose us ****/
.why-ch-enterprise {
    padding: 90px 20px;
    background: #f8fbff;
    font-family: "Poppins", sans-serif;
    text-align: center;
    position: relative;
}

/* Light pattern */
.why-ch-enterprise::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#d7e7ff 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.25;
    z-index: 0;
}

.why-ch-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.why-ch-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.why-ch-subtitle {
    max-width: 700px;
    margin: auto;
    font-size: 1.05rem;
    color: #4a4a4a;
    opacity: 0.85;
    margin-bottom: 50px;
}

.why-ch-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
}

/* CARD */
.why-ch-card {
    background: white;
    padding: 35px 28px;
    border-radius: 20px;
    border: 1px solid #d7e7ff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Gradient Border Hover */
.why-ch-card:hover {
    border-color: #4da4ff;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(77, 164, 255, 0.3);
}

/* ICON */
.why-ch-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #eaf3ff;
    border: 1px solid #bcd8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 18px;
    font-size: 1.75rem;
    color: #0077ff;
}

.why-ch-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

/* DESCRIPTION */
.why-ch-card p {
    font-size: 0.95rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* FEATURES LIST */
.why-ch-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 10px;
}

.why-ch-list li {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.why-ch-list li i {
    color: #0077ff;
    margin-right: 10px;
    font-size: 1rem;
}
@media(max-width: 767px){
    .why-ch-enterprise{
        padding: 20px 20px;
    }
    .why-ch-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
    .why-ch-grid{
         display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    }
}
/** workflow***/
.workflow-section {
    padding: 90px 20px;
    background: #eef5ff;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.workflow-container {
    max-width: 900px;
    margin: auto;
}

.workflow-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.workflow-subtitle {
    font-size: 1rem;
    color: #555;
    opacity: 0.85;
    margin-bottom: 60px;
}

/* TIMELINE LINE */
.workflow-timeline {
    position: relative;
    padding: 0 0 0 0;
}

.workflow-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #0077ff, #4da4ff);
    border-radius: 4px;
}

/* STEP */
.workflow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
}

.wf-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0077ff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 20px;
    box-shadow: 0 6px 15px rgba(0,119,255,0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.workflow-step:hover .wf-icon {
    transform: scale(1.15);
    box-shadow: 0 12px 25px rgba(0,119,255,0.4);
}

.wf-content {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    width: 80%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.workflow-step:hover .wf-content {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(77,164,255,0.25);
}

.wf-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.wf-content p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
    .workflow-timeline::before {
        left: 20px;
    }
    .wf-content {
        width: 90%;
    }
    .workflow-title {
        font-size: 1.5rem;
    }
}
/** technologies we use **/
.tech-section-dark {
    padding: 80px 20px;
    background: #0f111a;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.tech-container {
    max-width: 1200px;
    margin: auto;
}

.tech-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.tech-subtitle {
    font-size: 1rem;
    color: #cccccc;
    opacity: 0.85;
    margin-bottom: 50px;
}

/* GRID: 2 rows, 4 columns */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    align-items: center;
}

/* CARD */
.tech-card {
    background: #1a1c2b;
    border-radius: 15px;
    padding: 25px 15px;
    transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.1); /* subtle border */
    box-shadow: 0 0 10px rgba(0, 119, 255, 0.1);
}

.tech-card img {
    max-width: 60px;
    margin-bottom: 15px;
    filter: brightness(1.2);
}

.tech-card p {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
}

/* HOVER EFFECT */
.tech-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 119, 255, 0.5), 0 0 15px rgba(0, 119, 255, 0.3);
    border: 2px solid #4da4ff; /* glowing border on hover */
    background: linear-gradient(145deg, #1f2236, #272a40);
}

/* MOBILE */
@media (max-width: 1024px) {
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .tech-grid {
        grid-template-columns: 1fr;
    }
    .tech-card img {
        max-width: 50px;
    }
    .tech-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}
}
/*** technologies we use end here **/
/***why chhose us ***/
.why-choose-section {
    padding: 80px 20px;
    background: #f7f9fc; /* light background */
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.why-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.why-subtitle {
    font-size: 1rem;
    color: #555;
    opacity: 0.85;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Grid Layout */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

/* Card */
.why-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,119,255,0.15);
}

/* Icon */
.why-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

/* Card Titles & Text */
.why-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.why-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .why-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}
    .why-grid {
        grid-template-columns: 1fr;
    }
}
/*** case studies ****/
.case-studies-section {
    padding: 40px 20px;
    background: #f5f7fb;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.cs-container {
    max-width: 1200px;
    margin: auto;
}

.cs-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.cs-subtitle {
    color: #555;
    max-width: 750px;
    margin: 0 auto 50px;
    font-size: 1rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* GRID */
.cs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/* CARD */
.cs-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cs-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* IMAGE */
.cs-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.cs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.cs-card:hover .cs-image img {
    transform: scale(1.08);
}

/* Overlay */
.cs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0,0,0,0.0), rgba(0,0,0,0.35));
    opacity: 0;
    transition: opacity 0.4s;
}

.cs-card:hover .cs-overlay {
    opacity: 1;
}

/* CONTENT */
.cs-content {
    padding: 25px 20px;
}

.cs-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.cs-content p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 15px;
}

/* TAGS */
.cs-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cs-tags span {
    padding: 6px 12px;
    background: #e9eefc;
    color: #333;
    font-size: 0.8rem;
    border-radius: 20px;
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .cs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .cs-title {
        font-size: 1.5rem;
    }
    .cs-grid {
        grid-template-columns: 1fr;
    }
    .cs-image {
        height: 200px;
    }
}
/*** testimonial section  **/
.kotech-testimonials {
    background: linear-gradient(135deg, #0b0b0c, #141417);
    padding: 90px 60px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.kotech-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #a66bff, #57c3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kotech-subtitle {
    color: #cfcfcf;
    font-size: 16px;
    margin-bottom: 50px;
}

.kotech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 35px;
}

/* Cards */
.kotech-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    padding: 35px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 25px rgba(150, 85, 255, 0.2);
    transition: 0.3s ease;
    text-align: left;
}

.kotech-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 35px rgba(160, 95, 255, 0.35);
}

/* User Box */
.kotech-user {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.kotech-user img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #a56bff;
    box-shadow: 0 0 15px rgba(160, 100, 255, 0.5);
    object-fit: cover;
}

.kotech-user h3 {
    margin: 0;
    font-size: 20px;
}

.kotech-user p {
    margin: 0;
    font-size: 14px;
    color: #bfbfbf;
}

/* Review */
.kotech-review {
    font-size: 15px;
    line-height: 1.7;
    color: #ededed;
    margin-top: 15px;
}

/* Stars */
.stars {
    margin: 10px 0 5px 0;
    display: flex;
    gap: 5px;
}

.star {
    font-size: 20px;
    color: #ffcc4d;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.3s ease;
}

/* ----------------- RESPONSIVE ----------------- */
@media (max-width: 1024px) {
    .kotech-testimonials {
        padding: 70px 40px;
    }

    .kotech-title {
        font-size: 34px;
    }

    .kotech-subtitle {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .kotech-card {
        padding: 30px;
    }

    .kotech-user img {
        width: 60px;
        height: 60px;
    }

    .kotech-user h3 {
        font-size: 18px;
    }

    .kotech-user p {
        font-size: 13px;
    }

    .kotech-review {
        font-size: 14px;
    }

    .star {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .kotech-testimonials {
        padding: 60px 25px;
    }

    .kotech-title {
        font-size: 30px;
    }

    .kotech-subtitle {
        font-size: 14px;
        margin-bottom: 35px;
    }
.kotech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 35px;
}
    .kotech-card {
        padding: 25px;
    }

    .kotech-user img {
        width: 55px;
        height: 55px;
    }

    .kotech-user h3 {
        font-size: 17px;
    }

    .kotech-user p {
        font-size: 12px;
    }

    .kotech-review {
        font-size: 13px;
    }

    .star {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .kotech-testimonials {
        padding: 50px 15px;
    }

    .kotech-title {
        font-size: 26px;
    }

    .kotech-subtitle {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .kotech-card {
        padding: 20px;
        border-radius: 15px;
    }

    .kotech-user {
        gap: 12px;
    }

    .kotech-user img {
        width: 50px;
        height: 50px;
    }

    .kotech-user h3 {
        font-size: 16px;
    }

    .kotech-user p {
        font-size: 12px;
    }

    .kotech-review {
        font-size: 12px;
    }

    .star {
        font-size: 16px;
    }
}

/*** faq section ***/
.enterprise-faq-section {
    background: #f8f8f8;
    color: #000;
    padding: 70px 80px;
    font-family: "Poppins", sans-serif;
}

.enterprise-faq-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 32px auto;
}

.enterprise-faq-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.enterprise-faq-header p {
    font-size: 16px;
    color: #555;
    margin-bottom: 0;
}

.enterprise-faq-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 40px;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 12px;
}

.enterprise-faq-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.enterprise-faq-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 0;
    overflow: hidden;
    transition: 0.3s ease, box-shadow 0.3s;
}

.enterprise-faq-item.active {
    border-color: #4d7cff;
    box-shadow: 0 0 12px rgba(76, 120, 255, 0.3);
}

.enterprise-faq-question {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.enterprise-faq-question:after {
    content: '\25BC';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.enterprise-faq-item.active .enterprise-faq-question:after {
    transform: translateY(-50%) rotate(180deg);
}

.enterprise-faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.enterprise-faq-item.active .enterprise-faq-answer {
    padding: 10px 20px 20px 20px;
    max-height: 300px;
}

/* Responsive */
@media (max-width: 900px) {
    .enterprise-faq-section{
        padding: 20px 20px;
    }
    .enterprise-faq-header h2{
        font-size: 1.5rem;
    }
    .enterprise-faq-columns {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
/* @media (max-width: 540px) {
    .enterprise-faq-header h2 {
        font-size: 26px;
    }
    .enterprise-faq-question {
        font-size: 15px;
        padding: 16px;
    }
    .enterprise-faq-answer {
        font-size: 14px;
        padding: 8px 16px 16px 16px;
    }
} */
/*** contact section ***/
.kotech-service-wrapper {
    position: relative;
    padding: 0;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    padding: 20px 20px 20px 20px;
}

.kotech-service-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #01274e 67%, #022f5e 100%);
    z-index: 0;
}

.kotech-service-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 68px 3vw 42px 4vw;
    display: flex;
    gap: 52px;
    z-index: 2;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.kotech-label {
    font-size: 0.93em;
    text-align: center;
    color: #2c81e9;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    background: #e5f0fc;
    border-radius: 70px;
    padding: 6px 20px;
    margin-bottom: 17px;
    display: inline-block;
}

.kotech-info-side {
    max-width: 480px;
    flex: 1 1 320px;
    background: #fff;
    border-radius: 27px;
    box-shadow: 0 7px 38px #2c81e91a;
    padding: 44px 32px 32px;
    z-index: 2;
}

.kotech-info-side h1 {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 13px;
    color: #27345d;
    /* line-height: 1.22; */
    text-align: center;
}

.kotech-info-side h1 span {
    color: #298fff;
    letter-spacing: 1.5px;
    font-weight: 900;
}

.kotech-intro {
    font-size: 1.15em;
    color: #3e526e;
    line-height: 1.7;
    margin-bottom: 21px;
    padding: 20px 20px 20px 20px;
}

.cta-highlight {
    color: #1971f7;
    font-weight: 700;
    background: #eaffff6b;
    border-radius: 6px;
    padding: 0 2px;
}

.kotech-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.new-features-list li {
    font-size: 1.07em;
    margin-bottom: 9px;
    color: #2881f8;
    font-weight: 600;
    padding-left: 21px;
    position: relative;
}

.new-features-list li:before {
    content: "★";
    color: #ff9527;
    position: absolute;
    left: 0;
    font-size: 1.09em;
}

.kotech-image-block {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.kotech-image-block img {
    width: 91px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 2px 14px #0002;
}

.kotech-contact-side {
    background: #fff;
    flex: 1 1 340px;
    border-radius: 27px;
    box-shadow: 0 7px 38px #2c81e91a;
    padding: 44px 32px 32px;
    min-width: 320px;
    z-index: 2;
}

.kotech-contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.kotech-contact-form h2 {
    font-size: 1.43em;
    font-weight: 900;
    color: #1971f7;
    margin-bottom: 10px;
}

.form-row {
    width: 100%;
}

.kotech-contact-form input,
.kotech-contact-form select,
.kotech-contact-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 9px;
    border: 1.4px solid #c0cacb;
    font-size: 1em;
    margin-bottom: 3px;
    transition: border-color 0.18s;
}

.kotech-contact-form input:focus,
.kotech-contact-form select:focus,
.kotech-contact-form textarea:focus {
    border-color: #1971f7;
    outline: none;
}

.kotech-contact-form button {
    background: linear-gradient(90deg, #1971f7 70%, #26d7e0 100%);
    color: #fff;
    border: none;
    border-radius: 13px;
    font-size: 1.13em;
    font-weight: 700;
    padding: 12px 0;
    cursor: pointer;
    box-shadow: 0 3px 12px #1971f71c;
    margin-top: 5px;
    letter-spacing: 0.4px;
    transition: background 0.17s;
}

.kotech-contact-form button:hover {
    background: #ff792e;
}

.contact-brands {
    display: flex;
    gap: 11px;
    margin: 9px 0 2px 0;
    align-items: center;
    flex-wrap: wrap;
}

/* .contact-brands img {
  width: 65px;
  height: auto;
  background: #f9fcff;
  border-radius: 8px;
  padding: 2.5px 2px;
} */
.info-safe {
    color: #2881f8;
    font-weight: 500;
    font-size: 0.96em;
    margin-bottom: 0;
    margin-top: 10px;
    opacity: 0.67;
}

/* @media (max-width: 900px) {
  .kotech-service-container { flex-direction: column; gap: 23px; padding: 23px 8px;}
  .kotech-info-side,.kotech-contact-side { max-width: 99vw; padding: 25px 12px;}
  .kotech-info-side h1 { font-size: 1.45em;}
}
@media (max-width: 600px) {
  .kotech-info-side,.kotech-contact-side { border-radius: 10px;}
  .kotech-image-block img { width: 60px; }
  .kotech-label { font-size: 0.89em; padding: 4px 13px;}
} */
@media (max-width: 600px) {
    .kotech-service-container {
        flex-direction: column !important;
        gap: 0 !important;
        padding: 11px 2px !important;
        align-items: stretch !important;
        min-width: 0 !important;
        box-sizing: border-box;
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .kotech-info-side,
    .kotech-contact-side {
        width: 80% !important;
        max-width: 80vw !important;
        min-width: 0 !important;
        margin: 0 0 14px 0 !important;
        border-radius: 7px !important;
        box-shadow: none !important;
        padding: 12px 5px !important;
        box-sizing: border-box !important;
    }

    .kotech-contact-form,
    .kotech-info-side {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    /* All form elements full width */
    .kotech-contact-form input,
    .kotech-contact-form select,
    .kotech-contact-form textarea,
    .kotech-contact-form button {
        width: 99% !important;
        min-width: 0 !important;
        font-size: 0.98em !important;
    }

    .form-row {
        width: 99% !important;
    }
}