/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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%);
  }
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/product.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.product_container__f4p7M {
    
    background-color: black;
  }
  
  /* Header and background styles */
  .product_contactHead__TkqNa {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vw;
    text-align: center;
    font-size: 5vw;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    animation: product_fadeInUp__JD9Q5 0.8s forwards;
  }
  @keyframes product_fadeInUp__JD9Q5 {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes product_slideInUp__ZijsD {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Navigation styles */
  .product_navbar__fuZtP {
    display: flex;
    justify-content: flex-end;
    margin-right: 2rem;
  }
  
  .product_navbar__fuZtP ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .product_navbar__fuZtP li {
    display: inline-block;
    margin-right: 1rem;
  }
  
  .product_navbar__fuZtP a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
  }
  
  /* Main content grid */
  .product_content-grid___DIGM {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  
  @media (min-width: 768px) {
    .product_content-grid___DIGM {
      grid-template-columns: 1fr 2fr; /* Adjust grid layout for larger screens */
    }
  }
  
  /* Buttons styles */
  .product_btn__4qzoR {
    
    border: 1px solid rgb(252, 246, 246);
    padding: 8px;
    margin:5px;
    width:300px;
    height:50px;
    background-color:rgba(14, 13, 13, 0.829);
    color:white;
    font-size: 20px;
  }
  
  
  
  .product_buton__QPQi6 {
    font-size: 10px;
    width: 300px;
    text-align: center;
    padding:8px;
  }
  
  .product_btn5__W2XVH {
    border: 1px solid black;
   padding: 8px;
   margin:5px;
   width:300px;
   height:50px;
   background-color: rgb(31, 62, 163);
   color:white;
   font-size: 20px;
  }
  .product_btn5__W2XVH:hover{
    border: 1px solid white;
    background-color: rgb(31, 62, 163);
    color: white;
    padding: 5px;
    margin: 5px;
  }
  
  
  .product_btn2__4nNvo {
    border: 1px solid black;
   padding: 8px;
   margin:5px;
   width:300px;
   height:50px;
   background-color: rgb(31, 62, 163);
   color:white;
   font-size: 20px;
  }
  
  .product_btn2__4nNvo:hover {
    border: 1px solid white;
    background-color: rgb(31, 62, 163);
    color: white;
    padding: 5px;
    margin: 5px;
  }
  .product_btn3__wMOsb {
    border: 1px solid black;
   padding: 8px;
   margin:5px;
   width:300px;
   height:50px;
   background-color: rgb(31, 62, 163);
   color:white;
   font-size: 20px;
  }
  
  .product_btn3__wMOsb:hover {
    border: 1px solid white;
    background-color: rgb(31, 62, 163);
    color: white;
    padding: 5px;
    margin: 5px;
  }
  .product_btn4__Ee6L_ {
    border: 1px solid black;
   padding: 8px;
   font-size: 20px;
   margin:5px;
   width:300px;
   height:50px;
   background-color: rgb(31, 62, 163);
  color:white;
  }
  
  .product_btn4__Ee6L_:hover {
    border: 1px solid white;
    background-color: rgb(31, 62, 163);
    color: white;
    padding: 5px;
    margin: 5px;
  }
  .product_btn6__C5nvc {
    border: 1px solid black;
   padding: 3px;
   margin:3px;
   width:200px;
   height:40px;
   background-color: rgb(31, 62, 163);
   color:white;
    align-items: center;
    font-size: 20px;
  }
  .product_btn6__C5nvc:hover{
    border: 1px solid white;
    background-color: rgb(31, 62, 163);
    color: white;
    padding: 3px;
    margin: 3px;
  }
  
  @media (max-width: 768px) {
    .product_container__f4p7M {
      padding: 10px;
    }
  
    .product_btn__4qzoR,
    .product_btn2__4nNvo,
    .product_btn3__wMOsb,
    .product_btn5__W2XVH {
      font-size: 14px;
    }
  
    .product_verticalImg__A_0vE {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .product_text-red-500__Bdyuj {
      text-align: center;
    }
  
    .product_content-side__TSb7A {
      margin-top: 10px;
    }
  }
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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);}
}
