/*
Theme Name: Sama Alarabia
Author: You
Version: 1.0
Text Domain: samaalarabia
*/
:root {
  --heading-font: 'milkerregular';
  --paragraph-font: "Space Grotesk", sans-serif;
  --subheading-font: "Space Grotesk", sans-serif;

  --heading-size: 2.5rem;    /* ~40px */
  --subheading-size: 1.5rem; /* ~24px */
  --paragraph-size: 20px;    /* ~16px */
	--heading-line: 1.2;
  --subheading-line: 1.4;
  --paragraph-line: 1.6;
}
 @font-face {
    font-family: 'milkerregular';
    src: url('fonts/milker-webfont.woff2') format('woff2'),
         url('fonts/milker-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

    body {
      font-family: "Space Grotesk", sans-serif;
      background: #fcfcfc;
      overflow-x: hidden;
    }
    header {
      background: linear-gradient(180deg, #E0F7FA 0%, #FFFFFF 100%);
      padding: 80px 0;
      text-align: center;
    }
    header h1 {
      font-size: 2.8rem;
      font-weight: 700;
    }
    header p {
      font-size: 1.2rem;
      color: #333;
    }
i{
	cursor:pointer;
}
a{
	text-decoration:none !important;
	cursor:pointer;
}
.footer-contact p a{
	text-decoration:none;
	color:#212519;
	
}
    .section-title {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 30px;
    }
    .project-img {
      border-radius: 12px;
      overflow: hidden;
    }
    .footer {
      /* background: #f1f1f1; */
      padding: 40px 0;
    }
        /* Header */
    /*.navbar {*/
    /*  background-color: #fff;*/
    /*  box-shadow: 0 2px 10px rgba(0,0,0,0.05);*/
    /*}*/

   
.navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
	    font-family: "Space Grotesk", sans-serif;
}

/* Custom rounded underline */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #0EC0DE;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  opacity: 0;
  transition: all 0.3s ease;
}

/* On hover or active */

.navbar-nav .nav-link.active::after {
  width: 41px;
  opacity: 1;
}
.navbar-nav .nav-link:hover{
	color: #0EC0DE;
}
.current-menu-item .nav-link {
  position: relative;
color: #0EC0DE !important;
}

.current-menu-item .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: #0EC0DE;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  opacity: 1;
  transition: all 0.3s ease;
}


.btn-contact {
  background-color: #313F49;
  color: #fff;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height:46px;
  transition: background-color 0.3s ease;
	    font-family: "Space Grotesk", sans-serif;
}

.btn-contact i {
  opacity: 1;
 transform: rotate(-45deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover Effects */
.btn-contact:hover {
  background-color: #0EC0DE;
  color: #fff;
}

.btn-contact:hover i {
  opacity: 1;
  transform: rotate(45deg) translateX(0); /* slanted ↗ */
}


    .hero-section {
      position: relative;
  padding: 100px 0 0 80px;
  color: #000;
  height: 655px;
  overflow: hidden;
  background-size: cover;
    }

    .hero-title {
 font-family: 'milkerregular';
font-size: 84px;
line-height: 100%;
letter-spacing: 0%;
color:#313F49;
  padding-top: 0;
    }

    .hero-subtitle {
  font-family: "Space Grotesk", sans-serif;
font-weight: 500;
font-size: 30px;
line-height: 130%;
letter-spacing: 0%;
color:#313F49;
  justify-content: end;
  display: flex;
padding-bottom: 70px;
    }

    .features-row {
      margin-top: 50px;
      justify-content: center;
      gap: 15px;
    }

  .feature-card {
position: relative;
  padding: 60px 20px 20px;
  text-align: left;
  border-radius: 15px;
  overflow: hidden;
  min-height: 220px;
  backdrop-filter: blur(14.087406158447266px);

  background: #FFFFFF2B;
  margin-top: 40px;
  transform: rotate(9deg) !important;
border: 0.78px solid #0EC0DECC
}



.feature-card img {
z-index: 1;
  height: auto;
  margin-bottom: 15px;
  animation: rotateBounce 3s ease-in-out infinite;
  position: absolute;
  top: -11px;
  right: 0;
}

.feature-card h6 {
font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  position: absolute;
  bottom: 50px;
  transform: rotate(-9deg) !important;

}
    .feature-card:hover {
      transform: translateY(-5px);
    }

    .partners-strip {
      background: #fff;
      padding: 15px 0;
      overflow-x: auto;
      white-space: nowrap;
    }

    .partners-strip img {
      height: 40px;
      margin: 0 20px;
    }

    .hero-decor-top, .hero-decor-bottom {
      position: absolute;
      max-width: 250px;
      z-index: 1;
      opacity: 0.8;
      animation: floatY 4s ease-in-out infinite;
    }

    .hero-decor-top {
      bottom: 0;
      right: 0;
      animation-delay: 0s;
    }

    .hero-decor-bottom {
      top: 0;
      left: 0;
      animation-delay: 1s;
    }

    @keyframes floatY {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-20px);
      }
    }

    @keyframes rotateBounce {
      0%, 100% {
        transform: rotate(0deg) translateY(0);
      }
      50% {
        transform: rotate(10deg) translateY(-10px);
      }
    }
    .w-100{
        width: 100%;
    }
        .star {
      position: absolute;
      width: 30px;
      height: 30px;
     
      background-size: contain !important;
      animation: twinkle 2s infinite ease-in-out;
    }

    .star1 { top: 30%; right: 20%; animation-delay: 0s;height:45px;width:45px; }
.star2 {
  top: 0;
  left:0;
  animation-delay: 1s;
}


    @keyframes twinkle {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.3; transform: scale(1.3); }
    }
  .feature-card:nth-child(1) {
      transform: rotate(7deg);
    }
    .feature-card:nth-child(2) {
      transform: rotate(7deg);
    }

    .feature-card:nth-child(3) {
      transform: rotate(7deg);
    }
    .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
  

   
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.slider-items img {
    width: 12%;
    margin: 20px;

}
    .info-section {
     padding: 60px 80px;
      /*background: linear-gradient(to right, #f8fcff, #e8faff);*/
      text-align: center;
    }
.info-section  h4{
	font-size:20px;
}
    .info-highlight {
      font-weight: 700;
    }

    .highlight-bg {
      position: relative;
      display: inline-block;
    }

    .highlight-bg::after {
    content: '';
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 139%;
  height: 42px;
  background: url("images/boxs.png");
  z-index: -1;
		background-repeat: no-repeat;
    }

.info-circle {
  width: 250px;
  height: 250px;
  background: #111;
  color: #fff;
  font-size:90px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  margin: 20px auto;
	animation: pulseCircle 2s ease-in-out infinite;
}

.count-number,
.count-icon {
  line-height: 1;           /* removes extra space */
  display: inline-block;    /* respect flex alignment */
}


    @keyframes pulseCircle {
      0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(17, 17, 17, 0.4);
      }
      50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px 10px rgba(17, 17, 17, 0.1);
      }
    }

    .info-description {
      max-width: 800px;
      margin: 0 auto;
  text-align:justify;
font-weight: 400;
font-style: Regular;
font-size: 20px;
text-align: justify;
line-height: 130%;
letter-spacing: 0%;

    }
      /* Mission Section */
      .mission-section {
 padding: 0px 0 20px 0;
  /*background: linear-gradient(to right, #eefbff, #f5fdff);*/
 
    }
    

       .tabs-container {
      display: flex;
      padding: 60px 80px;
      align-items: flex-start;
    }

    .tabs {
      padding-right: 40px;
  
    }

    .tab {
      margin-bottom: 60px;
      cursor: pointer;
      position: relative;
    }
.active .tab-label{
        font-family: 'milkerregular';
font-weight: 400;
font-size: 50px;
line-height: 130%;
letter-spacing: 0%;
color:#313F49;
}
    .tab-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    
font-weight: 400;
font-size: 14px;
line-height: 130%;
letter-spacing: 5%;

      padding-bottom: 8px;
      position: relative;
    }

    .tab-label::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -80px;
      height: 1px;
      background: #999;
      width: calc(100% + 80px);
    }

    .tab-number {
      font-size: 14px;
      color: #999;
    }

    .arrow-icon {
      margin-left: 10px;
      width: 26px;
      height: 26px;
      border: 1px solid #000;
      border-radius: 50%;
      display: none;
      align-items: center;
      justify-content: center;
      transform: rotate(45deg);
      font-size: 14px;
    }

    .tab.active .arrow-icon {
      display: flex;
    }

    .content {
      padding-left: 60px;
      max-width:85%;
    }

    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }

    .tab-content p {
         font-family: "Space Grotesk", sans-serif;
font-weight: 500;
font-size: var(--paragraph-size);
line-height: 130%;
letter-spacing: 0%;
color: #313F49;

    }

    .underline {
      margin-top: 20px;
      height: 2px;
      width: 30px;
      background: #333;
      position: relative;
      display: none
		
    }

    .underline::after {
      content: '';
      position: absolute;
      left: 40px;
      top: 0;
      width: 15px;
      height: 2px;
      background: #ccc;
    }
@media (min-width:1600px){
	.hero-section {
    height: 930px !important;
  }
	.feature-card{
		margin-top:130px;
	}
}


    @media (max-width: 768px) {
      .tabs-container {
        flex-direction: column;
        padding: 30px 20px;
      }

      .tabs {
        border-right: none;
        padding-right: 0;
        margin-bottom: 30px;
      }

      .tab-label::after {
        left: 0;
        width: 100%;
      }

      .content {
        padding-left: 0;
      }
		.hover-image{
			display:none !important;
		}
		.service-item{
			padding:40px 20px !important;
		}
		.service-contents p{
			font-size:23px !important;
		}
		.contact-section .star {
  top: 150px;
  left: 65% !important;
  font-size: 24px;
  color: #00bcd4;
}
		.hero-banner{
			display:flex;
			justify-items:center;
		}
		.sparkle-left{
			left:2px !important;
		}
		.custom-lang-switcher li{
			padding:6px !important;
		}
.cta-section{
			padding: 80px 20px;
		}
		.pm-40{
			padding-bottom:40px;
		}
		.custom-lang-switcher li {
background-color:transparent;
  color: #fff !important;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
border:none !important;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  transition: background-color 0.3s ease;
}
		.custom-lang-switcher li a{
	  color: #fff !important;		
		}
				.custom-lang-switcher li a i{
	  color: #fff !important;		
		}
.custom-lang-switcher li:hover {
/*   background-color:transparent; */
  color: #0EC0DE !important;
/* 	 border: 1px solid   #0EC0DE; */
}
.custom-lang-switcher li:hover a{

  color: #0EC0DE;
 
}
.custom-lang-switcher li:hover  a::before {
 font-family: "Font Awesome 6 Free"; 
    font-weight: 900; /* solid style */
    content: "\f0ac"; /* fa-globe unicode */
    font-size: 16px;
  color:#0EC0DE;
	display: inline-block;
}

.count-number{
	  font-size: 80px;
}
.custom-lang-switcher li a::before {
 font-family: "Font Awesome 6 Free"; 
    font-weight: 900; /* solid style */
    content: "\f0ac"; /* fa-globe unicode */
    font-size: 16px;
  color: #fff !important;
	display: inline-block;
}

    }
        .section-title {
      font-family: 'milkerregular';
font-weight: 400;
font-size: 50px;
line-height: 130%;
letter-spacing: 0%;

    }

    .subheading {
    font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #313F49;
  line-height: 1;
text-transform:capitalize;
}

    .service-list {
/*       max-width: 1000px; */
      margin: auto;
      margin-top: 20px;
    }

    .service-item {
      position: relative;
border-top: 1px solid #313F4926;
border-bottom: 1px solid #313F4926;
      padding: 40px 0;
      overflow: hidden;
      height: 120px;
      transition: all 0.4s ease;
      cursor: pointer;
    }

    .service-item:hover {
      height: auto;
      /* background: #e7f5ff; */
    }

    .service-item:hover .service-title,
    .service-item:hover .sub-label,
    .service-item:hover .service-description {
      color: #0EC0DE !important;
    }

    .service-title {
     
font-weight: 600;

font-size: 30px;
color: #313F49;
line-height: 130%;
letter-spacing: 0%;

    }

.content {
 

  max-width: 100% !important;

}
    .service-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
    }

    .service-arrow {
      font-size: 1rem;
      color: #888;
      transition: transform 0.3s ease, color 0.3s ease;
    }

    .service-item:hover .service-arrow {
      transform: rotate(45deg);
      color: #0EC0DE;
    }

    .service-description {
font-weight: 500;
font-size: var(--paragraph-size);
line-height: 130%;
letter-spacing: 0%;
padding-left: 40px;
		text-align:justify;
    }

    .service-item:hover .service-description {
      display: block;
    }

    .description-hover-only {
      display: none;
    }

    .service-item:hover .description-hover-only {
      display: block;
    }

    .service-content {
      display: none;
      animation: fadeIn 0.4s ease;
      margin-top: 15px;
    }

    .service-item:hover .service-content {
      display: block;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
.services{
    background: linear-gradient(261.19deg, rgba(49, 63, 73, 0.12) 3.37%, rgba(14, 192, 222, 0.12) 28.09%, rgba(14, 192, 222, 0.12) 68.1%, rgba(49, 63, 73, 0.12) 91.48%);
padding:40px 0 80px 0;
}
    .sub-services {
      position: relative;
      padding-left: 30px;
    }

     
.sub-services::before {
  content: '';

  position: absolute;

  top: 8px;

  left: 14px;

  width: 2px;

  height: calc(100% - 18px);

  background-color: #0EC0DE;

  opacity: 0.4;

}

    .sub-services .item {
      position: relative;
      padding-left: 20px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .sub-services .item::before {
      content: '';
      position: absolute;
      left: -22px;
      top: 0;
      width: 14px;
      height: 14px;
      border: 2px solid #0077b6;
      background-color:#e1ebed;
      border-radius: 50%;
      z-index: 2;
    }

    .sub-label {
      font-weight: 600;
      color: #0077b6;
      min-width: 120px;
    }

    /* Hover floating image */
.hover-image {
position: absolute;
  top: 10px;
  right: 45px;
  width: 160px;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 12px;
  pointer-events: none;
  z-index: 999;
}
.difference-section {
  min-height: 100vh;
/*   background: linear-gradient(to right, #fff, #eafaff); */
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.sticky-left {
  position: sticky;
  top: 100px;
}

.left-title h5 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #313F49;
  line-height: 1;
}

.left-title h2 {
  font-family: 'milkerregular';
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  color: #313F49;
  margin-top: 40px;
}
.carousel-header h2 {
  font-family: 'milkerregular';
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  color: #313F49;
  margin-top: 40px;
}
.left-title img {
  margin-top: 30px;
}

/* Right side step layout */
.difference-step {
  position: relative;
  margin-bottom: 60px;
}

.step-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #ccc;
}

.step-content {

  gap: 20px;
  margin-left: 30px;
}

.step-number {
  font-weight: 400;
  font-size: 30px;
  color: #313F49;
  min-width: 40px;
}

.step-text h4 {
font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #313F49;
  margin-bottom: 5px;
  margin-top: 5px;
}

.step-text p {
  color: #313F49;
  margin: 0;
	font-size: var(--paragraph-size);
}
@media(max-width:1100px){
	.footer-contact p {
		font-size:12px;
	}
}
@media screen and (min-width:1020px) and (max-width:1380px) {
	.about-section .heading{
		font-size:45px !important;
	}
	.active .tab-label{
		font-size:45px;
	}
	.feature-card h6 {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0%;
  position: absolute;
  bottom: 50px;
  transform: rotate(-9deg) !important;
}
}
@media (max-width: 768px) {
  .sticky-left {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }

  .step-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .step-number {
    font-size: 24px;
  }

  .step-text h4 {
    font-size: 30px;
  }
	.footer-contact p {
		font-size:12px;
	}
	.custom-lang-switcher {
  position: relative;
  display: inline-block;
margin-left: 0% !important;
margin-right: 20px !important;
  order: 2;
}
	.logo-retina-safe {
		width: 160px !important;}
}

        .project-section {
      padding: 80px 40px;
    }

    .carousel-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 40px;
    }

    

    .swiper-nav {
      display: flex;
      gap: 10px;
    }

    .swiper-button {
      border: none;
      background: #313F49;
      color: #fff;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      font-size: 18px;
      cursor: pointer;
    }

    .swiper-slide {

      overflow: hidden;

    }

    .project-card {
      text-align: center;
    }

    .project-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .project-caption {
      padding: 10px;
    }

    .project-caption p {
      margin: 0;
      font-weight: 600;
		font-size: var(--paragraph-size);
    }

    .project-caption span {
      display: block;
      font-size: 0.85rem;
      color: #888;
    }
       .contact-section {
     background:url("https://pixelandpepper.com/samaalarabia/wp-content/uploads/2025/07/Rectangle-65-1.png");
      padding: 100px 0;
      position: relative;
      overflow: hidden;
      background-size: cover;
    }

    .contact-section .star, .contact-section .plus {
      position: absolute;
      animation: float 3s ease-in-out infinite;
      z-index: 1;
    }

    .contact-section .star {
      top: 150px;
      left: 100px;
      font-size: 24px;
      color: #00bcd4;
    }

    .contact-section .plus {
      top: 50px;
      right: 100px;
      font-size: 24px;
      color: #00bcd4;
      animation-delay: 1.5s;
    }

    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }

    .contact-left h2 {
      font-family: 'milkerregular';
font-weight: 400;
font-size: 50px;
line-height: 130%;
letter-spacing: 0%;

    }

    .contact-form input, .contact-form textarea {
      width: 100%;
      border: none;
      border-bottom: 1px solid #313F491A;
      background: transparent;
      padding: 8px 0;
      margin-bottom: 20px;
      font-size: 1rem;
    }

    .contact-form input:focus, .contact-form textarea:focus {
      outline: none;
      border-color: #00bcd4;
    }

    .contact-form button {
      background: #313F49;
      color: #fff;
      border: none;
      padding: 10px 30px;
      border-radius: 25px;
    }
.contact-form button:hover{
	background:#0EC0DE !important;
}
    footer {
     
      padding: 60px 0 0 30px;
      position: relative;
      overflow: hidden;
    }

    .footer-logo {
      font-size: 1.8rem;
      font-weight: 700;
      color: #00bcd4;
    }

.footer-links {
  display: flex;
  flex-direction: column;
}
.footer-links strong{
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
margin-bottom:30px;
color:#313F49;
}
.footer-contact strong{
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
margin-bottom:30px;
color:#313F49;
}
.footer-links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #313F49;
  text-decoration: none;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #007bff; /* blue color on hover */
}

    .footer-contact p {
font-weight: 400;
font-size: 14px;
line-height:1.5;
letter-spacing: 0%;



    }

    .footer-icons i {
      margin-right: 15px;
      color: #333;
    }
#menu-menu-1{
     display: flex;
border: 1px solid #0EC0DE80;
  border-radius: 40px;
  padding: 5px 20px;
  list-style: none;
  margin: 0;
  gap: 20px;
}
.footer-bottom {
  border-top: 1px solid;
  border-image-source: linear-gradient(90deg, #FCFCFC 0%, #0EC0DE 48.5%, #FCFCFC 98%);
  border-image-slice: 1; /* Required to apply the gradient border */

  text-align: center;
  padding-top: 10px;
  font-size: 0.9rem;
  color: #666;
}

.footer-bottom a{
font-weight: 400;
color: #313F4980;
text-decoration:none;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
padding:5px 0px 15px 0;

}
    .footer-img-left, .footer-img-right {
      position: absolute;
      bottom: 0;
      width: 120px;
      animation: floatImg 4s ease-in-out infinite;
    }

    .footer-img-left {
      left: 0;
    }

    .footer-img-right {
      right: 0;
    }

    @keyframes floatImg {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-15px); }
    }
    /* Floating Animation for Image */
.floating-img {
  animation: floatY 4s ease-in-out infinite;
}

@keyframes floatY {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

/* Hide steps initially except first 3 */
.difference-step.hidden-step {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  visibility: hidden;
}
.difference-step.hidden-step.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.circle-left {
  position: absolute;
  top: 981px;
  left: -147px;
  width: 335px;
  height: 335px;
  background-color:#0EC0DE38;
  border-radius: 50%;
  z-index: 1;
    filter: blur(40px);
  overflow: hidden;
  pointer-events: none;
}
.circle-left-right {
  position: absolute;
  top: 981px;
  right: -147px;
  width: 335px;
  height: 335px;
  background-color:#0EC0DE38;
  border-radius: 50%;
      filter: blur(40px);
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.right-section{
    padding-left: 100px;
}

/* ===== Mobile & Tablet Breakpoints ===== */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 50px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .section-title {
    font-size: 36px;
  }

  .project-section {
    padding: 60px 20px;
  }
}

@media (max-width: 768px) {
  .tabs-container {
    flex-direction: column;
    padding: 30px 20px;
  }

  .tabs {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .tab-label::after {
    left: 0;
    width: 100%;
  }

  .content {
    padding-left: 0;
  }

  .carousel-header h2 {
    font-size: 32px;
  }

  .swiper-button {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .swiper-nav {
    justify-content: center;
  }

  .swiper-slide {
    padding: 10px 0;
  }

  .project-caption p {
    font-size: 14px;
  }

  .project-caption span {
    font-size: 12px;
  }

  .sticky-left {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }

  .left-title h2 {
    font-size: 30px;
  }

  .right-section {
    padding-left: 0;
  }
}

@media (max-width: 670px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .section-title,
  .left-title h2,
  .contact-left h2 {
    font-size: 28px;
  }

  .project-section {
    padding: 40px 15px;
  }
/* 
  .swiper-slide {
    width: 100% !important;
  } */

  .swiper .swiper-wrapper {
    flex-wrap: nowrap !important;
  }

  .project-caption {
    padding: 8px;
  }

  .project-caption p {
    font-size: 13px;
  }

  .project-caption span {
    font-size: 11px;
  }

  .contact-section {
    padding: 60px 20px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
  }

  .contact-form button {
    padding: 8px 20px;
    font-size: 14px;
  }

  footer {
    padding: 40px 0 20px;
  }

  .footer-img-left,
  .footer-img-right {
    width: 80px;
  }
  .flex-mobile{
    width:100%;
}
}
/* Custom styled toggle button */
.custom-toggler {
  border: none;
  background-color: #0EC0DE;
  padding: 6px 12px;
  border-radius: 5px;
}

/* Custom hamburger icon */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2.5' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-size: contain;
  width: 24px;
  height: 24px;
}

/* Hide contact button in mobile */
@media (max-width: 991px) {
  .btn-contact {
    display: none !important;
  }

  .navbar-toggler {
    order: 2;
    margin-left: auto;
  }

  .navbar-brand {
    order: 1;
  }
}

/* ===================== */
/* Enhanced Responsive Fixes */
/* ===================== */

@media (max-width: 991px) {
  header {
    padding: 40px 0;
  }

  .hero-section {
    padding: 60px 20px 0;
    height: auto;
  }

  .feature-card {
    padding: 30px 15px 15px;
    margin-top: 30px;
    margin-bottom: 0;
    min-height: 180px;
	 transform:rotate(0deg) !important;
  }


  .feature-card h6 {
    bottom: 30px;
	 transform:  rotate(0deg) !important
  }

  .tabs-container {
    padding: 20px;
  }

  .tab-label {
    font-size: 12px;
    padding-bottom: 4px;
  }

  .tab.active .tab-label {
    font-size: 28px;
  }

  .tab-content p {
    font-size: 18px;
  }

  .services {
    padding: 20px 0 40px;
  }

  .service-title {
    font-size: 22px;
  }

  .service-description {
    font-size: 14px;
    padding-left: 30px;
  }

  .project-section {
    padding: 30px 10px;
  }

  .contact-section {
    padding: 60px 20px;
    background: #f6fcfd; /* Remove extra blur for mobile performance */
  }

  .info-section {
    padding: 60px 20px;
  }

  .right-section {
    padding-left: 0;
  }

  .highlight-bg::after {
    height: 42px;
    background-size: cover;
  }

  .circle-left,
  .circle-left-right {
    display: none;
  }

  .sticky-left {
    position: relative;
    top: auto;
    text-align: center;
    margin-bottom: 40px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-img-left,
  .footer-img-right {
    display: none;
  }

  .footer-bottom {
    padding-top: 8px;
  }

  .navbar-toggler {
    padding: 6px 10px;
    background: #0EC0DE;
    border-radius: 5px;
  }

  .navbar-toggler-icon {
    width: 24px;
    height: 24px;
  }

  .custom-toggler .navbar-toggler-icon {
    background-size: 20px 20px;
  }

  .navbar-collapse {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
  }

  .navbar-nav .nav-link {
    padding: 8px 12px;
  }

  .btn-contact {
    display: none !important;
  }

  .swiper-button {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
/**********************about*****************************/
  .hero-about {
    height: 70vh;
    background: linear-gradient(135deg, #aef0ff 0%, #e7f6fd 100%);
    background-size: cover;
    background-position: center;
    padding: 2rem;
  }
  .timeline {
    list-style: none;
    padding-left: 0;
    border-left: 3px solid #00aaff;
    margin-left: 1rem;
    position: relative;
  }
  .timeline li {
    margin: 20px 0;
    padding-left: 1.5rem;
    position: relative;
  }
  .timeline li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #00aaff;
    border-radius: 50%;
  }
  .timeline .year {
    font-weight: bold;
    color: #00aaff;
    margin-bottom: 5px;
    display: block;
  }
   .hero-custom {
   
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }



  .hero-custom::before {
    top: -50px;
    left: -50px;
  }

  .hero-custom::after {
    bottom: -50px;
    right: -50px;
  }

  .hero-custom h1 {
 font-family: 'milkerregular';
font-size: 80px;
line-height: 100%;
letter-spacing: 0%;
color:#313F49;
padding-top:60px;
    position: relative;
  }

  .about-section {
    background-color: #fff;
    padding: 60px 80px;
  }

  .about-section .heading {
 font-family: 'milkerregular';
  font-weight: 400;
  font-size: 49px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #313F49;

  }

  .about-section .content {
 font-family: "Space Grotesk", sans-serif;
font-weight: 500;
font-size: 20px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
padding-left: 40px;
  }

  @media (max-width: 768px) {
    .hero-custom h1 {
      font-size: 2rem !important;
		padding-top:47% !important;
		line-height:30px;
    }
    .about-section {
      text-align: center;
		padding:20px;
    }
	  .about-section .content{
		  padding-left:0px;
		  padding-bottom: 50px;
	  }
	 .about-section .heading {
		  font-size: 28px;
	  }
	  .content h5{
		  text-align:left;
	  }
	  .video-preview-section{
		  padding:20px !important;
	  }
	  .about-section .content p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
  }
  .circle-outline {
width: 800px;
  height: 800px;
  border: 90px solid #0EC0DE;
  border-radius: 50%;
  background: transparent;
  filter: blur(50px);
  opacity: 0.6;
  position: absolute;
  z-index: 0;
}
.background-bg{
background: linear-gradient(180deg, #FFFFFF -3.1%, rgba(255, 255, 255, 0) 37.9%);
  margin-top: -165px;
background-size:cover;
}
/* Video Preview Section */
.video-preview-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.video-preview-container img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  display: block;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform 0.3s ease;
}

.video-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Bootstrap modal adjustments */
.modal-content.bg-dark {
  background-color: #000;
  border: none;
  border-radius: 0;
}

.modal-body {
  padding: 0;
}

.modal .btn-close {
  filter: invert(1);
}

/* Responsive fix for iframe */
.ratio iframe {
  border: none;
}
.video-glass-section {
  background: linear-gradient(to right, #d3f5fc 0%, #ffffff 50%, #d3f5fc 100%);
  position: relative;
  overflow: hidden;
}

.glass-video-box {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border-radius: 2rem;
  padding: 1.2rem 3rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-video-box:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.video-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform 0.3s ease;
  opacity: 0.9;
}

.video-box:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.team-img h5{
font-weight: 500;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
margin-top:20px;
margin-bottom:20px;
color:#313F49;
}
.team-img small{
font-weight: 500;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
margin-top:20px;
color:#313F4980 !important;
}
	/* Background Gradient */
.cta-section {
  background: linear-gradient(to bottom, #ffffff 0%, #d3f5fc 100%);
}

/* Heading Styling */
.cta-heading {
font-family: 'milkerregular';
font-weight: 400;
font-style: Regular;
font-size: 50px;
line-height: 100%;
letter-spacing: 0%;
color:#313F49;
}

/* Optional Sparkle Icon (text-based or use SVG) */
.sparkle {
  color: #00bfe3;
  font-size: 1.5rem;
  margin-left: 10px;
}

/* Subtext */
.cta-subtext {
 font-family: "Space Grotesk", sans-serif;
font-weight: 500;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color:#313F49;
}

/* Button */
.cta-button {
 font-family: "Space Grotesk", sans-serif;
font-weight: 600;

font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
color:#313F49;
  display: inline-block;
  padding: 13px 20px;
  border-radius: 30px;
  border: 1px solid #313F49;
 
  text-decoration: none;

  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #0ec0de;
  color: #fff;
  border-color: #0ec0de;
}
#textContent h5{
font-family: 'milkerregular';
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #313F49;
	text-transform:uppercase;
}
.accordion-header{
         font-family: "Space Grotesk", sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color:#313F49;
}
.accordion-header a{
	text-decoration: none;
             font-family: "Space Grotesk", sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color:#313F49;
      display: flex;
      justify-content: space-between;
      padding: 15px 0;
      border-bottom: 1px solid #eee;
      transition: all 0.3s ease;
}
.explore-link{
         font-family: "Space Grotesk", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color:#0EC0DE;
text-decoration:none;
}
.clients-swiper .swiper-wrapper {
  row-gap: 0 !important; /* Remove vertical space between rows */
}

.clients-swiper .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
	  z-index:999;
  }
}
.title-animated {
  opacity: 0;
  transform: translateY(50px);
}
.project-item {
  opacity: 0;
  transform: translateY(30px);
}
.project-card {
  transition: transform 0.3s ease;
}
.project-card:hover {
  transform: translateY(-5px);
}
.project-hover-img {
  transition: transform 0.5s ease;
}
.project-hover-img:hover {
  transform: scale(1.05) rotate(1deg);
}
.sparkle {
  color: #00bcd4;
  font-size: 1.5rem;
  animation: sparkle-blink 1.5s infinite;
}
@keyframes sparkle-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Swiper override */
.project-swiper {
  width: 100%;
}
.project-slide-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.breadcrumbs1 a{
		text-decoration: none;
             font-family: "Space Grotesk", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color:#313F4980;
}
.breadcrumbs1 span{
		text-decoration: none;
             font-family: "Space Grotesk", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color:#313F4980;
}
	/* Animation base for fade in */
.title-animated {
  opacity: 0;
  transform: translateY(50px);
}
.project-item {
  opacity: 0;
  transform: translateY(30px);
}

/* Card styles */
.project-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /*background: #fff;*/
}
.project-card:hover {
  transform: translateY(-5px);
 
}

/* Image styling */
.project-image {
  position: relative;
}
.project-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.project-hover-img:hover {
  transform: scale(1.05);
}

/* Sparkle style */
.sparkle {
  color: #00bcd4;
  font-size: 1.5rem;
  animation: sparkle-blink 1.5s infinite;
}
@keyframes sparkle-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Swiper styles */
.project-swiper {
  width: 100%;
}
.project-slide-img {
 width: 100%;
  height: 250px;
  aspect-ratio: 16/9;
  object-fit: cover;

}
.swiper-pagination {
  position: absolute;
  bottom: 8px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

/* Pagination styling */
.page-numbers {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}
.page-numbers.current {
  background: #00bcd4;
  color: #fff;
  border-color: #00bcd4;
}
.sparkle {
  display: inline-block;
  color: #0EC0DE; /* Gold sparkle, can change to #00bcd4 or white */
  font-size: 1.5em;
  animation: sparkleTwinkle 1.6s infinite ease-in-out;
  transform-origin: center;
}

.sparkle-left {
 animation-delay: 0s;
  position: absolute;
  left: -52px;
  bottom: -51px;
}
.sparkle-right {
 animation-delay: 0.8s;
  position: absolute;
  top: -12px;
  right: 36%;
}

@keyframes sparkleTwinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.3) rotate(20deg);
  }
}
.hero-title {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 576px) {
 .hero-banner h1 {
    font-size: 2rem !important;
	 padding-top: 45% !important;
  }
	.cta-heading{
		font-size:30px !important;
		line-height:1.2;
	}
	.navbar-toggler {
		margin:0;
	}
}


.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.parent-title a {
  background-color: transparent;
  	 color:#313F49;
  font-weight: 400;
  box-shadow: none;
  padding-right: 1rem;
  padding-left: 0;
	font-size: 20px;
}
.sub-service a{
	 color: #000;
  font-weight: 400;
  box-shadow: none;
  padding-right: 1rem;
  padding-left: 0;
	font-size: 15px;
}
.footer-links a:hover{
	color:#10BDDA;
}
.footer-contact p a:hover{
	color:#10BDDA;
}
.mfp-img {
  max-width: 90vw !important;
  max-height: 80vh !important;
  object-fit: contain;
}
.feature-card img {
/*   max-width: 80px; */
  margin-bottom: 10px;
}

.features-swiper {
  padding: 20px 0;
}
.swiper-pagination{
	display:none;
}
.video-preview-section{
	padding: 60px 80px;
}
/**************projects*******************/
.projects-archive{
background-image: url('https://pixelandpepper.com/samaalarabia/wp-content/uploads/2025/07/Group-108-2.png');
  background-size: contain;

  width: 100%;
	
}
.about-section .content p{
	text-align:justify;
}

/* Card styles */
.project-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /*background: #fff;*/
}
.project-card:hover {
  transform: translateY(-5px);
 
}

/* Image styling */
.project-image {
  position: relative;
}
.project-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.project-hover-img:hover {
  transform: scale(1.05);
}

/* Sparkle style */
.sparkle {
  color: #00bcd4;
  font-size: 1.5rem;
  animation: sparkle-blink 1.5s infinite;
}
@keyframes sparkle-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Swiper styles */
.project-swiper {
  width: 100%;
}
.project-slide-img {
 width: 100%;
  height: 250px;
  aspect-ratio: 16/9;
  object-fit: cover;

}
.swiper-pagination {
  position: absolute;
  bottom: 8px;
  text-align: center;
  width: 100%;
  z-index: 10;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .service-title {
    font-size: 25px !important;
  }
}
.navbar-brand img {
  -webkit-filter: none;
  filter: none;
}
@media (min-width: 1468px) {
	 .hero-section {
    margin-top: -145px !important;
  }
	 .hero-title {
    padding-top: 180px !important;
  }
}
@media (min-width:1100px){
	.hero-section{
		height:830px;
		  margin-top: -145px;
		
	}
		 .hero-title {
    padding-top: 180px;
  }
}
