.top{
	background-color: #07035a; font-family:Bauhaus; padding-top:20px; margin-bottom:5px;
}


@media only screen and (max-width: 600px)
 {
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #f8f3d3;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #000;
}
  
  
}


.top a{color:#ffaf02;}

.top a:hover{color:#ffaf02;}


.tab{
	background-color: #1f3147;
	margin-top: 1px;
	
}
h1{color:�ffaf02;}

.tab a{color:#FFFFFF}
.tab a:hover{color:#FF6600;}
.banner{ width:100%;}
.marquee{background:#1d0967; color:#FFFFFF; margin-top:5px; margin-bottom:10px;}

 .carousel-container {
            position: relative; /* Positioning for absolute children */
            width: 100%; /* Full width */
            overflow: hidden; /* Hide overflow */
            border: 3px solid #ddd; /* Border around the carousel */
            border-radius: 10px; /* Rounded corners */
        }

        .carousel-content {
            display: flex; /* Flexbox for horizontal layout */
            transition: transform 0.5s ease; /* Smooth transition for movement */
            width: max-content; /* Allow for content to dictate width */
        }

        .carousel-content img {
            width: 350px; /* Set image width */
            height: auto; /* Maintain aspect ratio */
            border-radius: 5px; /* Reduce corners by 5px */
            margin-right: 10px; /* Space between images */
        }

        @media (max-width: 768px) {
            .carousel-content img {
                width: 100%; /* Full width on mobile */
                margin-right: 0; /* Remove right margin on mobile */
                border-radius: 5px; /* Maintain corner radius */
            }
        }

        /* Optional: dots indicator */
        .dots {
            text-align: center; /* Center dots */
            margin-top: 10px; /* Space above dots */
        }

        .dot {
            display: inline-block; /* Align dots horizontally */
            width: 12px; /* Dot width */
            height: 12px; /* Dot height */
            margin: 0 5px; /* Space between dots */
            background-color: #bbb; /* Dot color */
            border-radius: 50%; /* Round dots */
            cursor: pointer; /* Pointer on hover */
        }

        .active {
            background-color: #717171; /* Active dot color */
        }
	
	
.footer{background:#051745; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:14px; font-size-adjust:none; line-height:30px; padding-top:15px; margin-bottom:10px;}
.footer a{color:#FFFFFF;}

.footer a:hover{color:#FF3300;}

.keyword{color:#FFFFFF; background:#000000; margin-bottom:10px;}

.copy{background:#08527d; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; margin-top:15px; padding-top:15px; padding-bottom:15px;}
.copy a{color:#FFFFFF;}
.copy a:hover{color:#CC3300;}
.pic{corner reduce:5px; background:#1d0967; margin-bottom:10px; padding-top:10px; padding-bottom:10px;}




.address a{color:#fff; text-decoration:none;}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #f8f3d3;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f8f3d3;
}


/*Noida Packers Photo Gallery*/


#gallery {
  padding: 50px 20px;
  background: #f9f9f9;
  text-align: center;
  
}

.gallery-title {
  font-size: 25px;
  color: #333;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.gallery-title::after {
  content: '';
  width: 60px;
  height: 4px;
  background: #000099;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1140px;
  margin: 0 auto;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


/*Hindi Content*/

.about-hindi-section {
  background-color: #fdf6e3;
  padding: 10px 20px;
  font-family: 'Noto Sans Devanagari', sans-serif;
}

.about-hindi-section .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: justify;
}

.section-title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  color: #000066;
  font-weight: 700;
  border-bottom: 3px solid #ff6600;
  display: inline-block;
  padding-bottom: 10px;
}

.hindi-content {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
}

.hindi-content strong {
  color: #000066;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .hindi-content {
    font-size: 16px;
  }
}


/*Why choose us Section*/

.why-choose-us {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.section-heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #000099;
  border-bottom: 2px solid #e67e22;
  display: inline-block;
  padding-bottom: 10px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.feature-icon {
  font-size: 36px;
  color: #000099;
  flex-shrink: 0;
}

.feature-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.feature-box p {
  color: #555;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .feature-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-icon {
    margin-bottom: 10px;
  }
}


/*Quality section*/

.noida-packers-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.noida-packers-section .container {
  max-width: 1140px;
  margin: auto;
}

.noida-packers-section h2 {
  text-align: center;
  font-size: 32px;
  color: #222;
  margin-bottom: 30px;
}

.noida-packers-section h3 {
  font-size: 24px;
  color: #333;
  margin-top: 40px;
}

.noida-packers-section p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.noida-packers-section ul {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  padding-left: 20px;
  margin-bottom: 20px;
}

.noida-packers-section ul li {
  margin-bottom: 8px;
}

/*Shifting Charges Section*/

.shifting-charges-section {
  padding: 40px 20px;
  background: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
}

.shifting-charges-section h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 20px;
}

.charges-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.charges-table th,
.charges-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.charges-table th {
  background-color: #000099;
  color: white;
  font-weight: 600;
}

.charges-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.note {
  margin-top: 20px;
  font-size: 15px;
  color: #555;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 768px) {
  .charges-table th, .charges-table td {
    font-size: 10px;
    padding: 5px;
  }

  .shifting-charges-section h2 {
    font-size: 24px;
  }

  .note {
    font-size: 14px;
  }
}