/* Extra small devices (phones) */
@media (max-width: 576px) {
  .slider_section,
  .slider_section #customCarousel1,
  .slider_section .carousel-inner,
  .slider_section .carousel-item,
  .slider_section .img_container,
  .slider_section .img-box {
    height: 100svh;
  }

  .slider_section .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0;
  }

  .slider_section {
    min-height: 100svh !important;
    height: 100svh !important;
    padding-bottom: 0 !important;
  }

  .slider_section #customCarousel1 {
    height: auto;
  }

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .slider_section .carousel-control-prev {
    left: 12px;
  }

  .slider_section .carousel-control-next {
    right: 12px;
  }

  .social_icons_home {
    bottom: 8px;
    right: 8px;
    gap: 6px;
  }

  .social_icons_home a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .about_section .img-box {
    margin-bottom: 40px;
  }

  .contact_section .row {
    flex-direction: column-reverse;
  }

  .subscribe-box {
    margin-bottom: 40px;
  }

  .info_main_row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info_main_row > div:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }

  .info_section .social_box {
    justify-content: center;
    margin-top: 20px;
  }

  .info_section .info_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* Heading Refinement */
  .heading_container h2 {
    font-size: 20px;
    margin-left: 0;
    text-align: center;
  }

  .heading_container {
    align-items: center;
    padding: 0 10px;
  }

  /* About Section Tweaks */
  .about_section .row {
    padding: 15px;
  }

  .about_section .detail-box p {
    font-size: 14px;
  }

  .about_section .detail-box a {
    font-size: 15px;
    padding: 10px;
  }

  /* Service Section Refinement */
  .service_section .box .detail-box {
    padding: 15px;
  }

  .service_section .box .detail-box p {
    font-size: 13.5px;
  }

  .service_section .box,
  .service_section .box2 {
    max-width: 95%;
  }

  /* Layout Padding Softening */
  .layout_padding,
  .layout_padding_services,
  .layout_padding2,
  .layout_padding2-top,
  .layout_padding2-bottom,
  .layout_padding-top,
  .layout_padding-bottom {
    padding: 15px 0 !important;
  }

  .long_section {
    padding: 0 10px;
  }

  /* Footer Refinement */
  .footer_section p,
  .footer_hh {
    font-size: 13px;
    padding: 10px;
  }

}

@media (max-width: 767px) {
  @font-face {
  font-family: 'Octin Sports';
  src: url('../fonts/octin_sports_rg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

  .slider_section,
  .slider_section #customCarousel1,
  .slider_section .carousel-inner,
  .slider_section .carousel-item,
  .slider_section .img_container,
  .slider_section .img-box {
    height: 100svh; /* Use small viewport height for mobile */
  }
  .slider_section .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0;
  }
   .slider_section {
  min-height: 100svh !important;
  height: 100svh !important;
  padding-bottom: 0 !important;
  }

  .slider_section #customCarousel1 {
    height: auto;
  }
  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .slider_section .carousel-control-prev {
    left: 15px;
  }

  .slider_section .carousel-control-next {
    right: 15px;
  }
  .social_icons_home {
    bottom: 10px;
    right: 10px;
    gap: 8px;
  }

  .social_icons_home a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
        top: 50%;
    transform: translateY(-50%);
  }

  .about_section .img-box {
    margin-bottom: 45px;

  }

  .contact_section .row {
    flex-direction: column-reverse;
  }

  .subscribe-box {
    margin-bottom: 45px;
  }

  .info_main_row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

  }

  .info_main_row>div:not(:nth-last-child(1)) {
    margin-bottom: 25px;
  }

  .info_section .social_box {
    justify-content: center;
    margin-top: 25px;
  }

  .info_section .info_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 
}

@media (max-width: 992px) {
  .slider_section,
  .slider_section #customCarousel1,
  .slider_section .carousel-inner,
  .slider_section .carousel-item,
  .slider_section .img_container,
  .slider_section .img-box {
    height: 100svh;
  }

  .slider_section .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0;
  }

  .slider_section {
    min-height: 100svh !important;
    height: 100svh !important;
    padding-bottom: 0 !important;
  }

  .slider_section #customCarousel1 {
    height: auto;
  }

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    font-size: 17px;
  }

  .slider_section .carousel-control-prev {
    left: 18px;
  }

  .slider_section .carousel-control-next {
    right: 18px;
  }

  .social_icons_home {
    bottom: 12px;
    right: 12px;
    gap: 9px;
  }

  .social_icons_home a {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .about_section .img-box {
    margin-bottom: 42px;
  }

  .contact_section .row {
    flex-direction: column-reverse;
  }

  .subscribe-box {
    margin-bottom: 42px;
  }

  .info_main_row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info_main_row > div:not(:nth-last-child(1)) {
    margin-bottom: 22px;
  }

  .info_section .social_box {
    justify-content: center;
    margin-top: 22px;
  }

  .info_section .info_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* Heading Refinement */
  .heading_container h2 {
    font-size: 26px;
    margin-left: 4ex;
    text-align: center;
  }

  .heading_container {
    align-items: center;
    padding: 0 20px;
  }

  /* About Section */
  .about_section .row {
    flex-direction: column;
    padding: 30px;
    text-align: center;
  }

  .about_section .img-box img,
  .about_section .img-box2 img {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }

  .about_section .detail-box {
    margin: 0 auto 35px;
    padding: 0 20px;
  }

  .about_section .detail-box p {
    font-size: 16px;
    line-height: 1.6;
  }

  .about_section .detail-box a {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }

  /* Service Section */
  .service_section .row {
    flex-direction: column;
    gap: 45px;
  }

  .service_section .box,
  .service_section .box2 {
    width: 100%;
    max-width: 92%;
    margin: 0 auto;
  }

  .service_section .box .img-box,
  .service_section .box .img-box2 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .service_section .box .img-box img {
    height: auto;
    border-radius: 8px;
  }

  .service_section .box .detail-box {
    padding: 22px;
  }

  .service_section .box .detail-box p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Layout Padding */
  .layout_padding,
  .layout_padding_services,
  .layout_padding2,
  .layout_padding2-top,
  .layout_padding2-bottom,
  .layout_padding-top,
  .layout_padding-bottom {
    padding: 30px 0 !important;
    margin-bottom: 0 !important;
  }

  .long_section {
    margin: 0;
    padding: 0 20px;
  }

  /* Footer */
  .footer_section p,
  .footer_hh {
    font-size: 15px;
    padding: 20px;
    text-align: center;
  }

}

@media (max-width: 1120px) {
  .slider_section,
  .slider_section #customCarousel1,
  .slider_section .carousel-inner,
  .slider_section .carousel-item,
  .slider_section .img_container,
  .slider_section .img-box {
    height: 100svh;
  }

  .slider_section .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0;
  }

  .slider_section {
    min-height: 100svh !important;
    height: 100svh !important;
    padding-bottom: 0 !important;
  }

  .slider_section #customCarousel1 {
    height: auto;
  }

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .slider_section .carousel-control-prev {
    left: 20px;
  }

  .slider_section .carousel-control-next {
    right: 20px;
  }

  .social_icons_home {
    bottom: 15px;
    right: 15px;
    gap: 10px;
  }

  .social_icons_home a {
    width: 45px;
    height: 45px;
    font-size: 19px;
  }

  .about_section .img-box {
    margin-bottom: 40px;
  }

  .contact_section .row {
    flex-direction: column-reverse;
  }

  .subscribe-box {
    margin-bottom: 40px;
  }

  .info_main_row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info_main_row > div:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }

  .info_section .social_box {
    justify-content: center;
    margin-top: 20px;
  }

  .info_section .info_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
}

@media (max-width: 1200px) {
  .slider_section,
  .slider_section #customCarousel1,
  .slider_section .carousel-inner,
  .slider_section .carousel-item,
  .slider_section .img_container,
  .slider_section .img-box {
    height: 100svh;
  }

  .slider_section .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0;
  }

  .slider_section {
    min-height: 100svh !important;
    height: 100svh !important;
    padding-bottom: 0 !important;
  }

  .slider_section #customCarousel1 {
    height: auto;
  }

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .slider_section .carousel-control-prev {
    left: 20px;
  }

  .slider_section .carousel-control-next {
    right: 20px;
  }

  .social_icons_home {
    bottom: 14px;
    right: 14px;
    gap: 10px;
  }

  .social_icons_home a {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .about_section .img-box {
    margin-bottom: 50px;
  }

  .contact_section .row {
    flex-direction: column-reverse;
  }

  .subscribe-box {
    margin-bottom: 50px;
  }

  .info_main_row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info_main_row > div:not(:nth-last-child(1)) {
    margin-bottom: 30px;
  }

  .info_section .social_box {
    justify-content: center;
    margin-top: 30px;
  }

  .info_section .info_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1300px) {
  /* Resize carousel controls slightly */
  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    width: 45px;
    height: 45px;
    font-size: 17px;
    top: 50%;
    transform: translateY(-50%);
  }

  .slider_section .carousel-control-prev {
    left: 25px;
  }

  .slider_section .carousel-control-next {
    right: 25px;
  }

  /* Slightly reduce icon size and spacing */
  .social_icons_home {
    bottom: 15px;
    right: 15px;
    gap: 10px;
  }

  .social_icons_home a {
    width: 45px;
    height: 45px;
    font-size: 19px;
  }

  /* Adjust spacing in sections */
  .about_section .img-box,
  .subscribe-box {
    margin-bottom: 35px;
  }

  .info_main_row > div:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }

  .info_section .social_box {
    justify-content: center;
    margin-top: 20px;
  }

  .info_section .info_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Optional: reduce image padding slightly */
  .slider_section .img-box img {
    padding: 0.25ex;
  }

}
/* Extra large devices (big monitors) */
@media (max-width: 1400px) {
  .slider_section,
  .slider_section #customCarousel1,
  .slider_section .carousel-inner,
  .slider_section .carousel-item,
  .slider_section .img_container,
  .slider_section .img-box {
    height: 100svh;
  }

  .slider_section .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0;
  }

  .slider_section {
    min-height: 100svh !important;
    height: 100svh !important;
    padding-bottom: 0 !important;
  }

  .slider_section #customCarousel1 {
    height: auto;
  }

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .slider_section .carousel-control-prev {
    left: 24px;
  }

  .slider_section .carousel-control-next {
    right: 24px;
  }

  .social_icons_home {
    bottom: 16px;
    right: 16px;
    gap: 12px;
  }

  .social_icons_home a {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .about_section .img-box {
    margin-bottom: 55px;
  }

  .contact_section .row {
    flex-direction: column-reverse;
  }

  .subscribe-box {
    margin-bottom: 55px;
  }

  .info_main_row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info_main_row > div:not(:nth-last-child(1)) {
    margin-bottom: 35px;
  }

  .info_section .social_box {
    justify-content: center;
    margin-top: 35px;
  }

  .info_section .info_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

