@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600;700&display=swap" rel="stylesheet");
body {
   font-family: 'Mulish', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.financial .heading_container{
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  /*-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;*/
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}
/* Smooth dropdown animation */
.animated-dropdown {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dropdown:hover > .animated-dropdown {
  display: block;
  opacity: 1;
}
.dropdown-menu{
  border-radius: 15px 15px;
}
.navbar-nav .dropdown-menu {
  margin-top: 0;
}
.custom_nav-container {
  padding: 0;
  padding-left: 10px;
}

.custom_nav-container .navbar-nav {
  padding-left: 12%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffbe33;
}

.custom_nav-container .nav_search-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffbe33;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
        
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
   color: #ffbe33;
     background-color: #2563EB;
}

.user_option .user_link:hover {
  color: #ffbe33;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #ffbe33;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

/* Show nested dropdown on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 0 0;
  /* background-color: red; */
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
  margin-top: 80px;
}

.slider_section .detail-box h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #e69c00;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #b4b4b4;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #004EA4;
}

.offer_section {
  position: relative;
  padding-top: 45px;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831;
  color: #ffffff;
}
.auto-scroll-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}

/* === Scroll Track === */
.auto-scroll-track {
  display: flex;
  gap: 20px;
  animation: scroll-left 20s linear infinite;
  will-change: transform;
  transition: transform 0.4s ease;
}

/* Pause animation on hover */
.auto-scroll-wrapper:hover .auto-scroll-track {
  animation-play-state: paused;
}

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

/* === Cards === */
.feature-card {
  flex: 0 0 calc(25% - 15px); /* 4 cards desktop */
  min-width: 250px;
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.feature-card .icon i {
  font-size: 40px;
  color: #e2a7d0;
  display: inline-block;
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}

/* Smooth icon zoom effect */
.feature-card:hover .icon i {
  transform: scale(1.2);
}

/* Hover card effect */
.feature-card:hover {
  background: #004EA4;
  transform: translateY(-5px);
}

.feature-card:hover h5,
.feature-card:hover p,
.feature-card:hover .icon i {
  color: #fff;
}

/* === Responsive Layout === */
@media (max-width: 992px) {
  .feature-card {
    flex: 0 0 calc(50% - 10px); /* 2 cards tablet */
  }
}

@media (max-width: 576px) {
  .feature-card {
    flex: 0 0 100%; /* 1 card mobile */
  }
}



.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffbe33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #e69c00;
}
.info-c-full .info-c-full-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.about_section {
  background: #1144a6;
  color: #ffffff;
}

.about_section .row {
  /* -webkit-box-align: center;
      -ms-flex-align: center;
         align-items: center;*/
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  /* max-width: px; */
  position: relative;
  z-index: 2;
}
img-box1{
  width: 300px;
}
.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #e69c00;
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #e69c00;
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
  margin-top: 60px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #ffbe33;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #004ced;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #004ced;
  color: #ffffff;
  padding: 75px 0 0px 0;
  text-align:left;
  margin-top: 90px;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

.footer_section p {
  color: #dbdbdb;
  font-size: 14px;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          font-size: 14px;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color:#dbdbdb;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #ffbe33;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content:left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #ffbe33;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color:#dbdbdb;
  margin: 0;
  font-size: 14px;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
/* Default navbar style */
.sticky-header {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

/* When scrolled */
.sticky-header.scrolled {
  background-color: #fff; /* Change this to any color you want */
  
}

.sticky-header.scrolled.custom_nav-container .navbar-nav .nav-item .nav-link {
  color: #000; /* Change this to any color you want */
  
}
.sticky-header.scrolled.custom_nav-container .user_option .user_link{
  color: #000!important;
}
.sticky-header.scrolled.custom_nav-container.custom_nav-container .nav_search-btn{
  color: #000!important;
}
a.navbar-brand img {
    width: 100px;
    object-fit: contain;
    height: 55px;
}

.custom_nav-container {
    padding: 7px 0 !important;
    background: transparent !important;
}
iframe {
  width: 100%;
  height: 400px;
  border: none;
}
   
    /* Main section styles */
    .about-section {
      position: relative;
      width: 100%;
      height: 100vh;

      /* Set background image */
      background: #0098f3 url('../images/inner-benar.png') no-repeat bottom center;
      background-size: cover; /* Makes image scale nicely */
      font-family: Arial, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    /* Editable About text */
    .about-section h1 {
      color: #0e234b;
      font-size: 3rem;
      z-index: 1;
      cursor: text;
      outline: none;
      transition: background 0.3s, color 0.3s;
    }

    /* Highlight effect while editing */
    .about-section h1:focus {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 8px;
      padding: 5px 10px;
    }
    /*----card---*/
    .header1 {
      position: relative;
      height:350px; /* Adjust height as needed */
      background-color: #00BFFF; /* Bright blue sky */
      overflow: hidden;
    }
    .header-text {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #000080; /* Dark navy text */
      font-size: 2rem;
      font-weight: bold;
    }
  
    /*--------card---------*/
      .container-custom {
      padding: 50px 20px 10px 20px;
    }

    /* Card Base Styling */
    .custom-card {
      background-color: #12122e;
      border: none;
      height: 180px;
      border-radius: 15px;
      padding: 20px;
      opacity: 0;
      transform: scale(0.9) translateY(40px);
      animation: fadeZoomUp 0.9s ease forwards;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    /* Staggered Delay for Animation */
    .custom-card:nth-child(1) { animation-delay: 0.1s; }
    .custom-card:nth-child(2) { animation-delay: 0.2s; }
    .custom-card:nth-child(3) { animation-delay: 0.3s; }
    .custom-card:nth-child(4) { animation-delay: 0.4s; }
    .custom-card:nth-child(5) { animation-delay: 0.5s; }
    .custom-card:nth-child(6) { animation-delay: 0.6s; }

    /* Hover Zoom Effect */
    .custom-card:hover {
      transform: scale(1.05) translateY(-5px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
    }

    /* Card Titles */
    .custom-card h5 {
      font-weight: 700;
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #fff;
    }

    /* Card Text */
    .custom-card p {
      color: #d1d1d1;
      font-size: 1rem;
      line-height: 1.5;
    }

    /* Fade + Slide + Zoom Animation */
    @keyframes fadeZoomUp {
      0% {
        opacity: 0;
        transform: scale(0.9) translateY(40px);
      }
      100% {
        opacity: 1;
        transform: scale(1) translateY(0);
      }
    }
    /*--------card---------*/
    /*-------------inner-banner------------------*/
      .hero-section {
      position: relative;
      background: linear-gradient(135deg, #0e0d2b, #1a1a40, #1f2b63);
      color: #fff;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      text-align: center;
      padding: 60px 20px;
    }

   
    /* ===== Hero Content Animation ===== */
    .hero-content h1 {
      font-size: 3rem;
      font-weight: bold;
      animation: fadeSlideDown 1.2s ease-in-out;
    }

    .hero-content p {
      font-size: 1.25rem;
      margin-top: 15px;
      animation: fadeSlideUp 1.4s ease-in-out;
      color: #3f3f3f;
    }
 

    .btn-primary {
      margin-top: 30px;
      background: #4f6cf7;
      border: none;
      padding: 12px 30px;
      font-size: 1.1rem;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .btn-primary:hover {
      background: #364dcc;
      transform: scale(1.05);
      box-shadow: 0 0 15px rgba(79, 108, 247, 0.7);
    }
.cloud div {
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.cloud div:nth-child(1) {
  width: 60px; height: 60px; top: 0; left: 20px;
}
.cloud div:nth-child(2) {
  width: 80px; height: 80px; top: 10px; left: 50px;
}
.cloud div:nth-child(3) {
  width: 50px; height: 50px; top: 20px; left: 0;
}

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

    @keyframes fadeSlideUp {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* ===== Responsive Design ===== */
    @media (max-width: 768px) {
      .hero-content h1 {
        font-size: 2.2rem;
      }

      .hero-content p {
        font-size: 1rem;
      }
    }
    .hero-content.text-center{
      margin-top:107px;
      height: 300px;
    }
    /*-------------inner-banner------------------*/
      .card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .card:hover {
            transform: scale(1.05);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        }

 .position-absolute {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.card-area{
  margin-top: 0px;
  margin-bottom: 50px;
  text-align: center;
}
.card-area h2{
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
.card-area p{
 text-align: center;
 font-size:20px;
 margin-top: 20px;
}
/*-----------------------------*/

  .cloud-section {
      position: relative;
     background:url('../images/img1.png') no-repeat center center/cover;
      color: #fff;
      width: 100%;
      min-height: 400px; /* Adjust height as needed */
      margin: 0;
      border-radius: 0; /* remove rounding for full width */
      background-attachment: fixed;

    }
 .cloud-section2 {
      position: relative;
     background:url('../images/img2.jpg') no-repeat center center/cover;
      color: #fff;
      width: 100%;
      min-height: 400px; /* Adjust height as needed */
      margin: 0;
      border-radius: 0; /* remove rounding for full width */
      background-attachment: fixed;

    }

    .cloud-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height:400px;
      background: rgba(20, 30, 80, 0.8); /* deep blue transparent overlay */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 50px 20px;
    }

    .cloud-overlay h2 {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .cloud-overlay p {
      font-size: 1.2rem;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.6;
    }
    /*---------------------counting------------------*/
      .cloud-partner-section {
      position: relative;
      background: radial-gradient(circle at top left, #0a1a50, #000d2b);
      color: #fff;
      padding: 100px 0;
      overflow: hidden;
      isolation: isolate;
    }

    /* Animated overlay layers for soft motion */
    .animated-bg::before,
    .animated-bg::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background:none;
      opacity: 0.15;
      animation: moveClouds 80s linear infinite;
    }

    .animated-bg::after {
      opacity: 0.25;
      animation-duration: 120s;
    }

    /* ==== Content Styling ==== */
    .cloud-partner-overlay {
      background:none;
      padding:0px 20px;
      position: relative;
      z-index: 2;
    }

    .cloud-partner-section h1 {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.3;
    }

    .cloud-partner-section p {
      font-size: 1.25rem;
      margin-top: 20px;
      margin-bottom: 40px;
    }

    .btn-yellow {
      background-color: #fdbd1a;
      color: #000;
      font-weight: 600;
      border-radius: 8px;
      padding: 12px 24px;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
    }

    .btn-yellow:hover {
      background-color: #ffcf4d;
      color: #000;
      transform: translateY(-2px);
    }

    .stats-box {
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      padding-left: 40px;
    }

    .stats-box h2 {
      font-size: 4rem;
      font-weight: 700;
      margin-bottom: 0;
    }

    .stats-box span {
      font-size: 1.2rem;
    }

    /* Fade-in animation */
    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: all 1s ease-out;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 992px) {
      .stats-box {
        border-left: none;
        padding-left: 0;
        margin-top: 30px;
      }
    }
    /* ==== PLATFORM ==== */
      /* ===== PLATFORM SECTION ===== */
    .platform-section {
      padding: 80px 0;
      text-align: center;
    }

    .platform-section h2 {
      color: #0c0c0c;
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 2.5em;
    }

    .platform-section p {
      color: #444;
      max-width: 800px;
      margin: 20px auto 40px;
      font-size: 1.05rem;
      
    }

    .platform-logo {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding: 10px 10px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }

    .platform-logo:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .platform-logo img {
      max-height: 50px;
      object-fit: contain;
    }

    /* ===== CASE STUDY SECTION ===== */
    .case-section {
      padding: 50px 0;
    }

    .case-card {
      background-color: #dbdbdb;
      border-radius: 20px;
      color: #fff;
      position: relative;
      overflow: hidden;
      padding: 30px 30px;
    }

    .case-card img {
      max-width: 100%;
      border-radius: 10px;
      transform: rotate(-5deg);
      transition: transform 0.3s ease;
    }

    .case-card img:hover {
      transform: rotate(0deg) scale(1.03);
    }

    .case-content h3 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 15px;
      color: #000;
    }

    .case-content p {
      font-size: 1.05rem;
      color: #333;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    .btn-yellow {
      background-color: #fdbd1a;
      color: #000;
      font-weight: 600;
      border-radius: 8px;
      padding: 12px 28px;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }

    .btn-yellow:hover {
      background-color: #ffcf4d;
      transform: translateY(-2px);
      color: #000;
    }

    @media (max-width: 992px) {
      .case-card {
        text-align: center;
      }
      .case-card img {
        margin-bottom: 30px;
      }
    }
    /*-------------inner-banner---------------*/
  
     .inner-banner {
      position: relative;
     background:url('../images/inner-benar.png') no-repeat center center/cover;
      color: #fff;
      width: 100%;
      min-height: 400px; /* Adjust height as needed */
      margin: 0;
      border-radius: 0; /* remove rounding for full width */
      background-attachment: fixed;

    }

    .inner-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height:400px;
      background: rgba(20, 30, 80, 0.8); /* deep blue transparent overlay */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 50px 20px;
    }

    .inner-banner-overlay  h2 {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .inner-banner-overlay  p {
      font-size: 1.2rem;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.6;
    }
    /* Animation for h2 text */
.highlight {
color: #0059b3;
font-weight: 700;
position: relative;
display: inline-block;
overflow: hidden;
white-space: nowrap;
}
.highlight::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 3px;
background: #0059b3;
transform: translateX(-100%);
animation: underline 2s ease-in-out infinite;
}
@keyframes underline {
0% { transform: translateX(-100%); }
50% { transform: translateX(0); }
100% { transform: translateX(100%); }
}
.highlight {
color: #0059b3;
font-weight: 700;
opacity: 0;
transform: translateY(30px);
animation: fadeSlideIn 1.2s ease-out forwards;
}
.highlight1 {
color: #fff;
font-weight: 700;
opacity: 0;
transform: translateY(30px);
animation: fadeSlideIn 1.2s ease-out forwards;
}
.highlight2 {
color: #fff;
font-weight: 700;
opacity: 0;
transform: translateY(30px);
animation: fadeSlideIn 1.2s ease-out forwards;
}
@keyframes fadeSlideIn {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.taxt-anima{
  transform: translateY(30px);
animation: fadeSlideIn 1.2s ease-out forwards;
}

.about_section .img-box1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  /* max-width: px; */
  position: relative;
  z-index: 2;
}
 .icon-img1 {
    opacity: 0;
    transform: scale(0.9);
    animation: zoomFadeIn 1.5s ease-out forwards, floatAnimation 6s ease-in-out infinite 1.5s;
  }

  @keyframes zoomFadeIn {
    0% {
      opacity: 0;
      transform: scale(0.9);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes floatAnimation {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
  }
  /* Animation for Manufacturing */

  /*-----modernization-deta-ai------*/
    .section-title {
      color: #2f5aff;
      font-weight: 700;
    }

    .step {
      border-top: 1px solid #ccc;
      padding: 30px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: all 0.4s ease;
    }

    .step:last-child {
      border-bottom: 1px solid #ccc;
    }

    .step:hover {
      background-color: #ffffff;
      box-shadow: 0 4px 20px rgba(47, 90, 255, 0.15);
      transform: translateY(-5px);
    }

    .step-icon {
      font-size: 2rem;
      color: #2f5aff;
      border: 2px solid #2f5aff;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      transition: all 0.3s ease;
    }

    .step:hover .step-icon {
      background-color: #2f5aff;
      color: #fff;
      transform: scale(1.15);
      box-shadow: 0 0 12px rgba(47, 90, 255, 0.5);
    }

    .step-content {
      flex: 1;
      transition: all 0.3s ease;
    }

    .step:hover .step-content {
      transform: translateX(5px);
    }

    .step-number {
      font-size: 4rem;
      font-weight: 600;
      color: #000;
      margin-left: 20px;
      transition: all 0.3s ease;
    }

    .step:hover .step-number {
      color: #2f5aff;
      transform: scale(1.05);
    }

    .step-title {
      font-weight: 700;
      font-size: 1.75rem;
    }

    .step-text {
      color: #555;
    }

    @media (max-width: 768px) {
      .step {
        flex-direction: column;
        text-align: center;
      }

      .step-number {
        margin-top: 15px;
      }

      .step:hover .step-content {
        transform: none;
      }
    }
    /*------deta-ai------*/
  /* Section: Case Studies */
    .case-studies {
      background: #fff;
      padding: 80px 0;
    }

    .case-studies .img-box {
      background: var(--accent);
      border-radius: 20px;
      position: relative;
      padding: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .case-studies .img-box img {
      max-width: 80%;
      transform: rotate(-5deg);
      transition: transform 0.4s ease;
      border-radius: 10px;
    }

    .case-studies .img-box img:hover {
      transform: rotate(0deg) scale(1.05);
    }

    .btn-accent {
      background:#e0a800;
      color: #000;
      font-weight: 600;
      border-radius: 5px;
      padding: 10px 20px;
      transition: all 0.3s ease;
    }

    .btn-accent:hover {
      background: #e0a800;
      color: #fff;
    }

    /* Section: AI CTA */
    .ai-section {
      background: linear-gradient(90deg, #0a0a23 0%, #170056 100%);
      color: #fff;
      padding: 100px 0;
      text-align: left;
    }

    .ai-section h2 {
      font-size: 2rem;
      font-weight: 700;
    }

    .ai-section p {
      font-size: 1rem;
      margin-bottom: 30px;
      opacity: 0.9;
    }

    .btn-yellow {
      background: var(--highlight);
      color: #000;
      font-weight: 600;
      border-radius: 5px;
      padding: 10px 24px;
      transition: all 0.3s ease;
    }

    .btn-yellow:hover {
      background: #e0a800;
      color: #fff;
    }
/*==========Mordernization=======--*/
 .section-title {
      color: #0041f5;
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .card-feature {
      background: #fff;
      border: none;
      border-radius: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding: 2rem 1.5rem;
      height: 100%;
    }

    .card-feature:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 20px rgba(0, 64, 255, 0.15);
    }

    .feature-icon {
      font-size: 2.8rem;
      color: #0041f5;
      margin-bottom: 1rem;
      display: inline-block;
      transition: transform 0.5s ease;
    }

    /* Animation effects */
    .card-feature:hover .feature-icon {
      animation: icon-bounce 1s infinite;
    }

    @keyframes icon-bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-6px);
      }
    }

    /* Optional: circular background for icons */
    .icon-circle {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: rgba(0, 65, 245, 0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 1rem;
    }

    .feature-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
    }

    .feature-text {
      font-size: 0.95rem;
      color: #555;
    }
    /*--------------modernization-------------------*/
  <style>
    body {
      font-family: 'Inter', sans-serif;
    }
    .strategy-card {
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      border: none;
      overflow: hidden;
      border-radius: 15px;
    }
    .strategy-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    }
    .strategy-img {
      position: relative;
      overflow: hidden;
      height: 180px;
    }
    .strategy-img::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(60, 0, 150, 0.5);
    }
    .strategy-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.8);
      transition: transform 0.5s ease;
    }
    .strategy-card:hover .strategy-img img {
      transform: scale(1.1);
    }
    .cta-section {
      background: linear-gradient(90deg, #2d0b7e, #0d47a1, #4a148c);
      color: white;
      text-align: center;
      padding: 80px 20px;
    }
    .cta-btn {
      background-color: #fdd835;
      color: #000;
      font-weight: 600;
      border-radius: 50px;
      transition: all 0.3s ease;
    }
    .cta-btn:hover {
      background-color: #ffeb3b;
      transform: scale(1.05);
    }
 .cloud-sectionR {
      position: relative;
     background:url('../images/rd-img.webp') no-repeat center center/cover;
      color: #fff;
      width: 100%;
      min-height: 400px; /* Adjust height as needed */
      margin: 0;
      border-radius: 0; /* remove rounding for full width */
      background-attachment: fixed;

    }
 .cloud-sectionR2 {
      position: relative;
     background:url('../images/rd-img3.webp') no-repeat center center/cover;
      color: #fff;
      width: 100%;
      min-height: 400px; /* Adjust height as needed */
      margin: 0;
      border-radius: 0; /* remove rounding for full width */
      background-attachment: fixed;

    }

     .cloud-sectionR3 {
      position: relative;
     background:url('../images/rd-img4.webp') no-repeat center center/cover;
      color: #fff;
      width: 100%;
      min-height: 400px; /* Adjust height as needed */
      margin: 0;
      border-radius: 0; /* remove rounding for full width */
      background-attachment: fixed;

    }

    .cloud-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height:400px;
      background: rgba(20, 30, 80, 0.8); /* deep blue transparent overlay */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 50px 20px;
    }

    .cloud-overlay h2 {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .cloud-overlay p {
      font-size: 1.2rem;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.6;
    }
    /*--------------Manage-service-------------------------*/
   .stat-card {
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      border-radius: 12px;
      padding:20px 20px;
      text-align: center;
      transition: all 0.3s ease-in-out;
    }
    .stat-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    .stat-icon {
      font-size: 40px;
      color: #0041f5;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }
    .stat-card:hover .stat-icon {
      transform: scale(1.1);
    }
    .stat-number {
      font-size: 2.8rem;
      font-weight: 700;
      color: #0041f5;
    }
    .stat-text {
      font-size: 1.1rem;
      color: #0041f5;
      font-weight: 500;
    }
    .benefits-section {
    background: linear-gradient(135deg, #0a0a0a, #112165);
    color: #fff;
    padding: 80px 0;
}
/*-----------------------*/
 h3 {
      color: #4338ca;
      font-size: 14px;
      font-weight: 200;
      font-family: 'Poppins', sans-serif;
    }
  .accordion-item {
      border: none;
      margin-bottom: 12px;
    }

    .accordion-button {
      background-color: #f2f2f2;
      color: #555;
      font-weight: 600;
      border: none;
      box-shadow: none;
      padding: 15px 20px;
    }

    .accordion-button::after {
      display: none;
    }

    .accordion-button i {
      margin-right: 10px;
      color: #777;
      transition: all 0.3s ease;
    }

    .accordion-button:not(.collapsed) {
      background-color: #1e1b4b;
      color: #fff;
    }

    .accordion-button:not(.collapsed) i {
      color: #fff;
    }

    .accordion-body {
      background: #fff;
      border: 1px solid #eee;
      border-top: none;
      padding: 20px;
      color: #333;
      font-size: 0.95rem;
    }

    /* Fixed image container */
    .fixed-image-container {
      position: sticky;
      top: 100px;
    }

    .feature-image {
      width: 100%;
      border-radius: 50%;
      max-width: 350px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    @media (max-width: 768px) {
      .fixed-image-container {
        position: static;
        margin-top: 30px;
      }
    }
    .accordion-button:not(.collapsed) {
    background-color: #1e1b4b;
    color: #fff;
    width: 100%;
    text-align: left;
}
.accordion-button {
    background-color: #f2f2f2;
    color: #555;
    font-weight: 600;
    border: none;
    box-shadow: none;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
}
.feature-image {
    width: 100%;
    border-radius: 50%;
    max-width: 330px;
    height: 330px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}