/* style.css */
/* Hero Slider */
.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.background-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay-text {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: white;
}

.slider-content .slide-text {
  display: none;
  max-width: 800px;
  width: 100%;
  margin-bottom: auto;
/*  font-weight: 600;*/
  transition: opacity 0.5s ease;
}

.slider-content .slide-text.active {
  display: block;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.slider-content h1 {
  font-size: 2.625rem;
  line-height: 1.3;
  margin-bottom: 20px;

  font-variant: small-caps;
  text-transform: capitalize;
}

.cta-buttons a {
  background-color: rgba(255, 255, 255, 0.16);
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 20px;
  margin-right: 10px;
  text-decoration: none;
/*  border-radius: 25px;*/
  font-size: 1.05rem;
  text-transform: uppercase;
  transition: .7s all ease;
}
.cta-buttons a:hover{
  background-color: #fff;
  color: #000;
}

.logo__img img {
    margin-top: 6px;
}

/* Problems Section */
.problems {
  background-color: #f5f5f5;
  text-align: center;
  padding: 60px 20px;
}

.problems h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.problems ul {
  list-style: none;
  margin-bottom: 20px;
}

.problems ul li {
  margin: 10px 0;
  font-weight: bold;
}

.learn-more {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  transition: background 0.3s;
}

.learn-more:hover {
  background: #333;
}

/* Services Section */
.services {
  background-color: #000;
  color: #fff;
  padding: 20px;
/*  height: 100vh;*/
}
.services h2{
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.6rem;
/*  font-family: "Space Grotesk", sans-serif;*/
  font-weight: 400;
}
.services .solution-box p {
    font-size: 17px;
    margin-bottom: 25px;
}
.services .solutn__lnks a.lrnmre {
    padding: 10px 0;
    border-radius: 30px;
    letter-spacing: 0.3px;
    transition: .7s all ease;
    border: 1px solid #fff;
}
.services .solutn__lnks a.lrnmre:hover{
  background-color: #000;
  color: #fff;
}
.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
.services .section__heading{
  text-align: center;
  margin-bottom: 50px;
}
.services-grid .servicesgrid__col {
  max-width: 32%;
  width: 100%;
  flex: 32%;
  padding: 12px;
  margin-bottom: 45px;
}
.servicesgrid__col a{
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 0px 12px #ffffff70;
  padding: 20px 35px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
  color: #000;
  transition: .5s all ease;
  line-height: 1.2;
}
.services-grid .servicesgrid__col:nth-child(7), .services-grid .servicesgrid__col:nth-child(8), .services-grid .servicesgrid__col:nth-child(9){
  margin-bottom: 0;
}
.services-grid a:hover{
  background-color: #0a255c;
  color: #fff;
}
.services-grid a i {
  display: block;
  margin: auto;
  margin-top: -60px;
  background-color: #0a255c;
  max-width: fit-content;
  padding: 20px;
  color: #fff;
  border-radius: 100%;
  font-size: 3rem;
  margin-bottom: 10px;
  transition: .3s all ease;
}
.services-grid a:hover i{
  background-color: #fff;
  color: #0a255c;
}
.services-grid .servicesgrid__col:nth-child(1) a i{
  padding: 20px 23px
}
.services-grid .servicesgrid__col:nth-child(2) a i{
  padding: 20px 20px
}
.services-grid .servicesgrid__col:nth-child(3) a i{
  padding: 20px 14px
}
.services-grid .servicesgrid__col:nth-child(4) a i{
  padding: 20px 20px
}
.services-grid .servicesgrid__col:nth-child(5) a i{
  padding: 20px 14px;
}
.services-grid .servicesgrid__col:nth-child(6) a i{
  padding: 20px 14px;
}
.services-grid .servicesgrid__col:nth-child(7) a i{
  padding: 20px 14px;
}
.services-grid .servicesgrid__col:nth-child(8) a i{
  padding: 20px 17px;
}
.services-grid .servicesgrid__col:nth-child(9) a i{
  padding: 20px 23px;
}
.problmitm__lnks a{
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ff9040;
  text-transform: capitalize;
  display: block;
  max-width: 270px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.solutn__lnks{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.solutn__lnks a{
  max-width: 200px;
  width: 100%;
  display: block;
  border: 1px solid #1c1c1c;
  text-transform: uppercase;
  margin-top: 0px;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
  transition: .2s all ease;
  font-size: 15px;
  letter-spacing: 0.7px;
}
.solutn__lnks a:hover{
  background-color: #1c1c1c;
  color: #fff;
}

/* Projects Section */
.projects {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.projects h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.project-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.project-list div {
  max-width: 300px;
}

.project-list img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.project-list p {
  font-size: 0.95rem;
}

/* Contact Section */
.contact {
  background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.contact h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.contact p {
  margin: 8px 0;
}

.contact a {
  color: #ffcc99;
  text-decoration: underline;
}

.contact .social a {
  margin: 0 5px;
  color: #fff;
}

/* Industries Section */
.industries {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.industries h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}

.industry-grid div {
  text-align: center;
}

.industry-grid img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.industry-grid span {
  background-color: #ff9966;
  padding: 6px 10px;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.85rem;
}
.slide {
  display: none;
}

.slide.active {
  display: block;
}
.problem-solution-section {
  position: relative;
}
.problem__solution__content{
  padding: 60px 10px;
  display: flex;
  gap: 50px;  
}

.problem-list {
  width: 50%;
/*  border-right: 2px solid #eee;*/
}

.problem-item {
  padding: 20px;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.problem-item:hover,
.problem-item.active {
  background-color: #f7f7f7;
  border-left: 4px solid #ff9040;
  font-weight: bold;
}

.solution-content {
  width: 50%;
}

.solution-box {
/*  display: none;*/
  animation: fadeIn 0.3s ease forwards;
  margin-bottom: 20px;
}

.solution-box:last-child{
  margin-bottom: 0;
}
.pblm__heading {
    font-size: 1.5rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
/*    font-family: 'Montserrat', sans-serif;*/
    font-weight: 400;
    margin-bottom: 10px;
}
.solution-box p {
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.solution-box p:last-child{
  margin-bottom: 0;
}
.prblmImg {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.solution-box.active {
  display: block;
}
.solutn__lnks a.lrnmre{
  background-color: #fff;
  text-align: center;
  border: none;
  color: #000;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.projects-section {
  padding: 70px 40px 60px;
  background: #fff;
  position: relative;
  overflow: hidden;
/*  height: 100vh;*/
}

.projects-section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-family: BogartBold, Arial, serif;
  font-weight: 600;
}

.slider-wrapper {
  display: flex;
/*  overflow-x: auto;*/
  flex-wrap: wrap;
  scroll-behavior: smooth;
  gap: 30px;
  padding-bottom: 10px;
  justify-content: center;
}

.project-card {
  flex: 30%;
  max-width: 30%;
  width: 100%;
  /*  background: #fff;*/
  border-radius: 16px;
/*  box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
  text-align: center;
}

.projecrcard__cntnt{
  padding: 20px;
  padding-top: 0;
}
.project-card img {
  max-width: 230px;
  width: 100%;
/*  height: 100%;*/
  object-fit: cover;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 16px;
}

.project-card p {
  margin: 6px 0;
  color: #666;
}

.project-card h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.arrow-left, .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    z-index: 10;
    max-width: 60px;
    width: 100%;
    display: block;
    font-size: 28px;
    line-height: normal;
    border-radius: 5px;
}
.arrow-left{
  left: 10px;
}
.arrow-right{ 
  right: 10px;
}

.arrow-right:hover {
  background: #333;
}
.custom-arrow {
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  padding-bottom: 4px;
  border: none;
  font-size: 20px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.slick-prev.custom-arrow {
  left: -20px;
}

.slick-next.custom-arrow {
  right: -20px;
}

.custom-arrow:hover {
  background: #333;
}


/* Optional: hide arrows on small screens */
@media (max-width: 600px) {
  .custom-arrow {
    width: 35px;
    height: 35px;
  }
  .slick-prev.custom-arrow {
    left: -7px;
  }
  .slick-next.custom-arrow {
    right: -7px;
  }
}

/* Hide scrollbar */
.slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.industries-section {
  text-align: center;
  padding: 0px 20px 40px;
  background: #fff;
}

.industries-swiper .swiper-slide {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.industries-swiper .swiper-slide:hover {
  transform: translateY(-5px);
}

.industries-swiper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.industries-swiper p {
  margin-top: 10px;
  font-weight: 600;
  color: #333;
}
.swiper {
    overflow-x: clip;
    padding-bottom: 45px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 1px;
}
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.quote-section{
  background-color: #000;
  padding: 7rem 0 5rem;
/*  height: 100vh;*/
} 
.quote__section__heading{
  background: url('../images/portfolio__bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 40px;
  color: #fff;
  align-items: center;
}
.quote_row{  
  padding-top: 4rem;
  text-align: center;
}
.quote-section h2 {
    font-family: AgrandirMedium;
    font-weight: 500;
    font-size: 3.8rem;
    text-transform: uppercase;
}
.quote_row .solutn__lnks{
  justify-content: center;
}
.quote_row .solutn__lnks a.lrnmre {
    border-radius: 20px;
    font-size: 1.2rem;
    max-width: 250px;
    padding: 10px;
}

.quote-left {
  flex: 1;
  min-width: 300px;
}

.quote-left h2 {
  font-size: 31px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.quote-info {
  margin-bottom: 20px;
}

.quote-info h4 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
}

.quote-info a {
  color: #e74cf3;
  text-decoration: none;
  font-weight: 500;
}

.quote-info a:hover {
  text-decoration: underline;
}
.quote{
  display: flex;
    flex-direction: row;
    gap: 10px;
}
.quotesocial-icons a {
  margin-right: 12px;
  font-size: 20px;
  color: #e74cf3;
  transition: transform 0.3s ease;
}

.quotesocial-icons a:hover {
  transform: scale(1.2);
}

.quote-right {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.quote-right video {
    max-width: 300px;
    width: 100%;
    border-radius: 10px;
    box-shadow: none;
}

/* About Section */
.whowe_about {
  background: #fff;
  padding: 60px 0px 40px;
/*  height: 100vh;*/
}
.whowe__ar{
  max-width: 840px;
  width: 100%;
  margin: auto;
}
/*.whowe_about h2.section__heading, .whowe_about p{
  text-align: center;
}*/
.start__here{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
/*  padding-top: 45px;*/
}
.start__herecta{
  flex: 50%;
}
.start__herecntnt{
  flex: 40%;
}
.start__herecntnt img{
  display: block;
  margin: auto;
  max-width: 450px;
}
.start__herecta .submit__btn{
  background-color: #000;
  padding: 10px 13px;
  border-color: #000;
}
.start__herecta .submit__btn:hover{
  background-color: #fff;
  color: #000;
}
.start__herecta{
  text-align: left;
  padding-left: 3rem;
}
.start__herecta h3{
  font-family: ttinterfaceBold;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
}
.start__herecta p{
  font-size: 24px;
  margin-bottom: 20px !important;
  text-align: left;
}
.start__herecta .starthere__cta{
  border: 2px solid #000;
  background-color: #fff;
  padding: 8px 20px;
  text-align: center;
}
.start__herecntnt {
    display: flex;
    justify-content: flex-end;
}
.start__herecntnt img{
  max-width: 480px;
  display: block;
/*  margin: auto;*/
}
.whowe__are{
  max-width: 80px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.whowe_about h2.section__heading {
    font-size: 2.5em;
/*    font-family: "Space Grotesk", sans-serif;*/
    font-weight: 700;
}
.solution-content h3 {
    margin-bottom: 12px;
}

.client-marquee-container {
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

.client-marquee-track {
  display: flex;
  width: max-content;
  animation: scrollClients 25s linear infinite;
}

.client-marquee {
  display: flex;
  gap: 60px;
}

.client-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.client-item img {
  width: 100px;
  height: auto;
  margin-bottom: 8px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.client-item img:hover {
  filter: none;
}

@keyframes scrollClients {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.client-marquee-container:hover .client-marquee {
  animation-play-state: paused;
}
.myClientSwiper {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}

.myClientSwiper .swiper-slide {
  text-align: center;
  font-size: 16px;
  font-family: 'Montserrat SemiBold', sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.myClientSwiper .swiper-slide img {
  width: 180px;
  height: auto;
  margin-bottom: 10px;
/*  filter: grayscale(100%);*/
  transition: filter 0.3s ease;
}

.myClientSwiper .swiper-slide img:hover {
  filter: none;
}
.services .solutn__lnks a.lrnmre{
  margin-top: 20px;
}
.services .prblmImg {
    max-width: 450px;
    margin: auto;
    display: block;
}
textarea::placeholder{
  color: #000;
}
.footersocialIcons{
  padding-top: 8px;
  padding-left: 5px;
  font-size: 1.2rem;
}
textarea::placeholder{
  color: #131212;
}
.form__field select {
    width: 100%;
    padding: 15px;
    background-color: var(--white);
    border: .5px solid var(--btn-link-color);
    border-radius: 6px;
    margin-bottom: 20px;
    outline-color: var(--orange);
}
.form__field input[type=email], .form__field input[type=text], .form__fieldfull textarea, .form__field select {
    border: none;
    border-bottom: .5px solid #fff;
    outline-color: transparent;
    margin-bottom: 15px;
    background-color: transparent;
    outline: none;
    color: #fff;
}
.form__field input::placeholder, .form__fieldfull textarea::placeholder{
  color: #fff !important;
  font-family: Montserrat;
}
.form__field select{
  background-color: #000;
  font-family: Montserrat;
}
.error_message {
    font-size: 14px;
    margin-top: 0 !important;
}
form#contact__formnew {
    background-color: #000;
    padding: 20px !important;
    border-radius: 10px;
}
form#contact__formnew .submit__btn{
  background-color: #fff;
  color: #000;
  transition: .3s all ease;
  border-color: #fff;
}
form#contact__formnew .submit__btn:hover{
  background-color: transparent;
  color: #fff;
}
.breadcrumb {
    background-color: #18191a;
}
.privacy__details h1{
  font-size: 2.4rem;
}
.section__subheading1, .section__subheading2{
  font-family: ttinterfaceBold, Arial, serif;
  font-weight: 400;
  font-size: 20px;
}
.breadcrumb strong{
  font-family: Garet;
  font-weight: 400;
}
.section__paradstyl p strong{
  font-weight: 400;
}
.breadcrumb a strong{
  font-family: Montserrat;
}
.gtintuch__quck h2 {
    color: #fff;
    font-size: var(--font-size-28);
    font-family: BogartMedium;
    font-weight: 500;
    margin-bottom: 24px;
}
.post__grid h3{
  font-family: BogartMedium;
}
.custom__pagegrid .page-content h2 strong{
  font-family: BogartMedium;
  font-weight: 500;
}
.custom__pagegrid .page-content strong{
  font-family: MontserratSemiBold;
  font-weight: 500;
}
.blog__author i, .blogpublish__dt i{
  color: #000;
}

.portfolio_sec .overlay-text{
  background-color: rgba(0, 0, 0, 0.78);
  text-align: left;
}
.portfolio_sec .overlay-cntnt{
  padding-top: 40px;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.portfolio-right p{
  font-size: 17px;
  text-shadow: 1px 1px #000;
  letter-spacing: 0.5px;
}
.mblimg{
    display: none;
}
 .services .prblmImg.mblimg{
  display: none;
 }
 .modal-content{
  border: 20px solid rgb(63 63 63);
  box-shadow: 0 0 20px 0 rgb(255 255 255 / 28%);
 }
 .send__query{
  background-color: #000;
  border-color: #000;
 }
 @keyframes bgfill {
    0% {
        background-color: #fff;
        border-radius: 100%;
        opacity: 1;
        transform: scale(0)
    }

    50% {
        border-radius: 60%;
        opacity: .5
    }

    100% {
        border-radius: 9px;
        opacity: 1;
        transform: scale(1)
    }
}
button.btn-close{
  cursor: pointer;
}
.submit__btn{
  font-family: Garet;
}
.navigation .menu__bar > ul > li.mbllnk{
    display: none;
}