@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Playfair Display', serif;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
}

/*header section*/
.header_section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section.innerpage_header {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#160e0b), to(#160e0b));
  background: linear-gradient(to right, #160e0b, #160e0b);
  padding: 10px 0;
}


/* Video wrapper to ensure responsiveness */
.video-wrapper1 {
  width: 100%;
  max-width: 1200px; /* Increased for larger screens */
  margin: 20px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  padding: 0; /* No padding */
}

/* Responsive video element styling */
.video-content1 {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px; /* Border radius for a rounded look */
}

/* Responsive Design: Larger screens (desktops) */
@media (min-width: 1200px) {
  .video-wrapper1 {
    max-width: 90%; /* Reduce width slightly on large screens */
  }
}

/* Responsive Design: Tablets and small laptops */
@media (max-width: 1024px) {
  .video-wrapper1 {
    max-width: 85%; /* Shrinks for medium-sized devices */
    border-radius: 10px; /* Reduce border radius for smaller devices */
  }
}

/* Responsive Design: Tablets in portrait mode */
@media (max-width: 768px) {
  .video-wrapper1 {
    max-width: 95%; /* Make the video fill more space */
    margin: 15px auto;
  }

  .video-content1 {
    border-radius: 8px;
  }
}

/* Responsive Design: Mobile devices */
@media (max-width: 480px) {
  .video-wrapper1 {
    max-width: 100%; /* Full width on mobile */
    margin: 10px auto; /* Smaller margins on mobile */
    border-radius: 6px; /* Smaller border radius for mobile view */
  }

  .video-content1 {
    border-radius: 6px; /* Match the wrapper’s radius */
  }
}
.custom_nav-container {
  padding-left: 0;
  padding-right: 0;
}

.custom_menu-btn {
  position: fixed;
  right: 45px;
  top: 15px;
  width: 50px;
  height: 50px;
}

.custom_menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  z-index: 7;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_menu-btn.menu_btn-style::before {
  width: 100vh;
  height: 100vh;
  background-color: #0c015b;
  -webkit-transform: scale(5);
          transform: scale(5);
  border-radius: 0;
}

.custom_menu-btn button {
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  position: relative;
  z-index: 999;
  margin: 0;
}

.custom_menu-btn button span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000000;
  margin: 2.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu_btn-style button span {
  background-color: #ffffff;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
}

.overlay a:hover {
  color: #fd9c6b;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  z-index: 99;
}

.menu_width {
  width: 100%;
}

.menu_width.overlay a {
  opacity: 1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  margin-top: 10px;
}

.navbar-brand span {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

/*end header section*/
/* - section */
.slider_section {
  min-height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  position: relative;
  z-index: 4;
  color: #ffffff;
  padding: 75px 0;
}

.detail-box img {
margin-top: 20px;
right: 1600px;
top: 300px;
width: 140px;
height: 140px;
}

.slider_section .detail-box h1 {
  font-weight: bolder;
  font-size: 2rem;
}

.slider_section .detail-box p {
  width: 75%;
  margin-top: 15px;
  background-color: rgba(9, 59, 130, 0.616); /* White background with 80% opacity */
  padding: 10px; /* Optional: add some padding for better spacing */
  border-radius: 5px; /* Optional: add rounded corners */
}


.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 45px;
  background-color: white;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #fd9c6b;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 35px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: #001fe9;
  color: #ffffff;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.shop_section .heading_container {
  margin-bottom: 20px;
}

.shop_section .box {
  background-color: #eeeeee;
  position: relative;
  padding: 10px;
  margin-top: 25px;
}

.shop_section .box a {
  color: #000000;
}

.shop_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  height: 245px;
}

.shop_section .box .img-box img {
  max-width: 100%;
  max-height: 210px;
}

.shop_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_section .box .detail-box h6 span {
  color: #fd9c6b;
}

.shop_section .box .new {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  font-size: 15px;
}

.shop_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.shop_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #fd9c6b;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #fd9c6b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.shop_section .btn-box a:hover {
  background-color: transparent;
  color: #fd9c6b;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  padding: 25px 0 0 25px;
}

.about_section .img-box img {
  width: 100%;
  position: relative;
}

.about_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  background-color: #160e0b;
}

.about_section .detail-box p {
  margin-top: 10px;
  margin-bottom: 35px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0034dd;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #fd9c6b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #fd9c6b;
}
.offer_section {
  background-color: #f9f9f9; /* Light background color for contrast */
  padding: 40px 0; /* Add top and bottom padding */
}

.offer_section .box {
  margin: 15px; /* Add space between boxes */
  position: relative;
  overflow: hidden; /* Hide overflow content */
  border-radius: 8px; /* Rounded corners */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.offer_section .box img {
  width: 100%; /* Full width of the box */
  height: auto; /* Maintain aspect ratio */
  border-radius: 8px; /* Match image corners with box */
  transition: transform 0.4s ease; /* Smooth image transitions */
}

.offer_section .box:hover {
  transform: translateY(-10px) rotate(1deg); /* Lift and slight rotate effect on hover */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
}

.offer_section .box:hover img {
  transform: scale(1.1); /* Slight zoom on hover */
}

.offer_section .detail-box {
  position: absolute;
  bottom: 0; /* Position the text box at the bottom */
  left: 0;
  width: 100%;
  height: auto; /* Auto height to fit text */
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align text to the start */
  justify-content: flex-start; /* Align text at the top of the box */
  color: #ffffff; /* Text color */
  padding: 15px; /* Adjust padding */
  background: rgba(0, 0, 0, 0.5); /* Dark semi-transparent background for contrast */
  border-radius: 0 0 8px 8px; /* Match corners with box */
  transition: background 0.3s ease; /* Smooth background transition */
}

.offer_section .box:hover .detail-box {
  background: rgba(0, 0, 0, 0.7); /* Darker background on hover */
}

.offer_section .detail-box h5,
.offer_section .detail-box h6 {
  margin: 0; /* Remove default margin */
  transition: transform 0.3s ease; /* Smooth transition */
}

.offer_section .detail-box h5 {
  font-size: 1.5rem; /* Responsive font size */
  font-weight: bold; /* Bold for emphasis */
}

.offer_section .detail-box h6 {
  font-size: 1.2rem; /* Smaller size for h6 */
  font-weight: normal; /* Normal weight */
}

.offer_section .detail-box h6:hover {
  text-decoration: underline; /* Underline effect on hover */
}

/* Responsive styles */
@media (max-width: 768px) {
  .offer_section .box {
    margin: 10px; /* Reduce margin on smaller screens */
  }

  .offer_section .detail-box h5 {
    font-size: 1.3rem; /* Smaller title size for mobile */
  }

  .offer_section .detail-box h6 {
    font-size: 1.1rem; /* Smaller size for mobile */
  }
}

@media (max-width: 480px) {
  .offer_section {
    padding: 20px 0; /* Reduce padding on smaller screens */
  }

  .offer_section .detail-box {
    padding: 15px; /* Reduce padding on smaller screens */
  }

  .offer_section .detail-box h5 {
    font-size: 1.2rem; /* Adjust font size */
  }

  .offer_section .detail-box h6 {
    font-size: 1rem; /* Smaller size for mobile */
  }
}

.blog_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .heading_container h4::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #f1f2f3;
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box .blog_date {
  position: absolute;
  left: 25px;
  bottom: -15px;
  padding: 10px 15px;
  font-size: 18px;
  background-color: #160e0b;
  margin: 0;
  text-align: center;
  border: 3px solid #ffffff;
  color: #ffffff;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  margin-top: 10px;
  padding: 25px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
}
.detail-box h2{
  
}
.blog_section .box .detail-box p {
  font-size: 15px;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: transparent;
  color: #160e0b;
  border-radius: 0;
  border: 1px solid #160e0b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.blog_section .box .detail-box a:hover {
  background-color: #160e0b;
  color: #ffffff;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 45px;
  padding: 35px 25px;
  border-radius: 15px;
  background-color: #010863;
  color: #ffffff;
}

.client_section .box .img-box {
  margin-bottom: 15px;
  min-width: 145px;
  max-width: 145px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #fd9c6b;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #0019d8;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #160e0b;
}

.client_section .carousel-control-next {
  left: initial;
}
.contact {
  padding: 30px 15px 15px 15px;
  background-color: #f4f4f4;
}

.contact .container {
  max-width: 500px;
  margin: 0 auto;
}

.contact h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
}

.contact form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
}

.contact form textarea {
  resize: vertical;
  height: 120px;
}

.contact form button {
  background-color: #f4a261;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 1em;
}

.contact form button:hover {
  background-color: #e76f51;
}


.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 10px;
}

.info_section .social_box a:hover {
  color: #fd9c6b;
  border-color: #fd9c6b;
}

.info_section h4 {
  margin-bottom: 15px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
}

.info_section .info_links .info_links_menu a:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}

.info_section .info_links .info_links_menu a:hover {
  color: #fd9c6b;
}

.info_section .info_insta .insta_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_insta .insta_box .img-box {
  width: 65px;
  min-width: 65px;
  height: 65px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  background-color: #ffffff;
}

.info_section .info_insta .insta_box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.info_section .info_insta .insta_box p {
  margin: 0;
}

.info_section .info_insta .insta_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

/* General Info Section Contact Styling */
.info_section .info_contact {
  display: flex;
  flex-direction: row; /* Align items horizontally by default */
  align-items: center;
  justify-content: space-between; /* Distribute items evenly */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.info_section .info_contact a {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
  text-decoration: none; /* Remove underline from links */
}

.info_section .info_contact a i {
  margin-right: 15px; /* Adjust margin for icons */
  width: 50px; /* Default icon width */
  display: inline-block; /* Ensure icons stay inline */
}

/* Hover Effect for Links */
.info_section .info_contact a:hover {
  color: #fd9c6b;
}

/* Responsive Design Adjustments */
@media (max-width: 1024px) {
  .info_section .info_contact a {
    font-size: 1.1em; /* Adjust font size for tablets */
  }

  .info_section .info_contact a i {
    width: 60px; /* Adjust icon size for tablets */
  }
}

@media (max-width: 768px) {
  .info_section .info_contact {
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items to the start */
  }

  .info_section .info_contact a {
    width: 100%; /* Make links full width */
    margin-bottom: 15px; /* Increase margin for better spacing */
    font-size: 1em; /* Adjust font size for mobile screens */
  }

  .info_section .info_contact a i {
    width: 50px; /* Adjust icon size for mobile screens */
  }
}

@media (max-width: 480px) {
  .info_section .info_contact a {
    font-size: 0.9em; /* Adjust font size for very small screens */
    text-align: center; /* Center text on very small screens */
  }

  .info_section .info_contact a i {
    width: 40px; /* Adjust icon size for very small screens */
  }
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
/* General Contact Section Styling */
.contact {
  padding: 30px 15px;
  background-color: #f4f4f4;
}

.contact .container {
  max-width: 500px;
  margin: 0 auto; /* Center the container */
}

/* Header Styling */
.contact h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
}

/* Form Styling */
.contact form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: 50px;
  transition: margin-right 0.3s ease;
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #181818;
  border-radius: 5px;
  font-size: 1em;
}

.contact form textarea {
  resize: vertical;
  height: 120px;
}

/* Button Styling */
.contact form button {
  background-color: #f4a261;
  color: #b50f0f;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact form button:hover {
  background-color: #e76f51;
}

/* Responsive Design Adjustments */
@media (max-width: 768px) {
  .contact form {
    margin-right: 20px; /* Adjust margin for tablet-sized screens */
    margin-left: 20px;
  }

  .contact h2 {
    font-size: 1.8em; /* Slightly reduce font size */
  }
}

@media (max-width: 480px) {
  .contact form {
    margin-right: 0;
    margin-left: 0;
    padding: 10px; /* Add padding for smaller screens */
  }

  .contact h2 {
    font-size: 1.6em; /* Further reduce font size for mobile */
  }
}

/* Info Section Styling */
.info_section {
  padding: 20px;
  background-color: #f8f8f8;
}

.info_form_social_row {
  margin-bottom: 20px;
}

.info_form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.info_form input[type="email"] {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px; /* Space between input and button */
}

.info_form button {
  background-color: #f4a261;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.info_form button:hover {
  background-color: #e76f51;
}

/* Contact Form Styling */
.contact_form {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.contact_form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact_form input,
.contact_form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact_form textarea {
  resize: vertical;
  height: 120px;
}

/* Button Styling for Contact Form */
.contact_form button {
  background-color: #f4a261;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact_form button:hover {
  background-color: #e76f51;
}

/* Responsive Design Adjustments */
@media (max-width: 768px) {
  .info_form,
  .contact_form form {
    flex-direction: column;
  }

  .info_form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .info_form button {
    margin-left: 0;
    width: 100%;
  }

  .contact_form {
    margin: 10px 50px; /* Adjust margins for tablet screens */
  }
}

@media (max-width: 480px) {
  .info_form {
    flex-direction: column;
    align-items: stretch;
  }

  .contact_form {
    margin: 0; /* Remove margins for mobile screens */
  }
}
/* Contact Section */
.contact_section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.social_links {
  display: flex;
  gap: 15px;
}

.social_links a {
  font-size: 24px;
  color: #003ab6; /* Facebook blue */
  transition: transform 0.3s ease, color 0.3s ease;
}

.social_links a:hover {
  transform: scale(1.2);
  color: #2d4373;
}

.contact_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.contact_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact_item {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact_item i {
  margin-right: 10px;
  font-size: 18px;
  color: #0010bc;
}

.contact_item:hover {
  color: #0300a8;
}

.contact_item i:hover {
  color: #0300b3;
}

/* Contact Form Styling */
.contact_form {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.form-control {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #0003a3;
  outline: none;
}

textarea.form-control {
  resize: none;
}

.btn.submit_btn {
  background-color: #001692;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn.submit_btn:hover {
  background-color: #d65a50;
}

/* Responsive */
@media (max-width: 768px) {
  .contact_section {
    padding: 20px;
  }

  .contact_form {
    margin-top: 20px;
  }
}
/* Map Section */
.map_section {
  padding: 40px 0;
  background-color: #f8f9fa;
  text-align: center;
}

.map_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.map_container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .map_section {
    padding: 20px 0;
  }
}
