/* ai page  */
:root {
  --main-color: #f6cc04;
  --main-color-text: #f6aa04;
  --color-white: #fff;
  --color-black: #000;
}
.bg-main{
  background-color: var(--main-color-text);
}
header {
  
  background-color: #d3d3d3;
}
.main-color-header header{
  background-color: var(--main-color-text);
}
.inner-page-hero-section {
  overflow: hidden;
}
.inner-page-hero-section h1 span {
  font-size: calc(30px + 4.5vw);
  display: block;
  font-family: "Gilroy-Light", sans-serif;
  line-height: 1.3;
}
.inner-page-hero-section h1.min-line-height span {

  line-height: 1;
}
.inner-page-hero-section .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.inner-page-hero-section .background img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.what-are-section h2 {
  margin-bottom: 20px;
  color: var(--main-color-text);
}

.section {
  padding: 60px 0;
}
.section:not(:last-child) {
  border-bottom: 2px solid var(--main-color-text); /* Gold divider line */
}
.section-number {
  font-size: 22px;
}
.section-title {
  
  font-size: calc(15px + .8vw);
}
.section-content {
  color: #333;
}

.rounded-bg {
  background-color: var(--main-color-text);
  padding: 10px 50px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  color: black;
  display: inline-block;
  max-width: 1000px;
  margin: 0 auto;
}

.black-circle {
  background-color: #000;
  color: var(--main-color-text);
  aspect-ratio: 1/1;
  max-width: 220px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  margin: auto;
  font-family: Gilroy-SemiBold;
  font-size: 1.3vw;
  font-size: calc(12px + .4vw);
}
.black-circle span {
  font-family: Gilroy-Light;
}
.use-cases-section {
  background-color: var(--main-color-text);
  padding: 60px 20px;
  color: #000;
}
.use-cases-section h3 {
  font-weight: 700;
}
.use-case-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  text-align: start;
}
.check-icon {
  color: #000;
  font-size: 20px;
  margin-top: 3px;
}
.use-case-item .text {
  font-family: Gilroy-Light;
}
.use-case-item strong {
  font-family: Gilroy-SemiBold;
}

/* sectors */
.sectors {
  padding: 40px 5%;
}

.sector {
  margin-bottom: 40px;
}

.sector h3 {
  padding-bottom: 0;
  margin-bottom: 30px;
  position: relative;

  z-index: 1;
}
.sector h3 span {
  background: white;
  padding-right: 20px;
}
.sector h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--main-color-text);
  bottom: 10px;
  left: 0;
  z-index: -1;
}

.sector ul li {
  margin-bottom: 20px;
  font-family: Gilroy-Light;
}
.sector ul li strong {
  font-family: Gilroy-SemiBold;
}

/* cloud page */

.card-container {
  padding: 50px;
  background: var(--main-color-text);
  border-radius: 20px;
  padding-bottom: 0;
}
.card-container .image-wrapper {
  position: relative;
}
.card-container .image-wrapper .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* feature development */

.industries-main-wrapper {
  overflow: hidden;
}

.industries-wrapper {
  margin-top: -2px;
}

/* Feature Box Styling */
.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-right: 2px solid var(--main-color-text);
  border-top: 2px solid var(--main-color-text);
}

/* Icons */

.feature-box span {
  color: #000000;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}

.feature-development {
  background-color: #000;
  color: #fff;
  padding: 60px 20px;
}

.section-heading {
  font-weight: 600;
  margin-bottom: 50px;
}

.feature-card h5 {
  color: var(--main-color-text);
  
  font-size: calc(16px + .8vw);
}

.feature-card hr {
  border-top: 2px solid #ffffff;
  width: 100%;
  margin: 25px 0;
}

.feature-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}


/* ✅ Large screens (Desktop - 6 columns per row) */
@media (min-width: 992px) {
  .industries-wrapper .col:nth-child(4n) .feature-box {
    border-right: none;
  }
  /* Remove left border from first item in each row */
  .industries-wrapper .col:nth-child(4n + 1) .feature-box {
    border-left: none;
  }
  .lifecycle-management .industries-wrapper .col:nth-child(2n) .feature-box {
    border-right: none;
  }
}

/* ✅ Medium screens (Tablets - 4 columns per row) */
@media (max-width: 991px) {
  .industries-wrapper .col:nth-child(3n) .feature-box {
    border-right: none !important;
  }
  .industries-wrapper .col:nth-child(3n + 1) .feature-box {
    border-left: none !important;
  }
  .industries-wrapper .col:nth-child(6n) .feature-box {
    border-right: none !important;
  }
  .industries-wrapper .col:nth-child(6n + 1) .feature-box {
    border-left: none !important;
  }
}

/* ✅ Small screens (Mobile - 2 columns per row) */
@media (max-width: 767px) {
  .industries-wrapper .col:nth-child(2n) .feature-box {
    border-right: none;
  }
  .industries-wrapper .col:nth-child(2n + 1) .feature-box {
    border-right: 2px solid var(--main-color-text) !important;
  }
}


/* product security */

.security-hardening {
  background-color: #fff;
  color: #000;
  padding: 60px 20px;
}

.section-heading {
  font-weight: 600;
  margin-bottom: 40px;
}

.security-card {
  background-color: var(--main-color-text);
  padding: 20px 20px;
  border-radius: 20px;
  color: #000;
  height: 100%;
}

.security-card h5 {
font-size: 23px;
color: white;
margin-bottom: 35px;
}
.security-card p{
  font-family: Gilroy-Medium;
}

.security-card ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.security-card li {
  list-style-type: disc;
  font-size: 0.95rem;
  margin-bottom: 4px;
}






.lifecycle-wrapper .feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-right: 1px solid var(--main-color-text);
  border-top: 1px solid var(--main-color-text);
}
.lifecycle-wrapper .feature-box .feature-box-content .number{
  font-size: 20px;
}
.lifecycle-wrapper .feature-box .feature-box-content .text h5{
font-size: 24px;
margin-bottom: 25px;
}
.lifecycle-wrapper .feature-box .feature-box-content p{
  color: rgb(0, 0, 0) !important;
}
.lifecycle-wrapper .feature-box .feature-box-content{
  display: flex;

 
  justify-content: flex-start;
}
.lifecycle-wrapper .feature-box .feature-box-content .number{
  
  margin-right: 50px;
}
.lifecycle-wrapper .col:first-child .feature-box{
  border-top: none;
}

.lifecycle-wrapper .col:nth-child(2n) .feature-box {
  border-right: none;
  
}
.lifecycle-wrapper .col.item-2 .feature-box {
  border-top: none;
  
}


/* ✅ Small screens (Mobile - 2 columns per row) */

/* contact us page start */

.contact-form-wrapper .form-input-group,
.form-input-textarea {
  position: relative;
  margin: 35px 0;
}
.wrapper-info a {
  color: #000;
}

.contact-banner {
  height: 100vh;
}

.contact-form-wrapper .form-input-group label,
.form-input-textarea label {
  position: absolute;
  top: 0%;
  left: 0px;
  font-size: 18px;
  font-weight: 100;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgb(88, 88, 88);
  pointer-events: none;
  transition: 0.5s;
}

.contact-form-wrapper .form-input-group input,
.contact-form-wrapper .form-input-group select {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid rgb(116, 116, 116);
  border-top: none;
  border-left: none;
  outline: none;
  background: transparent;
  padding: 0;
  border-radius: unset;
  color: rgb(0, 0, 0);
  padding: 0 15px;
  font-size: 25px;
  font-weight: 100;
}

.contact-form-wrapper textarea {
  color: rgb(0, 0, 0);
  width: 100%;

  border-radius: 5px;
  border: unset;
  border-top: none;
  border-left: none;
  outline: none;
  background: transparent;
  padding: 0;
  border-radius: unset;
  border-bottom: solid 1px rgb(116, 116, 116);
  border-right: solid 1px rgb(116, 116, 116);
}

.contact-form-wrapper .form-input-group input:focus ~ label,
.contact-form-wrapper .form-input-group input:valid ~ label,
.contact-form-wrapper .form-input-group select:focus ~ label,
.contact-form-wrapper .form-input-group select:valid ~ label,
.contact-form-wrapper .form-input-textarea textarea:focus ~ label,
.contact-form-wrapper .form-input-textarea textarea:valid ~ label {
  top: -25px;
  color: rgb(0, 0, 0);
}
.contact-form-wrapper .form-input-group input:focus,
.contact-form-wrapper .form-input-group input:valid,
.contact-form-wrapper .form-input-group select:focus,
.contact-form-wrapper .form-input-group select:valid,
.contact-form-wrapper .form-input-textarea textarea:focus,
.contact-form-wrapper .form-input-textarea textarea:valid {
  border-top: solid 1px rgb(116, 116, 116);
  border-left: solid 1px rgb(116, 116, 116);
}

.wrapper-info .socal a i {
  color: #000000 !important;
}
.wrapper-info .socal a:hover i {
  color: #585858 !important;
}

.contact-card {
  border: none;

  padding: 25px;
  margin-bottom: 20px;
  height: 100%;
  border: 1px solid rgb(238, 238, 238);
  transition: transform 0.3s ease;
}

.contact-icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--main-color);
  border: 1px solid rgb(238, 238, 238);
  display: inline-block;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-desc {
  color: #6c757d;
  margin-bottom: 15px;
}
.contact-link {
  color: #242424;
  text-decoration: none;
  font-weight: 500;
}
.contact-link:hover {
  text-decoration: underline;
}


/* brand solutions */
.swiper-container {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
.brand-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.swiper-pagination {
  position: relative;
  bottom: -20px !important;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 0.5;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #000000; /* Primary color, adjust as needed */
  opacity: 1;
  transform: scale(1.2);
}
/* Ensure responsiveness */
@media (max-width: 768px) {
  .swiper-container {
    padding: 10px 0;
  }
}

@media (max-width:  768px) {
  .use-cases-section, .section {
    padding: 20px 0;
  }
  .card-container{
    padding: 20px;
  }
  .section-title {
    margin: 20px 0;
}
.section-number{
  margin-top: 30px;
}
.card-container .image-wrapper .img{
  position: relative;
  margin-bottom: 0px;
}
.lifecycle-wrapper .feature-box{
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid var(--main-color-text);
  flex-direction: column;
}
  
}