:root{--primary:#6565e5;--sec:#b72a12;}
.ht{font-size:18px;}
body{font-family:"Arial Nova",sans-serif;}
::-webkit-scrollbar{width:3px;height:3px;}
::-webkit-scrollbar-thumb{background:#454a67;border-radius:10px;}
::-webkit-scrollbar-track-piece{margin:10px 10px;}
h3{font-size:calc(14px + 0.6vw);font-weight:400;}
.fw-semibold{font-weight:600;}
.flip-card{width:100%;height:200px;perspective:1000px;}
.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform 0.8s;transform-style:preserve-3d;}
.flip-card:hover .flip-card-inner{transform:rotateY(180deg);}
.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%; /* Safari */backface-visibility:hidden;background:#fff;box-shadow:3px 0px 10px rgba(0,0,0,0.1);border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;}
.flip-card-back{background-color:var(--sec);color:white;transform:rotateY(180deg);}
section{overflow:hidden;}
.btn-s1{background:#005ea2;color:#fff;padding:8px 24px;cursor:pointer;transition:all 0.3s ease-in-out;border-radius:50px;border:1px solid transparent;}
.btn-s2{background:#E52525;color:#fff;padding:8px 24px;cursor:pointer;transition:all 0.3s ease-in-out;border-radius:50px;border:1px solid transparent;}
.btn-s2:hover{background:#fff;color:#272a3d;outline:1px solid #272a3d;}
span.fot_icon{font-size:45px;}

/*************************** banner section ***************************/
.h_banner{width:100%;padding:40px 0 119px;}
.ban_left{width:100%;}
.ban_left h1{font-size:42px;margin:20px 0 0;padding:0 0px 0 0;line-height:1.3;}
.ban_left p{font-size:16px;margin:10px 0 10px;}
.ban_left ul li{font-size:18px;padding:4px 0;}
span.icon{color:#d53232;margin:0 8px 0 0;}
input.form-control::placeholder{color:#000;}
.ban_form{width:100%;overflow:hidden;padding:30px 25px;background:rgba(255,255,255,0.95);border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);backdrop-filter:blur(10px);}
.ban_left textarea.form-control{height:34px;}
.ban_left button.ban_btn{padding:8px 46px;background:#d53232;color:#fff;border-radius:4px;outline:none;border:none;font-size:14px;font-weight:600;text-transform:uppercase;}
.ban_right{width:100%;}
.ban_right:before{content:"";background:url(img/ban_img1.png) no-repeat;position:absolute;z-index:-1;left:56%;right:0;top:32px;bottom:0;height:104%;}

/*************************** section 1 ***************************/

/**Testimonials**/

.testimonial-card{background:#fff;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,0.1);padding:20px;text-align:center;transition:transform 0.3s ease-in-out;}
.testimonial-card:hover{transform:translateY(-5px);}
.testimonial-img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:15px;}
.stars{color:#ffc107;margin-bottom:10px;}
.testimonial-text{font-style:italic;color:#555;margin-bottom:15px;}
.carousel-control-prev,.carousel-control-next{filter:invert(1);}

/**Testimonials**/

/*************************** section 10 ***************************/


.services-section{max-width:1200px;margin:auto;padding:150px 20px;}

/* Heading & Buttons Row */
.header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:30px;}
.heading h4{font-size:14px;color:#777;margin-bottom:5px;letter-spacing:1px;text-transform:uppercase;}
.heading h2{font-size:28px;font-weight:bold;line-height:1.3;margin:0;}
.heading h2 span{color:#ff5722;}

/* Top Buttons */
.top-buttons{display:flex;gap:10px;}
.top-buttons button{padding:10px 15px;border:none;border-radius:5px;font-size:14px;cursor:pointer;transition:background 0.3s ease;}
.btn-orange{background:#ff5722;color:white;}
.btn-orange:hover{background:#e64a19;}
.btn-outline{background:white;color:#ff5722;border:1px solid #ff5722;}
.btn-outline:hover{background:#ff5722;color:white;}

/* Slider */
.swiper{padding-bottom:40px;}
.service-card{background:#fff;border-radius:10px;padding:20px;text-align:left;border:2px solid transparent;transition:all 0.3s ease;min-height:280px;box-shadow:0 3px 10px rgba(0,0,0,0.05);}
.service-card .icon{width:60px;height:60px;margin-bottom:15px;}
.service-card h3{font-size:18px;font-weight:bold;margin-bottom:10px;}
.service-card p{font-size:14px;color:#555;line-height:1.5;}
.service-card:hover{border-color:#ff5722;}
.swiper-slide-active{border-color:#ff5722;}

/* Navigation */
.swiper-button-next,.swiper-button-prev{background:white;border-radius:5px;width:40px;height:40px;border:1px solid #ddd;color:#ff5722;}
.swiper-button-next::after,.swiper-button-prev::after{font-size:16px;font-weight:bold;}

/* Responsive */
@media (max-width:768px){
  .heading h2{font-size:22px;}
  .service-card{min-height:auto;}
  .header-row{flex-direction:column;align-items:flex-start;gap:15px;}
}

/*************************** section 6 ***************************/
span.fee{font-size:14px;}
.s6 .btns{flex-wrap:wrap;border:1px solid #272a3d;border-radius:7px;width:-moz-fit-content;width:fit-content;}
.s6 .btns li{padding:10px;flex-shrink:0;cursor:pointer;}
.s6 .btns li.active{background:#272a3d;position:relative;color:#fff;}
.s6 .tabs > div{display:none;}
.s6 .tabs .active{display:flex;animation:fadein 0.4s linear;}
.s6 .pkg{font-size:1rem;font-weight:700;color:#fff;background:#005ea2;padding:6px 20px;border-radius:50px;}
.s6 .inner{display:flex;flex-direction:column;align-items:start;box-shadow:0px 0px 10px rgba(0,0,0,0.3);border-radius:10px;padding:60px 22px;}
.s6 .inner ul{width:100%;height:250px;overflow-y:auto;}
.s6 .inner li{margin-bottom:10px;font-size:0.9rem;padding:0 0 0 9px;color:#8A8A8A;}
.s6 .inner li::marker{content:"\f00c";font-family:"Font Awesome 5 Free";font-weight:900;color:#005ea2;}
.s6 h3{font-weight:700;font-size:calc(2rem + 1vw);display:flex;align-items:center;}

/*************************** section 2 ***************************/
.cta2{width:100%;padding:50px 0;background-color:#203648;}

/*************************** section 11 ***************************/
.sec_11{width:100%;text-align:center;padding:50px 0;}
.s11{display:flex;flex-wrap:nowrap;flex-direction:column;}
h4.bottom{font-size:14px;letter-spacing:1px;font-weight:700;}
.main_btn{color:#ffffff;padding:14px 44px;display:inline-block;font-size:15px;border:none;border-radius:4px;background:#005ea2;background-size:212%;background-position:right bottom;transition:all .5s ease;transition-duration:.5s;font-weight:700;text-transform:capitalize;box-shadow:0px 10px 30px 0px #c2d4f6;}
a.main_btn:hover{color:#fff;transform:translateY(-8px);}
.s3{background:rgb(101,157,189);}
.s3 .btns{border:1px solid #fff;border-radius:7px;overflow-x:auto;}
.s3 .btns li{padding:10px;flex-shrink:0;cursor:pointer;}
.s3 .btns li.active{background:#272a3d;position:relative;}
.s3 .tabs img{width:100%;aspect-ratio:1/0.5;-o-object-position:center top;object-position:center top;-o-object-fit:cover;object-fit:cover;transition:0.2s;}
.s3 .tabs img:hover{transform:scale(1.05);}
.s3 .tabs > div{display:none;grid-template-columns:repeat(3,1fr);gap:20px;}

/*************************** section 5 ***************************/

/*.s5 .text{min-height:250px;}*/
section.s5{width:100%;background-image:url(img/s5_img1.png);background-color:#005ea2de;color:#fff;background-repeat:no-repeat;}
.s5 .text{min-height:180px;text-align:center;border:2px solid;padding:20px;margin:30px 0 0;border-radius:10px;}
h6.vb{background:#4A4F58;text-align:center;width:max-content;padding:10px;border-radius:50%;border:2px solid #fff;position:relative;right:-47%;color:#fff;font-size:20px;}
.s5 .text > div{display:none;position:relative;}
.s5 .text .active{display:block;animation:fadein 0.3s linear;}
.s5 .btns{display:flex;align-items:center;justify-content:space-between;position:relative;margin:100px 0 0;}
.s5 .btns::after{content:"";height:2px;width:99%;background:#000;position:absolute;}
.s5 button{height:30px;width:30px;background:#8c93b6;position:relative;display:grid;place-items:center;border:none;z-index:2;border-radius:50%;}
.s5 button::after{content:"";background:#fff;height:10px;width:10px;border-radius:50%;}
.s5 button.active{background:#1c1f2d;}
@keyframes fadein{
  0%{transform:translateY(-10px);opacity:0.1;}
  100%{transform:translateY(0px);opacity:0.99;}
}
@media (max-width:991px){
  .s3 .tabs > div{grid-template-columns:repeat(2,1fr);}
}
.s3 .tabs .active{display:grid;animation:fadein 0.3s linear;}
.s4 img{max-width:130px;transition:0.3s transform;}
.s4 img:hover{transform:scale(1.3);}
@media (max-width:991px){
  .s6 .btns{padding-bottom:3px;}
}
.s7 img{height:120px;}
.s8{background:url(img/s8-bg.png) left top/contain;padding:100px 10px;}
.s8 li{margin-top:10px;}
.s8 li::marker{content:"\f00c";font-family:"Font Awesome 5 Free";font-weight:900;}
.s8 h4{font-size:calc(1rem + 0.4vw);font-weight:700;}
.s8 .row{background:#f9f9f9;}
.s8 .inner{background:#fff;border-radius:20px;box-shadow:0px 0px 10px rgba(0,0,0,0.3);overflow:hidden;}
.s8 .price{font-weight:700;color:#b72a12;font-size:calc(2rem + 1vw);position:relative;}
.s8 .price s{font-size:calc(1rem + 0.4vw);color:#272a3d;position:absolute;top:-0.8rem;right:0;}
.s8 button{border-radius:10px;}
.cta{overflow:visible;}
.cta .upper{background:none;}
.cta img{height:260px;}
@media (max-width:991px){
  .cta img{transform:scale(1.3);transform-origin:bottom;}
}
@media (min-width:992px){
  .cta img{animation:ctaImg 5s ease-in-out infinite;}
}
.cta .second{background:#005ea2;color:#fff;font-weight:700;letter-spacing:1px;font-size:1.2rem;display:flex;align-items:center;gap:10px;border-radius:40px;border:1px solid goldenrod;padding:5px 25px 5px 5px;}
.cta .second i{height:40px;width:40px;font-size:1.3rem;border:1px solid goldenrod;border-radius:50%;display:grid;place-items:center;transition:transform 0.5s ease-out;}
@media (max-width:992px){
  .cta .second{font-size:0.9rem!important;}
}
.cta .second:hover i{transform:rotate(180deg);}
@keyframes ctaImg{
  0%{transform:translateY(0) scale(1.6);}
  25%{transform:translateY(-15px) scale(1.6);}
  50%{transform:translateY(15px) scale(1.6);}
  75%{transform:translateY(-15px) scale(1.6);}
  100%{transform:translateY(0) scale(1.6);}
}
.s9 .btns button{width:100%;font-size:0.9rem;margin-bottom:10px;}
@media (max-width:767px){
  .s9 .btns{display:flex;align-items:center;overflow-x:auto;gap:20px;padding:10px 0px;margin:20px 0px;}
  .s9 .btns button{flex-shrink:0;width:auto;margin-bottom:0px;}
  section.cta.py-5 img{display:none;}
}
.s9 .btns .active{background:#1c1f2d;position:relative;}
.s9 .btns .active::after{content:"";position:absolute;right:-5px;top:calc(50% - 7px);height:15px;width:15px;border-radius:50%;border:2px solid #fff;background:#b72a12;}
.s9 .text{min-height:250px;}
.s9 .text > div{display:none;position:relative;}
.s9 .text .active{display:block;animation:fadein 0.3s linear;}
.s9 .img{min-height:360px;}
.s9 .img img{display:none;position:relative;}
.s9 .img .active{display:inline;animation:fadein 0.5s linear;}
.s9 .logos > div{display:none;}
.s9 .logos .active{display:flex;justify-content:center;gap:40px;animation:fadein 0.4s linear;border:1px solid #8c93b6;padding:15px 10px;border-radius:10px;}
.s9 .logos img{height:50px;}
@media (max-width:767px){
  .s9 .logos img{height:35px;}
  .s9 .logos .active{gap:20px;}
}

/*************************** Navigation Styling ***************************/

/* Main Navigation Container */
#navbarBelow {
  background: #333333;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 15px 0;
  transition: all 0.3s ease;
}

#navbarBelow.fixed-top {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Navbar Brand/Logo */
.navbar-brand img {
  height: 50px;
  transition: all 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

/* Navigation Links */
.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 20px !important;
  margin: 0 5px;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
}

/* Override Bootstrap default colors */
.navbar-nav .nav-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #fff !important;
}

.navbar-nav .nav-link:hover {
  color: #ff5722 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.navbar-nav .nav-link.active {
  color: var(--primary) !important;
  background: rgba(101, 101, 229, 0.15);
}

/* Dropdown Styling */
.dropdown-menu {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
  padding: 15px 0 !important;
  margin-top: 10px !important;
  background: #333333 !important;
  border-top: 3px solid #ff5722 !important;
  display: none;
  min-width: 250px !important;
}

/* Show dropdown on hover (desktop only) */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* Force override Bootstrap dropdown styles */
.dropdown-menu.show,
.dropdown-menu.show .dropdown-item,
.dropdown-menu.show .dropdown-item:hover {
  background: #333333 !important;
  color: #fff !important;
}

/* Additional Bootstrap override */
.navbar-nav .dropdown-menu {
  background: #333333 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-top: 3px solid #ff5722 !important;
}

/* Mobile dropdown behavior */
@media (max-width: 991px) {
  .dropdown-menu {
    display: none !important;
  }
  
  .dropdown.show .dropdown-menu {
    display: block !important;
  }
  
  /* Ensure dropdowns work on mobile */
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}

/* Smooth dropdown transitions */
.dropdown-menu {
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 0;
  transform: translateY(-10px);
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
}

.dropdown-item {
  color: #fff !important;
  font-weight: 500 !important;
  padding: 12px 25px !important;
  transition: all 0.3s ease !important;
  border-left: 3px solid transparent !important;
}

.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ff5722 !important;
  border-left-color: #ff5722 !important;
  transform: translateX(5px) !important;
}

/* Live Chat Button */
.navbar-right-button {
  background: var(--primary);
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(101, 101, 229, 0.3);
}

.navbar-right-button:hover {
  background: #5555d5;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(101, 101, 229, 0.4);
}

/* Mobile Navigation */
.navbar-toggler {
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.1);
}

.navbar-toggler:hover {
  background: rgba(255,255,255,0.2);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.2);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive Design */
@media (max-width: 991px) {
  /* Mobile navigation container */
  .navbar-collapse {
    background: #333333;
    border-radius: 15px;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.1);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  /* Mobile navigation links */
  .navbar-nav .nav-link {
    padding: 15px 20px !important;
    margin: 8px 0;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #fff !important;
  }
  
  .navbar-nav .nav-link:hover {
    background: rgba(255,255,255,0.1);
    transform: none;
    color: #ff5722 !important;
  }
  
  /* Mobile dropdown styling */
  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    border: none;
    box-shadow: none;
    background: rgba(255,255,255,0.05);
    margin: 10px 0 0 0;
    padding: 0;
    border-radius: 8px;
    display: none !important;
    opacity: 1;
    transform: none;
  }
  
  .dropdown.show .dropdown-menu {
    display: block !important;
  }
  
  .dropdown-item {
    padding: 12px 25px;
    border-left: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    text-align: center;
  }
  
  .dropdown-item:hover {
    background: rgba(255,255,255,0.1);
    color: #ff5722;
    transform: none;
  }
  
  /* Mobile live chat button */
  .navbar-right-button {
    margin-top: 20px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Mobile top bar */
  #navbarAbove {
    text-align: center !important;
  }
  
  .styled-link {
    margin: 5px 10px;
    display: inline-block;
  }
  
  /* Ensure navbar is properly positioned */
  #navbarBelow {
    position: relative;
  }
}

/* Small mobile devices */
@media (max-width: 576px) {
  .navbar-brand img {
    height: 40px;
  }
  
  .navbar-nav .nav-link {
    padding: 12px 15px !important;
    font-size: 15px;
  }
  
  .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .navbar-right-button {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .styled-link {
    font-size: 12px;
    margin: 3px 8px;
  }
}

/* Top Bar Styling */
#navbarAbove {
  background: #f8f9fa;
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
}

.styled-link {
  color: #666;
  font-size: 14px;
  margin-left: 20px;
}

.styled-link a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.styled-link a:hover {
  color: #5555d5;
  text-decoration: underline;
}

/* Animation for dropdown */
.dropdown-menu.show {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* About Us Page Styling */
.sec {
  padding: 80px 0;
}

.s1_top {
  text-align: center;
  margin-bottom: 50px;
}

.s1_top h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.s1_top p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.s1_box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.s1_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.s1_box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.s1_box p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.s1_box .main_btn {
  margin-top: auto;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.s3_top {
  text-align: center;
  margin-bottom: 50px;
}

.s3_top h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.s3_bleft {
  text-align: center;
}

.s3_bleft img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.s3_box {
  padding: 20px;
}

.s3_box p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.s4_top {
  text-align: center;
  margin-bottom: 60px;
}

.s4_top h2 {
  position: relative;
  display: inline-block;
}

.s4_top h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #005ea2, #ff5722);
  border-radius: 2px;
}

.s4_top h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.s4_faq {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.accordion_container {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  background: #fff;
}

.accordion_head {
  background: #f8f9fa;
  padding: 25px 30px;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.accordion_head:hover {
  background: #e9ecef;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.accordion_head.active {
  background: #005ea2;
  color: white;
}

.accordion_body {
  padding: 25px 30px;
  background: white;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.7;
}

.accordion_body p {
  margin: 0;
  line-height: 1.7;
  color: #555;
  animation: fadeInUp 0.3s ease-out;
}

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

.plusminus {
  float: right;
  font-weight: bold;
  font-size: 1.2rem;
}

.s4_bleft {
  text-align: center;
}

.s4_bleft img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.s6_left {
  text-align: center;
}

.s6_left img {
  max-width: 100%;
  border-radius: 15px;
  margin-bottom: 30px;
}

.s6_left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.s6_right {
  display: flex;
  align-items: center;
  height: 100%;
}

.s6_box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  width: 100%;
}

.s6_box h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.s7_bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.s7_box {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  flex: 1;
  margin: 0 10px;
}

.s7_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.s7_box img {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: block;
}

.s7_box h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #005ea2;
  margin-bottom: 10px;
}

.s7_box p {
  font-size: 1.1rem;
  color: #666;
  font-weight: 600;
}

.s8_top {
  text-align: center;
  margin-bottom: 50px;
}

.s8_top h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.s8_right {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.s8_right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.s8_right li {
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}

.s8_right li:hover {
  background: #005ea2;
  color: white;
  transform: translateY(-5px);
}

.scroll-content {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 20px 0;
  align-items: center;
}

.scroll-content img {
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.scroll-content img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .sec {
    padding: 50px 0;
  }
  
  .s4_faq {
    max-width: 100%;
    padding: 15px;
  }
  
  .accordion_head,
  .accordion_body {
    padding: 20px;
  }
  
  .s1_top h2,
  .s3_top h2,
  .s4_top h2,
  .s6_left h2,
  .s8_top h2 {
    font-size: 2rem;
  }
  
  .s7_bot {
    flex-direction: column;
  }
  
  .s7_box {
    margin: 0 0 20px 0;
  }
  
  .s8_right ul {
    grid-template-columns: 1fr;
  }
  
  .scroll-content {
    gap: 20px;
  }
  
  .scroll-content img {
    height: 60px;
  }
  
  /* Enhanced mobile navigation */
  .navbar-nav {
    margin-top: 20px;
  }
  
  .navbar-nav .nav-link {
    border-radius: 8px;
    margin: 5px 0;
  }
  
  /* Mobile form improvements */
  .ban_form,
  .contact-form {
    padding: 20px 15px;
  }
  
  /* Mobile service cards */
  .s1_box {
    margin-bottom: 30px;
    padding: 25px 20px;
  }
  
  /* Mobile hero section */
  .ban_left h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  
  .ban_left p {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 576px) {
  .s1_top h2,
  .s3_top h2,
  .s4_top h2,
  .s6_left h2,
  .s8_top h2 {
    font-size: 1.8rem;
  }
  
  .s1_box,
  .s6_box,
  .s8_right {
    padding: 30px 20px;
  }
  
  .s7_box {
    padding: 20px 15px;
  }
  
  .s7_box h3 {
    font-size: 2rem;
  }
}