:root {
  --font-heading: "Otomanopee One", sans-serif;
  --font-body: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading) !important;
  font-weight: 700;
}

/* Body - Inter */
body,
p {
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* H1 */
h1 {
  font-size: 42px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 56px;
  }
}

/* H2 */
h2 {
  font-size: 36px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
}

/* H3 */
h3 {
  font-size: 24px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}

/* H4 */
h4 {
  font-size: 20px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }
}

/* ========================================
   END TYPOGRAPHY SYSTEM
   ======================================== */

.footer_logo img {
  width: 111px !important;
}

.text-nevy-blue {
  color: #3c5462 !important;
}

.footer-menu-link {
  color: #52525b !important;
}

.footer_widgets.navigation_foo .navigation_foo_inner ul li a {
  font-size: 14px !important;
}

.fs-14 {
  font-size: 14px !important;
}

/* footer css end*/
/* header css start*/
.modal_popup .modal-popup-inner {
  max-width: 400px !important;
}

/* Blur background */
.home-card-1 {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
  border-color: #fff !important;
}

.modal_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
  backdrop-filter: blur(10px);
  /* Blur effect */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

.modal-popup-inner {
  background: rgba(255, 255, 255, 0.3);
  /* Slight transparency */
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  /* More blur inside */
}

.header,
.default_sickty_heaad {
  background-color: #fefefe !important;
  padding: 20px 0px 0px !important;
}

/* header css end*/
.text-gray {
  color: #858484 !important;
}

.circle-img {
  width: 50px !important;
  /* Fixed size */
  height: 50px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

.overlay-box {
  background: url("assets/images/image_home1.png");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.overlay-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3c5462;
  /* Black overlay with 60% opacity */
  z-index: 1;
}

.overlay-box > * {
  position: relative;
  z-index: 2;
  /* Ensures content appears above the overlay */
}

.text-green {
  color: #d6d908 !important;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.partner_logo {
  max-width: 50% !important;
  height: 50% !important;
  object-fit: contain !important;
}

.text-yellow {
  color: #ffd700 !important;
}

.text-dark {
  color: #000 !important;
}

.partner_sample_image_boxes {
  background-color: #E8ECEF !important;
  height: 245px !important;
}

.circle-box {
  background: #3c5462;
  border: 5px solid #fff;
  left: 670px;
  top: -55px;
  width: 70px;
  height: 70px;
  font-size: 24px;
}

.team_intro_box .team_intro_inner {
  min-height: 550px !important;
}

.home-card {
  border-radius: 8px;
  background-color: rgb(248, 248, 248);
}

.header .header_logo_box img,
.default_sickty_heaad .header_logo_box img {
  width: 110px !important;
}

.project_post.style_one .project_caro_content {
  padding: 0px 0px 0px 0px !important;
}

.project_post.style_one .project_caro_content p {
  letter-spacing: normal !important;
  text-transform: inherit !important;
}

.sky-blue-dot {
  color: #45a7de !important;
  font-size: 18px;
}

.yellow-dot {
  color: #de9945 !important;
  font-size: 18px;
}

.nevy-blue-dot {
  color: #114e70 !important;
  font-size: 18px;
}

.project_post.style_one {
  height: 420px !important;
  overflow: hidden;
}

.transparent-btn {
  background: transparent;
  /* Transparent background */
  border: 2px solid #3c5462;
  /* Dark charcoal border */
  color: #3c5462;
  /* Dark charcoal text */
  padding: 20px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s ease-in-out;
  width: 250px;
}

.transparent-btn:hover {
  background: #3c5462;
  /* Dark charcoal background on hover */
  color: white;
  /* White text on hover */
}

.transparent-btn-contact {
  background: transparent;
  /* Transparent background */
  border: 2px solid #3c5462;
  /* Dark charcoal border */
  color: #3c5462;
  /* Dark charcoal text */
  padding: 20px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s ease-in-out;
  width: 150px;
}

/* Make all cards equal height */
.service_post.style_one {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  border: 1px solid black !important;
  border-radius: 20px !important;
}

.transparent-btn-contact:hover {
  background: #3c5462;
  /* Dark charcoal background on hover */
  color: white;
  /* White text on hover */
}

.service_post.style_one .image img {
  height: auto !important;
  max-height: 300px !important;
  min-height: 300px !important;
  object-fit: cover !important;
  display: block !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.label-box {
  color: rgb(223, 220, 220);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  background-color: gray;
}

.news_box.default_style.list_view {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.09) !important;
}

.news_box.default_style.list_view .image {
  min-width: 20% !important;
  min-height: 0px !important;
}

.load-more {
  color: #3c5462 !important;
}

.blog-img {
  height: 300px;
  width: 100% !important;
  border-radius: 10px !important;
}

.share-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.share-btn i {
  color: #333;
}

.bg_light_blog {
  background: #f4f4f4 !important;
}

.bg_light_projects {
  background: #fff !important;
}

/* Tilted Square Background */
.tilted-bg {
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 1550px;
  height: 500px;
  background: rgba(0, 123, 255, 0.2);
  /* Light Blue */
  z-index: 0;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.testimonial_sec {
  position: relative;
  z-index: 1;
  /* Ensures content appears above the tilted square */
}

/* Right-Angled Triangle on Bottom Left */
.triangle-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1440px;
  height: 300px;
  border-bottom: 100px solid rgba(0, 123, 255, 0.2);
  border-left: 1400px solid transparent;
}

.triangle-shape-opposite {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 1440px solid rgba(0, 123, 255, 0.2);
  border-bottom: 100px solid transparent;
}

.testimonial_sec.style_v2_two .arrows .prev-single-one:before,
.testimonial_sec.style_v2_two .arrows .next-single-one:before {
  border-radius: 50px !important;
  background: #0000001f !important;
}

.custom-input {
  border: 1px solid #3c5462 !important;
  border-radius: 40px !important;
  padding: 10px;
}

.custom-btn {
  background-color: #3c5462 !important;
  border-radius: 40px !important;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
}

.custom-btn:hover {
  background-color: #1a171a !important;
}

.custom-input::placeholder {
  text-align: center;
}

.contact-custom-card {
  background: #f7f5fb !important;
  height: 660px !important;
  width: 450px !important;
  display: flex;
  flex-direction: column;
  /* Ensures vertical stacking of elements */
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  margin-right: 10px !important;
  border-radius: 10px;
}

.union-img-1 {
  margin-top: 5px !important;
  width: 40px;
  height: auto;
}

.union-img-2 {
  margin-top: 20px !important;
  width: 80px;
  height: auto;
}

.union-img-3 {
  margin-top: 10px !important;
  width: 60px;
  height: auto;
}

.union-img-4 {
  margin-top: 20px !important;
  width: 40px;
  height: auto;
}

.custom-contact-img {
  width: 150%;
  /* Slightly reduced to prevent excessive overflow */
  max-width: none;
  position: relative;
}

.row.justify-content-center {
  width: 100%;
}

@media (max-width: 768px) {
  .contact-custom-card {
    width: 100% !important;
    height: auto !important;
  }

  .custom-contact-img {
    width: 100%;
  }
}

/* about Us css start*/
.banner-title {
  font-family: "Iowan Old Style" !important;
  font-size: 72.701px !important;
}

.hanging-image {
  object-fit: cover;
  border-radius: 50px !important;
  width: 450px;
  height: 600px;
  transform: rotate(330deg);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .hanging-image {
    width: 350px;
    height: 500px;
    transform: rotate(330deg);
  }
}

.home-card-2 {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
  border-color: #fff !important;
  background-color: #1e1e1e !important;
}

.icon_box_all.style_two {
  border-top: 0px solid var(--primary-color-three) !important;
}

.about-sub-heading-paragraph {
  color: #909090 !important;
}

.timeline-images {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.timeline-desc {
  font-size: 10px !important;
}

.timeline-connector-one {
  position: relative;
  left: 22%;
  transform: translateX(-50%) rotate(-21deg);
  width: 4px;
  height: 100px;
  border-left: 8px dashed #00bbff;
  top: 70%;
  z-index: 1;
}

.timeline-connector-two {
  position: relative;
  left: 58%;
  transform: translateX(-50%) rotate(-43deg);
  width: 4px;
  height: 212px;
  border-left: 8px dashed #00bbff;
  top: 67%;
  z-index: 1;
}

.timeline-connector-three {
  position: relative;
  left: 42%;
  transform: translateX(-50%) rotate(30deg);
  width: 4px;
  height: 302px;
  border-left: 8px dashed #00bbff;
  top: 68%;
  z-index: 1;
}

.timeline-connector-four {
  position: relative;
  left: 71%;
  transform: translateX(-50%) rotate(23deg);
  width: 4px;
  height: 256px;
  border-left: 8px dashed #00bbff;
  top: 65%;
  z-index: 1;
}

/* Desktop Timeline Connectors (Above 768px) */
@media (min-width: 768px) {
  .timeline-connector-one {
    position: relative;
    left: 25%;
    transform: translateX(-50%) rotate(-42deg) translateY(-25px);
    width: 4px;
    height: 152px;
    border-left: 8px dashed #00bbff;
    top: 70%;
    z-index: 1;
  }

  .timeline-connector-two {
    position: relative;
    left: 51%;
    transform: translateX(0%) rotate(-55deg) translateX(178px);
    width: 4px;
    height: 170px;
    border-left: 8px dashed #00bbff;
    top: 75%;
    z-index: 1;
  }

  .timeline-connector-three {
    position: relative;
    left: 35%;
    transform: translateX(-10%) rotate(36deg) translateY(-87px);
    border-left: 8px dashed #00bbff;
    top: 68%;
    z-index: 1;
    height: 200px;
  }

  .timeline-connector-four {
    position: relative;
    left: 68%;
    transform: translateX(-50%) rotate(27deg) translateY(-207px);
    width: 4px;
    height: 150px;
    border-left: 8px dashed #00bbff;
    top: 48%;
    z-index: 1;
  }
}

.heading-strip {
  width: 350px;
  height: 3px;
  --bs-bg-opacity: 1;
  background-color: #b79366 !important;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.hanging-video {
  object-fit: cover;
  border-radius: 50px !important;
  width: 400px;
  height: 550px;
  transform: rotate(336deg);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.team_intro_box .team_intro_inner .team_intro_start .title h1 {
  line-height: 80px !important;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .hanging-video {
    width: 250px;
    height: 350px;
    transform: rotate(330deg);
  }
}

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

body {
  background: #fefefe !important;
}

.text-dark {
  color: black !important;
}

.card {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: white;
}

/* Team Box Styling */
.team_box.style_one {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  border: 2px solid #b79366 !important;
}

.team_box.style_one .team_box_outer {
  position: relative !important;
  overflow: hidden !important;
}

.team_box.style_one .member_image img {
  width: 100% !important;
  transition: transform 0.5s ease-in-out !important;
}

/* Image Zoom Out Effect (40%) & Move to Top */
.team_box.style_one:hover .member_image img {
  transform: scale(0.4) translateY(-40px) !important;
  padding: 10px;
}

/* Full Overlay with Background */
.team_box.style_one .overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0) !important;
  display: flex !important;
  align-items: flex-end !important;
  text-align: center !important;
  opacity: 0 !important;
  padding-bottom: 20px !important;
}

/* Show Overlay & Text on Hover */
.team_box.style_one:hover .overlay {
  background: #b79366 !important;
  opacity: 1 !important;
}

/* Text Styling */
.team_box.style_one .overlay h4,
.team_box.style_one .overlay p {
  margin: 0 !important;
  color: #050505 !important;
}

/* Ensure text stays at the bottom */
.team_info {
  width: 100% !important;
  padding: 10px 0 !important;
}

.team_box.style_one .team_box_outer .member_image::before {
  background: linear-gradient(
    to top,
    #00000000 6%,
    rgba(0, 0, 0, 0) 70%
  ) !important;
}

.team_box.style_one .team_box_outer .member_image {
  z-index: 1 !important;
}

.social-icons a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.social-icons a:hover {
  background-color: #333;
  /* Slight hover effect */
}

.our_mission_icon {
  object-fit: contain !important;
}

.frame-img {
  height: 106px !important;
  width: 106px !important;
}

.frame-img-1 {
  height: 106px !important;
  width: 106px !important;
}

.custom-btn-about {
  width: 60% !important;
  color: white;
  background: #b79366;
  border-radius: 40px !important;
  border: none;
  padding: 20px 20px;
  font-size: 16px;
}

.custom-btn-about:hover {
  width: 80% !important;
  background: #0b1013;
}

.custom-btn-contact-us {
  color: white;
  background: #b79366;
  border: 1px solid #fff !important;
  border-radius: 40px;
  padding: 16px;
  font-size: 16px;
}

.custom-btn-contact-us:hover {
  background: #1a171a;
}

.custom-btn-about-us {
  border: 1px solid #fff !important;
  background: rgba(0, 0, 0, 0.592) !important;
  border-radius: 40px !important;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
}

.custom-btn-about-us:hover {
  background: #3c5462;
}

/* services css end */
.video-wrapper {
  position: relative;
  width: 100%;
  /* Full viewport height */
  overflow: hidden;
  border-radius: 20px;
}

.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cover full section */
  z-index: -2;
}

/* Black Transparent Overlay */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust opacity (0.5 = 50% transparency) */
  z-index: -1;
}

/* Content Above Video */
.inner_section {
  position: relative;
  z-index: 1;
  /* Ensures content is above the overlay */
  color: white;
  text-align: center;
  padding: 20px;
}

.service-banner {
  border-radius: 10px !important;
}

.service_icon {
  height: 100px !important;
  width: 100px !important;
}

.bg_service_dark {
  background: #fafafa !important;
}

.service-description {
  font-size: 15px !important;
  color: #9b9b9b !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

/* services css end */
/* projects css start */
/* Ensure section has height */
.success-story {
  position: relative;
  height: 500px;
  /* Adjust height as needed */
  background: url("assets/images/net.jpg") center/cover no-repeat;
}

/* Overlay using Bootstrap */
.overlay {
  background: rgba(0, 0, 0, 0.8);
  /* 60% black overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-box {
  border-radius: 30px;
  height: 50px;
  max-width: 500px;
  padding-right: 45px;
  /* Space for the icon */
}

.search-container {
  position: relative;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: gray;
}

.custom-input-search {
  border: 1px solid #3c5462 !important;
  border-radius: 40px !important;
  padding: 10px;
  width: 400px !important;
}

/* Styles for wrapping the search box */

.main {
  width: 50%;
  margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 3.373rem;
  height: 2.375rem;
  line-height: 3.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.custom-input-feild {
  border-radius: 35px !important;
  border: 2px solid #3c5462 !important;
}

.custom-btn-career {
  background-color: #3c5462 !important;
  border-radius: 40px !important;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  height: 30px !important;
  top: 5px;
  position: relative;
}

/* projects css end */
/* career css start */
.careers-custom-btn {
  width: 350px !important;
}

.custom-form-controls {
  height: 42px !important;
}

/* career css end */

.contact-left-side {
  background-color: #3c5462 !important;
  border-radius: 10px !important;
}

.icon_box_all.style_three {
  background: none !important;
  padding: 10px 10px !important;
  box-shadow: none !important;
  padding: 10px 10px !important;
}

.contact-left-side {
  position: relative;
  overflow: hidden;
}

.circle-element {
  position: absolute;
  bottom: -24%;
  right: -37%;
  width: 400px;
  height: 400px;
  background-color: #caa36f;
  border-radius: 50%;
}

.ellipse-element {
  position: absolute;
  bottom: 13%;
  right: 16%;
  width: 200px;
  height: 200px;
  background-color: rgba(202, 163, 111, 0.5);
  border-radius: 50%;
}

.contact-theme-btn {
  background-color: #3c5462 !important;
}

.contact_form_box_all.type_two img {
  width: 13px !important;
}

.circle-element-contact {
  position: absolute;
  bottom: 60%;
  right: -37%;
  width: 400px;
  height: 400px;
  background-color: #caa36f;
  border-radius: 50%;
}

.ellipse-element-contact {
  position: absolute;
  bottom: 50%;
  right: 16%;
  width: 200px;
  height: 200px;
  background-color: rgba(202, 163, 111, 0.5);
  border-radius: 50%;
}

/* Banner Curved Design */
.banner_section_hm_16 .inner_section {
  border-radius: 100px 60px 100px 0px;
  overflow: visible;
  position: relative;
}

.left-column {
  background: #fefefe;
  border-radius: 50px;
  padding: 10px;
  position: relative;
  z-index: 15;
}

.middle-column {
  background: transparent;
  color: white;
  padding: 50px;
}

.right-column {
  background: #fefefe;
  border-radius: 50px;
  padding: 10px;
  position: relative;
  z-index: 5;
}

/* Banner Section Background */
.banner_section_hm_16 {
  background: #fefefe;
  position: relative;
  padding-top: 0;
}

/* Adjust team intro box for curved design */
.team_intro_box {
  position: relative;
}

/* Ensure smooth rendering of curves */
.banner_section_hm_16 .inner_section,
.banner_section_hm_16 .inner_section::before,
.banner_section_hm_16 .inner_section::after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Responsive adjustments for curved banner */
@media (max-width: 768px) {
  .banner_section_hm_16 .inner_section {
    border-radius: 50px 40px 50px 0px;
  }

  .banner_section_hm_16 .inner_section::before {
    width: 120px;
    height: 120px;
  }

  .banner_section_hm_16 .inner_section::after {
    width: 120px;
    height: 120px;
  }

  .left-column,
  .right-column {
    border-radius: 30px;
    margin-bottom: 10px;
  }
}

/* Enhanced button positioning to align with concave curve */
.banner_section_hm_16 .left-column {
  margin-top: -30px;
  transform: translateY(-20px);
}

.banner_section_hm_16 .right-column {
  margin-top: -30px;
  transform: translateY(-20px);
}

@media (max-width: 768px) {
  .banner_section_hm_16 .left-column,
  .banner_section_hm_16 .right-column {
    margin-top: 0;
    transform: translateY(0);
  }
}

/* About Us Section Styling */
.about-us-section {
  position: relative;
  min-height: 500px;
}

.about-us-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
}

.about-us-underline {
  width: 350px;
  height: 3px;
  background-color: #b79366;
  margin-bottom: 10px;
}

.about-us-description {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 30px;
  max-width: 500px;
}

.about-us-description strong {
  font-weight: 700;
}

.about-us-btn-wrapper {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.about-us-btn {
  display: inline-block;
  padding: 16px 40px;
  background-color: #3c5462;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(52, 46, 54, 0.2);
}

.about-us-btn:hover {
  background-color: #1a171a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(52, 46, 54, 0.3);
}

/* Tilted Dark Shape */
.about-us-right-section {
  position: relative;
  min-height: 500px;
}

.tilted-dark-shape {
  width: 450px;
  height: 600px;
  background-color: #1a1a1a;
  border-radius: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(-60deg);
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .tilted-dark-shape {
    width: 380px;
    height: 500px;
  }
}

@media (max-width: 768px) {
  .about-us-heading {
    font-size: 2rem;
  }

  .about-us-underline {
    width: 250px;
  }

  .tilted-dark-shape {
    width: 300px;
    height: 400px;
    position: relative;
    right: auto;
    top: auto;
    transform: rotate(15deg);
    margin-top: 30px;
  }

  .about-us-right-section {
    min-height: 350px;
  }
}

/* ========================================
   NEW THEME ANIMATIONS
   ======================================== */

/* CSS Variables for animations */
:root {
  --animation-speed: 0.3s;
  --transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Fade In Up Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade In Down Animation */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade In Left Animation */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Fade In Right Animation */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Scale In Animation */
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* Shine Effect */
@keyframes shine {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

/* Float Animation */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Rotate Animation */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Apply fade animations to sections */
.section-animate {
  animation: fadeInUp 0.8s ease-out forwards;
}

.section-animate-down {
  animation: fadeInDown 0.8s ease-out forwards;
}

.section-animate-left {
  animation: fadeInLeft 0.8s ease-out forwards;
}

.section-animate-right {
  animation: fadeInRight 0.8s ease-out forwards;
}

.section-animate-scale {
  animation: scaleIn 0.8s ease-out forwards;
}

/* Staggered animation delays */
.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

.home-card:hover {
  box-shadow: 0 15px 40px rgba(52, 46, 54, 0.15) !important;
}

.service_post:hover {
  box-shadow: 0 20px 50px rgba(52, 46, 54, 0.2);
}

.project_post:hover {
  box-shadow: 0 15px 40px rgba(52, 46, 54, 0.2);
}

.news_box:hover {
  box-shadow: 0 10px 30px rgba(52, 46, 54, 0.15) !important;
}

.team_box:hover {
  box-shadow: 0 15px 40px rgba(52, 46, 54, 0.2);
}

/* Enhanced button animations */
.custom-btn,
.custom-btn-about,
.custom-btn-contact-us,
.custom-btn-about-us,
.custom-btn-career,
.transparent-btn,
.transparent-btn-contact,
.about-us-btn,
.contact-theme-btn {
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.custom-btn::before,
.custom-btn-about::before,
.custom-btn-contact-us::before,
.custom-btn-about-us::before,
.custom-btn-career::before,
.transparent-btn::before,
.transparent-btn-contact::before,
.about-us-btn::before,
.contact-theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.custom-btn:hover::before,
.custom-btn-about:hover::before,
.custom-btn-contact-us:hover::before,
.custom-btn-about-us:hover::before,
.custom-btn-career:hover::before,
.transparent-btn:hover::before,
.transparent-btn-contact:hover::before,
.about-us-btn:hover::before,
.contact-theme-btn:hover::before {
  left: 100%;
}

/* Button hover scale effect */
.custom-btn:hover,
.custom-btn-about:hover,
.custom-btn-contact-us:hover,
.custom-btn-about-us:hover,
.custom-btn-career:hover,
.transparent-btn:hover,
.transparent-btn-contact:hover,
.about-us-btn:hover,
.contact-theme-btn:hover {
  transform: scale(1.05);
}

/* Image hover effects */
.service_post.style_one .image img,
.project_post .project_image img,
.news_box .image img,
.team_box .member_image img {
  transition: var(--transition-smooth);
}

.service_post.style_one:hover .image img,
.project_post:hover .project_image img,
.news_box:hover .image img,
.team_box:hover .member_image img {
  transform: scale(1.1);
}

/* Header scroll animation */
.header,
.default_sickty_heaad {
  transition: all 0.3s ease;
}

.header.scrolled,
.default_sickty_heaad.scrolled {
  padding: 10px 0 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Gradient background animation */
.gradient-bg {
  background: linear-gradient(135deg, #b79366 0%, #3c5462 50%, #6c757d 100%);
  background-size: 200% 200%;
  animation: gradientMove 5s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Animated border effect */
.animated-border {
  position: relative;
}

.animated-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #b79366, #3c5462, #6c757d, #b79366);
  background-size: 400% 400%;
  z-index: -1;
  border-radius: inherit;
  animation: borderGradient 3s ease infinite;
}

@keyframes borderGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Text highlight animation */
.text-highlight {
  position: relative;
  display: inline-block;
}

.text-highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #b79366;
  transition: width 0.3s ease;
}

.text-highlight:hover::after {
  width: 100%;
}

/* Icon bounce animation */
.icon-bounce {
  transition: var(--transition-smooth);
}

.icon-bounce:hover {
  animation: bounce 0.6s ease;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Loading spinner with new colors */
.spinner-primary {
  border: 3px solid rgba(226, 219, 26, 0.3);
  border-top: 3px solid #b79366;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Floating shapes animation */
.floating-shape {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}

.floating-shape-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.floating-shape-2 {
  top: 60%;
  right: 10%;
  animation-delay: 2s;
}

.floating-shape-3 {
  bottom: 20%;
  left: 15%;
  animation-delay: 4s;
}

/* Scroll indicator animation */
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

/* Parallax effect helper */
.parallax-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Text reveal animation */
.text-reveal {
  overflow: hidden;
}

.text-reveal span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.6s ease;
}

.text-reveal.active span {
  transform: translateY(0);
}

/* Circle progress animation */
.circle-progress {
  position: relative;
  width: 100px;
  height: 100px;
}

.circle-progress svg {
  transform: rotate(-90deg);
}

.circle-progress .progress-bar {
  stroke-dasharray: 251;
  stroke-dashoffset: 251;
  animation: progressFill 2s ease forwards;
}

@keyframes progressFill {
  to {
    stroke-dashoffset: var(--progress);
  }
}

/* Magnetic button effect */
.magnetic-btn {
  transition: transform 0.2s ease;
}

/* Skew hover effect */
.skew-hover {
  transition: transform 0.3s ease;
}

.skew-hover:hover {
  transform: skewX(-10deg);
}

/* Glow effect on hover */
.glow-hover {
  transition: box-shadow 0.3s ease;
}

.glow-hover:hover {
  box-shadow: 0 0 20px rgba(226, 219, 26, 0.5);
}

/* Primary color accent animations */
.sky-blue-dot,
.yellow-dot,
.nevy-blue-dot {
  transition: var(--transition-smooth);
}

.sky-blue-dot:hover {
  color: #b79366 !important;
  transform: scale(1.2);
}

.yellow-dot:hover {
  color: #3c5462 !important;
  transform: scale(1.2);
}

.nevy-blue-dot:hover {
  color: #6c757d !important;
  transform: scale(1.2);
}

/* Contact card animations */
.contact-custom-card {
  transition: var(--transition-smooth);
}

.contact-custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(52, 46, 54, 0.2);
}

/* Timeline animations */
.timeline-images {
  transition: var(--transition-smooth);
}

.timeline-images:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(52, 46, 54, 0.3);
}

/* Form input focus animations */
.custom-input,
.custom-input-search,
.custom-input-feild {
  transition: var(--transition-smooth);
}

.custom-input:focus,
.custom-input-search:focus,
.custom-input-feild:focus {
  border-color: #b79366 !important;
  box-shadow: 0 0 0 3px rgba(226, 219, 26, 0.2);
  transform: translateY(-2px);
}

/* Overlay box animation */
.overlay-box::before {
  transition: background 0.3s ease;
}

.overlay-box:hover::before {
  background: rgb(0 0 0 / 80%);
}

/* Social icons animation */
.social-icons a {
  transition: var(--transition-smooth);
}

.social-icons a:hover {
  background-color: #b79366;
  color: #3c5462;
  transform: translateY(-5px);
}

/* Partnership section animation */
.partner-one,
.partner-two {
  transition: var(--transition-smooth);
}

.partner-one:hover,
.partner-two:hover {
  background: #BFC7CF !important;
  transform: scale(1.02);
}

/* Testimonial section animations */
.testimonial-section {
  transition: var(--transition-smooth);
}

.testimonial-section:hover {
  box-shadow: 0 20px 60px rgba(52, 46, 54, 0.15);
}

/* Video wrapper animations */
.video-wrapper {
  transition: var(--transition-smooth);
}

/* Search box animation */
.search-box {
  transition: var(--transition-smooth);
}

.search-box:focus {
  border-color: #b79366;
  box-shadow: 0 0 0 3px rgba(226, 219, 26, 0.2);
}

/* Label box animation */
.label-box {
  transition: var(--transition-smooth);
}

.label-box:hover {
  background-color: #b79366 !important;
  color: #3c5462 !important;
  transform: scale(1.05);
}

/* Success story section */
.success-story {
  transition: var(--transition-smooth);
}

.success-story:hover {
  transform: scale(1.01);
}

/* Banner section animations */
.banner_section_hm_16 .inner_section {
  transition: var(--transition-smooth);
}

.banner_section_hm_16:hover .inner_section {
  box-shadow: 0 20px 60px rgba(52, 46, 54, 0.2);
}

/* Mobile responsive animations */
@media (max-width: 768px) {
  .section-animate,
  .section-animate-down,
  .section-animate-left,
  .section-animate-right,
  .section-animate-scale {
    animation: fadeInUp 0.5s ease-out forwards;
  }

  .home-card:hover,
  .service_post:hover,
  .project_post:hover,
  .news_box:hover,
  .team_box:hover {
    transform: none;
  }
}

.bg-theme {
  --bs-bg-opacity: 1;
  background-color: rgba(60, 84, 98, var(--bs-bg-opacity)) !important;
}

.tm-body-bg {
  background-color: #3c5462 !important;
  background-image: url("assets/images/RB-bg.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow-x: hidden;
}

/* Glass Card Styling */
.tm-glass-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 40px;
  transition: all 0.4s ease;
}

.tm-featured-img-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  border: 3px solid #b79366;
}

.tm-featured-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tm-divider {
  width: 30px;
  height: 2px;
  background-color: #b79366;
}

.tm-desc {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(34, 34, 34, 0.8);
}

.tm-social a {
  color: #fff;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.tm-social a:hover {
  color: #b79366;
}

/* Grid Items */
.tm-grid-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.tm-grid-item img {
  height: 200px;
  border-radius: 20px;
  border: 3px solid transparent;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

.tm-grid-item.active img {
  border-color: #b79366;
  box-shadow: 0 0 20px rgba(183, 147, 102, 0.4);
}

.tm-grid-item:hover {
  transform: translateY(-5px);
}

/* Hexagon Buttons */
.tm-nav-controls {
  position: absolute;
  right: -60px;
  top: 20px;
}

.tm-hex-btn {
  width: 45px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 1px solid #b79366;
  cursor: pointer;
  transition: background 0.3s;
}

.tm-hex-btn:hover {
  background-color: #b79366;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .tm-featured-img-wrapper {
    width: 150px;
    height: 150px;
  }
}

.tm-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.tm-grid-item img {
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .pd_top_300 {
    display: none !important;
  }
}

.service_post.style_one .image img :hover {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
/* Custom Typography */
.tm-grid-item h5 {
  font-family: "Inter", sans-serif;
  /* Or your preferred font */
  letter-spacing: -0.5px;
  color: #333;
}

.tm-grid-item p {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

/* Ensure images fit well in the carousel */
.owl-carousel .item img {
  display: block;
  width: 100%;
  border-radius: 20px !important;
}
