@import url("font-awesome.min.css");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

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

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

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

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

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

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

.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;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #DAA520;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  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;
  position: relative;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.hero_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(39, 38, 38, 0.8)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(185, 184, 184, 0.8), rgba(0, 0, 0, 0.35));
}

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

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
}

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

.header_section .nav_container {
  margin: 0 auto;
}

.header_top {
  background-color: #1c1c1c;
  padding: 15px 0;
}

.header_top .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_top .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
}

.header_top .contact_link-container a i {
  font-size: 20px;
  color: #DAA520;
  margin-right: 5px;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

/* Navigation Styles - Gold Underline Effect */
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 35px 15px 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  background: transparent !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #FFD700;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link::after {
  width: 80%;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #FFD700;
  background: transparent !important;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link::after {
  width: 80%;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #FFD700;
  background: transparent !important;
}

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;
}

.navbar-brand {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.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: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  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;
  border-radius: 15px;
  top: -10px;
  -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;
}

/*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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

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

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  color: #DAA520;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #DAA520;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #DAA520;
  color: #DAA520;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #DAA520;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #ffffff;
}

  /* Join Us Button */
  .join_us_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #D4AF37 100%);
    color: #D4AF37;
    border: 2px solid #D4AF37;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
    font-family: 'Poppins', sans-serif;
  }
  
  .join_us_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.6);
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 50%, #000000 100%);
    color: #000000;
  }
  
  .join_us_btn i {
    margin-right: 8px;
  }
  
  /* Modal Overlay */
  .join_modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.3s ease;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  /* Modal Content */
  .join_modal_content {
    background: #ffffff;
    margin: 2% auto;
    padding: 0;
    border: 3px solid #D4AF37;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.3);
    animation: slideDown 0.4s ease;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  /* Modal Header */
  .join_modal_header {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    padding: 30px;
    border-radius: 12px 12px 0 0;
    border-bottom: 3px solid #D4AF37;
  }
  
  .join_modal_header h2 {
    color: #D4AF37;
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
  }
  
  .join_modal_header p {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
  }
  
  /* Close Button */
  .join_modal_close {
    color: #D4AF37;
    float: right;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    transition: all 0.3s ease;
  }
  
  .join_modal_close:hover {
    color: #FFD700;
    transform: rotate(90deg);
  }
  
  /* Form Sections */
  .form_section {
    padding: 30px;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .form_section:last-of-type {
    border-bottom: none;
  }
  
  .form_section h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
  }
  
  .form_section h3 i {
    color: #D4AF37;
    font-size: 22px;
  }
  
  /* Form Layout */
  .form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .form_group {
    display: flex;
    flex-direction: column;
  }
  
  .form_group.full_width {
    grid-column: 1 / -1;
  }
  
  .full_width {
    width: 100%;
  }
  
  /* Labels */
  label {
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
  }
  
  .required {
    color: #D4AF37;
    font-weight: bold;
  }
  
  .optional_label {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    margin-left: 5px;
  }
  
  /* Input Fields */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
    background: #ffffff;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
  }
  
  textarea {
    resize: vertical;
    min-height: 100px;
  }
  
  /* File Upload */
  input[type="file"] {
    display: none;
  }
  
  .file_upload_wrapper {
    position: relative;
  }
  
  .file_upload_label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 2px dashed #D4AF37;
    border-radius: 8px;
    background: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
  }
  
  .file_upload_label:hover {
    background: #fff9e6;
    border-color: #FFD700;
  }
  
  .file_upload_label i {
    font-size: 40px;
    color: #D4AF37;
    margin-bottom: 10px;
  }
  
  .file_upload_text {
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .file_upload_info {
    color: #999;
    font-size: 12px;
  }
  
  .file_name {
    display: block;
    margin-top: 10px;
    color: #D4AF37;
    font-weight: 600;
    font-size: 14px;
  }
  
  /* Form Actions */
  .form_actions {
    padding: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  
  .submit_btn,
  .cancel_btn {
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid;
    font-family: 'Poppins', sans-serif;
  }
  
  .submit_btn {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #D4AF37 100%);
    color: #D4AF37;
    border-color: #D4AF37;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
  }
  
  .submit_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6);
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 50%, #000000 100%);
    color: #000000;
  }
  
  .cancel_btn {
    background: #ffffff;
    color: #666;
    border-color: #ddd;
  }
  
  .cancel_btn:hover {
    background: #f5f5f5;
    border-color: #999;
  }
  
  /* Form Message */
  .form_message {
    display: none;
    padding: 15px;
    margin: 20px 30px;
    border-radius: 8px;
    font-weight: 500;
    animation: slideIn 0.3s ease;
  }
  
  @keyframes slideIn {
    from {
      transform: translateY(-10px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .form_message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
  }
  
  .form_message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .join_modal_content {
      width: 95%;
      margin: 5% auto;
    }
    
    .form_row {
      grid-template-columns: 1fr;
      gap: 15px;
    }
    
    .join_us_btn {
      bottom: 20px;
      right: 20px;
      padding: 12px 20px;
      font-size: 14px;
    }
    
    .form_actions {
      flex-direction: column;
    }
    
    .submit_btn,
    .cancel_btn {
      width: 100%;
    }
  }


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

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -45px;
}

.about_section .detail-box p {
  margin-top: 5px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #DAA520;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #DAA520;
  color: #DAA520;
}

.service_section {
  background-color: #1c1c1c;
}

.service_section .heading_container {
  color: #ffffff;
}

.service_section .box {
  background-color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
}

.service_section .box .img-box svg {
  width: 75px;
  height: auto;
  fill: #1c1c1c;
}

.service_section .box .detail-box {
  margin-top: 25px;
}

.service_section .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #DAA520;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .box .detail-box a:hover {
  background-color: transparent;
  border-color: #DAA520;
  color: #DAA520;
}

/* Enhanced Services Page Styles */

/* Services Hero Section */
.services_hero_intro {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.services_hero_intro::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(218, 165, 32, 0.05) 0%, transparent 70%);
  animation: heroFloat 8s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

.hero_intro_content {
  position: relative;
  z-index: 2;
  animation: fadeInLeft 1s ease-out;
}

.hero_intro_title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
}

.hero_intro_title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #DAA520, #B8860B);
  animation: expandLine 1s ease-out 0.5s forwards;
}

@keyframes expandLine {
  0% { width: 0; }
  100% { width: 100px; }
}

.hero_intro_subtitle {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.6;
}

.hero_intro_stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.intro_stat_item {
  text-align: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.intro_stat_item:nth-child(1) { animation-delay: 0.3s; }
.intro_stat_item:nth-child(2) { animation-delay: 0.6s; }
.intro_stat_item:nth-child(3) { animation-delay: 0.9s; }

.intro_stat_number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #DAA520;
  margin-bottom: 5px;
}

.intro_stat_label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero_intro_image {
  position: relative;
  animation: fadeInRight 1s ease-out;
}

.hero_intro_image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.hero_intro_image:hover img {
  transform: translateY(-10px);
}

.intro_floating_elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.intro_floating_element {
  position: absolute;
  background: linear-gradient(45deg, #DAA520, #B8860B);
  border-radius: 50%;
  opacity: 0.1;
}

.intro_element_1 {
  width: 80px;
  height: 80px;
  top: 10%;
  right: 10%;
  animation: float1 4s ease-in-out infinite;
}

.intro_element_2 {
  width: 60px;
  height: 60px;
  bottom: 20%;
  left: 15%;
  animation: float2 5s ease-in-out infinite;
}

.intro_element_3 {
  width: 40px;
  height: 40px;
  top: 60%;
  right: 30%;
  animation: float3 6s ease-in-out infinite;
}

@keyframes float1 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes float2 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(-180deg); }
}

@keyframes float3 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-25px) rotate(360deg); }
}

/* Enhanced Service Section */
.services_page_section {
  background: #ffffff;
  position: relative;
}

.services_page_section .heading_container {
  margin-bottom: 60px;
}

.services_page_section .heading_container h2 {
  font-size: 2.8rem;
  margin-bottom: 15px;
}

.services_page_subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-top: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.services_page_box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.8s ease-out forwards;
}

.services_page_box:nth-child(1) { animation-delay: 0.2s; }
.services_page_box:nth-child(2) { animation-delay: 0.4s; }
.services_page_box:nth-child(3) { animation-delay: 0.6s; }

.services_page_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #DAA520, #B8860B);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.services_page_box:hover::before {
  transform: scaleX(1);
}

.services_page_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.services_page_icon_wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.services_page_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: linear-gradient(45deg, #DAA520, #B8860B);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.services_page_icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.services_page_box:hover .services_page_icon::before {
  left: 100%;
}

.services_page_icon svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}

.services_page_content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 15px;
  text-align: center;
}

.services_page_content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.services_page_features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.services_page_features li {
  padding: 8px 0;
  color: #555;
  display: flex;
  align-items: center;
}

.services_page_features li i {
  color: #DAA520;
  margin-right: 10px;
  font-size: 14px;
}

.services_page_btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(45deg, #DAA520, #B8860B);
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}

.services_page_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.services_page_btn:hover::before {
  left: 100%;
}

.services_page_btn:hover {
  background: linear-gradient(45deg, #B8860B, #DAA520);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(218, 165, 32, 0.4);
  color: #ffffff;
}

/* Additional Services Section */
.services_page_additional {
  background: linear-gradient(135deg, #1c1c1c 0%, #2a2a2a 100%);
  padding: 80px 0;
  color: #ffffff;
}

.services_page_additional .heading_container h2 {
  color: #ffffff;
}

.services_page_additional .services_page_subtitle {
  color: #ccc;
}

.additional_service_card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out forwards;
}

.additional_service_card:nth-child(1) { animation-delay: 0.2s; }
.additional_service_card:nth-child(2) { animation-delay: 0.4s; }
.additional_service_card:nth-child(3) { animation-delay: 0.6s; }
.additional_service_card:nth-child(4) { animation-delay: 0.8s; }

.additional_service_card:hover {
  background: rgba(218, 165, 32, 0.1);
  transform: translateY(-5px);
}

.additional_service_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #DAA520, #B8860B);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  transition: all 0.3s ease;
}

.additional_service_icon i {
  font-size: 24px;
  color: #ffffff;
}

.additional_service_card:hover .additional_service_icon {
  transform: scale(1.1);
}

.additional_service_card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.additional_service_card p {
  color: #ccc;
  line-height: 1.6;
}

/* CTA Section */
.services_page_cta {
  background: linear-gradient(135deg, #DAA520 0%, #B8860B 100%);
  padding: 80px 0;
  color: #ffffff;
}

.services_cta_content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.services_cta_content p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.services_cta_buttons {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.services_cta_btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services_cta_btn.primary {
  background: #ffffff;
  color: #DAA520;
  border: 2px solid #ffffff;
}

.services_cta_btn.primary:hover {
  background: transparent;
  color: #ffffff;
  transform: translateY(-2px);
}

.services_cta_btn.secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.services_cta_btn.secondary:hover {
  background: #ffffff;
  color: #DAA520;
  transform: translateY(-2px);
}

/* Animation Keyframes */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

/* Scroll Animation */
.services_page_box.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Enhanced Info Section */
.info_section {
  background-color: #101010;
  color: #ffffff;
  padding: 75px 0 30px 0;
}

.info_logo img {
  transition: transform 0.3s ease;
}

.info_logo img:hover {
  transform: scale(1.05);
}

.info_links ul li {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.info_links ul li:hover {
  transform: translateX(5px);
}

.info_links ul li a {
  color: #ccc;
  transition: color 0.3s ease;
}

.info_links ul li a:hover {
  color: #DAA520;
}

.info_contact a {
  color: #ccc;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.info_contact a:hover {
  color: #DAA520;
  transform: translateX(5px);
}

.info_contact a i {
  font-size: 18px;
  margin-right: 10px;
  color: #DAA520;
}

.facebook_widget {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.client_section {
  text-align: center;
}

.client_section #carouselExampleControls {
  padding: 0 10%;
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.client_section .box .img-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 400px;
}

.client_section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Hover effects */
.client_section .box:hover .img-box img {
  transform: scale(1.1);
}

.client_section .box .detail-box {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}

.client_section .box .detail-box p {
  margin-top: 10px;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-color: #1c1c1c;
  color: #ffffff;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  transition: all 0.3s ease;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #DAA520;
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  left: initial;
  right: 0;
}

/* Carousel item animations */
.client_section .carousel-item {
  transition: transform 0.6s ease-in-out;
}

.client_section .carousel-item.active {
  transform: translateX(0);
}

.client_section .carousel-item-next,
.client_section .carousel-item-prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.client_section .carousel-item-next {
  transform: translateX(100%);
}

.client_section .carousel-item-prev {
  transform: translateX(-100%);
}

.client_section .carousel-item-next.carousel-item-left,
.client_section .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

.client_section .carousel-item-next.carousel-item-left {
  transform: translateX(-100%);
}

.client_section .carousel-item-prev.carousel-item-right {
  transform: translateX(100%);
}

/* Slide animations */
.client_section .carousel-item.slide-in-right .img-box img {
  animation: slideInRight 0.6s ease-out;
}

.client_section .carousel-item.slide-in-left .img-box img {
  animation: slideInLeft 0.6s ease-out;
}

.client_section .carousel-item.fade-in .img-box img {
  animation: fadeIn 0.6s ease-out;
}

.client_section .carousel-item.zoom-in .img-box img {
  animation: zoomIn 0.6s ease-out;
}

.client_section .carousel-item.slide-up .img-box img {
  animation: slideUp 0.6s ease-out;
}

.client_section .carousel-item.slide-down .img-box img {
  animation: slideDown 0.6s ease-out;
}

/* contact section */
.contact_section {
  position: relative;
  color: #c9b024;
}

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

.contact_section .contact_form-container {
  margin-top: 35px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  color: #000000;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  background-color: #fdf4e0;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 120px;
}

.contact_section .contact_form-container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #DAA520;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #DAA520;
  color: #DAA520;
}

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  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;
}

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

.contact_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35));
}

/* end contact section */
.team_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;
  overflow: hidden;
  margin-top: 45px;
  position: relative;
}

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

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

.team_section .box .detail-box {
  position: absolute;
  width: 100%;
  color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  bottom: 0;
  background-color: rgba(28, 28, 28, 0.75);
}

.team_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;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #DAA520;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.team_section .btn-box a:hover {
  background-color: transparent;
  border-color: #DAA520;
  color: #DAA520;
}

.info_section {
  background-color: #101010;
  color: #ffffff;
  padding: 75px 0 10px 0;
}

.info_section .row > div {
  margin-bottom: 25px;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_logo {
  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;
}

.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.info_section .info_links ul {
  padding: 0;
}
.info_section .info_links a:hover {
  color: goldenrod;
}
.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact a {
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #DAA520;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #101010;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: goldenrod
}

/* end footer section*/
/* CEO Bio Section Styles */
.ceo_section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.ceo_section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(218, 165, 32, 0.1) 0%, transparent 70%);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

.ceo_container {
  position: relative;
  z-index: 2;
}

.ceo_image_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ceo_image_wrapper {
  position: relative;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  animation: fadeInRight 1s ease-out;
}

.ceo_image_wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 80px rgba(218, 165, 32, 0.4);
}

.ceo_image_wrapper::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(45deg, #DAA520, #B8860B, #DAA520);
  border-radius: 50%;
  z-index: -1;
  animation: rotate 3s linear infinite;
}

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

.ceo_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.ceo_bio_content {
  padding: 40px;
  animation: fadeInLeft 1s ease-out;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.ceo_title {
  color: #DAA520;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.ceo_title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #DAA520, #B8860B);
  animation: expandLine 1.5s ease-out 0.5s forwards;
}

@keyframes expandLine {
  0% { width: 0; }
  100% { width: 100%; }
}

.ceo_position {
  color: #1c1c1c;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ceo_bio_text {
  color: #333;
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.ceo_bio_text p {
  margin-bottom: 15px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.ceo_bio_text p:nth-child(1) { animation-delay: 0.3s; }
.ceo_bio_text p:nth-child(2) { animation-delay: 0.6s; }
.ceo_bio_text p:nth-child(3) { animation-delay: 0.9s; }
.ceo_bio_text p:nth-child(4) { animation-delay: 1.2s; }

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

.ceo_achievements {
  background: rgba(218, 165, 32, 0.1);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #DAA520;
  margin-top: 20px;
}

.ceo_achievements h4 {
  color: #1c1c1c;
  font-weight: 600;
  margin-bottom: 15px;
}

.achievement_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0;
  animation: slideInLeft 0.6s ease-out forwards;
}

.achievement_item:nth-child(2) { animation-delay: 0.2s; }
.achievement_item:nth-child(3) { animation-delay: 0.4s; }
.achievement_item:nth-child(4) { animation-delay: 0.6s; }
.achievement_item:nth-child(5) { animation-delay: 0.8s; }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.achievement_item i {
  color: #DAA520;
  margin-right: 10px;
  font-size: 1.2rem;
}

.social_links {
  margin-top: 30px;
}

.social_links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #1c1c1c;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social_links a:hover {
  background: #DAA520;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(218, 165, 32, 0.4);
}

/* Enhanced About Section Styles */
.about_section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.about_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 80%, rgba(218, 165, 32, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(218, 165, 32, 0.05) 0%, transparent 50%);
  animation: backgroundFloat 8s ease-in-out infinite;
}

@keyframes backgroundFloat {
  0%, 100% { transform: translateY(0px); opacity: 0.3; }
  50% { transform: translateY(-10px); opacity: 0.6; }
}

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

.about_section .row {
  align-items: center;
}

.about_section .img_container {
  position: relative;
  animation: slideInLeft 1s ease-out;
}

.about_section .img_container::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(45deg, #DAA520, #B8860B);
  border-radius: 15px;
  z-index: -1;
  opacity: 0.1;
  transition: all 0.3s ease;
}

.about_section .img_container:hover::before {
  opacity: 0.2;
  transform: translate(-5px, -5px);
}

.about_section .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.about_section .img-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.about_section .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.about_section .img-box:hover img {
  transform: scale(1.05);
}

.about_section .detail-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 45px 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-left: -45px;
  border-radius: 10px;
  animation: slideInRight 1s ease-out;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(218, 165, 32, 0.1);
}

.about_section .detail-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #DAA520, #B8860B);
  border-radius: 0 0 0 10px;
}

.about_section .detail-box .heading_container {
  margin-bottom: 25px;
}

.about_section .detail-box .heading_container h2 {
  color: #1c1c1c;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

.about_section .detail-box .heading_container h2::before {
  background: linear-gradient(90deg, #DAA520, #B8860B);
  animation: expandWidth 1s ease-out 0.8s forwards;
  width: 0;
}

@keyframes expandWidth {
  0% { width: 0; }
  100% { width: 40px; }
}

.about_section .detail-box p {
  color: #555;
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 15px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  text-align: justify;
}

.about_section .detail-box p:nth-of-type(1) { animation-delay: 0.5s; }
.about_section .detail-box p:nth-of-type(2) { animation-delay: 0.7s; }
.about_section .detail-box p:nth-of-type(3) { animation-delay: 0.9s; }

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 40px;
  background: linear-gradient(45deg, #DAA520, #B8860B);
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(218, 165, 32, 0.3);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 1.1s forwards;
  position: relative;
  overflow: hidden;
}

.about_section .detail-box a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.about_section .detail-box a:hover::before {
  left: 100%;
}

.about_section .detail-box a:hover {
  background: linear-gradient(45deg, #B8860B, #DAA520);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(218, 165, 32, 0.4);
}

/* Animation keyframes */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

/* Responsive adjustments for about section */
@media (max-width: 768px) {
  .about_section .detail-box {
    margin-left: 0;
    margin-top: 30px;
    padding: 30px 20px;
  }
  
  .about_section .detail-box .heading_container h2 {
    font-size: 2rem;
  }
  
  .about_section .detail-box p {
    font-size: 1rem;
  }
}

/* Scroll-triggered animations */
.about_section.animate-in .img_container {
  animation: slideInLeft 1s ease-out;
}

.about_section.animate-in .detail-box {
  animation: slideInRight 1s ease-out;
}

/* CEO Bio Section Styles */
.ceo_section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.ceo_section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(218, 165, 32, 0.1) 0%, transparent 70%);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

.ceo_container {
  position: relative;
  z-index: 2;
}

.ceo_image_wrapper {
  float: right;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  animation: fadeInRight 1s ease-out;
  margin: 0 0 20px 30px;
  shape-outside: circle(50%);
}

.ceo_image_wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 80px rgba(218, 165, 32, 0.4);
}

.ceo_image_wrapper::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(45deg, #DAA520, #B8860B, #DAA520);
  border-radius: 50%;
  z-index: -1;
  animation: rotate 3s linear infinite;
}

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

.ceo_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.ceo_bio_content {
  padding: 40px;
  animation: fadeInLeft 1s ease-out;
  text-align: justify;
}

.ceo_text_wrapper {
  position: relative;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.ceo_title {
  color: #DAA520;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.ceo_title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #DAA520, #B8860B);
  animation: expandLine 1.5s ease-out 0.5s forwards;
}

@keyframes expandLine {
  0% { width: 0; }
  100% { width: 100%; }
}

.ceo_position {
  color: #1c1c1c;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ceo_bio_text {
  color: #333;
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.ceo_bio_text p {
  margin-bottom: 15px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.ceo_bio_text p:nth-child(1) { animation-delay: 0.3s; }
.ceo_bio_text p:nth-child(2) { animation-delay: 0.6s; }
.ceo_bio_text p:nth-child(3) { animation-delay: 0.9s; }
.ceo_bio_text p:nth-child(4) { animation-delay: 1.2s; }

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

.ceo_achievements {
  background: rgba(218, 165, 32, 0.1);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #DAA520;
  margin-top: 20px;
}

.ceo_achievements h4 {
  color: #1c1c1c;
  font-weight: 600;
  margin-bottom: 15px;
}

.achievement_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0;
  animation: slideInLeft 0.6s ease-out forwards;
}

.achievement_item:nth-child(2) { animation-delay: 0.2s; }
.achievement_item:nth-child(3) { animation-delay: 0.4s; }
.achievement_item:nth-child(4) { animation-delay: 0.6s; }
.achievement_item:nth-child(5) { animation-delay: 0.8s; }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.achievement_item i {
  color: #DAA520;
  margin-right: 10px;
  font-size: 1.2rem;
}

.social_links {
  margin-top: 30px;
}

.social_links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #1c1c1c;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social_links a:hover {
  background: #DAA520;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(218, 165, 32, 0.4);
}

 
   /* Elegant Gallery Styles */
    .gallery_section {
      background: #fffdfd;
      color: #FFD700;
      position: relative;
    }
    
    .gallery_section .heading_container h2 {
      color: #070707;
      font-size: 2.5rem;
      font-weight: 400;
      letter-spacing: 2px;
      margin-bottom: 20px;
      opacity: 0;
      animation: fadeInUp 1s ease 0.2s forwards;
    }
    
    .gallery_section .heading_container p {
      color: rgba(255, 215, 0, 0.8);
      font-size: 1.5rem;
      max-width: 500px;
      margin: 0 auto 60px;
      line-height: 1.6;
      opacity: 0;
      animation: fadeInUp 1s ease 0.4s forwards;
    }
    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    .elegant_gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 60px;
    }
    
    .gallery_card {
      position: relative;
      cursor: pointer;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      opacity: 0;
      transform: translateY(50px);
      animation: slideInUp 0.8s ease forwards;
    }
    
    .gallery_card:nth-child(1) { animation-delay: 0.1s; }
    .gallery_card:nth-child(2) { animation-delay: 0.2s; }
    .gallery_card:nth-child(3) { animation-delay: 0.3s; }
    .gallery_card:nth-child(4) { animation-delay: 0.4s; }
    .gallery_card:nth-child(5) { animation-delay: 0.5s; }
    .gallery_card:nth-child(6) { animation-delay: 0.6s; }
    .gallery_card:nth-child(7) { animation-delay: 0.7s; }
    .gallery_card:nth-child(8) { animation-delay: 0.8s; }
    .gallery_card:nth-child(9) { animation-delay: 0.9s; }
    .gallery_card:nth-child(10) { animation-delay: 1s; }
    
    @keyframes slideInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    .gallery_card:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 20px 40px rgba(255, 215, 0, 0.15);
    }
    
    .card_frame {
      position: relative;
      aspect-ratio: 4/3;
      overflow: hidden;
      border: 1px solid #FFD700;
      background: #111111;
      transition: all 0.3s ease;
    }
    
    .card_frame::before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      background: linear-gradient(45deg, #FFD700, transparent, #FFD700, transparent, #FFD700);
      background-size: 300% 300%;
      z-index: -1;
      opacity: 0;
      transition: all 0.4s ease;
      animation: gradientShift 3s ease infinite;
    }
    
    @keyframes gradientShift {
      0%, 100% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
    }
    
    .gallery_card:hover .card_frame::before {
      opacity: 1;
    }
    
    .card_frame::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
      transition: left 0.6s ease;
    }
    
    .gallery_card:hover .card_frame::after {
      left: 100%;
    }
    
    .card_frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.4s ease;
      filter: brightness(0.9) contrast(1.1);
    }
    
    .gallery_card:hover .card_frame img {
      filter: brightness(1.1) contrast(1.2);
      transform: scale(1.08);
    }
    
    .btn-box {
      margin-top: 60px;
      text-align: center;
      opacity: 0;
      animation: fadeInUp 1s ease 1.2s forwards;
    }
    
    .btn-box a {
      background: transparent;
      color: #FFD700;
      padding: 12px 30px;
      border: 1px solid #FFD700;
      text-decoration: none;
      font-weight: 400;
      letter-spacing: 1px;
      transition: all 0.4s ease;
      display: inline-block;
      position: relative;
      overflow: hidden;
    }
    
    .btn-box a::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: #FFD700;
      transition: left 0.4s ease;
      z-index: -1;
    }
    
    .btn-box a:hover::before {
      left: 0;
    }
    
    .btn-box a:hover {
      color: #000000;
      text-decoration: none;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
    }
    
    /* Floating animation for cards */
    .gallery_card {
      animation: slideInUp 0.8s ease forwards, float 6s ease-in-out infinite;
    }
    
    @keyframes float {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-5px); }
    }
    
    .gallery_card:nth-child(even) {
      animation-direction: reverse;
    }
    
    /* Mobile Responsive */
    @media (max-width: 768px) {
      .elegant_gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
      }
      
      .gallery_section .heading_container h2 {
        font-size: 2rem;
      }
      
      .gallery_card:hover {
        transform: translateY(-5px) scale(1.01);
      }
    }
    
    @media (max-width: 480px) {
      .elegant_gallery {
        grid-template-columns: 1fr;
        gap: 25px;
      }
      
      .gallery_section .heading_container h2 {
        font-size: 1.8rem;
      }
      
      .gallery_card:hover {
        transform: translateY(-3px);
      }
    }
  