@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

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

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

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

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

.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;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #e51577;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

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

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;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
  background-color: #001F3F;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: #001F3F;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
  background-color: #001F3F;
}
}

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

.navbar-brand span {
  font-weight: bold;
  font-size: 28px;
  /* Increased font size from 24px to 28px */
  color: #ffffff;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  /* Added font size for nav links */
}

/* Rest of the CSS remains unchanged */
.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #e51577;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #e51577;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}




/*end header section*/
/* slider section */
.slider_section {
  -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;
  padding: 45px 0 145px 0;
}

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

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #03c9f0;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 18px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #e51577;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #03c9f0;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
  animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #e51577;
}

.service_section {
  position: relative;
  display: flex;
  /* Set the parent to flex */
  flex-wrap: wrap;
  /* Allow wrapping of child elements */
  justify-content: center;
  /* Center child elements */
  padding: 60px 20px;
  /* Adjust padding for smaller screens */
  background-color: #ffffff;
  /* Ensure the section has a white background */
}

/* Service boxes styling */
.service_section .box {
  display: flex;
  /* Maintain flex display for the box */
  flex-direction: column;
  /* Keep items stacked vertically */
  align-items: center;
  /* Center items */
  text-align: center;
  margin: 15px;
  /* Adjust margin for spacing */
  background-color: #f8f8f9;
  /* Box background color */
  padding: 20px;
  /* Box padding */
  border-radius: 5px;
  /* Rounded corners */
  flex: 1 0 calc(33.333% - 30px);
  /* Set the box to take up 1/3 of the row, accounting for margins */
  box-sizing: border-box;
  /* Include padding and border in element's total width and height */
  height: 100%;
  /* Ensure the box stretches to full height */
  transition: transform 0.3s;
  /* Add a smooth transition for hover effects */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .service_section .box {
    flex: 1 0 calc(50% - 30px);
    /* Two boxes per row for medium screens */
  }
}

@media (max-width: 576px) {
  .service_section .box {
    flex: 1 0 calc(100% - 30px);
    /* Full width for small screens */
  }
}

/* Image box styling */
.service_section .box .img-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 125px;
  /* Fixed width for the image box */
  min-width: 75px;
  /* Minimum width */
  height: 75px;
  /* Fixed height */
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  /* Ensure images are responsive */
  max-height: 100%;
  /* Maintain aspect ratio */
  transition: all 0.3s;
  /* Smooth transition for image */
}

/* Heading and link styling */
.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
  /* Uppercase text */
}

.service_section .box .detail-box a {
  color: #03c9f0;
  /* Link color */
  font-weight: 600;
  /* Font weight */
}

.service_section .box .detail-box a:hover {
  color: #e51577;
  /* Link hover color */
}

/* Button styling */
.service_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  /* Margin above the button */
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  /* Button padding */
  background-color: #e51577;
  /* Button background color */
  color: #ffffff;
  /* Button text color */
  border-radius: 0;
  /* No border radius */
  transition: all 0.3s;
  /* Smooth transition for button */
  border: none;
  /* No border */
}

.service_section .btn-box a:hover {
  background-color: #03c9f0;
  /* Button hover color */
}

.service_section .service-heading {
  text-align: center;
  /* Center the heading */
  font-size: 2.5em;
  /* Larger font size */
  color: #e51577;
  /* Heading color */
  margin-bottom: 30px;
  /* Space below the heading */
  font-weight: bold;
  /* Bold heading */
  width: 100%;
  /* Full width */
}

.service_section .box {
  position: relative;
  /* Keep the box relative for absolute positioning of hover info */
  overflow: hidden;
  /* Hide overflow to clip the hover info */
}

/* Hover info styling */
.service_section .box .hover-info {
  position: absolute;
  /* Position it absolutely within the box */
  top: 0;
  /* Align to the top */
  left: 0;
  /* Align to the left */
  right: 0;
  /* Stretch to the right */
  bottom: 0;
  /* Stretch to the bottom */
  background-color: rgba(0, 0, 0, 0.7);
  /* Semi-transparent background */
  color: #ffffff;
  /* Text color */
  display: flex;
  /* Use flex to center content */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s;
  /* Smooth transition for opacity */
}

/* Show hover info on hover */
.service_section .box:hover .hover-info {
  opacity: 1;
  /* Show the hover info when hovering over the box */
}

/* abput section */
.about-section {
  background-color: #ffffff;
  /* White background */
  padding: 50px 20px;
  /* Space around the entire section */
  box-sizing: border-box;
  /* Ensure padding and borders are included in the width */
}

/* Rectangle Background */
.about-section .rectangle {
  background: #001F3F;
  /* Dark Blue Color */
  display: flex;
  /* Use flexbox for alignment */
  justify-content: space-between;
  /* Space out the elements */
  align-items: flex-start;
  /* Align items to the top */
  padding: 40px 20px;
  /* Space around the rectangle */
  color: white;
  /* Text color */
  width: 100%;
  /* Full width */
  min-height: 450px;
  /* Minimum height for rectangle */
  position: relative;
  /* Set to relative for stacking */
  z-index: 0;
  /* Keep it behind content */
  margin-bottom: 30px;
  /* Space below rectangle for the content section */
}

/* Image on the Left */
.about-section .top-left-img {
  width: 450px;
  /* Fixed width for large screens */
  height: 450px;
  /* Ensure height and width are equal for circular shape */
  border-radius: 50%;
  /* Makes the image circular */
  border: 5px solid #03c9f0;
  /* Adds a border with the specified color */
  object-fit: cover;
  /* Ensures the image covers the area without distortion */
}

/* Heading and Text on the Right */
.about-section .top-right {
  max-width: 65%;
  /* Limit width for large screens */
  text-align: left;
  /* Align text to the left */
  padding-left: 20px;
  /* Add padding for better spacing */
}

.about-section .top-right h1 {
  font-size: 2.5em;
  /* Font size for heading */
  margin-top: 0;
  /* Remove top margin */
  color: #e51577;
  /* Heading color */
}

.about-section .top-right p {
  font-size: 1.2em;
  /* Font size for paragraph */
  line-height: 1.8;
  /* Line height for readability */
}

/* Bottom Section */
.about-section .content-section {
  display: flex;
  /* Use flexbox for alignment */
  justify-content: space-between;
  /* Space out the elements */
  align-items: center;
  /* Center align vertically */
  padding: 20px;
  /* Padding around the section */
}

/* Bottom Left Text - Taking 2/3 of the Width */
.about-section .bottom-left {
  width: 66.66%;
  /* 2/3 of the width */
}

.about-section .bottom-left h2 {
  font-size: 2em;
  /* Font size for subheading */
  margin-bottom: 15px;
  /* Space below the heading */
  color: #e51577;
  /* Heading color */
}

.about-section .bottom-left p {
  font-size: 1.1em;
  /* Font size for paragraph */
  line-height: 1.8;
  /* Line height for readability */
  color: #000000;
  /* Text color */
}

/* Bottom Right Image - Taking 1/3 of the Width */
.about-section .bottom-right-img {
  width: 300px;
  /* Fixed size for the image */
  height: 300px;
  /* Ensure height and width are equal for circular shape */
  border-radius: 50%;
  /* Makes the image circular */
  border: 5px solid #E51577;
  /* Adds a border with the specified color */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Add shadow */
  object-fit: cover;
  /* Ensures the image covers the area without distortion */
}

/* Media Queries for Responsive Design */
@media (max-width: 992px) {
  .about-section {
    padding: 30px;
    /* Reduce padding on mobile */
  }

  .about-section .rectangle {
    flex-direction: column;
    /* Stack image and text */
    align-items: center;
    /* Center align items */
    padding: 20px;
    /* Add padding for mobile */
  }

  .about-section .top-left-img {
    width: 300px;
    /* Reduce image size */
    height: 300px;
    /* Reduce image size */
    margin-top: 20px;
    /* Space above */
  }

  .about-section .top-right {
    max-width: 100%;
    /* Allow full width for text */
    text-align: center;
    /* Center align text */
    padding: 0;
    /* Remove padding */
    margin-top: 20px;
    /* Add spacing above */
  }

  .about-section .content-section {
    flex-direction: column;
    /* Stack content vertically */
    padding: 20px;
    /* Adjust padding */
  }

  .about-section .bottom-left {
    width: 100%;
    /* Full width */
    margin-bottom: 20px;
    /* Add spacing below */
  }

  .about-section .bottom-right-img {
    width: 250px;
    /* Adjust image size */
    height: 250px;
    /* Adjust image size */
    margin: 0 auto;
    /* Center the image */
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: 20px;
    /* Further reduce padding on smaller devices */
  }

  .about-section .top-right h1 {
    font-size: 2em;
    /* Adjust heading size */
  }

  .about-section .top-right p {
    font-size: 1em;
    /* Adjust paragraph size */
  }

  .about-section .bottom-left h2 {
    font-size: 1.5em;
    /* Adjust heading size */
  }

  .about-section .bottom-left p {
    font-size: 0.9em;
    /* Adjust paragraph size */
  }
}

/* Styles specific to the index page */
#flashing-text-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  padding: 40px 20px;
  /* Reduced padding for small screens */
  background-color: #ffffff;
  font-size: 0.8em;
  /* Default font size */
  color: #E51577;
  text-align: center;
  /* Ensure text is centered */
}

.flashing-text-container {
  position: relative;
  overflow: hidden;
  text-align: center;
}

#flashing-text-section h1 {
  color: #0c0c0c;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.flashing-text {
  display: inline-block;
  opacity: 0;
  font-size: 3em;
  /* Adjust font size relative to viewport width */
  color: #E51577;
  font-weight: bold;
  animation: flash 3s infinite;

}

/* Flashing animation */
@keyframes flash {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Responsive design adjustments */
@media (max-width: 768px) {
  #flashing-text-section {
    padding: 30px 10px;
    /* Adjust padding for tablets and mobile */
    font-size: 1.8em;
    /* Adjust font size for smaller screens */
  }

  .flashing-text {
    font-size: 5vw;
    /* Adjust flashing text size relative to viewport width */
  }
}

@media (max-width: 480px) {
  #flashing-text-section {
    padding: 20px 5px;
    /* Reduce padding for very small screens */
    font-size: 1.5em;
    /* Smaller font size for small mobile screens */
  }

  .flashing-text {
    font-size: 6vw;
    /* Make text a bit smaller on small screens */
  }
}

.why_section {
  width: 100%;
  padding: 40px 120px;
  /* Padding for larger screens */
  box-sizing: border-box;
  /* Ensure padding is included in total width */
  background-color: #ffffff;
  /* Set background color to white */
  margin: 20px 0;
  /* Remove left and right margin */
  border: none;
  /* Remove any border around the section */
}

.why_section .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  /* Space between top and bottom content */
  position: relative;
}

.why_section .section-left {
  width: 48%;
  /* Left section takes 48% of the width */
  padding: 20px;
  /* Internal padding */
  background-color: transparent;
  /* Keep transparent background */
  border: none;
  /* No border */
  box-shadow: none;
  /* No shadow */
  color: black;
  /* Text color */
}

/* Styling the big heading (left section) */
.why_section .section-left h1 {
  font-size: 5em;
  /* Font size */
  margin-bottom: 20px;
  /* Bottom margin for spacing */
  font-weight: bold;
  /* Bold font */
}

.why_section .section-left p {
  font-size: 1.2em;
  /* Paragraph font size */
  line-height: 1.8;
  /* Line height */
  color: #333;
  /* Paragraph text color */
  margin-bottom: 20px;
  /* Bottom margin */
}

.why_section .section-right {
  width: 48%;
  /* Right section takes 48% of the width */
  padding: 20px;
  /* Internal padding */
  background-color: transparent;
  /* Keep transparent background */
  border: none;
  /* No border */
  box-shadow: none;
  /* No shadow */
  color: black;
  /* Text color */
  display: flex;
  /* Flexbox for layout */
  flex-direction: column;
  /* Stack items vertically */
  align-items: center;
  /* Center items */
  justify-content: flex-end;
  /* Move content towards the bottom */
  margin-top: 100px;
  /* Adjust this to control how much lower the content appears */
}

/* Global h3 color rule */
h3 {
  color: #E51577;
  /* Heading color */
  font-weight: bold;
  /* Bold font */
  margin-bottom: 15px;
  /* Bottom margin */
}

.why_section .section-right p {
  margin-top: 30px;
  /* Top margin */
  font-size: 1.1em;
  /* Font size */
  line-height: 1.8;
  /* Line height */
  color: #333;
  /* Text color */
  margin-bottom: 20px;
  /* Bottom margin */
}

.why_section .bottom {
  display: flex;
  /* Flexbox for layout */
  flex-wrap: wrap;
  /* Allow wrapping */
  gap: 30px;
  /* Space between boxes */
  margin-top: 40px;
  /* Top margin */
}

.why_section .box {
  width: calc(50% - 20px);
  /* Set width of boxes */
  background-color: #ffffff;
  /* Box background */
  padding: 30px;
  /* Internal padding */
  border-radius: 10px;
  /* Rounded corners */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* Box shadow */
  display: flex;
  /* Flexbox for layout */
  flex-direction: column;
  /* Stack items vertically */
  align-items: center;
  /* Center items */
  justify-content: center;
  /* Center content */
  border: 2px solid #ffffff;
  /* White border */
  transition: transform 0.2s ease;
  /* Transition effect on hover */
  text-align: center;
  /* Center text */
}

.why_section .box:hover {
  transform: translateY(-5px);
  /* Hover effect */
  border-color: #E51577;
  /* Change border color on hover */
}

.why_section .box img.icon {
  width: 60px;
  /* Image width */
  height: 60px;
  /* Image height */
  margin-bottom: 20px;
  /* Bottom margin */
}

.why_section .box p {
  color: #333;
  /* Text color */
  font-size: 1.1em;
  /* Font size */
  line-height: 1.6;
  /* Line height */
  margin: 0;
  /* Remove default margin */
}

.why_section .btn-box a {
  display: inline-block;
  /* Inline block */
  padding: 10px 45px;
  /* Internal padding */
  background-color: #e51577;
  /* Background color */
  color: #ffffff;
  /* Text color */
  border-radius: 0;
  /* No border radius */
  transition: all 0.3s;
  /* Transition effect */
  border: none;
  /* No border */
}

.why_section .btn-box a:hover {
  background-color: #03c9f0;
  /* Change background on hover */
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
  .why_section {
    padding: 20px;
    /* Reduce padding for mobile */
  }

  .why_section .top {
    flex-direction: column;
    /* Stack top sections vertically */
    align-items: center;
    /* Center align items */
    margin-bottom: 30px;
    /* Adjust spacing */
  }

  .why_section .section-left,
  .why_section .section-right {
    width: 100%;
    /* Full width on mobile */
    margin-top: 20px;
    /* Spacing between sections */
    padding: 10px;
    /* Reduce padding */
  }

  .why_section .section-left h1 {
    font-size: 3em;
    /* Adjust heading size */
  }

  .why_section .section-left p,
  .why_section .section-right p {
    font-size: 1em;
    /* Adjust paragraph size */
  }

  .why_section .bottom {
    flex-direction: column;
    /* Stack boxes vertically on mobile */
    align-items: center;
    /* Center align */
  }

  .why_section .box {
    width: 100%;
    /* Full width for boxes */
    margin-bottom: 20px;
    /* Spacing between boxes */
  }
}

@media (max-width: 576px) {
  .why_section .section-left h1 {
    font-size: 2.5em;
    /* Further adjust heading size */
  }

  .why_section .box img.icon {
    width: 50px;
    /* Adjust icon size */
    height: 50px;
    /* Adjust icon size */
  }

  .why_section .btn-box a {
    padding: 10px 30px;
    /* Adjust button padding */
  }
}



.info_section {
  background-color: #001F3F;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  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_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #e51577;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social 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;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #e51577;
}

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

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #e51577;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #e51577;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #03c9f0;
}

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

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

.footer_section p a {
  color: inherit;
}

/* Demo Section */
.demo_section {
  padding: 80px 0;
  background-color: #f8f8f9; /* Light background for contrast */
}

.demo_section .heading_container {
  text-align: center;
  margin-bottom: 50px;
}

.demo_section .heading_container h2 {
  font-size: 36px;
  font-weight: bold;
  color: #001F3F; /* Dark color from your theme */
  margin-bottom: 20px;
}

.demo_section .heading_container p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 40px;
}

.demo_section .demo_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* Left Side: Text description */
.demo_section .demo_text {
  flex: 1;
  max-width: 50%;
}

.demo_section .demo_text h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.demo_section .demo_text p {
  font-size: 1.1em;
  /* Font size for paragraph */
  line-height: 1.8;
  margin-bottom: 20px;
}


/* Right Side: Video */
.demo_section .demo_video {
  flex: 1;
  max-width: 45%;
  position: relative;
}

.demo_section .demo_video iframe {
  width: 100%;
  height: 315px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.demo_text ul {
  font-size: 1.1em;
  /* Font size for paragraph */
  line-height: 1.8;
  color: #0c0c0c; /* Ensures the list items inherit the same color */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .demo_section .demo_content {
    flex-direction: column; /* Stack the content vertically on medium screens */
    align-items: center;
  }

  .demo_section .demo_text {
    max-width: 100%; /* Allow text to take full width */
    margin-bottom: 20px;
  }

  .demo_section .demo_video {
    max-width: 100%; /* Allow video to take full width */
  }
}

@media (max-width: 576px) {
  .demo_section .demo_text h3 {
    font-size: 24px;
  }

  .demo_section .demo_text p {
    font-size: 14px;
    
  }
  

}
.competition-page .top {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Ensures both sections align */
    gap: 20px; /* Adjust spacing between sections */
}

.competition-page .section-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers text vertically */
}

.competition-page .section-right {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Aligns form with text */
}

.competition-page .section-right form {
    width: 100%;
}
