/*
 * extracted.css
 * Auto-generated by extract-assets.php
 * Generated: 2026-04-03 02:04:57
 *
 * IMPORTANT: Review & reorganize sebelum merge ke style.css
 */

/* ==========================================
   Source: modules/services/index.php
   ========================================== */
/* ====== SERVICES SECTION BASE ====== */
.services-section {
  position: relative;
  padding: 100px 0;
  padding-bottom: 10px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 50%, #f0f8ff 100%);
  overflow: hidden;
}

/* Enhanced animated background */
.services-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 40%, rgba(29,62,124,0.08), transparent 50%),
              radial-gradient(circle at 70% 60%, rgba(91,141,239,0.06), transparent 50%);
  animation: gradientRotate 20s linear infinite;
  z-index: 0;
}

@keyframes gradientRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Floating dots pattern */
.services-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle, rgba(29,62,124,0.04) 1px, transparent 1px),
    radial-gradient(circle, rgba(91,141,239,0.03) 1px, transparent 1px);
  background-size: 60px 60px, 90px 90px;
  background-position: 0 0, 30px 30px;
  z-index: 0;
  pointer-events: none;
}

.services-section .auto-container {
  position: relative;
  z-index: 2;
}

/* ====== SERVICE CARDS ====== */
.service-block {
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.9s ease forwards;
}

.service-block:nth-child(1) { animation-delay: 0.1s; }
.service-block:nth-child(2) { animation-delay: 0.2s; }
.service-block:nth-child(3) { animation-delay: 0.3s; }
.service-block:nth-child(4) { animation-delay: 0.4s; }
.service-block:nth-child(5) { animation-delay: 0.5s; }
.service-block:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Card container */
.service-block .inner-box {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(29,62,124,0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 2px solid rgba(29,62,124,0.08);
}

/* Animated gradient border */
.service-block .inner-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(45deg, #1d3e7c, #5b8def, #1d3e7c, #5b8def);
  background-size: 300% 300%;
  border-radius: 22px;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  animation: borderFlow 4s linear infinite;
}

@keyframes borderFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.service-block .inner-box:hover::before {
  opacity: 1;
}

/* Hover effects */
.service-block .inner-box:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 45px rgba(29,62,124,0.25);
  animation: floaty 3s ease-in-out infinite;
}

@keyframes floaty {
  0%, 100% { transform: translateY(-12px) scale(1.02); }
  50% { transform: translateY(-16px) scale(1.02); }
}

/* Glow effect overlay */
.service-block .inner-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(91,141,239,0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
  border-radius: inherit;
}

.service-block .inner-box:hover::after {
  opacity: 1;
}

/* ====== IMAGE SECTION ====== */
.service-block .inner-box .image {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.service-block .inner-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-block .inner-box:hover .image img {
  transform: scale(1.12) rotate(1deg);
}

/* Dark overlay on hover */
.service-block .inner-box .image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: inherit;
}

.service-block .inner-box:hover .image::after {
  opacity: 1;
}

/* Icon styling */
.inner-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: linear-gradient(135deg, rgba(29,62,124,0.95), rgba(91,141,239,0.9));
  border-radius: 50%;
  padding: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(29,62,124,0.4);
}

/* Pulse effect */
.inner-box .icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.5);
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0; }
}

.inner-box:hover .icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
  0%, 100% { transform: translate(-50%, -50%) scale(1) translateY(0); }
  50% { transform: translate(-50%, -50%) scale(1) translateY(-8px); }
}

.inner-box .icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
  transition: transform 0.4s ease;
}

.inner-box:hover .icon img {
  transform: rotate(15deg) scale(1.1);
}

/* ====== CONTENT SECTION ====== */
.service-block .inner-box .content {
  padding: 30px 25px 35px;
  text-align: center;
  background: linear-gradient(180deg, rgba(228,243,255,0.5) 0%, rgba(228,243,255,0.8) 100%);
  position: relative;
  z-index: 1;
  transition: background 0.4s ease;
}

.service-block .inner-box:hover .content {
  background: linear-gradient(180deg, rgba(228,243,255,0.8) 0%, rgba(228,243,255,1) 100%);
}

/* Title styling */
.service-block .inner-box h3 {
  margin-bottom: 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-block .inner-box h3 a {
  color: #1d3e7c;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.service-block .inner-box h3 a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #1d3e7c, transparent);
  transition: width 0.4s ease;
  transform: translateX(-50%);
}

.service-block .inner-box:hover h3 a {
  color: #5b8def;
  transform: translateY(-2px);
}

.service-block .inner-box:hover h3 a::after {
  width: 100%;
}

/* ====== BUTTON STYLING ====== */
.service-block .inner-box .link a {
  background: linear-gradient(135deg, #1d3e7c 0%, #2d5ba8 100%);
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 15px rgba(29,62,124,0.3);
  position: relative;
  overflow: hidden;
}

/* Button shine effect */
.service-block .inner-box .link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}

.service-block .inner-box .link a:hover::before {
  left: 100%;
}

.service-block .inner-box .link a:hover {
  background: linear-gradient(135deg, #2d5ba8 0%, #5b8def 100%);
  transform: scale(1.08);
  box-shadow: 0 8px 25px rgba(29,62,124,0.4);
}

.service-block .inner-box .link a span {
  position: relative;
  z-index: 1;
}

.service-block .inner-box .link a span::after {
  content: " →";
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(-5px);
  display: inline-block;
}

.service-block .inner-box .link a:hover span::after {
  opacity: 1;
  transform: translateX(3px);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 991px) {
  .services-section {
    padding: 80px 0;
  }

  .service-block {
    margin-bottom: 30px;
  }

  .service-block .inner-box .image {
    height: 220px;
  }

  .service-block .inner-box h3 {
    min-height: 50px;
  }

  .service-block .inner-box h3 a {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 60px 0;
  }

  .service-block .inner-box .image {
    height: 200px;
  }

  .service-block .inner-box .content {
    padding: 25px 20px 30px;
  }

  .inner-box .icon {
    width: 70px;
    height: 70px;
    padding: 15px;
  }

  .inner-box .icon img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 576px) {
  .service-block .inner-box h3 a {
    font-size: 1.1rem;
  }

  .service-block .inner-box .link a {
    padding: 10px 24px;
    font-size: 0.9rem;
  }
}

/* ==========================================
   Source: modules/services/index.php
   ========================================== */
/* ====== SERVICE DETAILS SECTION ====== */
.service-details {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #eaf5ff 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* Animated background gradient */
.service-details::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: radial-gradient(circle at center, rgba(91,141,239,0.08), transparent 60%);
  animation: glowMove 15s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes glowMove {
  0% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  100% { transform: translate(60px, 60px) scale(1.1); opacity: 0.8; }
}

/* Floating dots */
.service-details::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(29,62,124,0.04) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 0;
  pointer-events: none;
}

.service-details .auto-container {
  position: relative;
  z-index: 2;
}

/* ====== CONTENT SIDE ====== */
.content-side {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 10px 35px rgba(29,62,124,0.12);
  animation: fadeUp 0.9s ease forwards;
  position: relative;
  border: 2px solid rgba(29,62,124,0.08);
}

/* Decorative corner elements */
.content-side::before,
.content-side::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid #1d3e7c;
  opacity: 0.3;
  transition: all 0.5s ease;
}

.content-side::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 20px;
}

.content-side::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 20px;
}

.content-side:hover::before,
.content-side:hover::after {
  width: 80px;
  height: 80px;
  opacity: 0.6;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Title styling */
.content-side h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1d3e7c;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #1d3e7c, #5b8def, transparent) 1;
  position: relative;
  animation: fadeUp 1s ease;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}

/* Image container */
.content-side .image {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(29,62,124,0.15);
  position: relative;
  animation: fadeUp 1s ease;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}

/* Gradient overlay on image */
.content-side .image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(29,62,124,0.1), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  border-radius: inherit;
}

.content-side .image:hover::before {
  opacity: 1;
}

.content-side .image img {
  border-radius: 16px;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: 100%;
}

.content-side .image:hover img {
  transform: scale(1.08);
}

/* Text content */
.content-side .text {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.9;
  text-align: justify;
  animation: fadeUp 1s ease;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}

.content-side .text p {
  margin-bottom: 20px;
}

/* ====== SIDEBAR STYLING ====== */
.service-sidebar {
  animation: fadeUp 0.9s ease;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}

/* Category widget */
.widget.category-widget-two {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(29,62,124,0.1);
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
  border: 2px solid rgba(29,62,124,0.08);
  transition: all 0.4s ease;
}

.widget.category-widget-two:hover {
  box-shadow: 0 12px 35px rgba(29,62,124,0.18);
  transform: translateY(-4px);
}

.widget.category-widget-two ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget.category-widget-two ul li {
  border-bottom: 1px solid rgba(228,243,255,0.8);
  transition: all 0.3s ease;
}

.widget.category-widget-two ul li:last-child {
  border-bottom: none;
}

.widget.category-widget-two ul li a {
  display: block;
  padding: 16px 25px;
  color: #1d3e7c;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  font-size: 1.05rem;
}

/* Hover arrow indicator */
.widget.category-widget-two ul li a::after {
  content: "→";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
  color: #5b8def;
  font-weight: bold;
}

.widget.category-widget-two ul li a:hover {
  background: linear-gradient(90deg, rgba(228,243,255,0.5), rgba(228,243,255,0.8));
  color: #2d5ba8;
  padding-left: 30px;
}

.widget.category-widget-two ul li a:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.widget.category-widget-two ul li.active a {
  background: linear-gradient(135deg, #1d3e7c 0%, #2d5ba8 100%);
  color: #ffffff;
  font-weight: 700;
}

.widget.category-widget-two ul li.active a::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  color: #ffffff;
}

/* ====== CONSULT WIDGET ====== */
.consult-widget {
  background: linear-gradient(145deg, #1d3e7c 0%, #2d5ba8 50%, #5b8def 100%);
  color: #ffffff;
  text-align: center;
  border-radius: 16px;
  padding: 40px 25px;
  box-shadow: 0 10px 30px rgba(29,62,124,0.3);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Animated glow effect */
.consult-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.1), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.consult-widget:hover::before {
  opacity: 1;
}

.consult-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(29,62,124,0.4);
}

.consult-widget .text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  position: relative;
  z-index: 1;
}

.consult-widget .phone a {
  display: inline-block;
  background: #ffffff;
  color: #1d3e7c;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 14px 35px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  position: relative;
  z-index: 1;
}

.consult-widget .phone a:hover {
  background: rgba(240,248,255,1);
  transform: scale(1.08);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  color: #2d5ba8;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 991px) {
  .service-details {
    padding: 80px 0;
  }

  .content-side {
    padding: 40px 30px;
    margin-bottom: 40px;
  }

  .content-side h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .service-details {
    padding: 60px 0;
  }

  .content-side {
    padding: 35px 25px;
  }

  .content-side h2 {
    font-size: 2rem;
  }

  .content-side .text {
    font-size: 1rem;
  }

  .consult-widget .text {
    font-size: 1.2rem;
  }

  .consult-widget .phone a {
    font-size: 1.1rem;
    padding: 12px 28px;
  }
}

@media (max-width: 576px) {
  .content-side::before,
  .content-side::after {
    display: none;
  }

  .content-side h2 {
    font-size: 1.75rem;
  }

  .widget.category-widget-two ul li a {
    font-size: 0.95rem;
    padding: 14px 20px;
  }
}

/* ==========================================
   Source: modules/services/index.php
   ========================================== */
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 65px;
  height: 65px;
  font-size: 18px;
  line-height: 61px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  margin-left: -26px;
  display: none;
  transition: all 300ms ease;
  transform: rotate(-90deg);
}

/* ==========================================
   Source: modules/bannersub/index.php
   ========================================== */
.page-title {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 450px;
}

.page-title .auto-container,
.page-title .content-box,
.page-title .content-wrapper {
    background: transparent !important;
}

.page-title .overlay-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        /* gradient top */
        linear-gradient(
            rgba(255,255,255,10.9) 0%, 
            rgba(255,255,255,-7.3) 15%, 
            rgba(255,255,255,0) 30%
        ),
        /* gradient middle */
        radial-gradient(
            circle at center,
            rgba(255,255,255,0.6) 0%, 
            rgba(255,255,255,0.2) 40%, 
            rgba(255,255,255,0) 70%
        );
    z-index: 1;
}

.page-title .content-box {
    position: relative;
    z-index: 2;
}

.page-title h1 {
    text-shadow: 0 2px 8px rgba(255,255,255,0.8);
}

/* ==========================================
   Source: modules/faq/index.php
   ========================================== */
.accordion.block {
      border: none !important;
    }
    
    .acc-content {
      border: none !important;
    }
    
    .acc-content .content {
      border: none !important;
    }
    
    .accordion.block,
    .acc-btn,
    .acc-content,
    .acc-content .content,
    .acc-content .content .text {
      border: none !important;
    }
/*    table, table td {*/
/*  border: none !important;*/
/*}*/

/* ==========================================
   Source: modules/blog/index.php
   ========================================== */
body {
        font-family: 'Poppins', sans-serif;
        background: #f8f9fa;
    }
    
    /* Grid Layout for Blog Cards */
    .blog-grid {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    
    .blog-grid > [class*='col-'] {
        padding: 0 15px;
        margin-bottom: 30px;
        display: flex;
    }
    
    /* Modern Card Design */
    .modern-card .inner-box {
        background: #ffffff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .modern-card .inner-box:hover {
        transform: translateY(-12px);
        box-shadow: 0 12px 40px rgba(60, 95, 124, 0.25);
    }
    
    /* Image Wrapper */
    .image-wrapper {
        position: relative;
        overflow: hidden;
        height: 240px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }
    
    .image-wrapper img {
        width: auto;
        height: auto;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .modern-card .inner-box:hover .image-wrapper img {
        transform: scale(1.15) rotate(2deg);
    }
    
    .overlay-gradient {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%);
        opacity: 0;
        transition: opacity 0.4s ease;
    }
    
    .modern-card .inner-box:hover .overlay-gradient {
        opacity: 1;
    }
    
    /* Date Badge */
    .date-badge {
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: #1d3e7c;
        backdrop-filter: blur(10px);
        color: #fff;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.5px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        z-index: 2;
    }
    
    /* Content Area */
    .modern-card .content {
        padding: 25px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    
    .article-title {
        font-size: 20px;
        font-weight: 700;
        color: #002c57;
        margin-bottom: 12px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: color 0.3s ease;
    }
    
    .modern-card .inner-box:hover .article-title {
        color: #1d3e7c;
    }
    
    .modern-card .text {
        color: #666;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        flex-grow: 1;
    }
    
    /* Button Styling */
    .theme-btn.btn-style-one {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, #1d3e7c 0%, #2d5ba8 100%);
        color: #fff;
        padding: 12px 28px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        border: none;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(60, 95, 124, 0.3);
    }
    
    .theme-btn.btn-style-one::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
        transition: left 0.5s ease;
    }
    
    .theme-btn.btn-style-one:hover::before {
        left: 100%;
    }
    
    .theme-btn.btn-style-one:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(60, 95, 124, 0.4);
    }
    
    .theme-btn.btn-style-one i {
        transition: transform 0.3s ease;
    }
    
    .theme-btn.btn-style-one:hover i {
        transform: translateX(5px);
    }
    
    .btn-back {
        margin-top: 30px;
    }
    
    .btn-back i {
        transition: transform 0.3s ease;
    }
    
    .btn-back:hover i {
        transform: translateX(-5px);
    }
    
    /* Pagination */
    .pagination-wrapper {
        margin: 40px 0 20px;
        text-align: center;
    }
    
    .styled-pagination {
        display: inline-flex;
        gap: 15px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .styled-pagination li a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 24px;
        background: #fff;
        width: 145px;
        color: #1d3e7c;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }
    
    .styled-pagination li a:hover {
        background: linear-gradient(135deg, #1d3e7c 0%, #2a4a61 100%);
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(60, 95, 124, 0.3);
    }
    
    /* Sidebar Styling */
    .sidebar.blog-sidebar {
        position: sticky;
        top: 20px;
    }
    
    .blog-sidebar .widget {
        background: #ffffff;
        border-radius: 16px;
        padding: 25px;
        margin-bottom: 25px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
    }
    
    .blog-sidebar .widget:hover {
        box-shadow: 0 6px 30px rgba(0,0,0,0.12);
    }
    
    .blog-sidebar .widget_title {
        font-size: 18px;
        color: #002c57;
        margin-bottom: 20px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 15px;
        border-bottom: 3px solid #1d3e7c;
    }
    
    .blog-sidebar .widget_title i {
        color: #1d3e7c;
        font-size: 20px;
    }
    
    .blog-sidebar .cat-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .blog-sidebar .cat-list li {
        margin-bottom: 10px;
    }
    
    .blog-sidebar .cat-list li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        background: #f8f9fa;
        border-radius: 10px;
        text-decoration: none;
        color: #333;
        font-weight: 500;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    
    .blog-sidebar .cat-list li a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(135deg, #1d3e7c 0%, #2a4a61 100%);
        transition: width 0.3s ease;
        z-index: 0;
    }
    
    .blog-sidebar .cat-list li a:hover::before {
        width: 100%;
    }
    
    .blog-sidebar .cat-list li a:hover {
        color: #fff;
        transform: translateX(5px);
        box-shadow: 0 4px 15px rgba(60, 95, 124, 0.2);
    }
    
    .blog-sidebar .cat-name,
    .blog-sidebar .cat-count {
        position: relative;
        z-index: 1;
    }
    
    .blog-sidebar .cat-count {
        background: rgba(60, 95, 124, 0.1);
        padding: 4px 12px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: 700;
        color: #1d3e7c;
        transition: all 0.3s ease;
    }
    
    .blog-sidebar .cat-list li a:hover .cat-count {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
    }
    
    /* Blog Single Post */
    .blog-single-post {
        background: #ffffff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }
    
    .post-header .image-wrapper {
        height: 400px;
    }
    
    .post-content {
        padding: 40px;
    }
    
    .post-meta {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid #f0f0f0;
    }
    
    .date-meta {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #666;
        font-size: 14px;
    }
    
    .date-meta i {
        color: #1d3e7c;
    }
    
    .post-title {
        font-size: 32px;
        font-weight: 700;
        color: #002c57;
        margin-bottom: 25px;
        line-height: 1.3;
    }
    
    .post-text {
        color: #555;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
        text-align: justify;
    }
    
    .post-tag {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 20px 0;
        border-top: 2px solid #f0f0f0;
        margin-bottom: 20px;
    }
    
    .tag-title {
        font-weight: 600;
        color: #002c57;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .tag-title i {
        color: #1d3e7c;
    }
    
    .tag {
        display: flex;
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .tag li a {
        display: inline-block;
        padding: 8px 20px;
        background: linear-gradient(135deg, #1d3e7c 0%, #2a4a61 100%);
        color: #fff;
        border-radius: 20px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(60, 95, 124, 0.2);
    }
    
    .tag li a:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(60, 95, 124, 0.3);
    }
    
    /* No Records State */
    .no-records {
        text-align: center;
        padding: 80px 20px;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }
    
    .no-records i {
        font-size: 64px;
        color: #ddd;
        margin-bottom: 20px;
    }
    
    .no-records h4 {
        font-size: 24px;
        color: #002c57;
        margin-bottom: 10px;
        font-weight: 700;
    }
    
    .no-records p {
        color: #999;
        font-size: 16px;
    }
    
    /* Animation Effects */
    .fade-up {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.6s ease;
    }
    
    .fade-up.show {
        opacity: 1;
        transform: translateY(0);
    }
    
    .slide-in {
        opacity: 0;
        transform: translateX(50px);
        transition: all 0.6s ease;
    }
    
    .slide-in.show {
        opacity: 1;
        transform: translateX(0);
    }
    
    /* Responsive Design */
    @media (max-width: 991px) {
        .sidebar.blog-sidebar {
            position: static;
            margin-top: 40px;
        }
        
        .post-header .image-wrapper {
            height: 300px;
        }
        
        .post-title {
            font-size: 26px;
        }
    }
    
    @media (max-width: 767px) {
        .blog-grid > [class*='col-'] {
            margin-bottom: 25px;
        }
        
        .modern-card .content {
            padding: 20px;
        }
        
        .article-title {
            font-size: 18px;
        }
        
        .image-wrapper {
            height: 200px;
        }
        
        .post-content {
            padding: 25px;
        }
        
        .post-title {
            font-size: 22px;
        }
        
        .widget {
            padding: 20px;
        }
        
        .styled-pagination {
            flex-direction: column;
            gap: 10px;
        }
    }

/* ==========================================
   Source: modules/career/index.php
   ========================================== */
.testimonial-two__video {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.video-wrapper {
	border-radius: 8px;
	overflow: hidden;
}

.testimonial-two__single {
	transition: transform 0.3s ease;
}

.testimonial-two__single:hover {
	transform: translateY(-5px);
}

/* Responsive video adjustments */
@media (max-width: 768px) {
	.testimonial-two__video {
		margin-bottom: 15px;
	}
	
	.video-wrapper {
		padding-bottom: 75%; /* Adjust aspect ratio for mobile */
	}
}

/* ==========================================
   Source: modules/homeintroduction/index.php
   ========================================== */
/* ====== SECTION CONTAINER ====== */
.welcome-section {
  position: relative;
  background: linear-gradient(135deg, #f9fafc 0%, #ffffff 100%);
  padding: 120px 0;
  overflow: hidden;
}

/* Enhanced dynamic gradient background */
.welcome-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(29,62,124,0.12), transparent 50%),
              radial-gradient(circle at 70% 50%, rgba(91,141,239,0.1), transparent 50%);
  animation: rotateGradient 25s linear infinite;
  z-index: 0;
}

@keyframes rotateGradient {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.welcome-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, #1d3e7c, #5b8def, #c7d3ef, #1d3e7c);
  background-size: 300% 300%;
  animation: floatParticles 15s ease-in-out infinite;
  z-index: 1;
  opacity: 0.15;
  filter: blur(30px);
}

@keyframes floatParticles {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Subtle dots pattern */
.dots-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: 
    radial-gradient(circle, rgba(29,62,124,0.06) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 1;
  pointer-events: none;
}

.auto-container {
  position: relative;
  z-index: 2;
}

/* ====== IMAGE SECTION WITH DECORATIVE FRAME ====== */
.image-wrapper {
  position: relative;
  padding: 15px;
}

/* Corner decorations */
.image-wrapper::before,
.image-wrapper::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border: 3px solid #1d3e7c;
  transition: all 0.6s ease;
  z-index: 3;
  opacity: 0.7;
}

.image-wrapper::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 12px;
}

.image-wrapper::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 12px;
}

.image-wrapper:hover::before,
.image-wrapper:hover::after {
  width: 90px;
  height: 90px;
  border-color: #5b8def;
  opacity: 1;
}

.image-one {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 0 25px;
  box-shadow: 0 12px 35px rgba(29,62,124,0.12);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Glowing border effect */
.image-one::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(45deg, #1d3e7c, #5b8def, #1d3e7c);
  background-size: 300% 300%;
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
  animation: borderFlow 4s linear infinite;
}

@keyframes borderFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.image-one:hover::before {
  opacity: 1;
}

.image-one img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.3, 1), 
              box-shadow 0.6s ease,
              filter 0.5s ease;
  position: relative;
  z-index: 2;
}

.image-one:hover {
  box-shadow: 0 25px 55px rgba(29,62,124,0.25);
  transform: translateY(-6px);
}

.image-one:hover img {
  transform: scale(1.08) translateY(-3px);
  filter: brightness(1.05);
}

/* Shine effect on hover */
.image-one::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.8s ease;
  z-index: 3;
  pointer-events: none;
}

.image-one:hover::after {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

/* ====== CONTENT SECTION ====== */
.content-side {
  padding: 0 40px;
  position: relative;
}

/* Decorative accent line */
.content-side::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 4px;
  background: linear-gradient(180deg, transparent, #1d3e7c, #5b8def, #1d3e7c, transparent);
  border-radius: 2px;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}

.content-side:hover::before {
  opacity: 0.8;
}

/* ====== TITLE WITH ENHANCED STYLING ====== */
.sec-title {
  position: relative;
  margin-bottom: 25px;
}

/* Decorative icon */
.sec-title::before {
  content: "✦";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #1d3e7c;
  animation: twinkle 2.5s ease-in-out infinite;
  opacity: 0.8;
}

@keyframes twinkle {
  0%, 100% { opacity: 0.8; transform: translateY(-50%) scale(1); }
  50% { opacity: 0.4; transform: translateY(-50%) scale(1.2); }
}

.sec-title h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #1d3e7c;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
  text-align: left;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-shadow: 2px 2px 4px rgba(29,62,124,0.08);
}

.sec-title h2:hover {
  color: #5b8def;
  transform: translateX(3px);
}

/* Dynamic underline */
.sec-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #1d3e7c, #5b8def, #1d3e7c);
  background-size: 200% 100%;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(29,62,124,0.25);
  animation: underlineShimmer 3s linear infinite;
}

@keyframes underlineShimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.sec-title h2:hover::after {
  width: 110%;
}

/* ====== TEXT CONTENT ====== */
.text {
  position: relative;
}

.text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.08rem;
  line-height: 1.9;
  color: #555;
  text-align: justify;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideIn 1.3s ease forwards;
  animation-delay: 0.6s;
  position: relative;
  padding-left: 18px;
}

/* Subtle quote decoration */
.text p::before {
  content: """;
  position: absolute;
  left: -8px;
  top: -8px;
  font-size: 3.5rem;
  color: rgba(29,62,124,0.08);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text p:hover {
  color: #333;
}

/* ====== PARALLAX REVEAL ====== */
.parallax-in {
  opacity: 0;
  transform: translateY(50px) scale(0.98);
  transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.parallax-in.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.parallax-in:nth-child(1) {
  transition-delay: 0.15s;
}

.parallax-in:nth-child(2) {
  transition-delay: 0.3s;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 991px) {
  .welcome-section {
    padding: 80px 0;
  }

  .content-side {
    padding: 40px 25px;
    text-align: center;
  }

  .content-side::before {
    display: none;
  }

  .sec-title::before {
    display: none;
  }

  .sec-title h2 {
    font-size: 2rem;
  }

  .sec-title h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .sec-title h2:hover::after {
    width: 100%;
  }

  .image-one {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .image-wrapper::before,
  .image-wrapper::after {
    width: 50px;
    height: 50px;
  }

  .text p {
    text-align: left;
    font-size: 1rem;
  }

  .text p::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .welcome-section {
    padding: 60px 0;
  }

  .sec-title h2 {
    font-size: 1.75rem;
  }

  .image-wrapper::before,
  .image-wrapper::after {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .content-side {
    padding: 30px 20px;
  }
}

/* ==========================================
   Source: modules/contact/index.php
   ========================================== */
/* === Reset & Base === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* === Hero Section === */
.contact-hero {
    background: linear-gradient(135deg, #1d3e7c 0%, #2c5aa0 100%);
    padding: 40px 0 80px;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.hero-content .sub-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a8c5ff;
    margin-bottom: 15px;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.hero-content p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.95;
}

/* === Contact Info Cards === */
.contact-info-section {
    padding: 80px 0;
    background: #f8f9fa;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.info-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
    margin-bottom: 30px;
}

.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(29,62,124,0.15);
}

.info-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1d3e7c 0%, #2c5aa0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: #fff;
    transition: all 0.4s ease;
}

.info-card:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #2c5aa0 0%, #1d3e7c 100%);
}

.info-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
}

.info-card p {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 15px;
}

.info-link {
    font-size: 16px;
    font-weight: 600;
    color: #1d3e7c;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.info-link:hover {
    color: #2c5aa0;
    transform: scale(1.05);
}

.info-text {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
}

/* === Main Contact Section === */
.main-contact-section {
    padding: 80px 0 100px;
    background: #fff;
}

.contact-form-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    height: 100%;
}

.section-header {
    margin-bottom: 40px;
}

.section-header .sub-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1d3e7c;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #2c3e50;
}

/* === Alert Messages === */
.alert-message {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    animation: slideInDown 0.5s ease;
}

.alert-success {
    background: #d4edda;
    border-left: 4px solid #28a745;
    color: #155724;
}

.alert-error {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
}

.alert-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.alert-icon svg {
    width: 24px;
    height: 24px;
}

.alert-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.alert-content p {
    font-size: 14px;
    margin: 0;
}

/* === Contact Form === */
.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #1d3e7c;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(29,62,124,0.1);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background: linear-gradient(135deg, #1d3e7c 0%, #2c5aa0 100%);
    color: #fff;
    padding: 16px 40px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(29,62,124,0.3);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(29,62,124,0.4);
    background: linear-gradient(135deg, #2c5aa0 0%, #1d3e7c 100%);
}

.submit-btn svg {
    transition: transform 0.3s ease;
}

.submit-btn:hover svg {
    transform: translateX(5px);
}

/* === Map Wrapper === */
.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    height: 100%;
    min-height: 600px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

/* === Scroll to Top === */
.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1d3e7c 0%, #2c5aa0 100%);
    color: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 6px 20px rgba(29,62,124,0.4);
    transition: all 0.3s ease;
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(29,62,124,0.5);
}

/* === Animations === */
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === Responsive === */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 42px;
    }
    
    .contact-form-wrapper {
        padding: 35px;
        margin-bottom: 30px;
    }
    
    .map-wrapper {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 36px;
    }
    
    .contact-form-wrapper {
        padding: 25px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
}

/* ==========================================
   Source: modules/testimonial/index.php
   ========================================== */
.testimonial-two__video {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.video-wrapper {
	border-radius: 8px;
	overflow: hidden;
}

.testimonial-two__single {
	transition: transform 0.3s ease;
}

.testimonial-two__single:hover {
	transform: translateY(-5px);
}

/* Responsive video adjustments */
@media (max-width: 768px) {
	.testimonial-two__video {
		margin-bottom: 15px;
	}
	
	.video-wrapper {
		padding-bottom: 75%; /* Adjust aspect ratio for mobile */
	}
}

/* ==========================================
   Source: modules/bannerslider/index.php
   ========================================== */
/* ===== WHITE GRADIENT OVERLAY AT TOP OF BANNER ===== */
.banner-section .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%; /* tinggi gradient — boleh ubah ikut keperluan */
  background: linear-gradient(to bottom, rgba(255,255,255,10.9) 0%, rgba(255,255,255,0) 100%);
  z-index: 1; /* pastikan atas gambar tapi bawah tulisan */
  pointer-events: none;
}

/* pastikan content atas overlay */
.banner-section .content-outer,
.banner-section .content-box,
.banner-section .inner {
  position: relative;
  z-index: 2;
}


/* ---------- Desktop (default) ---------- */
.banner-section .content-box {
  /* original desktop padding (top right bottom left) */
  padding: 218px 140px 180px 172px;
}
.banner-section .content-box .inner {
  padding: 42px 0;
}

/* ---------- Large laptop / smaller desktop ---------- */
@media (max-width: 1200px) {
  .banner-section .content-box {
    padding: 218px 140px 180px 172px;
  }
  .banner-section .content-box .inner {
    padding: 36px 0;
  }
}

/* ---------- Tablet (landscape / medium) ---------- */
@media (max-width: 991px) {
  .banner-section .content-box {
    padding: 217px 140px 180px 161px;
  }
  .banner-section .content-box .inner {
    padding: 32px 0;
  }
}

/* ---------- Small tablet / large phone ---------- */
@media (max-width: 768px) {
  .banner-section .content-box {
    padding: 124px 39px 99px 59px;
  }
  .banner-section .content-box .inner {
    padding: 28px 0;
  }
}

/* ---------- Mobile (portrait) ---------- */
@media (max-width: 575px) {
  .banner-section .content-box {
    padding: 301px 39px 97px 59px;
  }
  .banner-section .content-box .inner {
    padding: 20px 0;
  }

  /* make sure heading fits on small screens */
  .banner-section .content-box h1 {
    font-size: clamp(18px, 6vw, 28px);
    line-height: 1.2;
    margin: 0 0 12px 0;
    font-size: 40px;
    line-height: 50px;
  }
}

/* ---------- Very small phones ---------- */
@media (max-width: 375px) {
  .banner-section .content-box {
    padding: 40px 12px 40px 10px;
  }
  .banner-section .content-box .inner {
    padding: 16px 0;
  }
}

/* ======= FONT IMPROVEMENTS ======= */
.banner-section .content-box h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 14px 7px rgba(0,0,0,0.45);
}

/* Glowing effect behind text */
.banner-section .content-box h1::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 50%, rgba(91,141,239,0.3), transparent 70%);
  z-index: -1;
  filter: blur(20px);
  opacity: 0.6;
}

/* Animated underline accent */
.banner-section .content-box h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0;
  height: 5px;
  background: linear-gradient(90deg, #5b8def, #1d3e7c, transparent);
  animation: underlineExpand 1.5s ease-out forwards;
  animation-delay: 0.8s;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(91,141,239,0.6);
}

@keyframes underlineExpand {
  to { width: 50%; }
}

/* Sub-heading style (optional if you add smaller text later) */
.banner-section .content-box p {
  font-family: 'Open Sans', sans-serif;
  color: #e0e6f6;
  font-size: 1.1rem;
  line-height: 1.7;
  letter-spacing: 0.3px;
}

/* ======= BUTTON UPGRADE ======= */
.theme-btn.btn-style-one {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #5b8def, #1d3e7c);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 8px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: 2px solid rgba(255,255,255,0.2);
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(29,62,124,0.4);
}

/* Make button stand out more */
.theme-btn.btn-style-one:hover {
  background: linear-gradient(90deg, #6da5ff, #244c9a);
  box-shadow: 0 12px 35px rgba(91,141,239,0.6);
  transform: translateY(-4px);
}

/* Add subtle glowing ring */
.theme-btn.btn-style-one::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.theme-btn.btn-style-one:hover::after {
  opacity: 1;
}

/* === Make swiper slide a positioned parent === */
.banner-section .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

/* === WHITE GRADIENT OVERLAY (visible & animated) === */
.banner-section .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 47%;
  background: linear-gradient(to bottom, rgba(255,255,255,10.9) 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.95;
  animation: gradientMotion 6s ease-in-out infinite alternate;
}


/* === Ensure text stays above overlay === */
.banner-section .content-outer,
.banner-section .content-box,
.banner-section .inner {
  position: relative;
  z-index: 2;
}

/* ==========================================
   Source: modules/menubar/index.php
   ========================================== */
.header-top ul.contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: stretch;
    flex-direction: row;
    min-width: 372px;
    max-width: 400px;
}




.header-upper .inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* Prevents breaking layout */
    gap: 15px; /* keeps logo & menu separated */
}

.logo-box {
    flex: 0 0 auto; /* prevent stretching */
}

.nav-outer {
    flex: 1 1 auto; 
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Logo sizing */
.logo-box img {
    max-height: 60px; /* better height control */
    width: auto;
}

.sticky-header .logo-box img {
    max-height: 45px; /* smaller sticky */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .header-upper .inner-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .logo-box img {
        max-height: 50px;
    }
}

@media (max-width: 575px) {
    .logo-box img {
        max-height: 40px;
    }
}

element.style {
    padding: 0px 40px 0px 40px;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 61px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}