body {
    font-family: 'Poppins', sans-serif;
}
a, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

button {
    font-family: 'Poppins', sans-serif;
}

#home .container.d-flex {
  display: flex;
  align-items: stretch;
}

#home .container.d-flex .col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

#home .container.d-flex .col-6:first-child {
  position: relative;
  overflow: hidden;
}

#home .container.d-flex .col-6:first-child figure.circle-bg {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home .container.d-flex .col-6:first-child figure.circle-bg img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

/* Media query for mobile view */
@media (max-width: 767px) {
  #home .container.d-flex {
      flex-direction: column;
      padding: 0; /* Stack columns vertically */
  }

  #home .container.d-flex .col-6 {
      width: 100%; /* Full width for mobile view */
      max-width: 100%; /* Ensure full width */
      flex: none; /* Reset flex properties for mobile */
      height: auto;
      padding: 0; /* Auto height for content */
  }

  #home .container.d-flex .col-6:first-child {
      order: -1;
      padding: 0; /* Move image to the top */
  }

  #home .container.d-flex .col-6:first-child figure.circle-bg img {
      width: 100%; /* Image takes full width in mobile */
      height: auto; /* Maintain aspect ratio */
      object-fit: cover;
      padding: 0;
  }
}


.about-us .container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* Make both columns stretch to the same height */
}

.about-us .container .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.about-us .container .col-lg-6.order-lg-2 {
  position: relative;
  overflow: hidden; /* Hide overflow for image */
}

.about-us .container .col-lg-6.order-lg-2 figure.circle-bg {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us .container .col-lg-6.order-lg-2 figure.circle-bg img {
  height: 100%;
  width: auto;
  object-fit: cover; /* Ensure the image covers the available space */
}

/* Mobile view (image on top and full width) */
@media (max-width: 767px) {
  .about-us .container {
      flex-direction: column; /* Stack vertically in mobile view */
  }

  .about-us .container .col-lg-6 {
      width: 100%; /* Full width for mobile */
      max-width: 100%; /* Make sure it doesn't overflow */
      flex: none; /* Disable equal height in mobile */
      height: auto; /* Adjust height based on content */
  }

  .about-us .container .col-lg-6.order-lg-2 {
      order: -1; /* Move image to the top */
  }

  .about-us .container .col-lg-6.order-lg-2 figure.circle-bg img {
      width: 100%; /* Full width in mobile */
      height: auto; /* Maintain aspect ratio */
      object-fit: cover; /* Cover the area */
  }
}





.navbar {
    padding: 1rem;
    background-color: #f8f9fa;
  }
  
  .navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
  }
  
  .navbar-brand:hover {
    color: #0056b3;
  }
  
  .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 0.5rem 1rem;
  }
  
  .navbar-nav .nav-link:hover {
    color: #007bff;
  }
  
  .offcanvas-header {
    background-color: #007bff;
    color: white;
  }
  
  .offcanvas-title {
    font-size: 20px;
    font-weight: bold;
  }
  
  .offcanvas-body .nav-link {
    color: #333;
    padding: 0.5rem 1rem;
    font-size: 18px;
    font-weight: 500;
  }
  
  .offcanvas-body .nav-link:hover {
    color: #007bff;
    background-color: #f0f0f0;
  }
  
  .offcanvas-body .nav-link.active {
    color: #007bff;
    font-weight: bold;
  }
  
  .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
  }
  
  .navbar-toggler-icon {
    color: #333;
  }
  

section {
    padding: 0px 0;
}

.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.icon-au{
  width: 30px;
  margin-right: 4px;
}

.icon-au-2{
  padding-top:0px;
}


.icon-logo{
  width: 100px;
  margin-left: 10px;
}

.new-index{
  z-index: 3;
}

.carousel-item {
  position: relative;
}

.carousel-item .d-flex {
  z-index: 2;
}

.mouse.smoothscroll {
  position: absolute;
  bottom: 20px;
  z-index: 3;
}

.mouse-icon {
  display: block;
  width: 25px;
  height: 60px;
  border: 2px solid white;
  border-radius: 50px;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.mouse-wheel {
  display: block;
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 42%;
  transform: translateX(-50%);
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

.vh-50 {
    height: 90vh;
}

.carousel-item h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.bg-primary {
    background-image: url('images/Banner Images/Banner-RIMOT1.webp') !important;
}

.bg-secondary {
    background-image: url('images/Banner Images/Banner-RIMOT1.webp') !important;
}

.bg-success {
    background-image: url('images/Banner Images/Banner-RIMOT1.webp') !important;
}

.radius-btn{
    border-radius: 500px !important;
}

.banner-btn{
  color: #f0f0f0!important;
  margin-top: 3rem !important;
}

.banner-btn-2{
  color: #f0f0f0!important;
}

.section-mt{
  margin-top: 4rem !important;
}

:target::before {
  content: "";
  display: block;
  height: 5rem;
  margin-top: -5rem;
}

.section-mt-5{
  margin-top: 5rem !important;
}

.p-mb-0{
  margin-bottom: 0.5rem !important;
}

.ab-mt-3{
  margin-top: 5px;
}

@keyframes wheel-up-down {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
}


.new-section {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px 0;
}

.section-heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.content-wrapper {
    display: flex; 
    align-items: center; 
}

.section-image {
    width: 40%; 
    height: auto;
    margin-right: 20px;
  }

.section-content {
    flex: 1;
}

.lead{
  font-weight: normal !important;
}

.width-100{
  width: 100%;
}

.nav-space{
  padding-right: 25px !important;
}

.wc-overflow{
  height: 300px;
  overflow: hidden;
}

.wc-overflow-2{
  height: 340px;
  overflow: hidden;
}

.wc-overflow-3{
  height: 300px;
  overflow: hidden;
}

.card {
  --bs-card-border-width: none !important;
  border: none;
}

.custom-direction {
    position: relative;
    z-index: 99;
    border-radius: 7px;
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background: #007bff; }
    @media (max-width: 991.98px) {
      .custom-direction {
        bottom: -25px;
        top: auto !important;
        right: 50% !important;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); } }
    .custom-direction a {
        padding: 9px 18px;
        display: inline-block;
        color: #fff;
        font-size: 0.5rem;
    }
      .custom-direction a.custom-next > span > span {
        position: relative;
        display: inline-block;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }



        .button {
            background: linear-gradient(135deg, #AA6141, #F5780C);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .button:hover {
            background: linear-gradient(135deg, #F5780C, #AA6141);
        }

        .linear-button {
            background: linear-gradient(135deg, #AA6141, #F5780C);
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .linear-button:hover {
            background: linear-gradient(135deg, #F5780C, #AA6141);
        }


.footer {
    padding: 0;
    overflow: hidden;
    background: #252525; }
    .footer a {
      color: #1ba12d; }
      .footer p {
        color: rgba(255, 255, 255, 0.5); }
    .footer .footer-heading {
      font-size: 18px;
      margin-bottom: 30px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
    .footer ul.list-unstyled li a {
      color: rgba(255, 255, 255, 0.5); }
    .footer .form-consultation {
      width: 100%; }
      .footer .form-consultation .form-control {
        height: 44px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        color: rgba(255, 255, 255, 0.3) !important;
        font-size: 14px;
        border-radius: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none; }
        .footer .form-consultation .form-control::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.3) !important; }
        .footer .form-consultation .form-control::-moz-placeholder {
          color: rgba(255, 255, 255, 0.3) !important; }
        .footer .form-consultation .form-control:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.3) !important; }
        .footer .form-consultation .form-control:-moz-placeholder {
          color: rgba(255, 255, 255, 0.3) !important; }
        .footer .form-consultation .form-control:focus {
          outline: none !important;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .footer .form-consultation .form-control:focus, .footer .form-consultation .form-control:active {
          outline: none !important;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .footer .form-consultation .button {
              background: linear-gradient(135deg, #AA6141, #F5780C) !important;
              color: white;
              border: none;
              padding: 10px 20px;
              border-radius: 5px;
              cursor: pointer;
              transition: background 0.3s ease;
          }
          
          .footer .form-consultation .button:hover {
              background: linear-gradient(135deg, #F5780C, #AA6141) !important;
          }
      .footer .form-consultation .submit {
        color: #fff !important; }
      .footer .form-consultation textarea.form-control {
        height: inherit !important; }
    .footer .aside-stretch-right {
      background: #333333; }
      .footer .aside-stretch-right:after {
        background: #333333; }
      @media (max-width: 767.98px) {
        .footer .aside-stretch-right {
          background: transparent; }
          .footer .aside-stretch-right:after {
            background: transparent;
            display: none; } }
  
  .ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block; }
    .ftco-footer-social li a {
      height: 40px;
      width: 40px;
      display: block;
      float: left;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 50%;
      position: relative; }
      .ftco-footer-social li a span {
        position: absolute;
        font-size: 20px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .ftco-footer-social li a:hover {
        color: #fff; }
  
  .footer-small-nav > li {
    display: inline-block; }
    .footer-small-nav > li a {
      margin: 0 10px 10px 0; }
      .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
        color: #1ba12d; }
  
.why-choose-section{
  background: white;
}
.nb-btn-mr{
  margin-right: 10px;
}
.navbar-nav .nav-link {
  color: black;
  padding: 10px 15px;
  transition: color 0.3s;
}

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

.navbar-nav .nav-link.active {
  color: orange !important;
}

.circle-bg {
  width : 100%;
  height : 100%
}

.img-fluid {
  height : 100% !important;
}

.button.banner-btn-2 {
  background-color: orange;
  color: white;
  transition: background-color 0.3s, color 0.3s;
}

.button.banner-btn-2:hover {
  background-color: black;
  color: white;
}

.sub-heading-color {
  background: linear-gradient(135deg, #AA6141, #F5780C) !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  font-weight: bold !important;
}

.mobile-center{
  text-align: center !important;
}

.align-items-flex-start{
  align-items: center !important;
}

.align-items-flex-start p{
  margin-bottom: 0px !important;
}

.service-item {
  display: flex;
  align-items: center;
}

.service-item img {
  margin-right: 10px;
  max-width: 40px;
}

.right-none-padding{
  padding-right: 0px !important;
}
.left-none-padding{
  padding-left: 0px !important;
}

.d-block{
  text-decoration: none;
}

