/** Shopify CDN: Minification failed

Line 325:26 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom_footer (INDEX:34) */
#newsletter-custom-styling-footer{
    display:flex;
    flex-direction:column;
  }
  #newsletter-custom-styling-footer input{
    width:250px!important;
    background:transparent!important;
    color:white!important;
    border-radius: 28px; 
    border: 1px solid #FFF; 
    background: transparent; 
    padding:8px 30px;
    font-size: 20px;
  }
  .custom-footer-input-newsletter::placeholder{
    color:white;
  }
  #newsletter-custom-styling-footer button{
    background:white!important;
    color:#12295B!important;
    width:100px!important;
  }
    #newsletter-custom-styling-footer .field{
    gap:11px!important;
  }
   #newsletter-custom-styling-footer .field:before,#newsletter-custom-styling-footer .field:hover.field:after,#newsletter-custom-styling-footer .field:after{
     box-shadow:none!important;
     
   }
    #newsletter-custom-styling-footer button[type="submit"]{
      padding: 8px 80px!important;
    }


  
  .custom_footer_section p{
    color:white !important;
  }
  .footer-newsletter-form form{
    display:flex;
    gap:10px;
    align-items:center;
    padding:40px 0px;
  }
  .footer_upper_row .footer_column_1 p{
    color:white;
  }
/* Footer Background */
  .copyright-text p{
    color: #DBDBDB!important;
    font-size:16px!important;
    font-weight:400!important;
  }
.footer-bg {
  background-color: #194185;
}

/* General Footer Styles */
.custom_footer_section * {
  color: white;
}

.footer_upper_row {
  display: flex;
  flex-direction: row;
  padding: 100px 0px 32px 0px;
  gap: 40px;
  justify-content: space-between;
  border-bottom: 1px solid #A9A9A9;
}

/* Footer Columns */
.footer_upper_row .footer_column {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
}

.footer_upper_row .footer_column_1 {
  gap: 12px;
  width: 40%;
  padding-right: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer_upper_row {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  
  .footer_upper_row .footer_column {
    width: 45%;
    align-items: center;
    text-align: center;
  }
  
  .footer_upper_row .footer_column_1 {
    width: 100%;
    text-align: center;
        padding:0px;
  }
}

@media (max-width: 768px) {
    .footer-newsletter-form form{
    flex-direction:column;
  }

  .footer-newsletter-form form input::placeholder {
   text-align: center; 
  }
  .footer_upper_row {
    flex-direction: column;
    align-items: center;
  }
  
  .footer_upper_row .footer_column {
    width: 100%;
    text-align: center;
  }
}

/* Footer Menu Links */
.footer_upper_row .footer_menu_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.footer_upper_row .footer_menu_list .footer_menu_link {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: white !important;
  text-decoration: none;
  font-weight: 400;
}

.footer_upper_row .footer_menu_list .footer_menu_link:hover {
  color: #FFD700;
}

.footer_upper_row .footer_menu_list .footer_menu_link--active {
  font-weight: 600;
  color: #444444;
}

/* Social Icons */
  .footer_lower_row{
    padding: 50px 0px;
    display: flex;
    justify-content:space-between;
  }
.custom_footer_section .social_icons_container {
  display: flex;
  justify-content: end;
  gap: 16px;
  
}
  .custom_footer_section .social_icons_container a img{
     width: 48px;
  height: 48px;
  }

.footer_column_1 .social_icon_item img {
  width: 48px;
  height: 48px;
}

/* Newsletter Form */
.footer-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-form form {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.footer-form .form-field {
  width: 100%;
  max-width: 500px;
  margin-bottom: 16px;
}

.footer-form input,
.footer-form textarea {
  border-radius: 28px;
  border: 1px solid #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.footer-form button {
  color: #12295B;
  background-color: white;
  cursor: pointer;
  width: 25%;
  padding: 10px;
  border: none;
  border-radius: 28px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .footer-form .form-field {
    width: 100%;
  }
  
  .footer-form button {
    width: 100%;
  }
  .footer_lower_row{
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }


       #newsletter-custom-styling-footer .field{
    flex-direction:column;
    align-items:center;
  }
      #newsletter-custom-styling-footer button, #newsletter-custom-styling-footer input{
        width:100%!important;
      }

     .custom-footer-input-newsletter::placeholder{
         text-align: center; 
    }
}
/* END_SECTION:custom_footer */

/* START_SECTION:our-team (INDEX:92) */
.our_team {
display: flex;
flex-wrap: wrap;
gap: 60px;
justify-content: center;
}
.team-member {
display: flex;
align-items: center;
gap: 30px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.team-member .content {
width:50%;
  gap:20px;
}
.team-member h4 p {
color: #175CD3 !important;
  margin-top:15px!important;
}
.team-member .our-team-content {
width: 100%;
max-width: 604px;
margin-top:30px;
}
.team-member .image {
width: 50%;
flex-shrink: 0;
}
.team-member .image img {
width: 100%;
height: 630px;
  
object-fit: cover;
object-position: top center;
border-radius: 12px;
}
/* Responsive Design */
@media (max-width: 1024px) {
.team-member {
flex-direction: column !important;
align-items: flex-start;
}
.team-member .content {
width:100%;
}
.team-member .our-team-content{
max-width:100%;
}
.team-member .image img{
    width: auto;
  height: 450px;
  text-align:center;
  max-width: 100%;
  max-height: 100%;
  object-fit:contain;
}
.team-member .image {
  display:flex;
  justify-content:center;
width: 100%;
order: -1; /* Place the image above the content on smaller screens */
}
.team-member .image img {
object-fit:contain;
}
/* END_SECTION:our-team */