:root{
  --orange: #F4B000;
  --green: #1E8E3E;
  --dark: #0b0b0b;
  --muted: #6c757d;
  --container: 1200px;
}
*{box-sizing:border-box}

.navbar-brand .brand-text{font-weight:800; color:#fff; font-size:1.05rem; margin-left:10px}
.navbar {padding-top:10px; padding-bottom:10px}
.logo-img{height:46px; width:auto; border-radius:8px; display:block;}

@media (max-width: 576px) {
  section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

/* --------------------------------------------------
   SOCIAL MEDIA BAR (LEFT)
-------------------------------------------------- */
.social-bar {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 9999;
}
.social-bar a {
    display: block;
    padding: 12px 14px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 6px;
}
.social-bar .instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-bar .linkedin { background:#0077B5; }
.social-bar .youtube { background:#FF0000; }
.social-bar .facebook { background:#1877F2; }
.social-bar .twitter { background:#1DA1F2; }

/* Hide social icons in mobile */
@media (max-width: 576px) {
    .social-bar {
        display: none !important;
    }
}
/* --------------------------------------------------
   HERO / CAROUSEL
-------------------------------------------------- */
#homeCarousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 6px solid #F4B000;;
}
/* Desktop default */
.carousel-item {
   height: 80vh !important;
    min-height: unset !important;
    position: relative;
}
.slider-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}
.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.55);
}
.slider-text {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 550px;
}
.slider-line {
    width: 70px;
    height: 5px;
    background: #F4B000;;
    margin-bottom: 20px;
}
.slider-text h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
.slider-text h2 {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 10px;
}
.slider-text .highlight {
    font-size: 3.2rem;
    font-weight: 800;
    color: #F4B000;;
}
.slider-btn {
    display: inline-block;
    margin-top: 25px;
    background: #F4B000;;
    padding: 12px 26px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    transition: 0.3s ease;
    text-decoration: none;
}
.slider-btn:hover {
    background: #1E8E3E;
}
/* Carousel indicators */
.carousel-indicators {
    bottom: 20px;
}
.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6) !important;
    margin: 0 5px;
}
.carousel-indicators .active {
    background-color: #F4B000 !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}
/* Large tablets */
@media (max-width: 992px) {
    .carousel-item {
        height: 90vh !important;;
    }
    .slider-text {
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        text-align: center;
        max-width: 90%;
    }
}
/* Tablets / Medium screens */
@media (max-width: 768px) {
  .carousel-item {
    height: 90vh !important;;
  }
  .slider-text h1 {
    font-size: 2rem;
  }
  .slider-text h2 {
    font-size: 1.1rem;
  }
  .slider-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
/* Mobile devices */
@media (max-width: 576px) {
  .carousel-item {
    height: 90vh !important;;
  }
  .slider-text {
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: center;
  }
  .slider-text h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  .slider-text h2 {
    font-size: 16px;
  }
  .highlight {
    font-size: 2rem !important;
  }
  .slider-line {
    margin-left: auto;
    margin-right: auto;
  }
}
/* --------------------------------------------------
   About section
-------------------------------------------------- */
.about-section {
    background: #ffffff;
}
/* Responsive Image */
.about-img {
    width: 100%;
    height: auto;              
    max-height: 380px;         
    object-fit: cover;
    border-radius: 10px;
}
/* Green Line */
.about-line {
    width: 60px;
    height: 3px;
    background: #1E8E3E;
    display: inline-block;
}
.about-title {
    color: #1E8E3E;
    font-weight: 700;
}
/* Responsive Text */
.about-text {
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 1rem;
  text-align: justify;
  text-justify: inter-word;
}
/* Read More Button */
.btn-iks-readmore {
    color: #F4B000;
    font-weight: 600;
}
/* MOBILE FIXES */
@media (max-width: 768px) {
  .about-img {
    max-height: 260px;     /* Smaller on mobile */
  }
  .about-title {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .about-img {
    max-height: 220px;
  }
  .about-text {
    font-size: 0.95rem;
  }
  .about-section {
    padding-left: 15px;
    padding-right: 15px;
}
}
/* --------------------------------------------------
   Services Section
-------------------------------------------------- */
.industries-section {
  background-color: #012241;
  color: #fff;
}
.industries-heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Wrapper */
.industry-item {
  padding: 10px;                    
  border-radius: 50%;
  transition: 0.3s ease;
  display: inline-block;
  position: relative;
}
/* Main service circle */
.industry-circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: 0.4s ease;
}
.industry-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
/* Service label circle (one-line text always) */
.industry-label {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0,0,0,0.70);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;      
  padding: 0 10px;
  overflow: hidden;
  /* Magic auto-fit scaling to avoid overflow */
  transform-origin: center;
  transform: scale(0.9);
  transition: 0.3s ease;
  z-index: 2;
}
/* Hover effects */
.industry-circle:hover {
  border-color: #F4B000;
  transform: translateY(-5px);
}
.industry-circle:hover .industry-label {
  background: #F4B000;
  color: #fff;
}
.industry-circle:hover .industry-img {
  transform: scale(1.12);    
}
/* Create an inner border overlay */
.industry-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid transparent;   
  transition: 0.3s ease;
}
/* Hover → inner border becomes orange */
.industry-circle:hover::after {
  border-color: #F4B000;
}
/* Responsive adjustments */
@media (max-width: 991px) {
  .industry-circle {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  /* Reduce main circle size */
  .industry-circle {
    width: 150px;     
    height: 150px;
  }
  /* Reduce label size */
  .industry-label {
    width: 90px;      
    height: 90px;
    font-size: 11px;  
    top: 10px;        
    right: 10px;
    transform: scale(0.9); 
  }
  /* Reduce wrapper padding (outer spacing) */
  .industry-item {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .industry-label {
    white-space: normal;
    font-size: 11px;
    line-height: 1.2;
    padding: 8px;
  }
}
/* --------------------------------------------------
  Why Choosing Us
-------------------------------------------------- */
.why-section {
  background: #f9f9f9;
}
/* Subtitle */
.why-subtitle {
  color: #F4B000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -5px;
}
/* Title */
.why-title {
  font-size: 34px;
  font-weight: 700;
  color: black;
}
/* Card */
.why-card {
  background: #fff;
  border-radius: 14px;
  padding: 40px 30px;
  min-height: 330px;
  border: 2px solid rgba(0,0,0,0.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.35s ease;
}
/* Hover Animation */
.why-card:hover {
  transform: translateY(-12px);
  border-color: #F4B000; 
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}
/* Icon Box */
.why-icon-box {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 12px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1E8E3E; 
  transition: 0.35s ease;
}
/* FONT ICON STYLING */
.why-icon-box i {
  font-size: 45px;
  color: #1E8E3E; 
  transition: 0.35s ease;
}
/* Hover effect for Icons */
.why-card:hover .why-icon-box {
  border-color: #F4B000;
  transform: translateY(-6px);
}
.why-card:hover .why-icon-box i {
  color: #F4B000; 
}
/* Card heading */
.why-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a1a1a;
}
/* Paragraph text */
.why-text {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
  max-width: 320px;
  margin: 0 auto;
}
/* Mobile Responsive */
@media (max-width: 575px) {
  .why-card {
    padding: 30px 20px;
  }
  .why-title {
    font-size: 28px;
  }
}
/* --------------------------------------------------
 Counter Section
-------------------------------------------------- */
.iks-counter-section {
  background: #022240;
  padding: 20px 0;
  color: #fff;
  position: relative;
}
/* Each Counter Box */
.counter-box {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}
/* Counter Number */
.counter-number {
  font-size: 56px;
  font-weight: 700;
  color: #9ed22f; 
  z-index: 2;
  position: relative;
}
/* Label */
.counter-label {
  font-size: 30px;
  margin-top: 8px;
  font-weight: 600;
  z-index: 2;
  position: relative;
}
/* BIG background icon */
.counter-bg-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 140px;
  color: rgba(255, 255, 255, 0.08); 
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .counter-box {
    padding: 25px 15px; 
  }
  .counter-number {
    font-size: 40px; 
  }
  .counter-label {
     font-size: 18px; 
  }
  .counter-bg-icon {
    font-size: 80px; 
    right: 10px;
  }
}
/* --------------------------------------------------
   Our Customers
-------------------------------------------------- */
.customers-title {
  font-size: 36px;
  font-weight: 700;
  color: black;
}
.customers-marquee {
  width: 100%;
  overflow: hidden;
}
.customers-track {
  display: flex;
  width: max-content;
  animation: marquee 35s linear infinite;
}
.customers-track.reverse {
  animation-direction: reverse;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.customer-card {
  flex: 0 0 auto;
  width: 180px;
  margin: 0 18px;
  text-align: center;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  padding: 14px 10px;
  background: #fff;
  transition: all 0.3s ease;
}
.customer-card:hover {
  border-color: var(--orange);
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.customer-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  object-fit: contain;
}
.customer-card h6 {
  font-size: 18px;
  margin-top: 6px;
}
/* Space between marquee rows */
.customers-marquee + .customers-marquee {
  margin-top: 40px;
}
/* Mobile */
@media (max-width: 576px) {
  .customer-card {
    width: 140px;
    margin: 0 10px;
    padding: 10px 8px;
  }
  .customer-card img {
    width: 90px;
    height: 90px;
  }
  .customer-card h6 {
     font-size: 14px;
  }
  .customers-marquee + .customers-marquee {
    margin-top: 28px;
  }
  .customers-title{
    font-size: 28px;
  }
}
/* ===============================
   MOBILE FLOATING BUTTON SYSTEM
================================ */
.fab-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  transition: all 0.25s ease;
  text-decoration: none;
  z-index: 9999;
}
/* Hover */
.fab-btn:hover {
    transform: scale(1.08);
}
/* Right-side position */
.floating-actions {
  position: fixed;
  right: 14px;
  bottom: 140px; 
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
/* Individual colors */
.fab-search {
  background: #F4B000;
}
.fab-call {
  background: #1E8E3E;
}
/* Rotate phone icon to face RIGHT */
.fab-call i {
  transform: rotate(90deg);
}
.fab-top {
  position: fixed;
  right: 14px;
  bottom: 80px;
  background: #F4B000;
}
/* ===========================
   VISIBILITY RULES
=========================== */
@media (min-width: 768px) {
  .floating-actions {
    display: none;
  }
}
/* Back to Top → all devices (optional smaller on mobile) */
@media (max-width: 767px) {
  .fab-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
/* =====================================
   BACK TO TOP – DESKTOP HOVER ONLY
===================================== */
@media (hover: hover) and (pointer: fine) {
  .fab-top:hover {
    background: #1E8E3E; /* green */
    transform: scale(1.08);
  }
}
