body {
    margin: 0;
    background-color: black;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}
/* <................. company highlights .....................> */


.highlight-section {
    padding: 60px 30px;
    background-color: #BD0917;

}

.section-title {
    font-size: 16px;
    color: white;
}

.main-heading {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.3;
    color: white;
}


.orange-line-img {
    width: 70%;

}
.highlight-box h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
}

.highlight-box p {
    font-size: 14px;
    color: #ddd;
}

.certifications img {
    width: 110px !important;
    object-fit: contain;
    filter: grayscale(5);
}
/* <................. end company highlights .....................> */


/* <................. nav  .....................> */
.custom-nav {
    background-color: #BD0917;
    padding: 5px ;
}

.custom-nav .nav-link {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.custom-nav .nav-link:hover {
    color: #ff652f;
}

.custom-nav .nav-link.active {
    color: white;
}


/* /* <!-- <.......................over solution .............................> --> */


/* ==== Section Styling ==== */
.solutions-section {
    padding: 60px 0;
}

/* ==== Headings and Text ==== */
.section-heading {
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.underline-img {
    margin-top: 10px;
    width: 200px;
}

.intro-text {
    max-width: 1200px;
    margin: 20px auto;
    font-size: 20px;
    color: white;
}

.highlight {
    color: red;
    font-weight: bold;
}

/* ==== Carousel Buttons ==== */
.carousel-btn {
    background-color: red;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    background-color: #e94400;
}

.solution-card {
    background-color: #1c1c1c;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    text-align: left;
    position: relative;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
    background-color: #BD0917;
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}


.solution-card .icon img {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    margin-bottom: 35px;
}

.solution-card h5 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

.solution-card p {
    font-size: 15px;
    color: white;
    padding: 10px;
}

/* ==== Image Wrapper + Overlay ==== */
.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    margin-top: 15px;
}

.image-wrapper img {
    width: 90% !important;
    height: auto;
    display: block;
    border-radius: 60px;
    transition: transform 0.5s ease;
}

.image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 90% !important;
    height: 100%;
    border-radius: 60px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.image-wrapper:hover .overlay {
    opacity: 1;
}

.image-wrapper .overlay i {
    margin-left: 8px;
}

/* ==== Carousel Slide Logic (Pure CSS) ==== */
.solutions-carousel {
    position: relative;
}

/* Slides Container */
.slides-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
}

/* Each Slide (initially hidden) */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Show Slide When Radio is Checked */
#slide1:checked ~ .slides-wrapper .slide-1,
#slide2:checked ~ .slides-wrapper .slide-2 {
    opacity: 1;
    visibility: visible;
    position: relative;
}


/* <............................ technologies ....................> */


.technologies-section {
    background-color: #BD0917;
    padding: 60px 0;
}

.section-heading2 {
    font-size: 38px;
    font-weight: bold;
    color: white !important;
}

.underline-img2 {
    width: 380px;
}

.tech-description {
    color: white !important;
    font-size: 22px;
    max-width: 1200px;
    margin: 20px auto 0;
}

.tech-tabs {
    margin-top: 30px;
}

.tech-tab {
    background-color: transparent;
    border: 1px solid #757575;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 18px;
    transition: 0.3s;
}

.tech-tab.active,
.tech-tab:hover {
    background-color: red;
    color: white;
    border-color: red;
}

.tech-cards .tech-card {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 30px 10px;
    text-align: center;
    transition: 0.3s;
}

.tech-card img {
    width: 40px;
    margin-bottom: 15px;
}

.tech-card p {
    margin: 0;
    color: white;
    font-size: 15px;
}

.tech-slider-line {
    width: 100%;
    height: 4px;
    background-color: #ffffff60;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.tech-slider-indicator {
    width: 80px;
    height: 4px;
    background-color: red;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}


/* <.............................. case study ...................................> */
.case-studies-section {
    background: #000;
    color: white;
    position: relative;
    overflow-x: hidden;
}

.case-heading {
    font-size: 36px;
    font-weight: bold;
    text-align: left;
}
.case-heading img.underline-imgc {
    width: 220px;
    margin-top: 10px;
}
.case-subtitle {
    margin-top: 10px;
    font-size: 18px;
    text-align: left;
}
.case-subtitle span {
    color: red;
    font-weight: bold;
}

/* --- SLIDER ARROWS --- */
.slider-buttons {
    position: relative;
    top: 20px;
    right: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 70px;
    z-index: 10;
}
.slider-arrow {
    width: 40px;
    height: 40px;
    background-color: #e94400;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    border: none;
}

/* --- SLIDER --- */
.case-slider-wrapper {
    overflow: hidden;
    margin-top: 50px;
}
.case-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.case-card {
    background: #1a1a1f;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 33.33%; /* Desktop: 3 cards per row */
    box-sizing: border-box;
    margin-right: 30px;
}
.case-card:last-child {
    margin-right: 0;
}

.case-card:hover {
    background-color: #BD0917;
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.case-card img {
    margin-bottom: 20px;
}
.brand-logo1 {
    width: 100%;
    margin-bottom: 50px !important;
}
.brand-logo {
    width: 130px;
    margin-bottom: 30px;
    display: flex;
    justify-content: left;
    align-items: left;
}
.case-card p {
    font-size: 14px;
    text-align: left;
}

/* Discover Button */
.discover-btn {
    margin-top: 40px;
    padding: 10px 20px;
    border: none;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.discover-btn:hover {
    background: white;
    color: black;
}
.circle-bg {
    background-color: #f15a24;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .button-icon {
  color: white;
  font-size: 14px;
} */

/* -------- MOBILE STYLES -------- */
@media (max-width: 768px) {
    .case-slider {
        flex-wrap: nowrap;
    }

    .case-card {
        flex: 0 0 100%;
        margin-right: 20px;
    }

    .slider-buttons {
        justify-content: center;
        gap: 30px;
    }
}

/* <......................... industeries .........................> */

/* === Section Styling === */
.industries-section {
    background-color: #000; /* Black background */
    color: white;
    padding: 10px;
    text-align: center;
}

/* === Heading & Underline === */
.industries-title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
}

.underline-imgi {
    width: 200px;
    display: inline-block;
    margin-top: 10px;
}

/* === Subtitle / Intro Text === */
.intro-text span {
    font-size: 18px;
    color: #ccc;
}


.industries-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

/* === Individual Card === */
.industry-card {
    background-color: #121212;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
    background-color: #BD0917;
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.industry-card h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.industry-card p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: white;
}

/* === Icon Box === */
.icon-box {
    background-color: white;
    border-radius: 8px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.icon-box img {
    width: 50px;
    height: 50px;
}

/* === Card Image === */
.card-img {
    margin-top: 15px;
    width: 100%;
    border-radius: 8px;
    height: 120px;
    object-fit: cover;
}

/* === Optional: Section Subtitle (if used) === */
.section-subtitle {
    color: #ccc;
    font-size: 16px;
}




/* <......................... expert inside ..................................> */


.underline-imge {
    width: 330px;
}

/* <.........................  end expert inside ..................................> */


/* <......................... testimonial ...........................> */



.testimonial-section {
    background-color: #000;
    color: #fff;
    padding: 60px 20px;
}

.section-subtitlet {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 5px;
}

.section-titlet {
    font-size: 38px;
    font-weight: bold;
}

.underline-imgt {
    width: 300px;
    margin-top: 10px;
}

.testimonial-carousel {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

.testimonial-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card {
    min-width: 100%;
    background-color: #18171c;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.testimonial-card:hover {
    background-color: #BD0917;

    transform: scale(1.02);
}
.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid white;
    margin-bottom: 20px;
}

.client-name {
    color: #f15a24;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.testimonial-text {
    color: white;
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-arrows {
    position: relative;
    top: 20px;
    right: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

    gap: 70px;
    z-index: 10;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    background-color: #e94400;
    color: white;
    border-radius: 50%;
    font-size: 19px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    border: none;
}

/* <!-- <................................. staff augmentation .........................................>  --> */

.augmentation-section {
    background-color: #BD0917;
    color: #fff;
    padding: 40px;
}

.section-titleaug {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
}

.underline-imgaug {
    width: 200px;
    margin-top: 5px;
}

.section-subtitleaug {
    font-size: 18px;
    color: white;
}

.custom-orange-btn {
    background-color: #ff5c1a;
    color: #fff;
    padding: 10px 22px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.custom-orange-btn:hover {
    background-color: #e65100;
    color: #fff;
}




.main-image {
    width: 50%;
    z-index: 1;
}

/* <................................... faq ........................................> */

/* General Section Styling */
.faq-section {
    background-color: #000;
    color: #fff;
}

.faq-subtitle {
    color: white;
    font-size: 16px;
}

.faq-title {
    font-size: 32px;
    font-weight: bold;
}

.underline-imgfaq {
    width: 200px;
    margin-top: 5px;
}

.custom-accordion .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 40px;
    border-bottom: 1px solid white;
    border-radius: 8px;
}

.custom-accordion .accordion-button {
    background: transparent;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 18px 20px;
    border-radius: 0;
    box-shadow: none;
    transition: background 0.3s;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #000;
    color: white;
}

.custom-accordion .accordion-button::after {
    filter: invert(1);
}

.custom-accordion .accordion-body {
    background-color: #0d0d0d;
    padding: 20px;
    color: white;
    font-size: 16px;
}



/* <........................... form _ image  .................................> */


.form-container {
    font-family: 'Segoe UI', sans-serif;
}

/* Left Column */
.left-col {
    background: url('image/left-image.png') no-repeat center center / cover;
    color: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 40px;
    min-height: 800px;
}

.left-col::before {
    content: "";
    position: absolute;
    inset: 0;
}

.left-text {
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.right-col {
    background-color: #000;
    color: white;
    padding: 40px;
}

.heading-para2 {
    font-size: 24px;
    font-weight: 600;
}

.form-label {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;


}
.form-control,
.form-select {
    border: none;
    border-radius: 6px;
    padding: 7px;
    font-size: 14px;
    background-color: #17161B;
    border: 1px solid #ccc;
    color: white !important;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    outline: none;
    border-color: #f15a29;
    background-color: #17161B;
}

/* Placeholder styles */
.form-control::placeholder,
textarea.form-control::placeholder {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}

/* Vendor Prefixes for full support */
.form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}
.form-control:-moz-placeholder {
    color: #ffffff !important;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

/* Submit Button */
.submit-btn {
    background-color: white !important;
    color: red !important;
    font-weight: 600;
    font-size: 18px;
    padding: 12px;
    border: none;
    border-radius: 6px;
    width: 100%;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: white !important;
    color:black !important;
}

/* Mobile Responsive */
@media (max-width: 767.98px) {
    .right-col {
        padding: 30px 20px;
    }

    .heading-para2 {
        font-size: 20px;
    }
}




/* <............................................ Our Client html .......................................> */

.bg-color {
    background-color: #17161B;
}

.section-heading-client {
    font-size: 58px;
    color: white;
}
.underline-client {
    width: 200px;

}

.clients-subtext {
    font-size: 16px;
    color: white;
}



.clients-filter {
    background-color: white;
    color: #ffffff;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
}

/* On focus */
.clients-filter:focus {
    background-color: #292929;
    color: #ffffff;
    border-color: #f15a29;
    outline: none;
    box-shadow: none;
}

/* Dropdown options */
.clients-filter option {
    background-color: #1c1c1c;
    color: #fff;
}


.client-box {
    background-color: #000;
    position: relative;
    border: 1px solid white;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color 0.3s ease;
    height: 300px !important;
}

.client-box:hover {
    background-color: #121212;
}

.client-radio {
    position: absolute;
    top: 10px;
    left: 10px;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 2px solid #f15a29;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.client-radio:checked {
    background-color: #f15a29;
}

.client-logo {
    width: 70%;

    filter: grayscale(5);
    transition: filter 0.3s ease;
}

.client-box:hover .client-logo,
.client-radio:checked + .client-logo {
    filter: grayscale(0);
}




.clients-filter {
    background-color: #1e1e1e;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* .clients-filter:focus {
  background-color: #292929;
  color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 2px #f15a29;
}

.clients-filter option {
  background-color: #1e1e1e;
  color: #fff;
} */
/* <.......................... work .............................> */

.custom-case-section {
    background-color: #000;
    padding: 60px 0;
    color: white;
}

.custom-case-title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

.custom-underline-img {
    width: 200px;
    margin-top: 10px;
}

.custom-case-subtitle {
    text-align: left;
    font-size: 16px;
    color: #ccc;
    margin-bottom: 40px;
}

.custom-case-subtitle span {
    color: #f15a29;
    font-weight: 600;
}

.custom-case-card {
    background-color: #1a1a1f;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: left;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: background 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.custom-card-image {
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    display: block;
    border-radius: 8px;
}

.custom-brand-logo {
    width: 150px;
    margin-bottom: 10px;
    display: block;
}

.custom-case-card p {
    margin-top: 10px;
    font-size: 15px;
    color: #ccc;
    padding: 20px;
}

.align-start {
    text-align: left;
}




/* <.............................. About--- us .......................................> */

.dimmed-content {
    color: #888; /* Light gray */
}

.dimmed-content  {
    filter: brightness(60%);
}

/* Simple visual circles */
.circle {
    width: 20px;
    height: 20px;
    border: 2px solid #888;
    border-radius: 50%;
    background-color: transparent;
}

.circle-text {
    color: white;
    font-size: 16px;
    width: 150px;
}
/* Heading styling */
.about-title {
    font-size: 55px;
    font-weight: 400;
    color: #999;
    margin-bottom: 10px;
}

.underlineabout {
    width: 250px;
    padding-left: 35px;
}

/* Paragraph */
.about-description {
    font-size: 18px;
    line-height: 1.6;
    color: #aaa;
    letter-spacing: 1px;
}

/* Buttons */
.custom-btn-about {
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-primaryab {
    background-color: #a0391f;
    border: none;
    color: white;
}

.btn-primaryab:hover {
    background-color: #a0391f;
    border: none;
    color: white;
}

.btn-outline-lightab {
    border: 1px solid #444;
    color: #ddd;
}

.btn-outline-lightab:hover {
    border: 1px solid #444 !important;
    color: #ddd;
}

.about-logic {
    padding-left: 100px;
}

@media (max-width: 767.98px) {
    .about-logic {
        padding-left: 0 !important;
    }

    .underlineabout {
        width: 180px;
        padding-left: 0;
    }

    .about-title {
        font-size: 35px;
    }

    .circle-text {
        color: white;
        font-size: 16px;
        width: 150px;
    }
}



/* <........................... cards rows ............................> */


.heading-section {
    margin-bottom: 3rem;
}

.heading-title {
    font-size: 40px;
    font-weight: 400;
    color: white;
    position: relative;
    text-align: center;
    line-height: 1.5;
}

.highlighted-word {
    position: relative;
    display: inline-block;
}

.heading-underline {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: auto;
}

.heading-subtitle {
    font-size: 28px;
    font-weight: 400;
    color: white;
    margin-top: 10px;
}





/* Card Container */
.card-wrapper {
    position: relative;
    border-radius: 12px;
    padding: 2rem;

    overflow: hidden;
    display: flex;
    flex-direction: column;

}

.bg-dark-1 {
    background-color: #50535a;
}
.bg-dark-2 {
    background-color: #121214;
}

.card-content {

    z-index: 1;
}

.card-title {
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
}

.card-text {
    font-size: 14px;
    color: #e0e0e0;

}

.card-icon-left {
    width: 300px;
    object-fit: contain;
    z-index: 0;
}
.card-icon-right {
    width: 150px;
    object-fit: contain;
    z-index: 0;
    margin-top:-65px;
}
.card-wrapper2 {
    position: relative;
    border-radius: 12px;
    padding: 0.5rem;
    height: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;

}
.card-icon-right2 {
    width: 550px !important;
    object-fit: contain;
    z-index: 0;
}
.card-delivery {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    height: 300px;

}
.card-arrow i {
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    padding: 1rem;
}

@media (max-width: 768px) {
    .heading-title {
        font-size: 24px;
        line-height: 1.4;
        justify-content: left;
        text-align: left;
        padding: 20px;
    }

    .heading-underline {
        width: 80px;
        bottom: -6px;
    }

    .card-wrapper,
    .card-wrapper2 {
        padding: 1rem;
        height: auto;
    }

    .card-icon-left {
        width: 100%;
        max-width: 220px;
        margin-top: 1rem;
    }

    .card-icon-right {
        width: 100%;
        max-width: 120px;
        margin-top: -40px;
    }

    .card-icon-right2 {
        width: 100%;
        max-width: 300px;
        margin-top: 10px;
    }

    .card-title {
        font-size: 24px;
    }

    .card-text {
        font-size: 13px;
    }

    .card-arrow i {
        padding: 0.7rem;
        font-size: 14px;
    }
}

/* <....................solve section ...................................> */


/* === Section Heading === */
.solve-section-header {
    color: white;
}

.solve-title {
    font-size: 36px;
    font-weight: 400;
}

.solve-underline {
    width: 120px;
    margin-top: 8px;
}

/* === Cards === */
.solve-card {
    background-color: #121214;
    padding: 2rem;
    border-radius: 16px;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
}

.solve-number {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.solve-subtitle {
    font-size: 16px;
    color: #f35b2a;
    font-weight: 500;
    margin-bottom: 1rem;
}

.solve-text {
    font-size: 14px;
    line-height: 1.6;
    color: #e2e2e2;
}
.vision-icon {
    background-color: white;
    color: #f35b2a;
    padding: 10px;
    border-radius: 8px;
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.main-image2 {
    width: 100%;
    z-index: 1;
}

/* <!-- <............................. different about techionik ................................> --> */


.tech-icon {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    object-fit: contain;
}


.underline-imgtech {
    width: 200px;
    margin-right: 200px;

}

.section-headingtech {
    font-size: 38px;
    font-weight: 500;
    color: white !important;
    margin-right: 600px;
}

.text-passion {
    color:red !important;

}
.tech-box {
    padding: 10px;
    border-radius: 12px;
    color: white;
    height: 100%;
}

@media (min-width: 768px) {
    .tech-border-box {
        border-left: 1px solid #333;
        border-right: 1px solid #333;
    }
}

@media (max-width: 768px) {
    .text-passion {
        text-align: left !important;
    }


    .tech-icon {
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .section-headingtech {
        margin-right: 0 !important;
        text-align: left;
        font-size: 24px;
        white-space: nowrap;
    }
}


/* <!-- <............................. Marquee...........................> --> */
.awards-section {
    background-color: #464b54;
}

.awards-heading {
    font-size: 36px;
    color: white;
    font-weight: 600;
    position: relative;
}

.awards-underline {
    width: 150px;
    margin-top: 8px;
}

.logo-marquee-wrapper {
    overflow: hidden;
    width: 100vw;     /* Viewport full width */
    position: relative;
    margin-left: calc(-50vw + 50%); /* Cancel container padding */
}
.logo-marquee-track {
    display: flex;
    width: fit-content;
    height: 200px;
    animation: scroll-marquee 25s linear infinite;
    gap: 60px;
    align-items: center;
}

.award-logo {
    width: 150px;

    object-fit: contain;
    filter: grayscale(100%);
    transition: transform 0.3s ease;
}
.button-icon {
    transform: rotate(-45deg) !important;
    color: white !important;
}

.award-logo:hover {
    filter: none;
    transform: scale(1.05);
    transform:scale(1.5) !important;
}

@keyframes scroll-marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .award-logo {
        width: 100px;
    }

    .logo-marquee-track {
        gap: 40px;
    }

    .awards-heading {
        font-size: 28px;
    }

    .awards-underline {
        width: 100px;
    }
}


/* <............................ software-development .............................> */


.software-bg {
    background-image: url('image/soft.dev.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 60px 0;
    border-radius: 30px;
}

/* Heading styling */
.sofdev-title {
    font-size: 55px;
    font-weight: 400;
    color: white;
    margin-bottom: 10px;
}

.underline-software {
    width: 220px;
    padding-left: 0;
}

.software-description {
    font-size: 16px;
    line-height: 1.6;
    color: white;
    letter-spacing: 1px;
}

/* Buttons */
.custom-btn-software {
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-primarysd {
    background-color: red;
    border: none;
    color: white !important;
}

.btn-primarysd:hover {
    background-color: red;
    color: white !important;
}

.btn-outline-lightsd {
    border: 1px solid white;
    color: white !important;
}

.btn-outline-lightsd:hover {
    border: 1px solid white !important;
    color: white;
}

/* Circle text */
.circle-software {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: transparent;
}

.circle-text-software {
    color: white;
    font-size: 16px;
    width: auto;
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .sofdev-title {
        font-size: 42px;
    }

    .underline-software {
        width: 200px;
        padding-left: 0;
    }

    .software-description {
        font-size: 16px;
    }

    .circle-text-software {
        font-size: 14px;
    }

    .custom-btn-software {
        font-size: 14px;
        padding: 10px 16px;
    }
}

@media (max-width: 576px) {
    .sofdev-title {
        font-size: 32px;
        text-align: left;
    }

    .underline-software {
        width: 130px;
        margin-left: 0;
        padding-left: 0;
    }

    .software-description {
        text-align: left;
    }

    .circle-text-software {
        text-align: left;
        width: 100%;
    }

    .custom-btn-software {
        width: auto;
        text-align: center;
    }

    .d-flex.flex-wrap.justify-content-start.gap-3.mt-4 {
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px;
    }

    .circle-software {
        width: 20px;
        height: 20px;
        border: 2px solid white;
        border-radius: 50%;
        background-color: transparent;
    }
}


/* <..............................TECHIONIK Software Development? .......................> */



.fw-normal {
    font-size: 32px;
    color: white;
    line-height: 1.4;
}



.text-white-50 {
    font-size: 16px;
    line-height: 1.7;
    color: white !important;
    margin-top: 10px;
}
.underline-img-sd {
    width: 200px;
    margin-bottom: 20px;
}

img.rounded-4 {
    border-radius: 10px !important;
    width: 50%;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .fw-normal {
        font-size: 24px;
        text-align: left;
    }

    .underline-img-sd {
        display: block;
        margin: 0;
    }

    .text-white-50 {
        text-align: left;
        font-size: 15px;
    }

    img.rounded-4 {
        margin-top: 30px;

    }
}
/* <..............................servics we offers .......................> */
.section-title-offer {
    position: relative;
    display: inline-block;
    font-size: 38px;
}

.underline-img-offer {
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 150px;
}
/* .text-white-50 {
  color: white;
  font-size: 19px;
  line-height: 1.7;
  margin-top: 10px;
} */




.service-item {
    background-color: #141317;
    transition: background 0.3s ease;
}

.service-item:hover {
    background-color: #1f1e24;
}

.service-icon {
    background-color: red;
    padding: 10px;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.full-blender {
    font-size: 18px;
    color: white;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.soft-icon-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.soft-icon {
    background-color:red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    display: none;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.service-item:hover .soft-icon-div .soft-icon{
    display: block !important;
}


@media (max-width: 768px) {
    .section-title-offer {
        text-align: left;
        font-size: 26px;
        display: flex;
        justify-content: start;
        text-align: start;
        margin-bottom: 20px;
    }

    .underline-img-offer {
        margin-left: 0;
        margin-right: auto;

    }

    /* .text-white-50 {
      text-align: left;
      font-size: 15px;
      margin-top: 20px;
    } */

    .service-item {
        padding: 16px 12px;
    }

    .full-blender {
        font-size: 13px;
    }
}



/* <............................. bg.dark marquee ...................> */

.clients-title {
    font-size: 36px;
    font-weight: 600;
    color: white;
    text-align: left;
}

.underline-img-client {
    width: 120px;
    display: block;
    margin-left: 0;
    margin-bottom: 1rem;
}

.clients-description {
    text-align: left;
    font-size: 16px;
    color: white;
}

.client-marquee-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.client-marquee {
    display: inline-flex;
    animation: scroll-marquee 20s linear infinite;
}

.client-logo {
    width: 180px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.client-logo:hover {
    filter: none;
}

@keyframes scroll-marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Responsive View  */
@media (max-width: 768px) {
    .clients-title {
        font-size: 28px;
        text-align: left;
    }

    .clients-description {
        text-align: left;
        font-size: 15px;
    }

    .underline-img-client {
        margin-left: 0;
    }

    .client-logo {
        height: 60px;
    }
}



/* <.......................... ARTIFICIAL INTELIGENCE ...................................> */


.software-bg-ai {
    background-image: url('image/AI.MAIN.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-ai .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 60px 0;
    border-radius: 30px;
}


.fw-normal-ai {
    font-size: 30px;
    color: white;
    line-height: 1.4;
}



.text-white-ai {
    font-size: 14px;
    line-height: 1.7;
    color: white !important;
}
/* .underline-img-ai {
  width: 200px;
  margin-bottom: 20px;
} */

img.rounded-ai {
    border-radius: 10px !important;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .fw-normal-ai {
        font-size: 24px;
        text-align: left;
    }

    .underline-img-ai {
        display: block;
        margin: 0;
    }

    .text-white-ai {
        text-align: left;
        font-size: 15px;
    }

    img.rounded-ai {
        margin-top: 30px;

    }
}

.service-icon-ai {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    color: #F05323;
    width: 50px;
    height: 50px;
    object-fit: contain;
}



/* <.......................... M--L ...................................> */


.software-bg-ml {
    background-image: url('image/machine-learning.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-ml .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 60px 0;
    border-radius: 30px;
}



.body-dark {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
}

.techionik-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; /* default: center */
}

.section-title-offer22 {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: white;
}



.section-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: white;
}

.features-list {
    text-align: left;
    padding-left: 0;
    list-style: none;
    color: white;
}

.feature-item {
    font-size: 14px;
    line-height: 2;
    padding-left: 45px;
    position: relative;
    margin-bottom: 8px;
}

.feature-item::before {
    content: "✔";
    color: orange;
    position: absolute;
    left: 0;
    font-weight: bold;
    background-color: white;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 768px) {
    .techionik-container {
        text-align: left;
    }

    .section-title-offer22 {
        display: block;
        font-size: 20px;
    }

    .section-title-offer22::after {
        width: 100px;
        left: 0;
    }

    .section-description {
        text-align: left;
        font-size: 14px;
    }
}


/* <.............................BI & DA .........................................> */


.software-bg-bi {
    background-image: url('image/bi&da.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-bi .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}


.bi-image {
    width: 50%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bi-image:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}
/* Heading styling */
.sofdev-title-bi {
    font-size: 48px;
    font-weight: 400;
    color: white;
    margin-bottom: 10px;
}

/* <.............................BI & DA .........................................> */
.software-bg-wd {
    background-image: url('image/Website-Development1.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-wd .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}


/* <............................ MBA .........................................> */
.software-bg-mba {
    background-image: url('image/MBA.1.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-mba .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}

/* <............................ AUTOMATION .........................................> */
.software-bg-automation {
    background-image: url('image/AUTOMATION1.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-automation .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}

/* <............................ designing .........................................> */
.software-bg-designing {
    background-image: url('image/designing1.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-designing .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}

/* <............................ ai-chatbot .........................................> */
.software-bg-chatbot {
    background-image: url('image/AI-Powered\ Chatbot\ Development.f1986e3a02eac2c3b746.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-chatbot .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}

/* <............................ ai-based-customer .........................................> */
.software-bg-based {
    background-image: url('image/AI-BASED-CUSTOMER.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-based .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}
/* <............................ computer vision image .........................................> */
.software-bg-vision {
    background-image: url('image/Computer\ Vision\ &\ Image\ Recognition.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-vision .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}
/* <............................ N-L-P .........................................> */
.software-bg-nlp {
    background-image: url('image/nlp.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-nlp .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}


/* <............................ predictive analytics .........................................> */
.software-bg-predictive {
    background-image: url('image/predictictive-analytical.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-predictive .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}
/* <............................ deep-learning-nueral .........................................> */
.software-bg-deep {
    background-image: url('image/Deep\ Learning\ &\ Neural\ Network.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-deep .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}

/* <............................ AI-Based Fraud Detection .........................................> */
.software-bg-fraud {
    background-image: url('image/AI-Based\ Fraud\ Detection\ &\ Risk\ Management.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-fraud .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}

/* <............................ Recommendation Systems .........................................> */
.software-bg-rs {
    background-image: url('image/Recommendation\ Systems\ for\ E-Commerce\ &\ Media.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-rs .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}

/* <............................Enterprise BI Dashboard & Reporting Solutions.........................................> */
.software-bg-enterprise {
    background-image: url('image/Enterprise\ BI\ Dashboard\ &\ Reporting\ Solutions.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-enterprise .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}
/* <............................Data Warehousing & ETL Optimization.........................................> */
.software-bg-etl {
    background-image: url('image/Data\ Warehousing\ &\ ETL\ Optimization.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-etl .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}
/* <............................Real Time Business.........................................> */
.software-bg-rtb {
    background-image: url('image/Real-Time\ Business\ Performance\ Analytics.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-rtb .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}

/* <............................Advanced Data Visualization.........................................> */
.software-bg-rdv {
    background-image: url('image/Advanced\ Data\ Visualization\ &\ Reporting\ Tools.2d.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-rdv .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}



/* <............................KPI, Financial & Operational Performance Monitoring.........................................> */
.software-bg-rdv {
    background-image: url('image/KPI\,\ Financial\,\ and\ Operational\ Performance\ Monitoring.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-rdv .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    border-radius: 30px;
}
/* <............................High-Performance Custom Website Development.........................................> */
.software-bg-hp {
    background-image: url('image/hp.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
}

.software-bg-hp .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 60px 0;
    border-radius: 30px;
}
@media (max-width: 575.98px) {
    .custom-btn-software {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}


/* <.......................... technology ......................................> */


.sticky-left {
    position: sticky;
    top: 20%;
    height: fit-content;
    padding-right: 20px;
}

.react-menu {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
}

.react-menu li {
    margin-bottom: 12px;
}
.react-menu li.active a {
    color: #ff5e33;
    font-weight: bold;
}

.react-menu a {
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    transition: color 0.3s ease;
}

.react-menu a:hover {
    color: #ff5e33;
}

.react-menu .active a {
    color: #ff5e33;
}




.react-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.react-card {
    border-left: 2px solid white;
    padding: 20px;
    width: 250px;
    overflow: hidden;
    transition: width 0.5s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

input[type="radio"]:checked + .react-card {
    width: 450px;
}

input[type="radio"] {
    display: none;
}

.card-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.icon-tick {
    width: 22px;
    height: 22px;

    color: orangered !important;


}
.bg-white {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.number-image {
    width: 10%;
    margin-bottom: 50px;
}

.card-title-tech {
    font-weight: bold;
    padding: 4px 0;
    color: white;
    white-space: normal;
    text-align: left;
    font-size: 18px !important;
}

.card-title-tech2 {
    font-weight: bold;
    color: white;
    white-space: normal;
    text-align: left;
    font-size: 30px !important;
}
.center-plus {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.toggle-btn-tech {
    display: flex;
    font-size: 18px;
    color: white;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    transition: transform 0.3s ease;
}

input[type="radio"]:checked + .react-card .card-top .toggle-btn-tech {
    transform: rotate(45deg);
}

.card-content-tech {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    color: white;
    font-size: 18px;
    text-align: left;
    width: 100%;
    margin-top: 0;
}

input[type="radio"]:checked + .react-card .card-content-tech {
    max-height: 1000px;
    opacity: 1;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .react-grid {
        flex-direction: column;
    }
    .react-card {
        width: 100% !important;
    }
    .sticky-left {
        position: static;
        border-right: none;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .number-image {
        width: 20% !important;
    }
}


/* === Developer Highlight Section === */
.dev-highlight-section {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-content {
    color: #fff;
}

.highlight-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.icon-circle {
    background: white;
    color: orangered;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 0;
    flex-shrink: 0;
}

.highlight-point h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
}

.highlight-point p {
    font-size: 16px;
    color: white;
    line-height: 1.6;
}

/* Right Image */
.right-image .dev-image {
    width: 100%;
    border-radius: 10px;
}

.number-image2 {
    width: 10% !important;
}

@media (max-width: 768px) {
    .highlight-point {
        flex-direction: row;
        align-items: flex-start;
    }

    .left-content,
    .right-image {
        margin-top: 20px;
    }

    .right-image {
        text-align: center;
    }

    .number-image2 {
        width: 20% !important;
    }
}



.ecosystem-box {
    padding-top: 30px;
    margin-bottom: 30px;
}

.column-top-line {
    height: 2px;
    width: 390px;
    background-color: white;
    margin-bottom: 30px;
}

/* Content inside column */
.ecosystem-content {
    display: flex;
    align-items: flex-start;
    color: white;
}

.ecosystem-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.ecosystem-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 10px;
}

.ecosystem-content ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.ecosystem-content ul li {
    margin-bottom: 5px;
}



/* Responsive */
@media (max-width: 768px) {
    .ecosystem-content {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .icon-circle {
        margin-bottom: 0;
    }

    .column-top-line {
        margin-left: 0;
    }
}



/* CTA Box */
.cta-box {
    background: #f25022;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

/* Left Text */
.cta-left p {
    margin: 0;
    font-size: 16px;
    max-width: 300px;
}

/* Divider */
.cta-divider {
    width: 1px;
    height: 50px;
    background-color: #fff;
    opacity: 0.4;
}

/* Trustpilot Rating */
.cta-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    text-align: left;
    color: white;
}

.cta-rating strong {
    font-weight: bold;
    margin-bottom: 5px;
}

.cta-rating .stars {
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 3px;
}

/* Button */
.cta-button .btn-schedule {
    background: white;
    color: #000;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: background 0.3s ease;
}

.cta-button .btn-schedule:hover {
    background: #eee;
}
.button-icon2 {
    transform: rotate(-45deg) !important;
    color: orangered !important;
    font-size: 14px;

}
/* Responsive */
@media (max-width: 768px) {
    .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-divider {
        display: none;
    }

    .cta-rating {
        text-align: left;
    }

    .cta-button {
        align-self: flex-start;
    }
}


/* === React Section Row === */
.section-row {
    margin-top: 40px;
}

/* === Left Nav Column === */
.react-nav {
    background: transparent;
}

.react-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.react-nav-item {
    font-size: 16px;
    color: white;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.react-nav-item:hover {
    color: white;
}

.react-nav-item.active {
    color: #f25022;
    font-weight: bold;
}



.icon-circle2 {
    background: white;
    color: orangered;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bolder;
    margin-top: 0;
    flex-shrink: 0;
}
/* === Right Content Column === */
.react-content {
    color: white;
}

.react-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.react-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* === Responsive === */
@media (max-width: 768px) {
    .react-nav {
        margin-bottom: 30px;
    }
}

.react-section {
    color: #fff;
    padding: 20px;
    font-family: Arial, sans-serif;
}



.react-tabs {
    display: flex;
    flex-direction: column;
}

.react-tabs input[type="radio"] {
    display: none;
}

/* Tab Labels */
.tab-labels {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}

.tab-labels label {
    cursor: pointer;
    padding-bottom: 10px;
    color: #aaa;
    font-weight: bold;
}

.react-tabs input#tab1:checked ~ .tab-labels label[for="tab1"],
.react-tabs input#tab2:checked ~ .tab-labels label[for="tab2"],
.react-tabs input#tab3:checked ~ .tab-labels label[for="tab3"] {
    color: #ff5e33;
}

/* Tab Panels */
.tab-content {
    position: relative;
}

.tab-panel {
    display: none;
    animation: fadeIn 0.5s ease;
}

.react-tabs input#tab1:checked ~ .tab-content #content1,
.react-tabs input#tab2:checked ~ .tab-content #content2,
.react-tabs input#tab3:checked ~ .tab-content #content3 {
    display: block;
}

/* Row/Column Layout */
.tab-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.tab-col.image img {
    width: 70%;
    border-radius: 8px;
}
.orangered {
    color: orangered;

}
.tab-col.text h2 {
    margin-top: 0;
    color: #fff;
}

.step {
    background-color: orangered;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px;
}

.tab-col.text p {
    margin-bottom: 15px;
    color: #ccc;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .tab-row {
        grid-template-columns: 1fr;
    }
}
/* Fade animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* ==== React Section CSS Ends ==== */


