  body {
    font-family: 'Poppins', sans-serif;
  }

  .social-icons a {
    color: white;
    font-size: 1.2rem;
    margin-left: 15px;
    text-decoration: none; /* Remove underline from the icons */
  }

  .social-icons a:hover {
    color: #007bff; /* Optional: Change color on hover */
  }

  @media (max-width: 1024px) {
  .social-icons a{
    margin: 20px 65px 0px 0px;
  }
  }

.navbar{
  background-color: #23292c !important;
}

.navbar a{
  color: white !important;
}

.navbar a:hover{
  color: lightgray !important;
}



.hero-section {
    background: url('src/hero.webp') no-repeat center center/cover;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 60px 0; /* Adds padding to avoid content too close to the screen edges */
}

.underlined {
    text-decoration: underline;
}

.hero-img {
    max-width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the image maintains aspect ratio */
}

/* Make sure the layout adapts to smaller screens */
@media (max-width: 768px) {
    .hero-section {
        padding: 30px 0;/* Center align text on smaller screens */
    }
    
    .lead{
        display:none;
    }

    .hero-section .col-md-6 {
        margin-bottom: 20px;
        text-align: center !important; 
    }

    .hero-img {
        width: 100%;
        height: auto; /* Ensure the image scales properly on small screens */
    }
}

.underlined {
    text-decoration: underline;
  }

.services-section{
  background: url('src/uslugeBG.webp') no-repeat center center/cover;
}

.card{
  background-color: transparent;
  border-color: transparent;
}

.card-img-top {
    width: 100%; /* Ensures the image takes the full width of the card */
    height: 300px; /* Set a fixed height for all images */
    object-fit: cover; /* Ensures the image covers the space while maintaining aspect ratio */
}


.features-half1{
  background: url('src/features1.webp') no-repeat center center;
  background-size: cover;
}

.features-half2{
  background: url('src/features2.webp') no-repeat center center;
  background-size: cover;
  color: #445a7e;
}

.country-card{
  border: 2px solid #dcdcdc;
  min-height: 180px;
}

.btn-outline-primary {
  border: 2px solid #0d47a1; /* Custom border color */
  color: #0d47a1; /* Custom text color */
}

a.btn:hover {
  background-color: transparent; /* Ensures no background change */
  color: inherit; /* Ensures text color doesn't change */
  border-color: inherit; /* Ensures border color doesn't change */
}


.card-img-overlay {
  background: rgba(0, 0, 0, 0.2); /* Darker overlay for better text contrast */
}

.card-img-overlay a{
  color: white;
}

.text-bg-overlay {
  background: rgba(255, 255, 255, 0.15); /* Lighter background for text */
  padding: 15px;
  border-radius: 8px;
}

.small-text {
  font-size: 0.875rem; /* Smaller font size to match the look */
  line-height: 1.2;
  margin: 0;
}

.zoom-icon {
  align-self: center; /* Center the zoom icon */
  font-size: 1.3rem; /* Larger zoom icon */
  margin-bottom: 34px; /* Add spacing above zoom icon */
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.card-img {
  max-height: 300px; /* Control the image size */
  object-fit: cover; /* Ensure the image doesn't stretch */
}

.card {
  border: none;
  transition: transform 0.3s ease; /* Smooth hover effect */
}

.card:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}


/* Set a fixed height for all images and cover the space uniformly */
.carousel-image {
    height: 500px; /* Adjust the height as necessary */
    object-fit: cover; /* Ensures the image covers the area without distortion */
}

/* Style for the arrows to make them more visible */
.arrow-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    border-radius: 50%; /* Rounded icon */
    padding: 15px; /* Make the icon larger */
}

/* Increase arrow size */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 50px;
    height: 50px;
}



.box-ino{
    
   background: linear-gradient(to bottom, #23416f, #447ed4);
}



.contact-section {
  background-color: rgba(68,90,126, 0.2); /* Light background color with 80% opacity */
}


.contactcard {
  border: none; /* Remove card border */
   background: linear-gradient(to bottom, #23416f, #447ed4);
}

.faq-section {
  background-color: rgba(68,90,126, 0.3);
  padding: 20px;
  border-radius: 10px;
}

.faq-section a {
  color: #007bff; /* Link color */
}

.faq-section a:hover {
  text-decoration: underline;
}

.btn-light {
  background-color: #ffffff;
  color: #000;
  border-radius: 5px;
}




.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #0726a8;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #0726a8;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}




.footer {
  background: linear-gradient(to bottom, #23416f, #447ed4);
  color: white;
}

.footer h5 {
  font-weight: bold;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

hr.bg-light {
  border-top: 1px solid rgba(255, 255, 255, 0.5); /* Light separator line */
}



/* Loader Wrapper to cover the whole screen with white background */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white; /* Set background color to white */
  z-index: 9998; /* Below the loader, but above other content */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Loader */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  position: relative; /* Centered inside the wrapper */
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  --c:no-repeat radial-gradient(farthest-side,#25b09b 92%,#0000);
  background: 
    var(--c) 50%  0, 
    var(--c) 50%  100%, 
    var(--c) 100% 50%, 
    var(--c) 0    50%;
  background-size: 12px 12px;
  animation: l12 1s infinite;
}

.loader::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear;
}

@keyframes l12 {
  100% {
    transform: rotate(.5turn);
  }
}
