@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: #00bbf0;
}

.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: 60vh;
  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: 130vh !important;
  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 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

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

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

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

.header_section {
  padding: 15px 0;
}

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

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

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

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

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

.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: #00bbf0;
}

.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 */

/* SLIDE SECTION */
.slider_section {
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px 0 150px 0;
  overflow: hidden;
}

.slider_section .row {
  align-items: center;
}

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

.slider_section .carousel-inner {
  height: 90vh;
}

.slider-bg {
  color: #fff;
  height: 100%;
  padding: 50px 0;
  border-radius: 10px;
}

.slider_section .detail-box h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.2;
}

.slider_section .detail-box p {
  color: #f1f1f1;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.slider_section .btn-box {
  margin-top: 25px;
}

.btn1 {
  display: inline-block;
  background: #f39c12;
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.btn1:hover {
  background: #d35400;
  transform: scale(1.05);
}

.slider_section .img-box {
  text-align: center;
}

.slider_section .img-box img {
  max-width: 70%;
  height: auto;
  margin: 0 auto;
  animation: floatY 5s ease-in-out infinite;
}

@keyframes floatY {
  0%, 100% { transform: translateY(-20px); }
  50% { transform: translateY(20px); }
}

.slider_section .carousel-indicators {
  /* justify-content: center;
  margin-top: 10px; */
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 20;
  padding: 0;
}

.slider_section .carousel-indicators li {
  background-color: #f39c12;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}

.slider_section .carousel-indicators li.active {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #f39c12;
}

.carousel-item {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out !important;
}

@media (max-width: 767px) {
  .slider_section .img-box img {
    max-width: 55;
  }
}
/* END SLIDE SECTION */


/* ABOUT SECTION */
.about_section {
  background-color: #00204a;
  color: #ffffff;
  padding: 60px 0;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .img-box img {
  max-width: 80%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.about_section .detail-box h3 {
  color: #ccc !important;
  border-bottom: 2 px solid rgba (243, 156, 18, 0.5);
  display: inline-block;
  padding-bottom: 5px;
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
  line-height: 1.8;
  font-size: 16px;
  text-align: justify;
  color: #ccc;
}

.mission-box {
  background-color: #f39c12; /* Brand yellow */
  color: #00204a; /* Brand blue */
  border-radius: 8px;
  font-weight: 500;
  margin-top: -30px;
  box-shadow: 0 4px 15px rgba (0, 0, 0, 0.2);
}

.values_section {
  background-color: #1f3f66; /* Slightly lighter blue for contrast */
  color: #ffffff;
  padding: 90px 0;
}
        
.values_section .value-card {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
        
.values_section .value-card:hover {
  transform: translateY(-5px);
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 25px rgba (0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .about_section .detail-box {
    margin-left: 0; /* reset margins on mobile */
    text-align: left; /* better readability on small screens */
  }
  .about_section .img-box {
    margin: 0 auto 30px auto; /* center image on mobile */
    text-align: center;
  }
}
/* END ABOUT SECTION */


/* BUSINESS HOUR SECTION */
.business-hours-section {
  width: 90%;
  max-width: 800px;
  background-color: #212121;
  color: #fff;
  padding: 50px 40px; /* more balanced padding */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 70px auto 0 auto; /* centers & adds top spacing */
}


.business-hours-section .heading_container p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #aaa;
  line-height: 1.6;
}

.business-hours-section .hours-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.business-hours-section .hour-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background-color: #fff;
  color: #000;
  border-radius: 25px;
  font-size: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.business-hours-section .hour-card:hover {
  transform: scale(1.02);
}

.business-hours-section .hour-card.special {
  color: #ff006e;
  font-weight: bold;
}

.business-hours-section .hour-card span {
  font-weight: bold;
}

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {
  .business-hours-section {
    width: 95%;
    padding: 30px 20px; /* less padding for mobile */
  }
}
/* END OS BUSINESS HOUR SECTION */


/* why section*/
.why_section .box {
  margin-top: 0; /*Remove extra top margin for better alignment*/
  gap: 300px;
}

.why_section .box .img-box {
  margin-bottom: 70px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 3.5px solid #00204a;
  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;
}

.why_section .box .img-box img {
  width: 100%;
  height: 100%;
  fill: #00204a;
}

.why_section .why_container {
  display: flex;
  justify-content: center;
}

.why_section .brand-box {
  display: flex;
  padding-top: 100px;
  gap: 100px; /* Space between each logo */
  flex-wrap: wrap; /* Wrap logos onto a new line on smaller screens */
}

/* index project section */
.team_section {
  text-align: center;
  background-color: #00204a;
  color: #ffffff;
}

.team_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .team_container {
  padding: 0 20px;
}

.team_section .team_container .box {
  padding: 35px 50px 0 50px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
  background: linear-gradient(to bottom, #002759, #002b64);
}

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

.team_section .team_container .box .img-box img { 
  width: 250px; 
  height: 250px;
  border-radius: 0%;
  border: 2px solid #ffffff; 
  object-fit: cover; /* Ensures the image covers the entire space without distortion */
}

.more-content {
  display: none; /* Hide second paragraph by default */
}

.read-more-btn {
  background-color: #00bbf0;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 10px;
}

.team_section .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team_section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 35px;
}

.team_section .team_container .box .social_box a:hover {
  color: #00bbf0;
} */
/* index project section end */


/* INFO SECTION */
.info_section {
    background-color: #0f0843;
    color: #ffffff;
    padding: 25px 0 10px 0;
}

.info_section .info_col {
    text-align: left !important;
    margin-bottom: 15px;
}

.info_section h4 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    text-align: left;
}

.info_section .info_link_box {
	display: inline-block;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.info_section .col-lg-4:nth-child(2) {
	display: flex;
	justify-content: center;
  text-align: left !important;
}

.info_section .info_links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 0;
}

.info_section .info_link_box h4 {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding-left: 0;
}

.info_section .info_contact .contact_link_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.info_section .info_contact .contact_link_box a {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

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

.info_section .info_links {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important; 
    padding-left: 0 !important; 
}

.info_section .info_links a {
    color: #ffffff;
    font-size: 13px;
    margin: 2px 0;
    text-decoration: none;
    transition: color 0.3s;
}

/* 5. Info paragraph */
.info_section .info_detail p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left !important; 
}

/* 6. Social icons */
.info_section .info_social {
    display: flex;
    justify-content: flex-start !important;
    margin-top: 10px;
    margin-bottom: 5px;
}

.info_section .info_social a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%;
    margin-right: 8px;
    font-size: 18px;
    transition: color 0.3s;
}

.info_section a:hover,
.info_section a:focus {
    color: #00bbf0;
}

@media (max-width: 768px) {
    .info_section {
        padding: 20px 0;
    }
    .info_section .info_col {
        margin-bottom: 10px;
    }
}
/* END OF INFO SECTION */


/* FOOTER SECTION (Copyright Bar) */
.footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

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

.footer_section p a {
    color: inherit;
}
/* END OF FOOTER SECTION */


/* INFO SECTION (Footer Base Styles) */
/* Compact Info Section */
.info_section {
    background-color: #0f0843; /* Dark Blue Background */
    color: #ffffff;
    padding: 25px 0 10px 0; /* reduced height */
}

.info_section h4 {
    font-weight: 600;
    margin-bottom: 10px; /* less gap below titles */
    font-size: 16px; /* smaller text */
}

.info_section .info_col {
    margin-bottom: 15px; /* reduce column spacing */
}

/* Contact Box styles */
.info_section .info_contact .contact_link_box {
    display: flex;
    flex-direction: column;
    gap: 4px; /* slight spacing between links */
}

.info_section .info_contact .contact_link_box a {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

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

.info_section .info_contact .contact_link_box a:hover {
    color: #00bbf0; /* Blue hover effect */
}

/* Social icons */
.info_section .info_social {
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
}

.info_section .info_social a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%;
    margin-right: 8px;
    font-size: 18px;
    transition: color 0.3s;
}

.info_section .info_social a:hover {
    color: #00bbf0; /* Blue hover effect */
}

.info_section .info_links {
    display: flex;
    flex-direction: column; 
    align-items: left;
}

.info_section .info_links a {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 13px;
    transition: color 0.3s;
}

.info_section .info_links a:hover {
    color: #00bbf0; /* Blue hover effect */
}

/* CENTER THE LINKS COLUMN IN THE FOOTER   */
.info_section .info_link_box {
  display: inline-block;            
  text-align: left !important;      
}

.info_section .col-lg-4:nth-child(2) { 
  display: flex;
  justify-content: center;          
}

.info_section .info_links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;          
  padding-left: 0;
}

.info_section .info_links a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

@media (max-width: 768px) {
  .info_section .col-lg-4:nth-child(2) {
    justify-content: flex-start; 
  }
}


.info_section .info_detail p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}


@media (max-width: 768px) {
    .info_section {
        padding: 20px 0;
        text-align: left;
    }
    .info_section .info_col {
        margin-bottom: 10px;
    }
}
/* END OF INFO SECTION */


/* FOOTER SECTION (Copyright Bar) */
.footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

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

.footer_section p a {
    color: inherit;
}
/* END OF FOOTER SECTION */
/* END OF INFO SECTION */

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

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

.footer_section p a {
  color: inherit;
}
/* END OF FOOTER SECTION */

/* SERVICE SECTION */
.service_section .service-icon {
  max-width: 80px;  
  height: auto;
  display: block;
  margin: 0 auto 15px auto; 
}

.service_section .box {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
}

.service_section .box:hover {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.service_section h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.service_section p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #555;
}

.service_section .category-heading {
    color: #f39c12 !important; 
    font-size: 1rem;
    font-weight: 300;
    border-bottom: 3px solid #f39c12;
    padding-bottom: 5px;
    display: inline-block; 
    margin-bottom: 30px !important;
}

/* Repair Process Section Styling */
.process_section {
    background-color: #00204a; /* Primary dark blue */
    padding: 80px 0;
}

.process_section h2 span {
    color: #f39c12; /* Highlight the span in the heading */
}

.process_section .process-step {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 15px;
    border-radius: 8px;
    transition: background 0.3s;
}

.process_section .process-step:hover {
    background: rgba(255, 255, 255, 0.1);
}

.process_section .process-icon {
    margin-bottom: 15px;
}

.process_section .process-icon .fa {
    color: #f39c12;
}

.cta_section {
    color: #00204a;
}

.cta_section .btn-dark {
    padding: 12px 30px;
    font-size: 1.1rem;
}
/* END OF SERVICE SECTION */


/* PROJECT SECTION */
/* Footer link section */
.info_section .info_link_box .info_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    padding-left: 0;
}
  
.info_section .info_link_box .info_links a {
    padding: 2px 0;
    margin-bottom: 5px;
    font-size: 13px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

.info_section a:hover, .info_section a:focus {
  color: #00bbf0;
  }
  
.info_section .info_contact .contact_link_box a {
  font-size: 13px;
}

.team_section .detail-box p {
  color: #f8f9fa;  /* or any color you like */
}

/* Project section styling */
.product_section {
  background-color: #00204a;
  color: #ffffff;
  text-align: center;
  padding: 90px 0;
}

.product_section .heading_container h2 {
  color: #ffffff;
  font-weight: 700;
}

.product_section .heading_container h2 span {
  color: #00bbf0;
}

/* Poster Layout */
.product_container {
  margin-top: 40px;
}

.poster-box {
  background: linear-gradient(to bottom, #002759, #002b64);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 40px;
}

.poster-box:hover {
  transform: scale(1.02);
}

.poster-box img {
  width: 100%;
  border-radius: 6px;
  border: 2px solid #ffffff;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .poster-box {
    margin-bottom: 25px;
  }
}

/* Navbar toggler fix */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Project image carousel fix */
.carousel-inner img {
  width: 100%;
  height: 250px;               /* fixed height for consistent layout */
  object-fit: cover;           /* ensures image fills box while keeping ratio */
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.box {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 15px;
  transition: all 0.3s ease;
  height: 100%;
}

.box:hover {
  transform: translateY(-5px);
}

.detail-box h5 {
  color: #0f054c;
  font-weight: bold;
  margin-top: 10px;
}

.detail-box p {
  font-size: 14px;
  color: #333;
}
/* END OF PROJECT SECTION */


/* PRODUCT SECTION */
.product_section {
  padding: 90px 0;
  background-color: #00204a;
  color: #ffffff;
  text-align: center;
}

.product_section .heading_container h2 {
  color: #ffffff;
  font-weight: 700;
}

.product_section .heading_container h2 span {
  color: #00bbf0;
}

/* Poster Layout */
.product_container {
  margin-top: 30px;
}

.poster-box {
  background: linear-gradient(to bottom, #002759, #002b64);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 40px;
  text-align: center;
}

.poster-box:hover {
  transform: scale(1.02);
}

.poster-box img {
  width: 85%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  border: 2px solid #ffffff;
  display: inline-block;
  object-fit: contain;
}

.poster-box h5 {
  margin-top: 15px;
  color: #00bbf0;
  font-weight: 600;
  font-size: 16px;
}

/* Make 2 posters per row on desktop, 1 per row on mobile */
@media (min-width: 768px) {
  .poster-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .poster-box {
    margin-bottom: 25px;
  }
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Fix Bootstrap navbar icon not visible on dark bg */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* END OF PRODUCT SECTION */


/* FAQ SECTION */
.faq_section {
    background-color: #ffffff;
    color: #00204a;
    padding: 60px 0;
}

.faq_section .heading_container {
    text-align: center;
    margin-bottom: 40px;
}

.faq_section h2 span {
    color: #00bbf0; 
}

.faq_section .faq-container {
    background-color: #013268;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    transition: background-color 0.3s;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}

.toggle-icon {
    font-size: 22px;
    color: #f39c12; /* Accent color for the icon */
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    margin-top: 15px;
    color: #d1e7ff;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .toggle-icon {
    transform: rotate(180deg);
}

.side-panel {
    background-color: #1f3f66;
    color: #ffffff;
    height: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.side-panel h5 {
    font-weight: 500; /* Adjusted from 'medium' to numeric 500 */
}

.left-panel .quick-contact-list {
    padding-left: 0;
}

.left-panel .quick-contact-list li {
    list-style: none;
    padding: 8px 0;
    color: #d1e7ff;
}

.left-panel .text-primary {
    color: #f39c12 !important; /* Accent color */
}

.right-panel .btn-warning {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #00204a;
    font-weight: 700; /* Adjusted from 'bold' to numeric 700 */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .d-none.d-md-block {
      display: none !important;
    }
    .col-md-6 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
    }
    .faq_section .faq-container {
      padding: 25px;
    }
}
/* END OF FAQ SECTION */
