/*  Small Screen Sizes (Tablets) */
/*  / / / / / / / / / / / / / / / / / / /  /   / / / / / / / / / / / / Small Screen Sizes (Tablets) / /  / / / / / / / / // / / / / / / / / / / / / / /  */

@media (max-width: 768px) {
  /*  / / / / / / / / / / / / / / / / / / / first section/ / / / / / / / / / / / / / / / / /  */
  .logo {
    top: 15px;
    left: 20px;
    width: 60px;
    height: 60px;
  }

  .phno {
    top: 30px;
    left: 540px;
    font-size: 0.5rem;
    display: flex;
    flex-direction: column;
  }

  #phno {
    font-size: 0.8rem;
    padding: 0.3rem;
    margin-right: 0.3rem;
    border: 1px solid white;
    border-radius: 5px;
    width: 120px;
  }
  .banner {
    height: 25rem;
  }
  .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*  / / / / / / / / / / / / / / / / / / /  first section end / / / / / / / / / / / / / / / / / /  */
  /*  / / / / / / / / / / / / / / / / / / / second section/ / / / / / / / / / / / / / / / / /  */
  .section_heading {
    position: relative;
    font-size: 35px;
    margin-top: 65px;
    margin-left: 95px;
  }
  .section_heading::before {
    position: absolute;
    content: "";
    width: 105px;
    height: 2px;
    background: rgb(101, 40, 247);
    top: 70px;
    left: 220px;
  }

  .content_heading {
    margin-top: 60px;
    margin-left: 90px;
    font-size: 18px;
    color: rgb(93, 82, 94);
  }

  /*  / / / / / / / / / / / / / / / / / / / second section end/ / / / / / / / / / / / / / / / / /  */
  /*  / / / / / / / / / / / / / / / / / / / third section / / / / / / / / / / / / / / / / / /  */
  .third {
    display: grid;
    grid-template-columns: 1fr 0.7fr; /* Creates two equal columns */
    gap: 10px; /* Adds space between columns */
    background: rgb(246, 248, 245);
  }

  .left_content,
  .right_content {
    padding: 10px; /* Add some padding for spacing */
  }
  .left_content {
    margin-left: 40px;
  }
  .titlecard {
    margin-top: 100px;
    margin-bottom: 40px;
    color: rgb(145, 145, 140);
    font-size: small;
  }
  .main_title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .qone {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .aone {
    color: rgb(145, 145, 140);
    margin-bottom: 30px;
  }
  .qtwo {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .atwo {
    color: rgb(145, 145, 140);
    margin-bottom: 0px;
  }
  .atwo_a,
  .atwo_b {
    color: rgb(145, 145, 140);
    margin-top: 8px !important;
  }
  .call_button > a {
    margin-top: 30px;
    color: black;
    display: inline-block;
    text-decoration: none;
    background: transparent;

    font-size: 0.9rem;
    padding: 15px 25px 15px 25px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: color 0.3s ease, border-color 0.3s ease; /* Smooth transition */
  }
  .call_button a:hover {
    color: rgb(159, 206, 0);
    border-color: rgb(159, 206, 0);
  }
  /*  / / / / / / / / / / / / / / / / / / / third section end/ / / / / / / / / / / / / / / / / /  */
  /* Extra Small Screen Sizes (Mobile) */
  /*  / / / / / / / / / / / / / / / / / / /  /   / / / / / / / / / / / / Extra Small Screen Sizes (Mobile) / /  / / / / / / / / // / / / / / / / / / / / / / /  */
}
@media (max-width: 480px) {
  /*  / / / / / / / / / / / / / / / / / / / first section/ / / / / / / / / / / / / / / / / /  */
  .banner {
    position: relative;
    width: 100%;
  }
  .logo {
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
  }

  .phno {
    top: 20px;
    left: 50%;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
  }

  #phno {
    font-size: 1rem;
    padding: 0.3rem;
    width: 180px;
  }
  .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*  / / / / / / / / / / / / / / / / / / /  first section end / / / / / / / / / / / / / / / / / /  */
  /*  / / / / / / / / / / / / / / / / / / / second section/ / / / / / / / / / / / / / / / / /  */
  .section_heading {
    position: relative;
    font-size: 20px;
    margin-top: 65px;
    margin-left: 20px;
  }
  .section_heading::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 2px;
    background: rgb(101, 40, 247);
    top: 45px;
    left: 135px;
  }

  .content_heading {
    margin-top: 60px;
    margin-left: 10px;
    font-size: 16px;
    color: rgb(93, 82, 94);
    text-align: center;
  }
  /*  / / / / / / / / / / / / / / / / / / / second section end/ / / / / / / / / / / / / / / / / /  */
  /*  / / / / / / / / / / / / / / / / / / / third section / / / / / / / / / / / / / / / / / /  */
  .third {
    width: 100%;
  }
  .third .right_content {
    display: none;
  }
  .left_content {
  }
  /*  / / / / / / / / / / / / / / / / / / / third section end / / / / / / / / / / / / / / / / / /  */
  /*  / / / / / / / / / / / / / / / / / / / fourth section / / / / / / / / / / / / / / / / / /  */
  .fourth {
    margin-top: 25px;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 17rem;
  }
  .quotes {
    font-family: "Forum", serif;
    position: relative;
    margin: 40px;
    font-size: 20px;
    text-align: center;
    text-wrap: wrap;
  }
  .quotes::before {
    top: -70px;
    left: 150px;
    position: absolute;
    font-family: Georgia, "Times New Roman", Times, serif;
    content: open-quote;
    font-weight: bold;
    font-size: 90px;
    color: rgb(203, 210, 198);
  }
  /*  / / / / / / / / / / / / / / / / / / / fourth section end / / / / / / / / / / / / / / / / / /  */
}
