/*
Theme Name: Bloomlabs
Theme URI: https://bloomlabs.qa
Author: Bloomlabs
Author URI: https://bloomlabs.qa
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bloomlabs
*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background: #0C0A18;
}
.ar-text {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
/* --- Background Video --- */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
  
  /* --- Overlay to improve readability --- */
  .main-header {
    position: relative;
    width: 100%;
    height: 95vh; /* nav + hero combined height */
    overflow: hidden; /* prevents video from spilling over */
  }
  
  .main-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: -1;
  }
  
  /* Navigation */
  .navbar {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  
  .lang-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }
  
  .lang-link:hover {
    opacity: 0.7;
  }
  
  /* Hero section */
  .hero {
    height: 75vh; /* adjust based on navbar size */
    display: flex;
    justify-content: center;
    
  }
  
  .hero-title {
    line-height: 1.2;
    width: 50%;
  }
  
  .hero p.lead {
    width:50%;
    color:#fafafa;
  }
  .hero .btn, .navbar .btn, .bloom-vision-section .btn, .contact-form .btn {
    font-size: 0.9rem!important;
    padding:10px 17px;
    font-weight: 500;
  }
  .btn-light:hover {
    background-color: #FF008C;
    border-color: #FF008C;
  }
  /* CTA Button */
  .btn-primary {
    padding: 0.7rem 1.5rem;
    font-weight: 600;
  }

  

  
  .hero-bottom {
    margin-top: 3rem;
  }
  
  .hero-arrow img {
    /* height: 48px; */
    width: auto;
    transition: opacity 0.3s ease;
  }
  
  .hero-arrow:hover img {
    opacity: 1;
  }
  
  .header-divider {
    width: 100%;
    height: 1px; /* default remaining border height */
    background-color: rgba(255,255,255,0.3); /* solid part color */
    position: relative;
    z-index: 2;
  }

  /* Gradient 40% chunk */
  .header-divider::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 8px; /* gradient thickness */
    background: linear-gradient(289deg, #FF008C 25.46%, #00E1FF 100%);
  }

  .bloom-story-section {
    
    color: #B3B3BB;
  }
  
  /* Top border + small heading */
  .section-title-border {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 10px;
  }
  .section-title-border-light {
    border-color: #8b8b94;
    padding-top: 10px;
  }
  
  .small-heading {
    font-size: 0.85rem;
    color: #8b8b94;
    letter-spacing: 0.5px;
  }

  .spacer-80 {
    height:80px;
  }

  .spacer-40 {
    height:40px;
  }
  
  /* Arrow */
  .bloom-arrow {
    max-width: 100px;
  }
  
  /* Text styles */
  .bloom-story-section .text-animate-container {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 500;
    width:80%;
    color: #fff;
  }

  .bloom-story-section .text-animate-container .text-animate {
    font-weight: bold;
  }
  
  .bloom-vision-section {
    
    color: #fff;
  }
  
  /* Animated text style */
  
  .vision-title {
    font-size: 2.4rem;
    font-weight: 700;
  }

  .vision-desc {
    color:#FAFAFA;
    opacity: 0.7;
  }
  
  .vision-arrow {
    max-width: 120px;
    margin-top: 20px;
  }
  
  /* Video styling */
  
  .vision-video-wrapper {
    border-radius: 20px;
    overflow: hidden;
  }
  
  .vision-video {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* Play/Pause Button */
  .video-control-btn {
    position: absolute;
    top: 3rem;
    right: 3rem;
    padding:25px;
    background:#000000;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .video-control-btn img {
    width: 22px;
  }

  .vision-arrow {
    width: 120px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 2rem;
  }

  .full-video-section {
    background: #0C0A18; /* Keep consistent with theme */
  }
  
  /* Wrapper: full width with rounded edges */
  /* Full width video: no border radius */
.full-video-wrapper {
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  
}

.full-video {
  width: 100%;
  height: auto;
  display: block;
  border-top:1px solid rgba(255, 255, 255, 0.7);
}
  
  /* Reuse video control styling but allow unique rules */
  .full-video-control {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  /* Background full width gradient */
.process-section {
  background: linear-gradient(0deg, #00E1FF -103.9%, #FF008C 206.87%);
  color: white;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

/* Text area */
.process-title {
  font-weight: 700;
  font-size: 2.4rem;
}

.process-desc {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* Accordion */
.process-accordion .accordion-item {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 18px 0;
  cursor: pointer;
}


.accordion-item.active .accordion-icon,
.accordion-item:not(.active) .accordion-icon {
  content: none;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease;
}

.accordion-item.active .accordion-body {
  max-height: 200px; /* adjust to content */
  opacity: 1;
}
/* Step titles */
.step-title {
  font-weight: 700;
  font-size: 1.3rem;
}

/* Bottom Gradient Divider - flush to bottom */
.process-section {
  position: relative;
  padding-bottom: 0; /* so divider is really at bottom */
}

.process-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Bold colorful 8px gradient for the first 40% */
.process-divider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 8px;
  background: linear-gradient(289deg, #FF008C 25.46%, #00E1FF 100%);
}

.small-heading-ligher {
  color:rgba(255, 255, 255, 0.7)
}
.section-title-border-lighter {
  border-color:rgba(255, 255, 255, 0.7)
}

.clients-section {
  background: #0C0A18;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.clients-title {
  font-size: 2.4rem;
  font-weight: 700;
}

.clients-desc {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Logo Slider */
.logos-slider-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

.logos-row {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.logos-track {
  display: inline-flex;
  gap: 80px;
  animation: scroll-left 25s linear infinite;
}


.logos-track img {
  height: 55px;
  opacity: 0.8;
  transition: opacity 1s ease;
}

.logos-track img:hover {
  opacity: 1;
}

/* Animation */
.logos-row-left .logos-track {
  animation-direction: normal;
}

/* Bottom Row → Scroll Right (reverse animation direction) */
.logos-row-right .logos-track {
  animation-direction: reverse;
}

/* Ensure Seamless Loop */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Bottom Gradient Divider */
.clients-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.clients-divider::before {
  content: "";
  width: 40%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(289deg, #FF008C 25.46%, #00E1FF 100%);
}
/* Pause on hover */
.logos-row:hover .logos-track {
  animation-play-state: paused;
}

.logos-slider-wrapper::before,
.logos-slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.logos-slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #0C0A18, transparent);
}

.logos-slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #0C0A18, transparent);
}

.testimonials-section {
  background: #ffffff; /* Light theme contrast */
  color: #0C0A18;
}

.testimonials-title {
  font-size: 2.4rem;
  font-weight: 700;
}

.testimonial-slider {
  background: #0C0A18;
  border-radius: 30px;
  padding: 60px 120px;
  position: relative;
  text-align: center;
}

/* Slide text */
.testimonial-text {
  font-size: 1.45rem;
  line-height: 1.5;
  font-weight: 700;
  color: #4CE4FF; /* Teal blue */
}

.testimonial-author {
  margin-top: 20px;
  font-size: 1rem;
  opacity: 0.8;
  color: #fff;
}

/* Navigation buttons */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.08);
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.slider-nav.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.prev-btn { left: 20px; }
.next-btn { right: 20px; }

/* Dots */
/* Position inside slider */
.slider-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Inactive dots */
.dot {
  width: 10px;
  height: 10px;
  background: #651447; /* dark magenta */
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s ease;
  opacity: 1; /* remove fade */
}

/* Active pill-shaped dot */
.dot.active {
  width: 25px;
  height: 10px;
  border-radius: 20px; /* capsule shape */
  background: #FF008C; /* bright pink */
}

/* Slides */
.slides-container {
  position: relative;
  min-height: 150px;
}

.slide {
  display: none;
}

.slide.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

/* Fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.contact-section {
  background: #0C0A18;
  color: #fff;
  overflow: hidden;
}

/* Left content structure */
.contact-left {
  padding: 80px 60px;
  border-bottom: 1px solid rgba(255,255,255,0.7);
}

.contact-content-wrapper {
  max-width: 520px;
}

.contact-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 20px 0;
}

.contact-desc {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* Inputs */
.contact-form .form-control {
  background: transparent;
  border: 1px solid #3b3b5c;
  border-radius: 8px;
  color: #fff;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.contact-form .form-control::placeholder {
  color: #9ca0b3;
}

.contact-form .form-group label {
  margin-bottom: 8px;
  font-size: 0.95rem;
  opacity: 0.85;
}

/* Submit button */
.contact-form button {
  background: #ffffff;
  color: #0C0A18;
  border: none;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 8px;
  transition: 0.3s;
}

.contact-form button:hover {
  opacity: 0.85;
}

/* Right image */
.contact-image-wrapper {
  height: 100%;
}

.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-left {
    padding: 60px 20px;
  }
  
  .contact-image {
    height: 60vh;
  }
}

.site-footer {
  background: url("assets/img/footer-bg.jpg") center/cover no-repeat;
  padding: 90px 0 40px;
  color: #fff;
  position: relative;
}

.footer-container {
  max-width: 1400px;
}

/* Row 1 */
.footer-slogan {
  font-size: 3.4rem;
  line-height: 1.1;
  font-weight: 700;
  max-width: 600px;
}

.footer-contact-icon {
  
  opacity: 0.9;
}

.footer-divider {
  opacity: 0.2;
  border-color: rgba(255,255,255,0.7);
  margin: 0 0 30px 0;
}

/* Contact Info */
.footer-info-item {
  margin-bottom: 25px;
}

.footer-info-icon {
  width: 30px;
  margin-right: 15px;
  margin-top: 5px;
}

.footer-info-label {
  font-size: 0.95rem;
  opacity: 0.7;
}

.footer-info-text {
  font-size: 1rem;
  font-weight: 500;
}

.footer-info-text a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.footer-info-text a:hover {
  opacity: 0.7;
}

/* Navigation */
.footer-nav {
  list-style: none;
  display: flex;
  gap: 40px;
  margin-top: 10px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  /* font-size: 1rem; */
  font-weight: 500;
  transition: 0.3s;
}
.footer-nav a:hover {
  opacity: 0.6;
}

/* Row 3 */
.footer-bottom {
  font-size: 0.95rem;
}

.footer-social a img {
  width: 20px;
  margin: 0 10px;
  opacity: 0.8;
  transition: 0.3s;
}
.footer-social a:hover img {
  opacity: 1;
}

.footer-links {
  list-style: none;
  display: flex;
  gap: 25px;
  padding: 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}
.footer-links a:hover, .footer-nav a:hover, .nav-link:hover {
  opacity: 1;
  color: #FF008C;
}

/* Responsive */
@media (max-width: 991px) {
  .footer-slogan {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .footer-nav {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

.about-hero {
  background: #0C0A18; 
  padding-top:5%;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}


.about-title {
  font-size: 4.9rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

.about-subtitle {
  color: #b9bbc9;
  font-size: 1.25rem;
  margin: 20px 0 20px;
}

/* Shapes */
.hero-shape {
  position: absolute;
  transition: transform 0.15s ease-out;
  pointer-events: none;
}

.shape-left {
  height: 100px;
  bottom: 60px;
  left: 50%;
}

.shape-right {
  height: 150px;
  top: 50px;
  right: 30px;
}

.shape-arrow {
  width: 260px;
  right: 50px;
  bottom: -39%;
}

/* Bottom divider */
.about-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-divider::before {
  content: "";
  width: 40%;
  height: 8px;
  background: linear-gradient(289deg, #FF008C 25.46%, #00E1FF 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .about-title {
    font-size: 2.8rem;
  }
  .shape-left, .shape-right, .shape-arrow {
    opacity: 0.3;
  }
}

.about-img {
  max-height: 460px;
}

.about-arrow {
  position: absolute;
  bottom: -100px;
  right: -1rem;
  max-width: 150px;
}
.section-no-bg {
  background: none;
}

.section-no-bg .process-desc, .section-no-bg .accordion-body p {
  color:#FAFAFA;
  opacity: 0.7;
  font-weight: 400;
}
.process-divider-no-bg {
  background: none;
}

.team-section {
  background-color: #0b071b; /* Same as About dark bg */
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}

.team-card {
  background: transparent;
  padding: 32px 20px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 24px;
  text-align: center;
}

.team-img {
  width: 220px; /* fixed visible size */
  height: 220px;
  border-radius: 50%;
  overflow: hidden; /* ensures clean crop */
  margin: 0 auto;
  border: 6px solid #fff; /* white ring like screenshot */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111; /* fallback if image fails or edges show */
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* magic: crop instead of squish */
  object-position: center; /* always center focus */
  display: block;
}

.team-name {
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 4px;
}

.team-role {
  color: #b8b8c7;
  font-size: 14px;
}

.team-join-card {
  background: #fff;
  height: 100%;
  padding: 30px;
  border-radius: 24px;
}

.team-join-card .btn {
  border-radius: 10px;
  padding: 12px 24px;
}

.industries-section {
  background: #ffffff;
}

.section-label {
  color: #65656A;
  font-size: 14px;
}

.section-title-black {
  color: #000;
}

.industries-carousel-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.industries-carousel {
  position: relative;
}

.carousel-track {
  gap: 24px;
  transition: transform .4s ease;
}

.carousel-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* Buttons */
.carousel-btn {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 12px;
  background: #e8e8ee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .2s ease;
}

.carousel-btn.disabled {
  opacity: .35;
  pointer-events: none;
}

.carousel-btn img {
  width: 22px;
  height: auto;
}

.industry-card {
  min-width: 460px;
  background: #f4f4f8;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  margin-right: 24px;
}

.industry-icon img {
  width: 48px;
  height: 48px;
  background: #fff;
  padding: 12px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.industry-name {
  font-size: 28px;
  font-weight: 800;
  color: #0b071b;
}

.industry-desc {
  color: #65656A;
  margin: 15px 0 20px;
}

.industry-link {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* initial gap */
  text-decoration: none;
  font-weight: 600;
  color: #0b071b; /* same as title color inside card */
  border-bottom: 2px solid currentColor;
  padding-bottom: 3px;
  transition: gap 0.25s ease, border-color 0.25s ease, padding-right 0.25s ease;
}

/* Icon animation */
.industry-link img {
  transition: transform 0.25s ease;
}

/* Hover state — subtle & elegant */
.industry-link:hover {
  gap: 12px; /* widen the space smoothly */
  padding-right: 6px; /* makes underline grow with gap */
}

.industry-link:hover img {
  transform: translateX(2px); /* subtle right push */
}

.carousel-btn img {
  width: 22px;
  height: auto;
}

/* breadcrunb */
.breadcrumb-section {
  background: transparent;
}

.breadcrumb-section.breacrumb-light {
  background: #ffffff;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.75); /* Good for dark pages */
}

.breacrumb-light .breadcrumb-nav  {
  color: rgba(0,0,0,0.9);
}

.breadcrumb-nav .crumb {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.breadcrumb-nav .crumb:hover {
  opacity: .65;
}

.breadcrumb-nav .crumb-separator {
  opacity: .45;
}

.breadcrumb-nav .current {
  font-weight: 600;
  opacity: 1;
}

.light-bg .breadcrumb-section {
  border-color: rgba(0,0,0,0.05);
}

.light-bg .breadcrumb-nav {
  color: #7a7a7a;
}

.light-bg .breadcrumb-nav .current {
  color: #555;
}

/* Full-bleed hero like About */
.creative-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #0b071b;
    padding-top: 140px;
    padding-bottom: 140px;
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  
  .creative-hero-content {
    position: relative;
    z-index: 5;
  }
  
  .creative-hero-title {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
  }
  
  .creative-hero-desc {
    color: #b9bbc9;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 32px;
  }
  .creative-hero-link {
    color: #fafafa;
  }
  
  /* Shapes – same floating logic, different positions */
  .hero-shape {
    position: absolute;
    pointer-events: none;
  }
  
  /* Top center-ish triangle */
  .cs-shape-triangle {
    width: 150px;
    top: 60px;
    right: 50%;
  }
  
  /* Bottom-right dotted arrow */
  .cs-shape-arrow {
    width: 260px;
    bottom: -240px;
    right: 8%;
  }
  
  /* Bottom gradient divider */
  .creative-hero-divider {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.15);
  }
  
  .creative-hero-divider::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 8px;
    background: linear-gradient(289deg, #FF008C 25.46%, #00E1FF 100%);
  }
  
  /* Responsive tweaks */
  @media (max-width: 991px) {
    .creative-hero {
      padding-top: 110px;
      padding-bottom: 100px;
    }
  
    .creative-hero-title {
      font-size: 2.8rem;
    }
  
    .cs-shape-triangle,
    .cs-shape-arrow {
      opacity: 0.25;
      width: 200px;
    }
  
    .cs-shape-arrow {
      bottom: -20px;
      right: -30px;
    }
  }
  
  @media (max-width: 575px) {
    .creative-hero-title {
      font-size: 2.4rem;
    }
  }

  .services-section {
    background-color: #0b071b; /* Maintain creative hero theme */
    padding: 100px 0;
  }
  
  .services-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
  }
  
  .services-desc {
    color: #b9bbc9;
    font-size: 1.05rem;
    line-height: 1.6;
  }
  
  /* Card Style */
  .service-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #161226;
  }
  
  .service-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform .5s ease;
  }
  
  /* Hover zoom */
  .service-card:hover .service-img {
    transform: scale(1.05);
  }
  
  /* Top-right arrow */
  .service-arrow {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s ease;
  }
  
  .service-arrow:hover {
    background: rgba(255,255,255,0.35);
  }
  
  /* CTA Button bottom */
  /* CTA on Image */
  .service-cta {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%; 
    text-align: center;
  
    background: #fff;
    color: #111;
    padding: 14px 0;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    z-index: 3;
    display: block; /* makes width behave correctly */
  }
  
  .service-cta:hover {
    background: #00E1FF;
    color: #000;
    transform: translateX(-50%) translateY(-3px);
  }
  
  .service-cta:hover {
    background: #00E1FF;
    color: #000;
    transform: translateX(-50%) translateY(-3px);
  }
  
  /* Responsive */
  @media (max-width: 991px) {
    .service-img {
      height: 300px;
    }
  }
  
  @media (max-width: 575px) {
    .services-title {
      font-size: 2.2rem;
    }
  }
  @media(max-width: 768px) {
    .service-cta {
      width: 100%;
      bottom: 12px;
    }
  }