/* --------------------------------------
=========================================
Trans Aero - Responsive Logistic Html Template
Version: 1.0 (Initial Release)
Designed By: Vadzim Liashkevich
=========================================

 
 /*-- IMPORT GOOGLE WEB FONTS --*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,300,700);

 /*-- BOOTSTRAP --*/
@import url('bootstrap.min.css');

 /*-- FONT AWESOME --*/
@import url('font-awesome.min.css');

 /*-- FLATICONS --*/
@import url('../fonts/flaticon/flaticon.css');

 /*-- SLIDER PRO --*/
@import url('../assets/slider-pro/css/slider-pro.min.css');

 /*-- ANIMATE CSS --*/
@import url('animate.css');

 /*-- OWL CAROUSEL --*/
@import url('../assets/owl-carousel/owl.carousel.css');
@import url('../assets/owl-carousel/owl.theme.css');

 /*-- MAIN STYLES --*/
@import url('theme.min.css');

 /*-- RESPONSIVE FIXES --*/
@import url('responsive.css');

 /*-- COLOR SCHEMES --*/
@import url('red.css');
/*@import url('green.css');*/
/*@import url('blue.css');*/




  
  .toggle-address:hover {
    color: 
    #f14b4b; /* Change color on hover */
  }

  /* Card container styles */
.info-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background-color: #f9f9f9;
    transition: transform 0.3s, background-color 0.3s;
}

.info-item i {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 20px;
}

.info-item p {
    font-size: 16px;
    text-align: center;
    color: #333;
    margin: 0;
}

/* Hover effect to scale and change background color */
.info-item:hover {
    background-color: #e9f6ff;
    transform: scale(1.05);
}

.info-item:hover i {
    color: #00c0e2; /* Change icon color on hover */
}

/* Responsive design: adjust grid layout for smaller screens */
@media (max-width: 768px) {
    .info-card {
        grid-template-columns: 1fr;
    }
}




.home-review-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .home-review-carousel-item {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  .home-review-carousel-item.active {
    display: block;
    opacity: 1;
  }
  
  .home-review-carousel-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  
  .home-review-carousel-name {
    font-weight: bold;
  }
  
  .home-review-carousel-quote {
    font-size: 20px;
    color: #888;
  }
  
  .home-review-carousel-text p {
    font-style: italic;
    color: #444;
  }
  


  /* For large screens, the content remains as it is */
.responsive-text {
  font-size: 1.3rem; /* Adjust text size for readability */
}

/* Make image responsive */
.responsive-image {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  max-width: 100%; /* Prevent overflow */
}

/* Mobile responsiveness */
@media screen and (max-width: 767px) {
  .responsive-text {
      font-size: 1.3rem; /* Smaller text size for mobile */
      margin-bottom: 115px; /* Add some space below the text */
  }
  
  /* Adjust the image's margin and alignment for mobile */
  #aboutimage {
      height: auto;
      margin-bottom: 115px; /* Add some space below the text */
  }
}



/* General Defaults for Slider Content */
.main-slider-content h2,
.main-slider-content p {
    color: #fff;
    margin: 0;
    text-align: center;
}

/* Small Screens: Tablets and Phones */
@media (max-width: 768px) {
    .main-slider-content h2 {
        font-size: 14px;
        line-height: 1.2;
        margin: 5px 0;
    }

    .main-slider-content p {
        font-size: 10px;
        line-height: 1.1;
        padding: 0 5px;
    }

    .main-slider-content a {
        font-size: 10px;
        padding: 5px 10px;
        margin: 5px auto;
        display: inline-block;
    }

    .main-slider-content {
        padding: 10px;
    }
}

/* Extra Small Screens: Phones in Portrait */
@media (max-width: 480px) {
    .main-slider-content h2 {
        font-size: 12px;
        line-height: 1.1;
        margin: 2px 0;
    }

    .main-slider-content p {
        font-size: 8px;
        line-height: 1;
        padding: 0 2px;
    }

    .main-slider-content a {
        font-size: 8px;
        padding: 4px 8px;
        margin: 2px auto;
    }

    .main-slider-content {
        padding: 5px;
    }
}


.about-text-image {
    text-align: center; /* Center the image in its container */
    margin: 0 auto; /* Add optional margin for alignment */
}

.about-text-image img {
    width: 100%; /* Default: full width of its container */
    height: 400px; /* Maintain aspect ratio */
    max-width: 1100px; /* Prevents excessive stretching on larger screens */
}

/* Small Screens: Tablets and Phones */
@media (max-width: 768px) {
    .about-text-image img {
        max-width: 100%; /* Ensure image fits smaller containers */
        height: auto; /* Maintain aspect ratio */
    }
}

/* Extra Small Screens: Phones in Portrait */
@media (max-width: 480px) {
    .about-text-image img {
        max-width: 100%; /* Adjust for narrow screens */
        height: auto; /* Maintain aspect ratio */
    }
}




.footer-1 {
    display: flex;
    flex-direction: column; /* Stack logo and button vertically */
    align-items: center; /* Center them horizontally */
    justify-content: center; /* Vertically center the content */
    text-align: center; /* Ensure text is centered */
  }
  
  .logo-image {
    margin-bottom: 20px; /* Adjust space between logo and button */
  }
  .logo-image img{
    width: 100px; /* Adjust logo size for mobile */
    height: auto; /* Maintain aspect ratio */
  }
  .footer-1-button {
    padding: 20px 0; /* Adjust padding around the button */
  }
  
  /* For mobile responsiveness */
  @media (max-width: 767px) {
    .footer-1 {
      padding: 10px; /* Adjust padding for mobile screens */
    }
  
    .logo-image img {
      width: 60px; /* Adjust logo size for mobile */
      height: auto; /* Maintain aspect ratio */
    }
  
    .footer-1-button {
      padding-right: 0; /* Reset padding-right on mobile */
    }
  }
  


  /* style for shop */

/* Basic styling for the custom search container */
.custom-search-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

/* Wrapper for dropdown menus */
.custom-search-wrapper {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Label styling */
.custom-search-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

/* Styling the custom dropdowns */
.custom-dropdown {
  padding: 10px;
  width: 250px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Hover and focus effects for the dropdown */
.custom-dropdown:hover, .custom-dropdown:focus {
  border-color: #007BFF;
  outline: none;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

/* Styling for the custom search button */
.custom-search-button {
  padding: 5px 10px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-search-button:hover {
  background-color: #0056b3;
}

.custom-search-button:focus {
  outline: none;
}




/* Container for the images (e.g., carousel or slider) */
.slider-container {
  position: relative;
  width: 100%; /* Adjust as needed */
  overflow: hidden;
}

/* Each image slide */
.slide {
  width: 100%; /* Each slide takes full width of the container */
  transition: transform 1s ease-in-out;
}

/* To align images horizontally */
.slider {
  display: flex;
  transition: transform 1s ease-in-out;
}

/* floating socials */

.floating-social-sidebar {
  position:fixed; /* Makes it stay in place while scrolling */
  left: 0; /* Positions it on the left side */
  top: 50%; /* Centers it vertically */
  transform: translateY(-50%); /* Adjusts for perfect vertical centering */
  z-index: 1000; /* Ensures it stays above other content */
  display: flex;
  flex-direction: column; /* Stacks buttons vertically */
  gap: 10px; /* Adds space between buttons */
  padding: 10px; /* Adds some padding around the buttons */
  background: rgba(255, 255, 255, 0.0); /* Optional: Adds a semi-transparent background */
  border-radius: 0 8px 8px 0; /* Optional: Rounds the right corners */
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
}

/* Corrected selector: Added space between .floating-social-sidebar and .my-btn */

.floating-social-sidebar .my-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; /* Ensure equal width */
  height: 40px; /* Ensure equal height */
  text-decoration: none;
  border-radius: 50%; /* Ensures a perfect circle */
  transition: background 0.3s ease;
  overflow: hidden; /* Prevents content from overflowing */
  padding: 0; /* Ensure no extra padding */
}


@media (max-width: 768px) {
  .floating-social-sidebar {
    left: auto; /* Remove left positioning */
    top: auto;
    bottom: 20%; /* Position it lower on the screen */
    transform: translateY(0); /* Remove unnecessary translation */
    padding: 8px; /* Ensure proper spacing */
    gap: 8px; /* Adjust spacing between buttons */
    border-radius: 12px; /* Slightly rounded edges */
  }

  .floating-social-sidebar .my-btn {
    width: 40px; /* Maintain a touch-friendly size */
    height: 40px;
    border-radius: 50%; /* Ensure perfect circle */
  }

  
}
.social-link i {
  font-size: 24px;
  color: #fff; /* Default icon color */
}

/* Twitter icon color */
.social-link.twitter i {
  color: #1DA1F2; /* Twitter's blue */
}

/* Facebook icon color */
.social-link.facebook i {
  color: #1877F2; /* Facebook's blue */
}

/* Instagram icon color */
.social-link.instagram i {
  color: #E1306C; /* Instagram's pink */
}

/* WhatsApp icon color */
.social-link.whatsapp i {
  color: #25D366; /* WhatsApp's green */
}

/* Google Maps icon color */
.social-link.map i {
  color: #DB4437; /* Google Maps red */
}

/* Optional: change background when hovering */
.social-link:hover .my-btn {
  background-color: rgba(0, 0, 0, 0.1); /* Light background on hover */
}




/* WhatsApp Widget Button */
.whatsapp-widget {
  position: fixed;
  bottom: 20px; /* Position it 20px above the bottom of the page */
  right: 20px; /* Position it 20px from the right edge */
  background-color:#f14b4b; /* WhatsApp green color */
  padding: 15px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.whatsapp-widget a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.whatsapp-widget a i {
  margin-right: 10px;
  font-size: 20px; /* Icon size */
}

.whatsapp-widget:hover {
  background-color: green; /* Darker shade of WhatsApp green when hovered */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .whatsapp-widget {
    bottom: 15px; /* Slightly adjust the bottom position */
    right: 15px; /* Slightly adjust the right position */
    padding: 8px 12px; /* Adjust padding for smaller screens */
    font-size: 12px; /* Slightly smaller font size */
  }

  .whatsapp-widget a i {
    font-size: 16px; /* Smaller icon size */
    margin-right: 8px; /* Adjust margin between icon and text */
  }
}

@media (max-width: 480px) {
  .whatsapp-widget {
    bottom: 10px; /* Further reduce bottom space for very small screens */
    right: 10px; /* Further reduce right space for very small screens */
    padding: 8px 12px; /* Further adjust padding */
    font-size: 14px; /* Further reduce font size */
  }

  .whatsapp-widget a i {
    font-size: 14px; /* Even smaller icon for small screens */
    margin-right: 6px; /* Adjust margin for small screens */
  }
}




/* Container for the scrolling text */
.scrolling-banner {
  width: 85%;
  position: relative;
  overflow: hidden; /* Hides the text when it's out of the container's bounds */
  padding: 10px 0;
  left: 7%; /* Adjust the starting position (this can be modified to where you want the text to start) */

  
}

/* The scrolling text itself */
.scrolling-text {
  display: inline-block; /* Make it inline so we can control its movement */
  white-space: nowrap; /* Prevent text from wrapping */
  color: #f14b4b;
  font-size: 18px;
  font-weight: bold;
  animation: scrollBanner 20s linear infinite; /* Controls the scrolling animation */
  position: relative;
  right: 10%; /* Adjust the end position (this will determine where the text stops before disappearing) */

}

/* Keyframe to make the text move from right to left */
@keyframes scrollBanner {
  0% {
      transform: translateX(100%); /* Start from right */
  }
  100% {
      transform: translateX(-100%); /* Move to the left */
  }
}






/* Default styles for larger screens */
.logo-image img {
  width: 100px;
  height: 100px;
  padding-bottom: 20px;
  object-fit: contain; /* Ensures the image scales without distortion */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .logo-image img {
    width: 70px; /* Reduce logo size on smaller screens */
    height: 70px;
    padding-bottom: 15px; /* Adjust padding for smaller screens */
  }
}

@media (max-width: 480px) {
  .logo-image img {
    width: 60px; /* Further reduce the logo size on very small screens */
    height: 60px;
    padding-bottom: 10px;
  }
}


/* Disable the pointer cursor on the entire slider and slides */
.slider, .slide {
  cursor: default; /* Ensures no pointer cursor appears */
}



.page-header {
  position: relative;
  background:#3e4f59 no-repeat center center;
  background-size: cover;
  padding: 130px 0 60px 0;
  margin: 0;
  border: none;
  color: #ffffff;
  text-align: center;
}


.social-link.wechat {
  position: relative; /* Needed for absolute positioning of the tooltip */
  display: inline-block;
  text-decoration: none; /* Optional: remove underline if desired */
}

/* Style the tooltip (WeChat ID) */
.social-link.wechat .wechat-id {
  display: none; /* Hide by default */
  position: relative;
  top: 100%; /* Position below the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff; /* Tooltip background color */
  color: #000; /* Text color */
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 10;
}

/* Display the tooltip on hover, focus, or when active (clicked) */
.social-link.wechat:hover .wechat-id,
.social-link.wechat:focus .wechat-id,
.social-link.wechat:active .wechat-id {
  display: block;
}

/* Target only TikTok and WeChat icons */
.tiktok .my-btn-text i,
.wechat .my-btn-text i {
    font-size: 15px; /* Adjust size as needed */
}
/* Adjust TikTok and WeChat button sizes */
.tiktok .my-btn, 
.wechat .my-btn {
    width: 32px;  /* Adjust as needed */
    height: 32px; /* Adjust as needed */
}







* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Arial, sans-serif; }

.slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: auto;
    overflow: hidden;
}

.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

.slide-content {
    position: absolute;
    top: 70%;
    left: 82%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color:#ee1a23;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    width: 70%;
    max-width: 410px;
    z-index: 2;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #ee1a23;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev { left: 10px; }
.next { right: 10px; }

 /* Responsive Styles */
 @media (max-width: 768px) {
  .slider {
      height: 40vh;
  }
  .slide img {
      height: 40vh;
      object-fit: cover;
  }
  .slide-content {
      width: 90%;
      font-size: 18px;
      padding: 15px;
      top: 70%;
      left: 62%;
  }
  .slider-btn {
      padding: 8px;
  }
}

@media (max-width: 480px) {
  .slider {
      height: 30vh;
  }
  .slide img {
      height: 30vh;
      object-fit: cover;
  }
  .slide-content {
      width: 75%;
      font-size: 14px;
      padding: 5px;
      top: 70%;
      left: 62%;
  }
  .slider-btn {
      padding: 6px;
  }
}






