@media (max-width: 575.98px) {
  .logo_img {
    width: 130px;
  }

  .nav_options_container {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 10px;
  }

  .nav_options_container .about {
    grid-column: 1 / 1;
    grid-row: auto;
  }

  .nav_options_container .archive {
    grid-column: 1 / 1;
    grid-row: auto;
  }
  .nav_options_container .socials {
    grid-column: 1 / 1;
    grid-row: auto;
  }
  .nav_options_container .contact {
    grid-column: 1 / 1;
    grid-row: auto;
  }
  .nav_options_container .weather {
    grid-column: 1 / 1;
    grid-row: auto;
  }
  .nav_options_container .clock {
    grid-column: 1 / 1;
    grid-row: auto;
  }

  .hero_section {
    width: 100%;
    height: 90vh;
  }

  .padding_mob {
    padding-top: 230px !important;
  }

  .footer_logo {
    width: 160px;
  }

  .heading_span div span {
    font-size: 10.8vw;
    line-height: 3.3rem;
    font-weight: 700;
  }

  .hero_section_btn {
    padding: 20px;
    position: fixed;
    bottom: 3%;
    right: 5%;
    z-index: 100;
  }

  .heading_three {
    font-size: 2.1rem;
  }

  .circle_client {
    width: 140px;
    height: 140px;
  }

  .circle_client svg {
    width: 25px;
    height: 25px;
  }

  .client_logo img {
    width: 100px;
  }

  #serviceText {
    font-size: 2.1rem;
    white-space: nowrap;
  }

  .service_card {
    height: 55vh;
    width: 100%;
  }

  .service_card .img_decor {
    width: 50%;
    position: absolute;
    top: -50%;
    right: -25%;
    filter: invert(1);
  }

  .batch {
    padding: 7px 16px;
  }

  .batch p {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
  }

  .service_title_content {
    padding-top: 20px;
  }

  .service_title_content h2 {
    font-size: 6.2svw;
    color: var(--white);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }

  .service_title_content p {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .circle_dots {
    width: 19%;
  }

  .detail_btn {
    width: 70px;
    height: 70px;
    color: var(--purple) !important;
    font-size: 12px;
    line-height: 16px;
  }

  .layer_1 {
    width: 150vw;
    height: 150vh;
  }

  .layer_2 {
    width: 120vw;
    height: 76vh;
  }

  .layer_3 {
    width: 90vw;
    height: 56vh;
  }

  .layer_4 {
    width: 80vw;
    height: 40vh;
  }

  .test_card {
    width: 100%;
  }

  .portfolio_slider .swiper-slide {
    padding: 0px 20px;
  }

  button.accordion-button {
    font-size: 18px;
  }

  .footer_h2 {
    font-size: 3.4rem;
  }

  .footer_h2_overly {
    font-size: 3.4rem;
  }

  .banner_section {
    height: 400px;
    width: 100%;
  }

  .banner_title {
    font-size: 2.1rem;
  }

  .heading_five {
    font-size: 16px;
  }

  .heading_five svg {
    width: 18px;
    height: 18px;
  }

  .heading_two {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .experience_img img:nth-child(1) {
    height: 400px;
  }

  .experience_img img:nth-child(2) {
    height: 300px;
  }

  .exp_box {
    background: #5701b0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .spacer_1 {
    height: 50px;
  }

  .design_process {
    height: 490px;
  }

  .border_br,
  .border_r,
  .border_b,
  .border_a {
    border: 1px solid rgba(255, 255, 255, 0.573);
  }

  .pentagon_div {
    font-size: 2vw;
  }

  .pentagon_div h5:nth-child(1) {
    transform: translateX(-45%);
  }

  .pentagon_div h5:nth-child(2) {
    left: 9%;
  }

  .pentagon_div h5:nth-child(3) {
    right: 9%;
  }

  .pentagon_div h5:nth-child(4) {
    transform: translateX(-30%);
  }

  .pentagon_div h5:nth-child(5) {
    left: 9%;
  }

  .pentagon_div h5:nth-child(6) {
    right: 11%;
  }

  .footer_links li img {
    opacity: 0 !important;
  }
  
  .modal-fullscreen .modal-body {
    overflow-y: scroll !important;
}
.all_service_card{
    height:400px;
}

.blogs_section .heading_three,.our_team .heading_two,.mission_vision_value .heading_two{
    font-size:1.5rem;
}

.our_team .heading_two svg,.mission_vision_value .heading_two svg{
    width:25px;
    height:25px;
}

.top_bottom_btn{
    display:none;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero_section {
    width: 100%;
    height: 70vh;
  }

  .footer_logo {
    width: 160px;
  }

  .padding_mob {
    padding-top: 230px !important;
  }

  .heading_span div span {
    font-size: 17.5vw;
    line-height: 4.5rem;
    font-weight: 700;
  }

  .hero_section_btn {
    padding: 20px;
    position: fixed;
    bottom: 3%;
    right: 5%;
    z-index: 100;
  }

  .heading_three {
    font-size: 1.9rem;
  }

  .circle_client {
    width: 140px;
    height: 140px;
  }

  .circle_client svg {
    width: 25px;
    height: 25px;
  }

  .client_logo img {
    width: 100px;
  }

  #serviceText {
    font-size: 2.5rem;
    white-space: nowrap;
  }

  .service_card {
    height: 55vh;
    width: 100%;
  }

  .service_card .img_decor {
    width: 50%;
    position: absolute;
    top: -50%;
    right: -25%;
    filter: invert(1);
  }

  .batch {
    padding: 7px 16px;
  }

  .batch p {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
  }

  .service_title_content {
    padding-top: 20px;
  }

  .service_title_content h2 {
    font-size: 6.2svw;

    color: var(--white);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }

  .service_title_content p {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .circle_dots {
    width: 19%;
  }

  .detail_btn {
    width: 70px;
    height: 70px;
    color: var(--purple) !important;
    font-size: 12px;
    line-height: 16px;
  }

  .layer_1 {
    width: 150vw;
    height: 150vh;
  }

  .layer_2 {
    width: 120vw;
    height: 76vh;
  }

  .layer_3 {
    width: 90vw;
    height: 56vh;
  }

  .layer_4 {
    width: 80vw;
    height: 40vh;
  }

  .test_card {
    width: 100%;
  }

  .portfolio_slider .swiper-slide {
    padding: 0px 20px;
  }

  button.accordion-button {
    font-size: 18px;
  }

  .footer_h2 {
    font-size: 3rem;
  }
  .footer_h2_overly {
    font-size: 3rem;
  }
  .banner_section {
    height: 400px;
    width: 100%;
  }

  .banner_title {
    font-size: 2.5rem;
  }

  .heading_five {
    font-size: 16px;
  }

  .heading_five svg {
    width: 18px;
    height: 18px;
  }

  .heading_two {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .experience_img img:nth-child(1) {
    height: 400px;
  }

  .experience_img img:nth-child(2) {
    height: 300px;
  }

  .exp_box {
    background: #5701b0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .spacer_1 {
    height: 50px;
  }
  .all_service_card{
    height:400px;
}
.blogs_section .heading_three,.our_team .heading_two,.mission_vision_value .heading_two{
    font-size:1.5rem;
}

.our_team .heading_two svg,.mission_vision_value .heading_two svg{
    width:25px;
    height:25px;
}

.top_bottom_btn{
    display:none;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero_section {
    width: 100%;
    height: 85vh;
  }

  .footer_logo {
    width: 160px;
  }

  .padding_mob {
    padding-top: 230px !important;
  }

  .heading_span div span {
    font-size: 11.5vw;
    line-height: 6.5rem;
    font-weight: 700;
  }

  .hero_section_btn {
    padding: 20px;
    position: fixed;
    bottom: 3%;
    right: 5%;
    z-index: 100;
  }

  .heading_three {
    font-size: 2.5rem;
  }

  .circle_client {
    width: 140px;
    height: 140px;
  }

  .circle_client svg {
    width: 25px;
    height: 25px;
  }

  .client_logo img {
    width: 100px;
  }

  #serviceText {
    font-size: 2.5rem;
    white-space: nowrap;
  }

  .service_card {
    height: 55vh;
    width: 100%;
  }

  .service_card .img_decor {
    width: 50%;
    position: absolute;
    top: -50%;
    right: -25%;
    filter: invert(1);
  }

  .batch {
    padding: 7px 16px;
  }

  .batch p {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
  }

  .service_title_content {
    padding-top: 20px;
  }

  .service_title_content h2 {
    font-size: 6.2svw;
    color: var(--white);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }

  .service_title_content p {
    width: 70%;
    font-size: 18px;
    line-height: 30px;
  }

  .circle_dots {
    width: 19%;
  }

  .detail_btn {
    width: 90px;
    height: 90px;
    color: var(--purple) !important;
    font-size: 12px;
    line-height: 16px;
  }

  .layer_1 {
    width: 140vw;
    height: 150vh;
  }

  .layer_2 {
    width: 120vw;
    height: 76vh;
  }

  .layer_3 {
    width: 90vw;
    height: 56vh;
  }

  .layer_4 {
    width: 80vw;
    height: 40vh;
  }

  .test_card {
    width: 50%;
  }

  .portfolio_slider .swiper-slide {
    padding: 0px 0px;
  }

  button.accordion-button {
    font-size: 18px;
  }

  .footer_h2 {
    font-size: 4rem;
  }
  .footer_h2_overly {
    font-size: 4rem;
  }
  .banner_section {
    height: 400px;
    width: 100%;
  }

  .banner_title {
    font-size: 2.5rem;
  }

  .heading_five {
    font-size: 16px;
  }

  .heading_five svg {
    width: 18px;
    height: 18px;
  }

  .heading_two {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .experience_img img:nth-child(1) {
    height: 400px;
  }

  .experience_img img:nth-child(2) {
    height: 300px;
  }

  .exp_box {
    background: #5701b0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .spacer_1 {
    height: 200px;
  }

  .line_fill {
    background: white;
    height: 100%;
    width: 4px;
    position: absolute;
    top: 50%;
    left: 45.2%;
    z-index: 1;
    transform: translate(-120%, -50%);
    border-radius: 10px;
  }
    .all_service_card{
    height:400px;
}
.why_choose_us svg{
    width:90px;
    height:90px;
    stroke-width: 1px;
}

.top_bottom_btn{
    display:none;
}
}

@media (max-width: 992px) {
  .nav_options_container {
    /* Switch from grid to flex in a vertical column */
    display: flex;
    flex-direction: column;
    gap: 10px; /* optional – adjust vertical spacing */
    width: 100%;
    height: auto; /* let height grow with content */
  }

  /* Reset any grid-based positioning/size for small screens */
  .nav_options_container .box {
    /* Clear any grid-column / grid-row you had before */
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height:auto;
    /* you can remove or adjust radius/padding if needed */
  }

  /* Now specify the order (1 through 6) to get your desired sequence */
  .nav_options_container .about {
    order: 1; /* 1) About Us */
    min-height: 210px;
    height:100%;
  }
  .nav_options_container .archive {
    order: 2; /* 2) Services */
    min-height: 150px;
    height:100%;
  }
  .nav_options_container .contact {
    order: 3; /* 3) Contact Us */
  }
  .nav_options_container .weather {
    order: 4; /* 4) Blogs */
    min-height: 120px;
    height:100%;
  }
  .nav_options_container .socials {
    order: 5; /* 5) Socials */
    min-height: 200px;
    height:100%;
  }
  .nav_options_container .clock {
    order: 6; /* 6) Close Menu */
    min-height: 100px;
    height:100%;
  }
}

@media (min-width: 1600px) {
  .heading_span div span {
    font-size: 9.5vw;
    line-height: 7vw;
  }
  .container-lg.for_2xl{
      max-width:1600px !important;
  }
  
  .for_2xl_padding.py-5{
      padding-top:9rem !important;
  }
}
