@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", serif;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.linkedIn-menu{
  color: #1A75FF;
  font-size: 25px;
}
.navbar-nav li a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.banner {
  background: url("../images/banner.jpg") center;
  height: 80vh;
  width: 100%;
  color: white;
  text-align: left;
  padding: 100px 50px;
  position: relative;
  background-size: cover;
}

.banner h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.banner .dotted-line {
  /* border-bottom: 2px dotted white; */
  margin: 20px 0;
  max-width: 55%;
}

.banner .arrow-down {
  font-size: 2rem;
  color: white;
  text-align: center;
  margin-top: 30px;
  animation: bounce 2s infinite;
  cursor: pointer;
}
.banner-video{
  background-color: #000000;
  position: relative;
}
.banner-video .dotted-line {
  position: relative;
  right: -40%;
  z-index: 9;
}
.banner-content {
  color: #FFFFFF;
}
.banner-content .content{
  position: relative;
  left: 40%;
  z-index: 9;
}
@media (max-width: 768px) {
  .banner {
    background: url("../images/mobile-banner.jpg") center;
    height: 60vh; /* Adjust the height for mobile */
    padding: 50px 20px; /* Reduce padding for smaller screens */
    text-align: center; /* Center the text for mobile */
    background-size: cover;
  }
  .banner h1 {
    font-size: 1.5rem; /* Smaller font size for headings */
    line-height: 1.2; /* Adjust line spacing */
  }

  .banner-content {
    padding: 10px; /* Add some padding to the content */
    left:0;
    width: 100%;
  }

  .arrow-down {
    bottom: 20px; /* Adjust the position of the arrow */
  }
  .section-banner {
    height: 400px;
  }
}
.bottom-25 {
  bottom: 25%;
}

.bottom-20 {
  bottom: 20%;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}



.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.section-full-width {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.text-overlay {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 8px;
}

.section-padding {
  padding: 80px 0;
}

/* Global Styling */

/* Custom styling for the section */
.section-banner {
  height: 550px;
  border-radius: 20px;
}

.who-we-are-banner {
  background: url("../images/section-1.jpg") left center;
  background-size: cover;
}

.our-mission-banner {
  background: url("../images/section-2.jpg") right center;
  background-size: cover;
  background-position-x: -130px;
    background-size: cover;
}

.our-vission-banner {
  background: url("../images/our-mission-old.jpg") left center;
  background-size: cover;
}

@media (max-width: 768px) {
  .section-banner {
    height: 400px;        
    margin-bottom: 30px;
  }
}
.who-we-are {
  padding: 100px 0;
}

.who-we-are h2 {
  font-size: 1.5rem;
  color: #b2482b;
  font-weight: 600;
}

.who-we-are h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.who-we-are p {
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.who-we-are .btn {
  padding: 10px 20px;
  border-radius: 25px;
}

.who-we-are .btn-primary {
  background-color: #b2482b;
  border-color: #b2482b;
}

.dotted-overlay {
  position: absolute;
  left: -3%;
  z-index: 1;
  bottom: 3%;
}

.our-mission {
  padding: 100px 0;
  background-color: #f9f9f9;
}

.our-mission h2 {
  font-size: 1.5rem;
  color: #b2482b;
  font-weight: 600;
}

.our-mission h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.our-mission p {
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.our-mission .btn {
  padding: 10px 20px;
  border-radius: 25px;
}

.our-mission .btn-primary {
  background-color: #b2482b;
  border-color: #b2482b;
}

.dotted-overlay-right {
  position: absolute;
  right: -3%;
  z-index: 1;
  bottom: 3%;
}

.rounded-image {
  border-radius: 15px;
}

#services {
  background: #f4f4f4;
}

#services h2 {
  font-size: 1.5rem;
  color: #b2482b;
  font-weight: 600;
}

#services .card-header {
  background: transparent;
}

#services .card {
  border-radius: 20px !important;
  min-height: 250px;
}

.icon-round {
  background: #934940;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -15px;
  top: -15px;
}

.footer {
  background: linear-gradient(to right, #8b3b24, #1b1e36);
  color: white;
  padding: 20px 0;
}

.linkedIn-footer{
  color: #FFFFFF;
  font-size: 25px;
}
.footer .nav-link {
  color: white;
  font-weight: bold;
}

.footer .nav-link:hover {
  text-decoration: underline;
}

.footer .email-icon {
  align-items: center;
  gap: 10px;
}

.footer .email-icon i {
  font-size: 1.5rem;
  position: relative;
  top: 5px;
}

.icon-tags i{
  background: #b2482b;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 auto;
}