
body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: 'Poppins', sans-serif;}

    .whit-bg{
      background-color: #ffffff;
    }
    .sky{
      background-color: #BBE8F1;
    }
    .bluetext {
      color: #3FA4C7;
      text-decoration: none;
    }
    .darkbl {
      color: #053F5C;
    }
    
    .nav-hov:hover {
      color: #3FA4C7 !important;
      font-weight: bolder;
    }
    
    .bkdark {
      background-color: #053F5C;
    }
    
    .bkight {
      background-color: #3FA4C7;
    }
    .yallow-bg{
     background-color: #FFB728;
    }
    .icon-box {
        display: flex;
        align-items: center;
        padding: 15px;
        border-radius: 10px;
        background-color: white;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease-in-out;
        width: 100%;
        overflow: hidden;  /* Ensures content stays inside */
        white-space: nowrap;  /* Prevents text wrapping */
    }
    
    .icon-box img {
        width: 22px;
        height: 22px;
        margin-right: 15px;
    }
    
    .icon-box span {
        white-space: nowrap;  
        overflow: hidden;  
        text-overflow: ellipsis; 
        flex-grow: 1;  
        display: block;
        max-width: calc(100% - 40px); 
    }
    
    .icon-box:hover {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    }
    .hov:hover {
        background-color: #053F5C;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
        transform: scale(1.05); 
        transition: all 0.3s ease-in-out; 
    }
    .hov:hover {
        background-color: #053F5C;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
        transform: scale(1.05); 
        transition: all 0.3s ease-in-out; 
    }
    .hov-lang:hover{
        transform: scale(1.05); 
        transition: all 0.3s ease-in-out; 
        background: transparent;
    }
    .sub-hov:hover{
        background-color: #053F5C;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
        transform: scale(1.05); 
        transition: all 0.3s ease-in-out; 
    }
    /* Logo styling */
.logo {
    max-height: 130px; /* Keep max height to avoid oversized logo */
    width: auto; /* Maintain aspect ratio */
}

/* Navbar container */
.navbar {
    display: flex;
    justify-content: space-between; /* Align logo on the left and other navbar items on the right */
    align-items: center; /* Vertically align items */
    padding: 10px 20px; /* Adjust padding to make the navbar look neat */
}

/* For larger screens, logo stays on the left */
.d-lg-block {
    display: block;
}

/* For smaller screens, make logo resize appropriately */
@media (max-width: 767px) {
    .logo {
        max-height: 100px; /* Adjust logo size on smaller screens */
    }
}

  
  /* PHP Email Form Messages
  ------------------------------*/
  .php-email-form .error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .php-email-form .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .php-email-form .loading {
    display: none;
    background: var(--surface-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
  }
  
  .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--accent-color);
    border-top-color: var(--surface-color);
    animation: php-email-form-loading 1s linear infinite;
  }
  
  @keyframes php-email-form-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* # Global Header */
  .header {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
  }
  .logo{
    max-height: 130px;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    z-index: 1000;
  
  }
  .header .logo {
    line-height: 1;
  }
  
  .header .logo img {
    max-height: 100px; /* Adjust as needed */
    width: auto; /* Keeps aspect ratio */
    margin-right: 8px;
    position: relative; /* Avoid absolute positioning for better responsiveness */
    transform: none; /* Remove translateX to keep it naturally aligned */
    z-index: 1000;
  }
  
  .hero-img {
    position: relative; /* Ensure the parent is positioned relative for absolute positioning */
  }
  
  /* #absolute-image {
    position: absolute; 
    width: auto; 
  } */
  .white-svg {
    filter: brightness(0) invert(1);
  }
  .social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #3FA4C7;
    /* Change to your preferred color */
    color: white;
    text-decoration: none;
    font-size: 12px;
    transition: background 0.3s ease-in-out;
  }
  
  .social-icon:hover {
    background-color: #FFB728;
    color: white;
  }
  
  
  .social-icons a:hover {
    color: #3FA4C7;
  }
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--background-color);
    transition: all 0.6s ease-out;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ffffff;
    border-color: #3FA4C7 transparent #3FA4C7 transparent;  /* Updated color */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1.5s linear infinite;
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  
  
  /*--------------------------------------------------------------
  # Contact Section
  --------------------------------------------------------------*/
  .contact .info-wrap {
    background-color: var(--surface-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  
  @media (max-width: 575px) {
    .contact .info-wrap {
      padding: 20px;
    }
  }
  
  .contact .info-item {
    margin-bottom: 40px;
  }
  
  .contact .info-item i {
    font-size: 20px;
    color: var(--accent-color);
    background: color-mix(in srgb, var(--accent-color), transparent 92%);
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
  }
  
  .contact .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .contact .info-item:hover i {
    background: var(--accent-color);
    color: var(--contrast-color);
  }
  
  .contact .php-email-form {
    /* background-color: var(--surface-color); */
    height: 100%;
    /* padding: 30px; */
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
  }
  
  @media (max-width: 575px) {
    .contact .php-email-form {
      padding: 20px;
    }
  }
  
  /* prcing */


.check-list li {

    margin-bottom: 10px;
}

.check-icon {
    width: 21px;
    height: 22px;
    border-radius: 50%;
    background-color: #3FA4C7;
    color: #000000;
    font-size: 16px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.hover-transform:hover {
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: scale(1.1);
    background-color: #3FA4C7;
}

.hover-transform-text:hover {
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: scale(1.1);
    color: #3FA4C7;
}



.fade {
    transition: opacity 0.8s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(10px);
}

.fade.show {
    opacity: 0.8;
    transform: translateY(0);
}

.card {
    transition: transform 0.5s ease-in-out;
    box-shadow: 0px 10px 15px -5px rgba(187, 232, 241, 0.7);
}

.card:hover {
    transform: scale(1.05);
    cursor: pointer;
}