body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}
.sis-topbar-wrapper {
  background: #ff7a00;
  color: white;
  padding: 6px 0;
  font-size: 14px;
}

.sis-topbar-container {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sis-price-highlight {
  color: #00ff7f;
}

.sis-header-main {
  background: white;
  border-bottom: 1px solid #ddd;
}

.sis-header-inner {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0;
}

.sis-navigation-menu a {
  margin-left: 25px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  transition: all 0.3s;
}
.sis-navigation-menu a:hover {
  color: #ff7a00;
}
.sis-hero-banner {
  height: 500px;
  background: url("https://via.placeholder.com/1920x500") center/cover;
  display: flex;
  align-items: center;
}

.sis-hero-overlay {
  width: 1200px;
  margin: auto;
  color: white;
}

.sis-about-section {
  padding: 70px 0;
  background: white;
}

.sis-about-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
}
.sis-about-right img {
  border: 8px solid #ff7a00;
  border-left: 0;
}
.sis-red-btn {
  background: #ff7a00;
  color: white;
  padding: 12px 25px;
  border: none;
  cursor: pointer;
}

.sis-business-section {
  padding: 70px 0;
  text-align: center;
}

.sis-business-grid {
  width: 1200px;
  margin: auto;
  display: flex;
  gap: 30px;
}

.sis-business-card {
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sis-card-title {
  background: #c62828;
  color: white;
  padding: 10px;
}

.sis-facts-section {
  text-align: center;
  padding: 80px 0px;
}
.sis-facts-section .fats-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.sis-facts-section h2 {
  font-size: 32px;
  font-weight: bold;
  color: #565656;
  margin-bottom: 50px;
}
.sis-facts-sectio p {
}
.sis-facts-right {
  width: 40%;
}
.sis-facts-grid {
  display: grid;
  width: 60%;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.sis-facts-grid .sis-fact-box {
  background-color: #fbfbfb;
  border-radius: 11px;
  border: 1px solid #efefef;
  padding: 6px 8px;
  box-shadow: 0px 0px 10px -8px;
}
.sis-facts-grid .sis-fact-box p {
  font-size: 20px;
  font-weight: bold;
  color: #626262;
}
.sis-facts-grid .sis-fact-box h3 {
  font-size: 32px;
  font-weight: bold;
  color: #ff7a00;
  margin: 20px 0 10px;
}
.sis-career-section {
  padding: 70px 0;
  background: white;
}

.sis-career-container {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.sis-news-section {
  padding: 70px 0;
  text-align: center;
}

.sis-news-grid {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}

.sis-cta-bar {
  background: #ff7a00;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px;
}
.sis-cta-bar img {
  width: 160px;
}
.sis-cta-bar p {
  font-size: 18px;
  font-weight: bold;
  color: #262626;
}
.sis-white-btn {
  background: white;
  color: #1b1b1b;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 7px;
}

.sis-footer-main {
  background: #1b1b1b;
  color: #ccc;
  padding: 60px 0;
  padding-bottom: 17px;
}

.sis-footer-grid {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 0.8fr 1.2fr 1.2fr;
  gap: 40px;
}
.sis-footer-grid h4 {
  margin-bottom: 19px;
  font-family: fantasy;
  font-weight: normal;
}
.sis-footer-grid p {
  margin-bottom: 7px;
}
.sis-footer-grid a {
  text-decoration: none;
  color: #cdcdcd;
  font-family: system-ui;
  font-size: 17px;
}
.contact-means {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-means a {
  color: black;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.certified-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 18px;
  border-radius: 8px;
  width: fit-content;
  border-left: 4px solid #ffffff;
    background-color: #2a2a2a;
}

.certified-icon {
  font-size: 28px;
  color: #ff9800;
}

.certified-text h3 {
  margin: 0;
  color: #ff9800;
  font-size: 18px;
  font-weight: 600;
}

.certified-text p {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.sis-logo-box img {
  max-width: 161px;
}
.home-slider {
  width: 100%;
}

.myHomeSlider {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* Arrow size */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #ff7a00;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}
.services-section {
  padding: 80px 20px;
  background: #f7f7f7;
}

.services-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.services-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.services-description {
  max-width: 700px;
  margin: auto;
  color: #666;
  margin-bottom: 40px;
}

.service-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.service-card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
}

.service-card h3 {
 padding: 15px;
    font-size: 17px;
    background-color: #2c2c2c;
    margin: 0;
    color: white;
    transition: all 0.3s;
    min-height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-card:hover h3 {
  background-color: #ff7a00;
  color: white;
}
/* circular buttons */
.service-next,
.service-prev {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.service-next::after,
.service-prev::after {
  font-size: 16px;
  color: #000;
}

.service-next:hover,
.service-prev:hover {
  background: #ff7a00;
}

.service-next:hover::after,
.service-prev:hover::after {
  color: #fff;
}
.faq-section {
  padding: 80px 20px;
}

.faq-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.faq-heading {
  font-size: 36px;
  margin-bottom: 10px;
}

.faq-subtitle {
  color: #666;
  margin-bottom: 40px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-weight: 600;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}

.faq-toggle {
  background: #ff7a00;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  padding: 0 20px;
  text-align: left;
}

.faq-answer p {
  padding-bottom: 15px;
  color: #555;
  padding-top: 15px;
}
.testimonial-section {
  padding: 90px 20px;
  background: #f7f7f7;
}

.testimonial-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.testimonial-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonial-desc {
  max-width: 650px;
  margin: auto;
  color: #666;
  margin-bottom: 50px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.testimonial-content {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonial-client {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-client img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-client h4 {
  margin: 0;
  font-size: 17px;
}

.testimonial-client span {
  font-size: 14px;
  color: #777;
}

/* circular navigation */

.testimonial-next,
.testimonial-prev {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-next::after,
.testimonial-prev::after {
  font-size: 16px;
  color: #000;
}

.testimonial-next:hover,
.testimonial-prev:hover {
  background: #ff7a00;
}

.testimonial-next:hover::after,
.testimonial-prev:hover::after {
  color: #fff;
}
.career-section {
  padding: 80px 20px;
  background: #f5f5f5;
}

.career-container {
  max-width: 1283px;
  margin: auto;
}

.career-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 25px;
  align-items: center;
}

.career-image {
  overflow: hidden;
  border-radius: 10px;
}

.career-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.career-image:hover img {
  transform: scale(1.08);
}

/* center card */

.career-content {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.my-content-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.my-content-list span{
    display: inline-block;
}
.career-content h2 {
  font-size: 27px;
  margin-bottom: 15px;
  text-align: center;
}

.career-content h2 span {
  color: #ff7a00;
}

.career-content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: center;
}

.career-btn {
  display: inline-block;
  background: #ff7a00;
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s;
}

.career-btn:hover {
  background: #181818;
}

/* responsive */

@media (max-width: 900px) {
    .my-content-list{
            grid-template-columns: 1fr;
    }
  .career-grid {
    grid-template-columns: 1fr;
  }

  .career-content {
    text-align: center;
  }
}
.contact-section {
  padding: 90px 20px;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

/* Left Info */

.contact-info h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.contact-desc {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.contact-icon {
  font-size: 22px;
  background: #ff7a00;
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.contact-item h4 {
  margin: 0;
  font-size: 17px;
}

.contact-item p {
  margin: 3px 0 0;
  color: #555;
}

/* Contact Form */

.contact-form {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
  margin-bottom: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 15px;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form button {
  background: #ff7a00;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #e06600;
}

/* Responsive */

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
.copy-right {
  padding-top: 29px;
  text-align: center;
  border-top: 1px solid #444444;
  margin-top: 42px;
}
.gallery-section {
  padding: 90px 0;
  background: #f4a3000f;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  color: #666;
  font-size: 15px;
}

.gallery-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.gallery-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.4s;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.swiper-button-next,
.swiper-button-prev {
  color: #ff9c02;
}
.mobile-menu-toggle{
  display: none;
}
@media (max-width: 992px) {
    .sis-topbar-wrapper{
        padding: 0;
    }
  .contact-means {
    display: none;
  }
  .sis-topbar-container {
    width: 100%;
  }
  .certified-box {
    padding: 0px 3px;
    gap: 3px;
    width: 100% !important;
    border-left:none;
    border-radius:0;
  }
  .certified-text p{
      font-size: 14px;
    font-weight: 500;

  }
  .certified-icon{
      font-size:22px
  }
  .sis-header-inner{
    width: 100%;
  }
  .sis-navigation-menu{
    display: none;
  }
  .mobile-menu-toggle{
        font-size: 22px;
        font-weight: bold;
        display: inline-block;
        background-color: #ff7a00;
        color: white;
        height: 30px;
        width: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
                border-radius: 4px;
  }
  .sis-header-inner{
    padding: 0px 13px;
  }
  .swiper-button-next, .swiper-button-prev{
        width: 25px;
    height: 25px;
  }
  .swiper-button-next::after, .swiper-button-prev::after{
    font-size: 11px;
  }
  .sis-about-container{
    flex-direction: column;
  }
  .sis-about-right img{
    width: 100%;
  }
  .sis-about-section{
    padding: 40px 20px;
  }
  .sis-facts-section .fats-inner{
    flex-direction: column;
}
.sis-facts-right{
  width: 84%;
}
.sis-facts-grid{
  width: 84%;
      grid-template-columns: repeat(2, 1fr);
      gap: 17px;
}
.sis-facts-grid .sis-fact-box h3{
    font-size:26px;
}
.sis-facts-grid .sis-fact-box p{
    font-size:15px;
    font-weight: 500;
}
.faq-grid {
      grid-template-columns: 1fr;
}
.sis-cta-bar{
  flex-direction: column;
}
.sis-cta-bar p{
  text-align: center;
}
.sis-footer-grid{
      grid-template-columns: 1fr;
    padding: 30px 23px;
}
.sis-about-left h2{
    text-align: center;
}
.sis-about-left p{
    text-align: center;
}
.sis-facts-section h2{
    text-align: center;
}
.sis-facts-section p{
    text-align: center;
}
}
.clientLogoSectionX {
  padding: 40px 0;
    background: #ffffff;
    border: 1px solid #c9c9c9;
}

.clientLogoSwiperX {
    width: 90%;
    margin: auto;
}

.clientLogoSwiperX .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientLogoSwiperX img {
    max-width: 120px;
    opacity: 1;
    transition: 0.3s ease;
}

.clientLogoSwiperX img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}
.kiyo-enquiry-btn-90deg {
position: fixed;
    bottom: 60%;
    right: 0px;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    background: #ff6b00;
    color: black;
    border: none;
    padding: 6px 25px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
}
@media (max-width: 992px) {
 .kiyo-enquiry-btn-90deg{
     font-size: 15px; 
      padding: 3px 25px;
 }   
}
.kiyo-contact-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Common button style */
.kiyo-contact-float a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Call button */
.kiyo-call-btn {
    background: linear-gradient(135deg, #007bff, #00c6ff);
}

/* WhatsApp button */
.kiyo-whatsapp-btn {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

/* Hover effect */
.kiyo-contact-float a:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.supro-map-section {
    padding: 0px 20px;
    background: #f8fafc;
}

.supro-map-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* LEFT SIDE */
.supro-map-left {
    flex: 1;
    min-width: 300px;
}

.supro-map-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.supro-map-desc {
    font-size: 15px;
    color: #475569;
    margin-bottom: 15px;
    line-height: 1.6;
}

.supro-map-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.supro-map-item {
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    color: #0f172a;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* RIGHT SIDE */
.supro-map-right {
    flex: 1;
    text-align: center;
    min-width: 300px;
}

.supro-india-map-box {
    position: relative;
    display: inline-block;
}

.supro-india-map {
    width: 100%;
    max-width: 420px;
    opacity: 0.95;
}

/* FLAG */
.supro-india-flag {
    position: absolute;
    top: -20px;
    right: 20px;
    text-align: center;
}

.supro-india-flag img {
    width: 80px;
    display: block;
    margin: auto;
}

.supro-india-flag span {
    font-weight: 600;
    color: #0f172a;
    margin-top: 5px;
    display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .kiyo-contact-float{
            right: 7px;
    }
    .kiyo-contact-float a{
            width: 45px;
    height: 45px;
    font-size: 20px;
    }
    .supro-map-container {
        flex-direction: column;
        text-align: center;
    }

    .supro-map-title {
        font-size: 26px;
    }

    .supro-map-features {
        grid-template-columns: 1fr;
    }

    /*.supro-india-flag {*/
    /*    position: static;*/
    /*    margin-top: 10px;*/
    /*}*/
}
.supro-about-section {
    background: linear-gradient(to right, #f3e7db, #f5f5f5);
    padding: 80px 20px 40px;
    font-family: 'Poppins', sans-serif;
}

.supro-about-container {
    max-width: 1200px;
    margin: auto;
}

.supro-about-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
}

.supro-about-title span {
    color: #f59e0b;
}

.supro-about-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

/* Stats Section */
.supro-stats-wrapper {
    background: #ffffff;
    margin-top: 60px;
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.supro-stat-box {
    text-align: center;
    flex: 1;
    min-width: 180px;
}

.supro-stat-box h3 {
    font-size: 34px;
    color: #f59e0b;
    margin-bottom: 8px;
}

.supro-stat-box p {
    font-size: 16px;
    color: #222;
}

.supro-divider {
    width: 1px;
    height: 50px;
    background: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .supro-about-title {
        font-size: 28px;
    }

    .supro-stats-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .supro-divider {
        display: none;
    }
}
.supro-strength-section {
    background: #f2f2f2;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
}

.supro-strength-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

/* Left */
.supro-strength-left {
    flex: 1;
}

.supro-strength-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.supro-strength-title span {
    color: #f59e0b;
}

.supro-strength-list {
    list-style: none;
    padding: 0;
}

.supro-strength-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

/* Icon */
.supro-icon {
    background: #f59e0b;
    color: #fff;
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    margin-top: 3px;
}

/* Right Image */
.supro-strength-right {
    flex: 1;
}

.supro-strength-right img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
    .supro-strength-container {
        flex-direction: column;
    }

    .supro-strength-title {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .supro-strength-title {
        font-size: 28px;
    }

    .supro-strength-list li {
        font-size: 14px;
    }
}
.supro-mission-section {
    background: white;
    padding: 50px 20px;
    font-family: 'Poppins', sans-serif;
}

.supro-mission-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

/* Image */
.supro-mission-image {
    flex: 1;
}

.supro-mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content */
.supro-mission-content {
    flex: 1;
    padding: 60px 80px;
}

.supro-mission-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.supro-mission-title span {
    color: #f59e0b;
}

/* Text Row */
.supro-mission-text {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.supro-mission-icon {
    color: #f59e0b;
    font-size: 22px;
    margin-top: 4px;
}

.supro-mission-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    max-width: 500px;
}

/* Responsive */
@media (max-width: 992px) {
    .supro-mission-container {
        flex-direction: column;
    }

    .supro-mission-image {
        width: 100%;
        height: 300px;
    }

    .supro-mission-content {
        padding: 40px 25px;
        text-align: center;
    }

    .supro-mission-text {
        justify-content: center;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .supro-mission-title {
        font-size: 28px;
    }

    .supro-mission-text p {
        font-size: 14px;
    }
}
.supro-vision-section {
    background: #efefef;
    font-family: 'Poppins', sans-serif;
    padding:50px 20px;
}

.supro-vision-container {
 max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

/* Left */
.supro-vision-content {
    flex: 1;
    padding: 60px 80px;
}

.supro-vision-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.supro-vision-title span {
    color: #f59e0b;
}

/* Text Row */
.supro-vision-text {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.supro-vision-icon {
    color: #f59e0b;
    font-size: 22px;
    margin-top: 4px;
}

.supro-vision-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    max-width: 520px;
}

/* Right Image */
.supro-vision-image {
    flex: 1;
}

.supro-vision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive */
@media (max-width: 992px) {
    .supro-vision-container {
        flex-direction: column-reverse;
    }

    .supro-vision-image {
        width: 100%;
        height: 300px;
    }

    .supro-vision-content {
        padding: 40px 25px;
        text-align: center;
    }

    .supro-vision-text {
        justify-content: center;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .supro-vision-title {
        font-size: 28px;
    }

    .supro-vision-text p {
        font-size: 14px;
    }
}
.supro-license-section {
    position: relative;
    background: url('your-image.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.supro-license-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    width: 100%;
}

/* Content box */
.supro-license-content {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;;
    border-radius: 8px;
    backdrop-filter: blur(6px);
}

/* Title */
.supro-license-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.supro-license-title span {
    color: #f59e0b;
}

/* Text */
.supro-license-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .supro-license-section {
        min-height: auto;
        padding: 60px 0;
    }

    .supro-license-content {
        padding: 25px;
        max-width: 100%;
    }

    .supro-license-title {
        font-size: 26px;
    }

    .supro-license-content p {
        font-size: 14px;
    }
}
.cert-section-wrapper {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cert-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cert-title {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.cert-card {
  background: #fff;
  border: 2px solid #ffb366; /* Matching the orange border in your image */
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.cert-image-box {
  position: relative;
  aspect-ratio: 3 / 4; /* Keeps certificates in vertical format */
  overflow: hidden;
  cursor: pointer;
}

.cert-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hover Overlay Effect */
.cert-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 153, 51, 0.4); /* Subtle orange tint */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cert-card:hover .cert-overlay {
  opacity: 1;
}

.view-icon {
  font-size: 2rem;
  color: white;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.supro-career-section {
    padding: 80px 20px;
    background: #f9f9f9;
    font-family: 'Poppins', sans-serif;
}

.supro-career-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

/* Image */
.supro-career-image {
    flex: 1;
}

.supro-career-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* Content */
.supro-career-content {
    flex: 1;
}

.supro-career-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.supro-career-title span {
    color: #f59e0b;
}

.supro-career-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

/* Points */
.supro-career-points {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.supro-career-points li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

/* Form */
.supro-career-form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.supro-form-group {
    margin-bottom: 15px;
}

.supro-form-group input,
.supro-form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

.supro-form-group input:focus,
.supro-form-group select:focus {
    border-color: #f59e0b;
}

/* Button */
.supro-career-btn {
    width: 100%;
    padding: 12px;
    background: #f59e0b;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.supro-career-btn:hover {
    background: #d97706;
}

/* Responsive */
@media (max-width: 992px) {
    .supro-career-container {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .supro-career-title {
        font-size: 26px;
    }

    .supro-career-form {
        padding: 20px;
    }
}
.supro-contact-section {
    padding: 80px 20px;
    background: #f8f9fb;
    font-family: 'Poppins', sans-serif;
}

.supro-contact-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* LEFT INFO */
.supro-contact-info {
    flex: 1;
}

.supro-contact-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.supro-contact-title span {
    color: #f59e0b;
}

.supro-contact-desc {
    color: #555;
    margin-bottom: 25px;
    line-height: 1.7;
}

.supro-contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.supro-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 15px;
    color: #333;
}

/* FORM */
.supro-contact-form-box {
    flex: 1;
}

.supro-contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.supro-contact-form h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.supro-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.supro-contact-form input,
.supro-contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

.supro-contact-form input:focus,
.supro-contact-form textarea:focus {
    border-color: #f59e0b;
}

.supro-contact-form button {
    width: 100%;
    padding: 12px;
    background: #f59e0b;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.supro-contact-form button:hover {
    background: #d97706;
}

/* MAP */
.supro-map-section iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .supro-contact-container {
        flex-direction: column;
    }

    .supro-form-row {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .supro-contact-title {
        font-size: 28px;
    }
}
.supro-services-section {
    padding: 80px 20px;
    background: #f9f9f9;
    font-family: 'Poppins', sans-serif;
}

.supro-services-container {
    max-width: 1200px;
    margin: auto;
}

/* Header */
.supro-services-header {
    text-align: center;
    margin-bottom: 50px;
}

.supro-services-header h2 {
    font-size: 36px;
    font-weight: 700;
}

.supro-services-header span {
    color: #f59e0b;
}

.supro-services-header p {
    color: #555;
    margin-top: 10px;
}

/* Grid */
.supro-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card */
.supro-service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.supro-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Image */
.supro-service-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

/* Content */
.supro-service-content {
    padding: 20px;
}

.supro-service-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.supro-service-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

/* Button */
.supro-service-btn {
      display: block;
    margin-top: 17px;
    width: fit-content;
    padding: 8px 18px;
    background: #ff7a00;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.supro-service-btn:hover {
    background: #d97706;
}

/* Responsive */
@media (max-width: 992px) {
    .supro-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .supro-services-grid {
        grid-template-columns: 1fr;
    }

    .supro-services-header h2 {
        font-size: 28px;
    }
}
/* Wrapper */
.srvx-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

/* Main link */
.srvx-main-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
}

/* Dropdown menu */
.srvx-dropdown-menu {
    position: absolute;
    top: 100%;
  left: 37px;
    min-width: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* Dropdown items */
.srvx-dropdown-item {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    font-size: 16px !important;
        margin-left: 0 !important;
}

.srvx-dropdown-item:hover {
    background: #f5f5f5;
    padding-left: 20px;
}

/* Show dropdown on hover */
.srvx-dropdown-wrapper:hover .srvx-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.kiyo-breadcrumb-wrapper {
    background-image:url('../images/about/bg.webp');
  padding: 34px 20px;
    color: #fff;
    position: relative;
}
.kiyo-breadcrumb-wrapper:before{
    content: "";;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color:#000000b5;*/
}
.kiyo-breadcrumb-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.kiyo-breadcrumb-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.kiyo-breadcrumb-nav {
    display: flex;
    justify-content: center;
}

.kiyo-breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(255,255,255,0.08);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    list-style-type: none;
}

.kiyo-breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
}

.kiyo-breadcrumb-link {
    text-decoration: none;
    color: #cbd5f5;
    transition: all 0.3s ease;
    position: relative;
}

.kiyo-breadcrumb-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #ff7a00;
    transition: 0.3s;
}

.kiyo-breadcrumb-link:hover {
    color: #ff7a00;
}

.kiyo-breadcrumb-link:hover::after {
    width: 100%;
}

.kiyo-breadcrumb-separator {
    color: #94a3b8;
    font-size: 14px;
}

.kiyo-breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
}

.zxv-service-detail-section {
    padding: 60px 20px;
    background: #f8fafc;
    font-family: Arial, sans-serif;
}

.zxv-service-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

/* LEFT */
.zxv-service-left {
    width: 395px;
    float: left;
    margin-right: 39px;
}

.zxv-service-image-box img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.zxv-service-cta-box {
    color: #fff;
    border-radius: 12px;
    text-align: center;
    display: flex;
    align-items: center;
}

.zxv-btn {
    padding: 10px 18px;
    margin: 8px 5px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
    flex: 1;
        font-size: 17px;
    font-weight: 600;
}

.zxv-btn-primary {
    background: #ff7a00;
    color: #fff;
}

.zxv-btn-primary:hover {
   color: white;
}

.zxv-btn-outline {
     color: #ffffff;
    background-color: #0099ff;
}
.zxv-btn-outline:hover {
     color: #ffffff;
 
}


/* RIGHT */
.zxv-service-right {
    flex: 2;
    min-width: 300px;
}

.zxv-service-title {
    font-size: 32px;
    margin-bottom: 15px;
    color: #0f172a;
}

.zxv-service-description {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
    line-height: 1.7;
}

/* FEATURES */
.zxv-service-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}

.zxv-feature-item {
    background: #e2e8f0;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
}

/* EXTRA */
.zxv-service-extra h3 {
    margin-bottom: 10px;
    color: #0f172a;
}

.zxv-service-extra p {
    color: #64748b;
    line-height: 1.6;
}

/* RELATED */
.zxv-related-section {
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.zxv-related-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
}

.zxv-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.zxv-related-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
    text-align: center;
    padding-bottom: 20px;
}

.zxv-related-card:hover {
    transform: translateY(-5px);
}

.zxv-related-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.zxv-related-card h4 {
    margin: 15px 0 5px;
}

.zxv-related-card p {
    font-size: 14px;
    color: #64748b;
    padding: 0 10px;
}

.zxv-related-btn {
    display: inline-block;
    margin-top: 10px;
    color: #38bdf8;
    text-decoration: none;
    font-weight: 500;
}
/* Sidebar Base */
.km-sidebar-container {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background: #161616;
    color: #fff;
    z-index: 9999;
    transition: 0.4s ease;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

/* Active State */
.km-sidebar-container.active {
    left: 0;
}

/* Overlay */
.km-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.km-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Header */
.km-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.km-sidebar-logo {
    font-size: 22px;
    font-weight: 700;
}

.km-sidebar-close {
    font-size: 24px;
    cursor: pointer;
}

/* Navigation */
.km-sidebar-nav {
    list-style: none;
    padding: 0;
}

.km-sidebar-nav li {
    margin-bottom: 18px;
}

.km-sidebar-nav a,
.km-dropdown-toggle {
    color: white;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.km-sidebar-nav a:hover,
.km-dropdown-toggle:hover {
    color: #fff;
}

/* Dropdown */
.km-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    padding-left: 15px;
}

.km-dropdown-menu li {
    margin: 10px 0;
}

.km-dropdown-parent.active .km-dropdown-menu {
    max-height: 200px;
}
@media (max-width: 600px) {
    .zxv-service-left{
            margin-bottom: 30px;
            width: 100%;
    }
}