/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/header.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.header_container__SKKde {
  color: black;
  top: 0;
  z-index: 5;
  background-color: rgba(49, 48, 48, 0.849);
  
}
.header_scrolled__f7tLI {
  background-color: rgba(49, 48, 48, 0.849); 
  color: #fff;
}
.header_text__v1iFi {
  transition: color 0.8s;
  color: #fff;
}

.header_textScrolled__L9v75 {
  color: #ffffff; 
}
.header_nav__EHAeV {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}


.header_menu__yeq_n {
  list-style: none;
  display: flex;
  gap: 1rem;
}

.header_menu__yeq_n li {
  padding: 0;
}

.header_menu__yeq_n a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .header_nav__EHAeV {
      display: none;
  }
}
.header_textColor__N8rWo{
  color: #626262;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/nav.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.nav_container__c09pD {
    display: flex;
    justify-content: center;
    align-items: center;
 
    
  }
  .nav_transparent__jLYM5{
    background-color: rgba(2, 0, 0, 0);
    z-index: 8;
  }

  .nav_link__tOhdH {
    position: relative;
    text-decoration: none;
    font-size:18px;
    font-weight: 600;
  }

  .nav_line__UMZAj {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #1f2937b7;
    transition: width 0.2s ease-out;
  }
  
  .nav_link__tOhdH:hover .nav_line__UMZAj {
    width: 100%;
  }
  
  .nav_bgwhite__E8lnF {
  background-color: rgba(238, 234, 234, 0);
color:white;
  }
  
  .nav_link__tOhdH:hover .nav_trackingButton__oA1uR {
    transform: translateY(-5px); /* Adjust distance */
  }
  
  .nav_trackingButton__oA1uR {
    /* Additional styles for tracking button */
    display: inline-block;
    padding: 0.5rem 1rem;
   
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
  }
  
  .nav_line__UMZAj {
   
    transition: width 0.3s ease; /* Smooth animation for line width */
  }
  
  
  /* -------------- css progress bar ---------- */
  /*
    .progressbar{
    height: 2px;
    background-color: rgb(205, 206, 205);
    position: fixed;
    top: var(--nav-height);
    left: 0;
    height: 1px;
    z-index: 1000;
    transition: width 0.3s ease;
  } */

  .nav_NavHeight__OsfUh{
   height: 4.2rem;
  }

  @media (max-width: 767px) {
   .nav_mobilelogo__3fF1U{
     height: 30px;
   width: 60px; 
   }
   .nav_NavHeight__OsfUh{
     height: 3.2rem;
   }
  }
   
    
   
  
  .nav_triangle__fM5q5 {
    width: 0;
    height: 0;
    border-left: 40px solid #fff; 
    border-right: 50px solid transparent;
    border-bottom: 20px solid #fff; 
  }
  .nav_leftTringle__ElYPC{
    width: 21%;
  }
  @media (max-width: 767px) {
    .nav_leftTringle__ElYPC{
      display: none;
    }
    .nav_triangle__fM5q5{
      display: none;
    }
  }
  
  
  
  /* Mobile View CSS */
  @media (max-width: 767px) {
    .nav_progressbar__Ah6Xp {
     background-color: rgb(31, 41, 55);
     position: fixed;
     top: var(--nav-height);
     left: 0;
     height: 2px;
     z-index: 1000;
     transition: width 0.2s ease;
    }
  
    .nav_mobilelogo__3fF1U {
      height: 40px;
      width: 120px;
    }
    
    /* Container height adjustment */
    .nav_NavHeight__OsfUh {
      height: 3.3rem;
    }
  
    /* Hide triangle and leftTringle elements */
    .nav_leftTringle__ElYPC,
    .nav_triangle__fM5q5 {
      display: none;
    }
  
    /* Styling for mobile menu */
    .nav_navbar-menu__URqkN {
      position: absolute;
      top: 5rem; /* Adjust the distance from the top */
      left: 0;
      width: 100%;
      background-color: #fff;
      padding: 1rem;
      z-index: 1000;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }
  
    .nav_navbar-menu__URqkN .nav_link__tOhdH {
      display: block;
      padding: 1rem;
      font-size: 18px;
      text-decoration: none;
      color: #000;
    }
  
    .nav_navbar-menu__URqkN .nav_link__tOhdH:hover {
      background-color: #f0f0f0;
    }
  }
  
  .nav_navbar__du0ML {
    background-color: #fff; /* Background color */
    position: fixed; /* Fixed position */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 200px; /* Set width */
    height: 100vh; /* Set height to cover the viewport */
    overflow-y: auto; /* Enable vertical scrolling */
    z-index: 5; /* Set z-index */
  }
  
  .nav_navbar__item__Y2EsG {
    padding: 10px; /* Padding for each item */
  }
  
  .nav_navbar__item__Y2EsG:hover {
    background-color: #f0f0f0; /* Hover background color */
  }
  
  .nav_navbar__link__wIOni {
    text-decoration: none; /* Remove default link decoration */
    color: #000; /* Link color */
    transition: color 0.3s; /* Smooth transition for color change */
  }
  
  .nav_navbar__link__wIOni:hover {
    color: #007bff; /* Hover link color */
  }
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/loader.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.loader_loadingContainer__rZS_a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.loader_loadingSpinner__BadoY{
   
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: loader_spin__1YzGG 2s linear infinite;
}
@keyframes loader_spin__1YzGG{
    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg);}
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/gallary.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/* Images.tsx css */

.gallary_container__qm_Cf {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(10, 10, 10, 0.815);
    
  }
  .gallary_abouthead__R6rru {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vw;
    text-align: center;
    font-size: 5vw;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    animation: gallary_fadeInUp__2f3wm 0.8s forwards;
  }
  @keyframes gallary_fadeInUp__2f3wm {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  } 
  
  /* gallary css */
  .gallary_container__qm_Cf {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .gallary_flexRow__8MRX2 {
    flex-wrap: wrap;
    flex-direction: row;
  }
  
  @media (max-width: 767px) {
    .gallary_flexRow__8MRX2 {
      flex-wrap: wrap;
      flex-direction: column;
    }
  }
    .gallary_box__AfUoB {
      position: relative;
      width: 90%;
      height: 15rem;
      margin: 0.2rem; 
    }
    
    .gallary_box__AfUoB:hover .gallary_imgBox__tBYHP {
      transform: translate(-0rem, -0rem) scale(1.1); /* Zoom in effect on hover */
      z-index: 3;
    }
    
    .gallary_box__AfUoB:hover .gallary_content___9zWr {
      transform: translate(0rem, 0rem);
      z-index: 4;
    }
    
    @media (min-width: 767px) {
      .gallary_box__AfUoB {
        position: relative;
        width: 30%;
        height: 15rem;
        margin: 0.5rem; 
      }
      .gallary_box__AfUoB:hover  {
        transform: translate(-0.30rem, -0.30rem) scale(1.1); /* Zoom in effect on hover */
        z-index: 3;
      }
      .gallary_box__AfUoB:hover .gallary_content___9zWr {
        transform: translate(0.75rem, 0.75rem);
        z-index: 4;
      }
    }
    
    .gallary_imgBox__tBYHP {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      transition: all 0.2s ease-in-out;
    }
    
    .gallary_imgFadeInUp__vEjX_ {
      position: relative;
      top: 0;
      opacity: 0;
    }
    
    .gallary_imgFadeInUp__vEjX_.gallary_active__cIHBP {
      opacity: 1;
      transform: translateY(0);
    }
    
    .gallary_imgBox__tBYHP img {
      height: 15rem;
      object-fit: cover;
      resize: both;
    }
  
  .gallary_content___9zWr {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    padding: 0.75rem;
    display: flex;
    justify-content: center;
    background: rgb(38, 99, 64);
    color: aliceblue;
    z-index: 1;
    align-items: center;
    text-align: center;
    transition: 0.5s ease-in-out;
  }
  
  .gallary_content___9zWr h2 {
    display: block;
    font-size: 1rem;
    color: #111;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.5px;
  }
  
  .gallary_content___9zWr span {
    color: #555;
    font-weight: 300;
    letter-spacing: 1px;
  }
  
  @media (max-width: 600px) {
    .gallary_content___9zWr {
      width: 80%;
    }
    .gallary_box__AfUoB:hover .gallary_content___9zWr {
      transform: translate(0, 1.75rem);
    }
    .gallary_box__AfUoB:hover .gallary_imgBox__tBYHP {
      transform: translate(0, -1.75rem);
    }
    .gallary_box__AfUoB:hover {
      margin-top: 5vw;
      margin-bottom: 5vw;
    }
  }
  
  .gallary_topboxes__kbE9s {
    animation: gallary_topboxes__kbE9s 5s forwards;
  }
  .gallary_lowboxes__um_mj {
    animation: gallary_lowboxes__um_mj 5s forwards;
  }
  
  .gallary_verticalImg__NN5ak {
    padding-left: 3vw;
    padding-bottom: 3vw;
    padding-top: 3vw;
   
  }
  
  @media (max-width: 768px) {
    .gallary_verticalImg__NN5ak{
      padding-left: 0;
     padding-bottom: 0;
     padding-top: 0;
    }
  }
  
  /* tracking button */
  .gallary_container2__Mhd1F {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: linear-gradient(to bottom, rgba(134, 134, 156, 0.445), rgba(55, 56, 66, 0.466)),url("/Images/roadtrans.png");
    background-size: cover; /* Ensures the background image covers the entire container */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat;
    height: 58vh; /* Adjust the height as needed */
  
    /* Mobile Responsive Styles */
    @media (max-width: 768px) {
      height: auto; /* Adjust height to fit content */
      padding: 20px; /* Add padding for better spacing */
      background-size: contain; /* Ensure background image is fully visible */
    }
  }
  
  .gallary_verticalImg__NN5ak {
    padding-left: 3vw;
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding:6px;
   
  }
  
  @media (max-width: 768px) {
    .gallary_verticalImg__NN5ak{
      padding-left: 0;
     padding-bottom: 0;
     padding-top: 0;
    }
  }
  
  .gallary_trackingNumberBox__uadYy {
    display: flex;
    align-items: center;
    
  }
  
  .gallary_trackingInput__n_5Kk {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
   
   
  }
  
  .gallary_trackingButton__gkGsA {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    
    cursor: pointer;
  }
  
  .gallary_trackingButton__gkGsA:hover {
    background-color: #0056b3;
  }
  .gallary_trackingNumberBox__uadYy:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.959);
  }
  
  
  @media screen and (max-width: 768px) {
    .gallary_trackingInput__n_5Kk {
      width: calc(100% - 135px); /* Make input width 100% minus button width */
    }
  
    .gallary_trackingButton__gkGsA {
      width: 100px; /* Adjust button width */
    }
  }
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/Styles/footer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__dM_hl {
  background-image: linear-gradient(to bottom, rgba(3, 3, 3, 0.863), rgba(3, 3, 3, 0.863)), url("/Images/newcity/cityroyal20.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  display: flex;
  flex-wrap: wrap; /* Allow flex items to wrap */
  justify-content: space-evenly;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer_footer__dM_hl {
    background-image: linear-gradient(to bottom, rgba(3, 3, 3, 0.863), rgba(3, 3, 3, 0.863)), url("/Images/newcity/cityroyal20.png");
  background-repeat: no-repeat;
    background-size: cover; /* Adjust background size for smaller screens */
    padding: 15px; /* Reduce padding for smaller screens */
  }
}

@media (max-width: 576px) {
  .footer_footer__dM_hl {
    background-image: linear-gradient(to bottom, rgba(3, 3, 3, 0.863), rgba(3, 3, 3, 0.863)), url("/Images/newcity/cityroyal20.png");
  background-repeat: no-repeat;
    background-size: cover; /* Further adjust background size for very small screens */
    padding: 10px; /* Reduce padding further for very small screens */
  }
}
  
  .footer_logo__l_esZ {
    font-size: 13px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
  }
  
  .footer_foterlogo__QQjTK {
    width: 130px;
    height: auto; /* Ensure logo size adjusts properly */
  }
  
  .footer_navigation__wxl9_ ul {
    list-style: none;
    padding: 0;
  }
  
  .footer_navigation__wxl9_ li {
    margin-bottom: 10px;
  }
  
  .footer_services__KhQOa h3 {
    margin-bottom: 10px;
  }
  
  .footer_services__KhQOa ul {
    list-style: none;
    padding: 0;
  }
  
  .footer_services__KhQOa li {
    margin-bottom: 5px;
  }
  
  .footer_contact__gAZEU h3 {
    margin-bottom: 10px;
  }
  
  .footer_contact__gAZEU address {
    font-style: normal;
  }
  
  .footer_contactDetails__4l8ad {
    margin-top: 10px;
  }
  
  .footer_contactDetails__4l8ad span {
    font-weight: bold;
  }
  
  .footer_contactDetails__4l8ad p {
    margin: 5px 0;
  }
  
  @media (min-width: 768px) {
    .footer_marginright__BmdlV {
      margin-right: -8vw;
    }
    .footer_btnList__eUqoT {
      display: flex;
      flex-direction: row;
    }
  }
  
  @media (max-width: 767px) {
    .footer_logo__l_esZ {
      text-align: center; /* Center logo on smaller screens */
    }
  
    .footer_foterlogo__QQjTK {
      width: 100%; /* Full width for logo on smaller screens */
      max-width: 200px; /* Limit maximum width */
    }
  
    .footer_navigation__wxl9_ ul {
      text-align: center; /* Center navigation items */
    }
  
    .footer_navigation__wxl9_ li {
      margin-bottom: 10px;
    }
  
    .footer_services__KhQOa ul {
      text-align: center; /* Center service items */
    }
  
    .footer_services__KhQOa li {
      margin-bottom: 10px;
    }
  
    .footer_contactDetails__4l8ad {
      text-align: center; /* Center contact details */
    }
  }
  
  .footer_fa__zdKJe {
    font-size: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .footer_sanyog__u6Z7v {
    font-size: 1rem;
  }
  
  .footer_hr__XGlNY {
    background-color: rgba(0, 0, 0, 0.425);
    height: 0.5px;
  }
  .footer_borderDotted__dKKXQ {
    border-style: dotted;
   gap:2px;
  }
  .footer_hoverEffect__Nf6Vq:hover {
    color: rgba(0, 0, 255, 0.61); /* Change this to your desired hover color */
  }
  
  .footer_movingTruck__yloPc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
