@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=Open+Sans&display=swap");
body {
  font-family: 'Cairo', sans-serif;
  color: #000099; /* Dark blue */
  background-color: #218589; /* Teal */
  overflow-x: hidden;
}
h2 {
    color: #ffffff; /* White */
}

span.small {
  font-size: smaller;
}

.tab {
    display: inline-block;
    margin-left: 40px;  
}



.BG2 {
  background-color: #218589; /* Teal */
  color: #ffffff; /* White */
}
.link { color: #ffffff; } /* White link color */
.link:hover { color: #00FF00; } /* Bright green link hover */
.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;
}

.heading_container h2 span {
  color: #00008b; /* Dark blue */
}

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

p {
  font-family: 'Open Sans', sans-serif;
}

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_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg, rgba(31, 65, 114, 0.85), rgba(31, 65, 114, 0.75), rgba(31, 65, 114, 0.05)); /* Navy blue gradient with varying opacity */
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .header_top {
  background: #2e697b; /* Slate blue */
}

.header_section .header_top .header_top_container {
  display: block;
}

.header_section .header_top .contact_nav {
  display: flex;
  float: right;
}

.header_section .header_top .contact_nav a {
  color: #000000; /* Black */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
}

.full {
  float: left;
  width: 100%;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  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: #00008b; /* Dark blue */
  border-radius: 100%;
}

.header_section .header_top .contact_nav a.call-link {
  background: #2e697b; /* Slate blue */
  margin-right: -15px;
  padding: 15px 25px;
  color: #ffffff; /* White */
}

.header_section .header_top .contact_nav a.call-link i {
  color: #ffffff; /* White */
}

.header_section .header_top .social_box {
  display: block;
  min-width: 145px;
  float: left;
  padding: 18px 0 0;
}

.header_section .header_top .social_box > a {
  float: left;
  font-size: 18px;
}

.header_section .header_top .social_box a {
  margin-right: 10px;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  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: #00008b; /* Dark blue */
  border-radius: 100%;
}

.header_section .header_bottom {
  padding: 15px 0;
}

.navbar-brand {
  color: #ffffff; /* White */
  font-weight: bold;
  font-size: 35px;
}

.navbar-brand:hover {
  color: #ffffff; /* White */
}

.custom_nav-container {
  padding: 0;
}

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

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #ffffff; /* White */
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #00008b; /* Dark blue */
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #Ffef00; /* Bright yellow */
}

.custom_nav-container .nav_search-btn:hover {
  color: #00008b; /* Dark blue */
}

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

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

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff; /* White */
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .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; /* White */
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .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;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*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;
  padding: 45px 0 75px 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: #ffffff; /* White */
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff; /* White */
  font-size: 3.5rem;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00008b; /* Dark blue */
  color: #ffffff; /* White */
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #00008b; /* Dark blue */
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #00008b; /* Dark blue */
}

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

.slider_section .carousel_btn-box a {
  top: 50%;
  width: 45px;
  height: 45px;
  color: #Ffef00; /* Bright yellow */
  font-size: 24px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 5px;
  background-color: #00008b; /* Dark blue */
  opacity: .6;
}

.slider_section .carousel_btn-box a:hover {
  color: #ffffff; /* White */
  opacity: 1;
}

.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}

.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

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

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

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

.about_section .detail-box p {
  color: #ffffff; /* White */
  margin-top: 15px;
}
.about_section .detail-box li  {
  color: white; /* White */
}



.about_section .detail-box a:hover {
  background-color: transparent;
  color: #00008b; /* Dark blue */
}

.service_section {
  position: relative;
}

.service_section .heading_container p {
  color: #7a7a7a; /* Medium gray */
}

.service_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;
  margin-top: 55px;
  border-radius: 5px;
  background-color: #1f4172; /* Navy blue */
  padding: 65px 0 45px 0;
}

.service_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;
  width: 120px;
  min-width: 120px;
  height: 120px;
  padding: 10px;
  margin-bottom: 45px;
  position: relative;
}

.service_section .box .img-box img {
  max-width: 65px;
  max-height: 65px;
  position: relative;
  z-index: 3;
}

.service_section .box .img-box::before, .service_section .box .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff; /* White */
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_section .box .img-box::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_section .box .detail-box {
  padding: 0 20px;
  text-align: center;
  color: #ffffff; /* White */
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #fff; /* White */
  font-weight: 600;
}

.service_section .box .detail-box a i {
  margin-left: 5px;
}

.service_section .box .detail-box a:hover {
  color: #Ffef00; /* Bright yellow */
}

.service_section .box:hover .img-box::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2e697b; /* Slate blue */
  color: #ffffff; /* White */
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #00008b; /* Dark blue */
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #00008b; /* Dark blue */
}

.service_section .p {
	color:white;
}

.call_section {
  background: #1f4172; /* Navy blue */
  color: #ffffff; /* White */
  padding: 65px 0;
}

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

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

.call_section .img-box img {
  width: 100%;
  border-radius: 100%;
  position: relative;
  border: 10px solid #27518e; /* Medium blue */
}

.call_section .detail-box h3 {
  color: #00008b; /* Dark blue */
  font-weight: bold;
  font-size: 3rem;
 
}

.contact-button {
  position: fixed;
  top: 120px;
  right: 10px;
  border-radius: 25px;
  background-color: #Ffef00; /* Bright yellow */
  padding: 10px 20px; /* Adjust padding based on icon size */
  display: flex; /* Center icon and text horizontally */
  align-items: center; /* Align icon and text vertically */
  transition: all 0.2s ease-in-out; /* Transition for hover and press effects */
}

.contact-button:hover {
  background-color: #d7d700; /* Darker yellow */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

.contact-button:active { /* Style for button press (active state) */
  transform: scale(0.98); /* Slight button press animation */
}

.contact-button i { /* Style the icon */
  font-size: 18px; /* Adjust icon size as needed */
  margin-right: 5px; /* Add spacing between icon and text */
  color: #333; /* Dark gray */
}

.call_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1f4172; /* Navy blue */
  color: #ffffff; /* White */
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #1f4172; /* Navy blue */
  margin-top: 15px;
}

.call_section .detail-box a:hover {
  background-color: transparent;
  color: #1f4172; /* Navy blue */
}

.faq_section {
  position: relative;
}

.faq_section .detail-box p {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #7a7a7a; /* Medium gray */
}

.faq_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00008b; /* Dark blue */
  color: #ffffff; /* White */
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #00008b; /* Dark blue */
}

.faq_section .detail-box a:hover {
  background-color: transparent;
  color: #00008b; /* Dark blue */
}

.faq_section #faqAccordion .card {
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.faq_section #faqAccordion .card-header {
  background-color: #1f4172; /* Navy blue */
  border: none;
}

.faq_section #faqAccordion h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.faq_section #faqAccordion h5 button {
  border: none;
  background-color: transparent;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  position: relative;
  padding-right: 25px;
  color: #ffffff; /* White */
  width: 100%;
}

.faq_section #faqAccordion h5 button::before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  color: #ffffff; /* White */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq_section #faqAccordion h5 button[aria-expanded="true"]::before {
  content: "\f106";
}

.faq_section #faqAccordion .card-body {
  background-color: #218589; /* Teal */
  color: white;
}




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

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

.news_section .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000; /* Black */
  border: 1px solid #ececec; /* Very light gray */
}

.news_section .box .img-box {
  position: relative;
  width: 200px;
  min-width: 200px;
}

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

.news_section .box .detail-box {
  padding: 15px;
}

.news_section .box .detail-box h5 {
  font-weight: 600;
}

.news_section .box .detail-box p {
  font-size: 15px;
}

.news_section .box .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: #00008b; /* Dark blue */
  color: #ffffff; /* White */
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #00008b; /* Dark blue */
}

.news_section .box .detail-box a:hover {
  background-color: transparent;
  color: #00008b; /* Dark blue */
}

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

.contact_section .heading_container h2 {
  margin-bottom: 0;
}

.contact_section .map_form_container .map_container {
  display: none;
}

.contact_section .map_form_container.map_show form {
  display: none;
}

.contact_section .map_form_container.map_show .map_container {
  display: block;
}

.contact_section .form-group {
  margin-bottom: 25px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: #f7f8f9; /* Off-white */
  border: 1px solid #ebebeb; /* Light gray */
  outline: none;
  color: #000000; /* Black */
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_section textarea {
  width: 100%;
  border: none;
  height: 150px;
  padding-left: 25px;
  background-color: #f7f8f9; /* Off-white */
  border: 1px solid #ebebeb; /* Light gray */
  outline: none;
  color: #000000; /* Black */
  border-radius: 0;
  outline: none;
  padding: 15px 25px;
}

.contact_section textarea::-webkit-input-placeholder,
.contact_section textarea::-ms-input-placeholder,
.contact_section textarea::placeholder {
  color: #222222; /* Very dark gray */
} 

.contact_section input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ebebeb; /* Light gray */
  background: #ffffff; /* White */
}

.contact_section input::-webkit-input-placeholder {
  color: #222222; /* Very dark gray */
}

.contact_section input:-ms-input-placeholder {
  color: #222222; /* Very dark gray */
}

.contact_section input::-ms-input-placeholder {
  color: #222222; /* Very dark gray */
}

.contact_section input::placeholder {
  color: #222222; /* Very dark gray */
}

.contact_section input.message-box {
  height: 120px;
  border-radius: 0;
}

.contact_section input.message-box:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ebebeb; /* Light gray */
  background: #ffffff; /* White */
}

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

.contact_section .btn-box button {
  margin: 5px;
  width: 185px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact_section .btn-box .submit_btn {
  display: inline-block;
  padding: 10px 0;
  background-color: #00008b; /* Dark blue */
  color: #ffffff; /* White */
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #00008b; /* Dark blue */
}

.contact_section .btn-box .submit_btn:hover {
  background-color: transparent;
  color: #00008b; /* Dark blue */
}

.contact_section .btn-box .map_btn {
  display: inline-block;
  padding: 10px 0;
  background-color: #1f4172; /* Navy blue */
  color: #ffffff; /* White */
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #1f4172; /* Navy blue */
}

.contact_section .btn-box .map_btn:hover {
  background-color: transparent;
  color: #1f4172; /* Navy blue */
}

.contact_section .map_container .map {
  height: 285px;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

/* footer section*/
.footer_section {
  background-color: #1f4172; /* Navy blue */
  padding-top: 75px;
  text-align: center;
  color: #fff; /* White */
}

.footer_section .footer-brand {
  font-size: 2rem;
  color: #Ffef00; /* Bright yellow */
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.footer_items a {
  position: relative;
}

.footer_items .item {
  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-top: 25px;
}

.footer_items .item .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 65px;
  color: #1f4172; /* Navy blue */
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.footer_items .item .img-box i {
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.footer_items .item .img-box::before, .footer_items .item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff; /* White */
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_items .item .img-box::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer_items .item .img-box::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer_items .item p {
  margin-top: 20px;
  color: #fff; /* White */
  margin-bottom: 0;
}

.footer_items .item:hover .img-box::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.social-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;
  margin: 45px 0;
}

.social-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-box a {
  margin: 0 5px;
  color: #00008b; /* Dark blue */
  width: 45px;
  height: 45px;
  background: #ffffff; /* White */
  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;
}

.social-box a i {
  font-size: 20px;
}

.social-box a:hover {
  color: #00008b; /* Dark blue */
  background-color: #fefefe; /* White */
}

.legal-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;
  margin: 45px 0;
}

.legal-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legal-box a {
  margin: 0 5px;
  color: #00008b; /* Dark blue */
  width: 45px;
  height: 45px;
  background: #218589; /* Teal */
  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;
}

.legal-box a i {
  font-size: 10px;
}

.legal-box a:hover {
  color: #00008b; /* Dark blue */
  background-color: #fefefe; /* White */
}

.footer_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding: 0 25px;
  background-color: #fefefe; /* White */
  outline: none;
  color: #101010; /* Very dark gray */
  text-align: center;
}

.footer_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00008b; /* Dark blue */
  color: #ffffff; /* White */
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #00008b; /* Dark blue */
}

.footer_form button:hover {
  background-color: transparent;
  color: #00008b; /* Dark blue */
}

.footer-info {
  text-align: center;
  margin-top: 45px;
}

.footer-info p {
  color: #ffffff; /* White */
  margin: 0;
  padding-bottom: 25px;
}

.footer-info p a {
  color: inherit;
}
.no-bullets, .no-bullets li {
        list-style-type:none;

    }
	
/* New Sections CSS for Positive4Mind */

/* Breadcrumb Styling */
.breadcrumb {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #ffffff; /* White */
  content: "/";
}

.breadcrumb-item.active {
  color: #ffffff; /* White */
}

/* Related Content Section */
.related_content_section {
  background-color: #218589; /* Teal */
  padding: 60px 0;
}

.related_content_section .card {
  border-radius: 10px;
  background-color: #1f4172; /* Navy blue */
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s ease;
  height: 100%;
}

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

.related_content_section .card-title {
  color: #ffffff; /* Dark gray */
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.related_content_section .card-text {
  color: #ffffff; /* White */
  margin-bottom: 20px;
}

.related_content_section .btn-primary {
  background-color: #009970; /* Green */
  border-color: #009970; /* Green */
  padding: 8px 20px;
  border-radius: 5px;
}

.related_content_section .btn-primary:hover {
  background-color: #00785a; /* Darker green */
  border-color: #00785a; /* Darker green */
}

/* FAQ Section */
.faq_section {
  background-color: #218589; /* Teal */
  padding: 60px 0;
}

.faq_section .card {
  border: none;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* Subtle shadow */
}

.faq_section .card-header {
  background-color: #f5f5f5; /* Very light gray */
  border: none;
  padding: 15px 20px;
}

.faq_section .btn-link {
  color: #ffffff; /* Dark gray */
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  text-align: left;
  padding: 0;
}

.faq_section .btn-link:hover,
.faq_section .btn-link:focus {
  text-decoration: none;
  color: #009970; /* Green */
}

.faq_section .card-body {
  padding: 20px;
  color: #218589; /* Teal */
  line-height: 1.6;
}

/* Testimonial Section */
.testimonial_section {
  background-color: #1f4172; /* Navy blue */
  padding: 60px 0;
}

.testimonial_box {
  background-color: #ffffff; /* White */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  height: 100%;
  position: relative;
}

.testimonial_box:before {
  content: '"';
  font-size: 60px;
  color: #e0e0e0; /* Light gray */
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: Georgia, serif;
  opacity: 0.4;
}

.testimonial_box p {
  font-style: italic;
  color: #555555; /* Medium gray */
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.testimonial_box h4 {
  color: #333333; /* Dark gray */
  font-weight: 600;
  margin-top: 15px;
  font-size: 1.1rem;
}



/* Responsive Adjustments */
@media (max-width: 768px) {
  .related_content_section .card,
  .testimonial_box {
    margin-bottom: 20px;
  }
  
  .faq_section .btn-link {
    font-size: 0.9rem;
  }
}

.social-box a:hover {
  color: #ffffff; /* White */
  background-color: #218589; /* Teal */
}

.social-box a:hover i {
  color: #ffffff; /* White */
  
}
audio::-webkit-media-controls-panel {
  background-color: #b8daff;
 
}
.resource-card {
  background-color: #1f4172 !important;/* Navy blue */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: all 0.3s ease;
  color: #ffffff; /* White text for contrast */
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
}

.resource-card h3 {
  color: #ffffff; /* White */
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.resource-card p {
  color: #e0e0e0; /* Light gray for better readability */
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.resource-card a {
  color: #Fff; /* white */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.resource-card a:hover {
  color: #ffffff; /* White on hover */
}

.resource-card .resource-icon {
  margin-bottom: 15px;
  color: #ffffff; /* White */
  font-size: 1.5rem;
}
	
	
	.honeypot-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
  pointer-events: none;
}

/* Yoga Alignment Image Styling */
.alignment-guide-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    filter: brightness(1.05) contrast(1.1);
    object-fit: cover;
    cursor: pointer; /* NEW - Shows it's clickable */
}

.alignment-guide-img:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    padding: 20px;
    margin: 20px 0;
}

.image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2196f3, #64b5f6);
}

.image-caption {
    font-size: 0.875rem;
    color: #546e7a;
    text-align: center;
    margin-top: 12px;
    font-style: italic;
    opacity: 0.8;
}

/* NEW - Full-screen overlay styles */
.image-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    cursor: pointer;
    animation: fadeIn 0.3s ease;
}

.image-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-overlay img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 10000;
}

.close-button:hover {
    color: #64b5f6;
}

/* NEW - Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { 
        opacity: 0;
        transform: scale(0.8);
    }
    to { 
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-wrapper {
        padding: 15px;
        margin: 15px 0;
    }
    
    .alignment-guide-img {
        border-radius: 8px;
    }
    
    /* NEW - Mobile overlay adjustments */
    .close-button {
        top: 10px;
        right: 15px;
        font-size: 30px;
    }
    
    .image-overlay img {
        max-width: 95%;
        max-height: 95%;
    }
}

/* Highlight effect for search results */
.resource-list li {
    transition: background-color 0.3s ease;
}

.resource-list li:not([style*="display: none"]) {
    animation: highlight 0.5s ease;
}

@keyframes highlight {
    0% { background-color: rgba(255, 239, 0, 0.3); }
    100% { background-color: transparent; }
}

/* Style for no results message */
#noResultsMessage {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

#noResultsMessage a {
    color: #Ffef00;
    text-decoration: underline;
}

/* Search input focus style */
#resourceSearch:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 153, 0.25);
}

/* Make search button match the theme */
.input-group-append .btn {
    background-color: #006699;
    border-color: #006699;
    color: #fff;
}

.input-group-append .btn:hover {
    background-color: #00a0d2;
    border-color: #00a0d2;
}
/*# sourceMappingURL=style.css.map */