@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/* home.css */
html{
 scroll-behavior: auto;
  font-size: 62.5%;
}
body {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    
}

/* ==================Start Of Header================= */
.header {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #ffff;
  height: 10.25rem;
  width: 286rem;
  gap: 2rem;
  position: fixed;
  top: 0;
  z-index: 1;
}
#fixed top{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.logo_for_aksharigold img {
  height: 10rem;
  width: auto;
}

nav {
display: flex;
width: 100%;
align-items: center;
gap: 17.5rem;
flex-wrap: wrap;
}

nav ul {
display: flex;
flex-wrap: wrap;
list-style: none;
}

nav ul li {
margin: 0 1rem;
}

nav ul li a {
color: black;
text-decoration: none;
font-size: 1.8rem;
font-weight: 500;
padding: 0.8rem 1.5rem;
border-radius: 0.5rem;
letter-spacing: 0.1rem;
transition: all 0.3s ease;
}

nav ul li a.active,
nav ul li a:hover {
color: #FFD700;
}

nav .menu-btn i {
font-size: 2.2rem;
cursor: pointer;
display: none;
}

/* Dropdown Styles */
.dropdown {
position: relative;
}

.dropdown_menu {
position: absolute;
top: 100%;
left: 0;
background-color: white;
color: black;
list-style: none;
margin: 0;
padding: 0;
display: none;
box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
}

.dropdown_menu li {
padding: 1rem;
text-align: left;
width: 20rem;
}

.dropdown_menu li a {
text-decoration: none;
color: black;
display: block;
padding: 0.5rem 1rem;
transition: background-color 0.3s ease;
}

.dropdown_menu li a:hover {
background-color: #DAA520; /* Golden */
color: white;
}

.dropdown:hover .dropdown_menu {
display: block;
}

.call-now {
background-color: #DAA520;
color: #800020;
padding: 0.5rem 1rem;
border-radius: 0.5rem;
text-transform: uppercase;
width: 35rem;
}

.call-now:hover {
background-color: gold;
color: #800020;
width: 15rem;
transform: scale(1.2);
}

input[type="checkbox"] {
display: none;
}

/* ==================Media Queries================= */

/* For Desktop (max-width: 1366px) */
@media screen and (max-width: 1366px) {
  .header {
      width: 100%;
      height: 10rem;
      padding: 1rem 1.5rem;
      gap: 1rem;
  }

  .logo_for_aksharigold img {
      height: 8rem;
  }

  nav {
      gap: 0;
  }

  .menu-btn i {
      display: block;
  }

  nav ul {
      gap: 1.5rem;
  }

  nav ul li a {
      font-size: 1.6rem;
      padding: 0.6rem 1.2rem;
  }

  .call-now {
      width: 30rem;
  }
}

/* For Mobile (max-width: 991px) */
@media screen and (max-width: 991px) {
  .header {
      flex-direction: column;
      height: auto;
      padding: 1rem 1.2rem;
      gap: 1rem;
      position: fixed; /* Added to manage the position of elements */
      top: 0;
      width: 100%;
      
  }

  .logo_for_aksharigold img {
      height: 10rem;
      position: relative;
      left:28rem;
      margin-top: 0.3rem;
      margin-left: 0;
  }

  nav {
      width: 100rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  nav ul {
      display: none; /* Hide the menu by default */
      flex-direction: column;
      gap: 1rem;
      list-style: none;
      padding: 1rem;
      position: absolute;
      top: 10rem; /* Position below the header */
      left: 0;
      background-color: white;
      width: 30%;
      box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
  }

  nav ul li {
      margin: 0;
      width: 100%;
  }

  nav ul li a {
      color: black;
      text-decoration: none;
      font-size: 1.4rem;
      padding: 0.5rem 1rem;
      display: block;
      transition: background-color 0.3s ease;
  }

  nav ul li a:hover {
      background-color: #DAA520;
      color: white;
  }

  /* Hamburger Icon */
  .menu-btn {
      display: block;
      cursor: pointer;
      z-index: 9999 !important;
      position: absolute; /* Make it absolute */
      right: 6rem; /* Align it to the right side */
      top: 4rem; /* Adjust top position */
  }

  .menu-btn i {
      font-size: 3rem !important;
      color: #800020 !important;
      display: block !important;
  }

  /* Checkbox and menu toggle functionality */
  input[type="checkbox"] {
      display: none; /* Hide the checkbox */
  }

  input[type="checkbox"]:checked + .menu-btn + ul {
      display: flex; /* Show the menu when checkbox is checked */
  }

  .call-now {
      width: 100%;
      text-align: center;
      padding: 0.5rem;
      background-color: #DAA520;
      color: #800020;
      margin-top: 1rem;
      display: block;
  }
}
/* ==================End Of Header================= */

.theWholeAboutUs{
  height: 100rem;
}
/* ======================About Us Title================= */
#title {
    font-size: 10rem;
    position: relative;
    bottom: 40rem;
    left: 60rem;
    width: 45rem;
    color: white;
}

img {
    max-width: 100%;
}

.aboutUsImageSection {
    position: relative;
    text-align: center;
    margin-bottom: 5rem;
    height: 60rem;
}

.aboutUsImageSection img {
    width: 100%;
    height: 60rem;
    object-fit: cover;
}

/* ===================Media Query================= */

@media screen and (max-width : 650px) {
  #title {
    font-size: 7rem;
    bottom: 33rem;
    left: -4rem;
}
}
@media screen and (min-width : 650px) and (max-width : 768px) {
  #title {
    font-size: 7rem;
    bottom: 35rem;
    left: 22rem;
}
}
@media screen and (min-width : 768px) and (max-width : 1024px) {
  #title {
    font-size: 7rem;
    bottom: 35rem;
    left: 22rem;
}
}
/* ===================Sell your Gold Right Way Section=========================== */
.aboutUsInAboutUsSection {
    font-size: 2rem;
    padding: 2rem;
    position: relative;
    width: 70%; /* Adjust the width to make space for the image */
    margin: 5.5rem;
    height: 43rem;
}
#paraInAbout{
     position: relative;
     bottom: 5rem;
     text-align: justify;
}
.headingForAboutUS {
    color: #800020;
    position: relative;
    bottom: 5rem;
}

.col-lg2listforaboutus {
    position: relative;
    bottom: 5rem;
    list-style: none;
    margin: 2rem 0;
    padding: 0;
    width: 61rem;
    text-align: justify;
}

 li {
    margin-bottom: 1rem;
 }
 /* ================Media Query For Sell Your Gold================= */
@media screen and (max-width : 768px) {
  .headingForAboutUS {
    font-size: 3rem;
    text-align: justify;
 }
  #paraInAbout{
    position: relative;
    bottom: 5rem;
    text-align: justify;
}
.col-lg2listforaboutus {
  margin: 2rem 0;
  width: 100%;
  text-align: justify;
}
}
 /* ================Our Mission================= */
.ourVision{
  position: relative;
  height: 40rem;
  bottom: -10rem;
  margin: 3rem
}
.ourVisionHeading{
  position: relative;
  font-size: 4rem; 
  display: flex; 
  align-items: center; 
  gap: 2.5rem;
  margin: 3rem;
  color: #800020;
}
.model1ForVission{
    position: relative;
    left: 95rem;
    width: 50rem;
    height: 29rem;
    /* bottom: 10rem; */
}

#paraInourVision{
    position: relative;
    bottom: 30rem;
    font-size: 2rem;
    left: 8rem;
    width: 70rem;
    text-align: justify;
}

.ourVisionList{
    position: relative;
    bottom: 30rem;
    width: 65rem;
    left: 6rem;
    font-size: 2rem;
    text-align: justify;
}
/* ==================media Query=============== */
@media screen and (max-width : 426px) {
  .ourVisionHeading{
    top: 35rem;
    width: 25rem;
    font-size: 3rem; 
    align-items: center; 
    gap: 2.5rem;
  }
  .model1ForVission{
    position: relative;
    top: 35rem;
    left: 0;
}
#paraInourVision{
  top: 35rem;
  font-size: 1.8rem;
  left: 0;
  width: 100%;
  text-align: justify;
}
.ourVisionList{
  top: 35rem;
  width: 100%;
  left: -38px;
  font-size: 1.8rem;
  text-align: justify;
}
}

@media screen and (min-width : 426px) and (max-width : 769px){
  .ourVisionHeading{
    top: 15rem;
    width: 25rem;
    font-size: 3rem; 
    align-items: center; 
    gap: 2.5rem;
  }
  .model1ForVission{
    position: relative;
    top: 15rem;
    left: 0;
}
#paraInourVision{
  top: 15rem;
  font-size: 1.8rem;
  left: 0;
  width: 100%;
  text-align: justify;
}
.ourVisionList{
  top: 15rem;
  width: 100%;
  left: -38px;
  font-size: 1.8rem;
  text-align: justify;
}
} 
@media screen and (min-width : 769px) and (max-width : 1024px){
  .ourVisionHeading{
    font-size: 3.5rem;
    bottom: 10rem;
  }
  .model1ForVission{
    left: 55rem;
    width: 40rem;
    height: 26rem;
    bottom: -2rem
  }
  
  #paraInourVision{
    bottom: 32rem;
    font-size: 1.8rem;
    left: 8rem;
    width: 40rem;
    text-align: justify;
  }
  
  .ourVisionList{
    width: 40rem;
    left: 4rem;
    font-size: 1.8rem;
  }
}

@media screen and (mix-width : 1025px) {
  .ourVisionHeading{
    font-size: 3.5rem;
    bottom: 10rem;
  }
  .model1ForVission{
    left: 55rem;
    width: 40rem;
    height: 26rem;
    bottom: -2rem
  }
  
  #paraInourVision{
    bottom: 32rem;
    font-size: 1.8rem;
    left: 8rem;
    width: 40rem;
    text-align: justify;
  }
  
  .ourVisionList{
    width: 40rem;
    left: 4rem;
    font-size: 1.8rem;
  }
}

@media screen and (min-width : 1025px) and (max-width : 1440px) {
  .ourVisionHeading{
    font-size: 3.5rem;
    bottom: 10rem;
  }
  .model1ForVission{
    left: 55rem;
    width: 40rem;
    height: 26rem;
    bottom: -2rem
  }
  
  #paraInourVision{
    bottom: 32rem;
    font-size: 1.8rem;
    left: 8rem;
    width: 40rem;
    text-align: justify;
  }
  
  .ourVisionList{
    width: 40rem;
    left: 4rem;
    font-size: 1.8rem;
  }
}


/* =======================Why Choose Us================== */
.aBoxFoxWhyChooseUs{
position: relative;
bottom: -25rem;
margin: 3rem;
height: 40rem;
}

.whyChooseUs{
  position: relative;
    bottom: 2rem;
    left: 83rem;
    width: 40rem;
    font-size: 4rem;
    color: #800020;
}

.image1ForWhyChooseUs{
    position: relative;
    width: 50rem;
    bottom: 1rem;
    margin: 3rem;
    left: -3rem;
}

.whyChooseUsList{
    position: relative;
    bottom: 40rem;
    left: 80rem;
    font-size: 2rem;
    width: 60rem;
    text-align: justify;
}

.whyChooseUsPara{
    left: 84rem;
    text-align: justify;
    position: relative;
    bottom: 40rem;
    width: 60rem;
    font-size: 2rem;
}
/* ==================media Query=============== */
@media screen and (max-width : 426px) {
  .whyChooseUs{
    top: 65rem;
    left: 0;
    width: 100%;
    font-size: 3rem;
  }

  .image1ForWhyChooseUs{
  top: 60rem;
  }
  
  .whyChooseUsList{
    top: 62rem;
    left: -29px;
    font-size: 1.7rem;
    width: 100%;
    text-align: justify;
  }
  
  .whyChooseUsPara{
    top: 62rem;
    width: 100%;
    font-size: 1.7rem;
    left: 1rem;
    text-align: justify;
  }
}
@media screen and (min-width : 426px) and (max-width : 769px){
  .whyChooseUs{
    top: 35rem;
    left: 0;
    width: 100%;
    font-size: 3rem;
  }

  .image1ForWhyChooseUs{
  top: 35rem;
  }
  
  .whyChooseUsList{
    top: 35rem;
    left: -29px;
    font-size: 1.7rem;
    width: 100%;
    text-align: justify;
  }
  
  .whyChooseUsPara{
    top: 35rem;
    width: 100%;
    font-size: 1.7rem;
    left: 1rem;
    text-align: justify;
  }
}

@media screen and (min-width : 769px) and (max-width : 1024px) {
  .whyChooseUs{
    bottom: 7rem;
    left: 56rem;
    font-size: 3rem;
  }
  
  .image1ForWhyChooseUs{
     width: 45rem;
     bottom: 5rem;
  }
  
  .whyChooseUsList{
    bottom: 43rem;
    left: 51rem;
    font-size: 1.8rem;
    width: 42rem;
  }
  
  .whyChooseUsPara{
      left: 55rem;
      bottom: 43rem;
      width: 42rem;
      font-size: 1.8rem;
  }
}

 
@media screen and (min-width : 1025px) and (max-width : 1440px) {
  .whyChooseUs{
    bottom: 7rem;
    left: 56rem;
    font-size: 3rem;
  }
  
  .image1ForWhyChooseUs{
     width: 45rem;
     bottom: 5rem;
  }
  
  .whyChooseUsList{
    bottom: 43rem;
    left: 51rem;
    font-size: 1.8rem;
    width: 42rem;
  }
  
  .whyChooseUsPara{
      left: 55rem;
      bottom: 43rem;
      width: 42rem;
      font-size: 1.8rem;
  }
}

/*================= Footer Container================ */
.footer-container {
  position: relative;
  top: 136rem;
  display: flex;
  flex-wrap: wrap;
  background: #222;
  color: #fff;
  padding: 2rem 1rem;
  gap: 1.5rem;
  justify-content: space-between;
  font-family: Arial, sans-serif;
}

.footer-card {
  background: #333;
  padding: 2rem;
  border-radius: 0.8rem;
  flex: 1;
  min-width: 15rem;
  color: #fff;
  font-size: 1.3rem;
}

.footer-card h3, .footer-card h4 {
  color: goldenrod;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.footer-card ul {
  list-style: none;
  padding: 0;
}

.footer-card ul li {
  margin-bottom: 1rem;
}

.footer-card ul li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-card ul li a:hover {
  color: gold;
}

.footer-card.warning p {
  text-align: justify;
  font-size: 1.4rem;
  color: #ddd;
}

.social-links {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: goldenrod;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 2rem;
  text-decoration: none;
}

.social-links a:hover {
  background: #fff;
  color: gold;
  transform: scale(1.1);
}

/* Footer Bottom */
.footer-bottom {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.4rem;
  position: relative;
  top: 136rem;
}

/* Back to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: goldenrod;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.scroll-to-top:hover {
  background-color: gold;
  color: #333;
}

/* Show button when scrolled down */
.show-scroll {
  display: flex !important;
}

/* WhatsApp Icon */
.whatsapp-icon {
  position: fixed;
  bottom: 8rem;
  left: 1.5rem;
  width: 5rem;
  height: 5rem;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}

/* Phone Icon */
.phone-icon {
  position: fixed;
  bottom: 8rem;
  right: 1.5rem;
  width: 5rem;
  height: 5rem;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.phone-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .footer-container {
    top: 150rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }

  .footer-card {
    min-width: 100%;
    padding: 1.5rem;
  }

  .social-links {
    justify-content: center;
    gap: 1rem;
  }

  .social-links a {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
  }

  .footer-bottom {
    font-size: 1.2rem;
    top: 150rem;
  }
}

@media (max-width: 992px) {
  .footer-container {
    top: 188rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }

  .footer-bottom {
    font-size: 1.2rem;
    top: 188rem;
  }
}

@media (max-width: 768px) {
  .footer-container {
    gap: 1.5rem;
    top: 200rem;
  }

  .footer-card {
    padding: 1rem;
  }

  .footer-card h3, .footer-card h4 {
    font-size: 1.2rem;
  }

  .social-links {
    margin-top: 1rem;
  }

  .footer-bottom {
    font-size: 1rem;
    top: 200rem;
  }
}

@media (max-width: 426px) {
  .footer-container {
    padding: 1rem;
    top: 224rem;
  }

  .footer-card {
    text-align: center;
    padding: 0.8rem;
  }

  .footer-card h3, .footer-card h4 {
    font-size: 1rem;
  }

  .social-links {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .back-to-top, .whatsapp-icon, .phone-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
  }

  .footer-bottom {
    font-size: 0.9rem;
    top: 224rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 45%;
    scroll-behavior: smooth;
  }
}

@media (max-width: 998px) {
  html {
    font-size: 55%;
    scroll-behavior: smooth;
  }
}

@media (max-width: 1440px) {
  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
  }
}
