/********** Template CSS **********/
:root {
    --primary: #FF5E14;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
/* TOPBAR */
/* TOPBAR MAIN */
.topbar {
    background: linear-gradient(45deg, #fc7632, #ff914d);
    padding: 8px 0;
    font-size: 14px;
    color: #fff;
}

/* FLEX ITEMS */
.topbar-left,
.topbar-right {
    gap: 20px;
}

/* CONTACT ITEMS */
.top-item {
    display: flex;
    align-items: center;
    gap: 6px;
    border-right: 1px solid rgba(255,255,255,0.3);
    padding-right: 15px;
}

.top-item:last-child {
    border-right: none;
}

/* ICON STYLE */
.top-item i {
    font-size: 13px;
}

/* SOCIAL ICONS */
.social-icons a {
    color: #fff;
    margin-left: 12px;
    transition: 0.3s;
    font-size: 16px;
}

.social-icons a:hover {
    color: #000;
    transform: translateY(-2px);
}

/* CTA BUTTON */
.top-enquiry-btn {
    margin-left: 20px;
    background: #fff;
    color: #fc7632;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
}

.top-enquiry-btn:hover {
    background: #000;
    color: #fff;
}

/* MOBILE */
@media (max-width: 991px) {
    .topbar {
        display: none;
    }
}
/* LOGO SIZE (Reduce spacing) */
.logo-img {
    height:110px;
    width: auto;
    transition: 0.3s;
}

/* NAVBAR */
.navbar {
    background: #2e2e2e !important;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: 0.4s;
}

/* SCROLL EFFECT */
.navbar.scrolled {
    background: #2e2e2e !important;
}

/* NAV LINKS */
.navbar .nav-link {
    color: #e1e1e1 !important;
    font-weight: 600;
    margin-left: 18px; /* REDUCED GAP */
    position: relative;
    transition: 0.3s;
	 font-size: 17px;
}

/* UNDERLINE EFFECT */
.navbar .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fc7632;
    left: 0;
    bottom: 4px;
    transition: 0.3s;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    width: 100%;
}

.navbar .nav-link:hover {
    color: #fc7632 !important;
}

/* SCROLLED TEXT */
.navbar.scrolled .nav-link {
    color: #fff !important;
}

.navbar.scrolled .nav-link::after {
    background: #fff;
}

/* DROPDOWN */
.navbar .dropdown-menu {
    border-radius: 10px;
    border: none;
    padding: 10px 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.navbar .dropdown-item {
    padding: 10px 20px;
    transition: 0.3s;
}

.navbar .dropdown-item:hover {
    background: #fc7632;
    color: #fff;
}

/* 🔥 ENQUIRY BUTTON */
.enquiry-btn {
    background: linear-gradient(45deg, #fc7632, #ff914d);
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(252,118,50,0.3);
}

.enquiry-btn:hover {
    background: #e1e1e1;
    color: #fff;
}

/* TOPBAR IMPROVE */
.topbar {
    background: linear-gradient(45deg, #fc7632, #ff914d);
    font-size: 15px;
}

/* MOBILE */
@media (max-width: 991px) {
    .logo-img {
        height: 55px;
    }

    .navbar .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }

    .enquiry-btn {
        width: 100%;
        text-align: center;
    }
}
/* SHOW DROPDOWN ON HOVER (DESKTOP ONLY) */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transition: 0.3s;
    }

    .navbar .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/slide.webp) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/Global-Reach.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
body {
    color: #000 !important;
}
  table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

th {
    background-color: #FF5E14; /* Orange background */
    color: #fff;               /* White text for contrast */
    font-weight: bold;
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #f9f9f9; /* Light grey stripe effect */
}

h2, h3 {
    margin-top: 30px;
    color: #333;
}
.table.table-bordered.table-striped th {
    background-color: #FF5E14; /* Orange header cells */
    color: #fff;               /* White text */
    font-weight: bold;
    width: 200px;              /* Fixed width for left column */
    text-align: left;
    vertical-align: middle;
}

.table.table-bordered.table-striped td {
    background-color: #fff;    /* Keep clean white for readability */
    color: #333;               /* Dark grey text */
    vertical-align: middle;
}

/* Zebra effect still from Bootstrap, but we can soften it */
.table.table-bordered.table-striped tbody tr:nth-child(even) td {
    background-color: #f9f9f9;
}

/* Hover effect */
.table.table-bordered.table-striped tbody tr:hover td {
    background-color: #f1f1f1;
}
dl {
      max-width: 900px;
      margin: auto;
      padding: 20px;
    }

    dt {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 15px 20px;
      font-weight: bold;
      font-size: 18px;
      margin-top: 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
      color: #222;
      box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
    }

    dt:hover {
      border-color: #0d6efd;
      box-shadow: 4px 4px 15px rgba(0,0,0,0.12);
      transform: translateY(-2px);
    }

    dt::before {
      content: "❓";
      margin-right: 12px;
      font-size: 20px;
      color: #0d6efd;
    }

    dd {
      background: #f9fbff;
      border-left: 4px solid #0d6efd;
      margin: 0 0 15px 0;
      padding: 15px 20px;
      border-radius: 0 0 10px 10px;
      font-size: 16px;
      color: #555;
      line-height: 1.6;
      box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
    }
	.logo-carousel .item img {
  max-width: 120px;
  margin: auto;
  transition: 0.3s ease;
}
.logo-carousel .item img:hover {
  transform: scale(1.05);
}

  .section-head h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section-head span {
    color: #0073e6;
  }
 
/* ================================
   Our Products 3D Card Design
   ================================ */
/* ================================
   Our Products 3D Card Design (One-Side Tilt)
   ================================ */
.our-products {
  background: #fff;
}

.service-item {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}

.service-card {
  background: #121212;
  color: #fff;
  border-radius: 25px;
  padding: 25px;
  text-align: center;
  width: 100%;
  max-width: 340px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  transform-origin: left center; /* <— key for single-side rotation */
}

.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: transform 0.6s ease;
}

.service-card h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.service-card p {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 20px;
  min-height: 55px;
}

.view-btn {
  background: linear-gradient(135deg, #FF5E14, #D34E00);
  color: #fff;
  font-weight: 600;
  padding: 10px 35px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.4s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 94, 20, 0.3);
}

.view-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 94, 20, 0.5);
}

/* ---- One-Side 3D Hover Effect ---- */
.service-card:hover {
  transform: rotateY(-12deg) scale(1.05); /* tilt only one side */
  box-shadow: 15px 25px 40px rgba(255, 94, 20, 0.3);
}

.service-card:hover img {
  transform: scale(1.08);
}

/* Responsive Fix */
@media (max-width: 992px) {
  .service-card {
    transform: none !important;
  }

}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  width: 1200px;
  max-width: 95%;
  margin: auto;
}

/* SECTION */
.our-products {
  padding: 80px 0;
  background: linear-gradient(135deg, #f4f7fb, #eef3f9);
}

/* HEADER */
.products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.products-header h6 {
  color: #2c4f8e;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.products-header h2 {
  font-size: 36px;
  font-weight: 700;
}

.main-btn {
  background: #2c4f8e;
  color: #fff;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
}

.main-btn:hover {
  background: #1e3a6d;
}

/* GRID */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.product-card {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

/* IMAGE */
.product-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
  transition: 0.4s;
}

/* TITLE */
.product-card h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* TEXT */
.product-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

/* BUTTON */
.product-card a {
  display: inline-block;
  padding: 10px 25px;
  background: #fc7632;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: 0.3s;
}

/* HOVER EFFECT */
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.product-card:hover img {
  transform: scale(1.08);
}

.product-card:hover a {
  background: #1e3a6d;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .products-header {
    text-align: center;
    align-items: center;
  }

  .products-header h2 {
    font-size: 28px;
  }

  .main-btn {
    margin-top: 20px;
  }
}
/* VIDEO SECTION */
.video-section {
    position: relative;
    width: 100%;
    height: 450px; /* control height here */
    overflow: hidden;
    border-radius: 20px;
}

/* VIDEO */
.video-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* EXPERIENCE BOX */
.experience-box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 180px;
    height: 180px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

/* INNER BOX */
.experience-inner {
    width: 100%;
    height: 100%;
    background: #2c4f8e;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
}

/* TEXT */
.experience-inner h1 {
    font-size: 36px;
    margin: 0;
}

.experience-inner h3 {
    margin: 5px 0;
	color: #fff;
}

.experience-inner p {
    margin: 0;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .video-section {
        height: 300px;
    }

    .experience-box {
        width: 130px;
        height: 130px;
    }

    .experience-inner h1 {
        font-size: 24px;
    }
}
/* HERO SECTION */
.hero-section {
    width: 100%;
    overflow: hidden;
}

/* VIDEO WRAPPER */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 90vh; /* full screen feel */
    min-height: 500px;
    overflow: hidden;
}

/* VIDEO */
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DARK OVERLAY */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

/* CONTENT CENTER */
.carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* perfect center */
    text-align: center;
    color: #fff;
    width: 90%;
}

/* TEXT */
.carousel-content h5 {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 2px;
	 color: #fc7632;
}

.carousel-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fc7632; /* Your brand color */
}

/* BUTTON */
.carousel-content a {
    display: inline-block;
    padding: 14px 35px;
    background: #2c4f8e;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}

.carousel-content a:hover {
    background: #1e3a6d;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .video-wrapper {
        height: 60vh;
    }

    .carousel-content h1 {
        font-size: 28px;
    }

    .carousel-content h5 {
        font-size: 14px;
    }
}
/* CONTAINER */
/* SECTION */
.product-slider {
    padding: 70px 0;
    background: #f5f7fb;
    text-align: center;
}

/* TITLE */
.section-title {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #222;
}

/* CONTAINER */
.slider-container {
    overflow: hidden;
    width: 100%;
}

/* TRACK */
.slider-track {
    display: flex;
    gap: 20px;
    animation: scroll 20s linear infinite;
}

/* CARD (4 per row) */
.card {
    flex: 0 0 calc(25% - 15px); /* ✅ 4 cards */
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

/* IMAGE */
.card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* TEXT */
.card h4 {
    padding: 15px;
    font-size: 18px;
}

/* HOVER */
.card:hover {
    transform: translateY(-10px);
}

/* ANIMATION */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .card {
        flex: 0 0 calc(50% - 10px); /* 2 cards */
    }
}

@media (max-width: 600px) {
    .card {
        flex: 0 0 100%; /* 1 card */
    }
}
.section-card {
    background: #f7f9fc;
    padding: 30px 35px;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
}

.section-card.blue {
    border-left: 5px solid #2a62d4;
}

.section-card.orange {
    border-left: 5px solid #ff7a00;
}

.section-card h2 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
}

.section-card p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.section-card ul {
    padding-left: 20px;
}

.section-card ul li {
    margin-bottom: 8px;
    font-weight: 600;
}
.contact-section {
  padding: 80px 0;
  background: #f8f9fb;
  font-family: Arial, sans-serif;
}

.container {
  width: 1200px;
  margin: auto;
}

.contact-wrapper {
  display: flex;
  gap: 40px;
}

/* LEFT SIDE */
.contact-left {
  width: 40%;
}

.contact-card {
  display: flex;
  gap: 15px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  align-items: flex-start;
  transition: 0.3s;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card .icon {
  font-size: 28px;
  color: #0d6efd;
}

.contact-card h4 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600;
}

.contact-card p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

/* RIGHT SIDE */
.contact-right {
  width: 60%;
}

.contact-right h3 {
  color: #d32f2f;
  margin-bottom: 20px;
  font-weight: 700;
}

.map-box {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }
}
.application-section {
  padding: 60px 20px;
  background: #f9fbfd;
  font-family: Arial, sans-serif;
}

.application-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #222;
}

/* GRID */
.app-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* CARD */
.app-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.app-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* ICON */
.app-icon {
  font-size: 35px;
  margin-bottom: 15px;
  color: #2c4f8e;
}

/* TITLE */
.app-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

/* TEXT */
.app-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* HOVER BORDER EFFECT */
.app-card::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #2c4f8e;
  transition: 0.4s;
}

.app-card:hover::before {
  width: 100%;
}
/* SECTION */
.global-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #2c4f8e, #1a2f5a);
  color: #fff;
  font-family: Arial, sans-serif;
}

.global-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* HEADING */
.global-section h2 {
  font-size: 34px;
  margin-bottom: 15px;
}

.global-section p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 40px;
}

/* TAG GRID */
.country-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* TAG STYLE */
.country-tag {
  background: rgba(255,255,255,0.1);
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
  cursor: default;
  border: 1px solid rgba(255,255,255,0.2);
}

.country-tag:hover {
  background: #fff;
  color: #2c4f8e;
  transform: scale(1.05);
}

/* HIGHLIGHT BOX */
.highlight-box {
  margin-top: 40px;
  padding: 25px;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  backdrop-filter: blur(5px);
  font-size: 15px;
}
.floating-contact{
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.floating-contact .icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
 font-size: 20px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

/* COLORS */
.call{
  background: #007bff;
}

.email{
  background: #ff5722;
}

.whatsapp{
  background: #25D366;
}

/* HOVER EFFECT */
.floating-contact .icon:hover{
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.certification-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* CARD */
.cert-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    margin-bottom: 25px;
}

.cert-card:hover {
    transform: translateY(-5px);
}

/* IMAGE CONTAINER (SCROLL LIKE YOUR DESIGN) */
.cert-img {
    height: 280px;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.cert-img img {
    width: 100%;
    display: block;
}

/* BUTTON */
.cert-btn {
    text-align: center;
    margin-top: 15px;
}

.view-btn {
    background: linear-gradient(45deg, #fc7632, #ff914d);
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.view-btn:hover {
    background: #000;
    color: #fff;
}

/* SCROLLBAR STYLE */
.cert-img::-webkit-scrollbar {
    width: 6px;
}

.cert-img::-webkit-scrollbar-thumb {
    background: #fc7632;
    border-radius: 10px;
}
/* SIDEBAR BOX */
.sidebar-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    transition: 0.3s;
}

.sidebar-box:hover {
    transform: translateY(-5px);
}

/* TITLE */
.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-title i {
    color: #fc7632;
}

/* CATEGORY LIST */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 10px;
}

.category-list li a {
    display: block;
    padding: 10px 15px;
    border-radius: 8px;
    background: #f8f9fa;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

/* HOVER EFFECT */
.category-list li a:hover {
    background: linear-gradient(45deg, #fc7632, #ff914d);
    color: #fff;
    transform: translateX(5px);
}

/* CONTACT BOX */
.contact-box .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-box .contact-item i {
    color: #fc7632;
    margin-top: 3px;
}

.contact-box .contact-item a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.contact-box .contact-item a:hover {
    color: #fc7632;
}

.local-presence {
  padding: 60px 20px;
  background: #f5f7fb;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Left Image */
.map-box {
  flex: 1;
}

.map-box img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Right Content */
.content-box {
  flex: 1;
}

.content-box h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #0d1b3d;
}

.content-box p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Stats Box */
.stats-box {
  display: inline-block;
  background: #4c5bd4;
  color: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  text-align: center;
}

.stats-box h3 {
  font-size: 28px;
  margin: 0;
}

.stats-box span {
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }
}