/*
 Theme Name:     Operation Blessing
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/*@import url("../Divi/style.css");*/

/* =Theme customization starts here
------------------------------------------------------- */
html.pum-open.pum-open-overlay.pum-open-scrollable #page-container {
  padding-right: 0;
}
html.pum-open-fixed {
  position: fixed;
}
body {
  font-feature-settings: "liga", "kern";
  font-weight: 400;
}
body.menu-open,
body.modal-open {
  overflow: hidden;
}
/* Hide scrollbars across browsers */
body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow-y: scroll; /* Ensure scroll space exists but hidden */
}

body::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

code,
pre {
  font-family: inherit;
  margin-bottom: inherit;
  padding: 0;
  display: inline;
}
.force-background-image-cover {
  /* transform: scale(1.1); */
  background-size: 110%;
}
.tooltip-container {
  position: relative;
  /* display: inline-block; */
}

.custom-tooltip {
  visibility: hidden;
  background-color: var(--darkBlue);
  color: var(--white);
  text-align: center;
  font-size: 13px;
  border-radius: 4px;
  padding: 6px 10px;
  position: absolute;
  z-index: 100;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  pointer-events: none;
}

.tooltip-container:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}
.menu-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

body.drawer-open .menu-overlay {
  visibility: visible;
  opacity: 1;
}
.sticky-column,
.et-db #et-boc .et-l .sticky-column {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 160px;
  z-index: 10;
}
.flex {
  display: flex;
}
.flex-row-cols .et_pb_column {
  display: flex;
}
.flex-row-cols.flex-row-direction-col .et_pb_column,
.flex-direction-col,
.flex-direction-col-mobile {
  flex-direction: column;
}
.flex-row-width-auto .et_pb_column {
  width: auto;
}
.flex-row-cols-margin-0 .et_pb_column {
  margin: 0;
}
.flex-row-two-buttons {
  gap: 20px;
}
.flex-row-two-buttons .et_pb_column {
  margin-bottom: 10px;
}
.max-content {
  width: max-content;
}
.object-fit-cover,
.object-fit-cover img {
  object-fit: cover;
}
.column-count-2 {
  column-count: 2;
}
.column-count-3 {
  column-count: 3;
}
.column-count-4 {
  column-count: 4;
}
.align-start {
  align-items: start;
}
.align-center,
.align-center-col .et_pb_column {
  align-items: center;
}
.align-baseline {
  align-items: baseline;
}
.justify-center,
.justify-center-col .et_pb_column {
  justify-content: center;
}
.mt-auto {
  margin-top: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.ml-1 {
  margin-left: 10px;
}
.ml-2 {
  margin-left: 20px;
}
.ml-3 {
  margin-left: 30px;
}
.ml-4 {
  margin-left: 40px;
}
.mr-1 {
  margin-right: 10px;
}
.mr-2 {
  margin-right: 20px;
}
.mr-3 {
  margin-right: 30px;
}
.mr-4 {
  margin-right: 40px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.pb-0 {
  padding-bottom: 0;
}
.custom-list ul li {
  margin-bottom: 15px;
}
.et_pb_toggle .et_pb_toggle_title:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 23px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="23" viewBox="0 0 42 23" fill="none"><path d="M41 21L21 3L0.999998 21" stroke="%23ED742E" stroke-width="3"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
  transform: rotate(0deg);
}

.vert-details article {
  display: flex;
  align-items: center;
}

.vert-details article a {
  width: 30%;
}

.vert-details article .wrap {
  width: 70%;
}

.vert-details .entry-title,
.vert-details .post-meta,
.vert-details .post-content {
  width: 100%;
}
.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: var(--white);
}
.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6 {
  color: var(--black);
}
.blue,
.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6 {
  color: var(--blue);
}
.dark-blue,
.dark-blue h1,
.dark-blue h2,
.dark-blue h3,
.dark-blue h4,
.dark-blue h5,
.dark-blue h6 {
  color: var(--darkBlue);
}
.orange,
.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5,
.orange h6 {
  color: var(--orange);
}
.mid-grey,
.mid-grey h1,
.mid-grey h2,
.mid-grey h3,
.mid-grey h4,
.mid-grey h5,
.mid-grey h6 {
  color: var(--midGrey);
}
.bg-transparent {
  background: transparent;
}
.et-db #et-boc .et-l .year-in-review-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.et-db #et-boc .et-l .year-in-review-row .et_pb_column {
  width: auto;
  margin: 0 0 30px 0;
  flex: 1 1 100%;
  box-sizing: border-box;
  min-width: 24%;
}
#home-page-hero .et_pb_row {
  display: flex;
  flex: 1 0 100%;
}
#home-page-hero .et_pb_column {
  display: flex;
  flex-direction: column;
}

#who-we-are-page-hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#who-we-are-page-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 1;
}

/* .background-video-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* .vimeo-background-section {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.vimeo-background-section .fluid-width-video-wrapper {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0 !important;
}

.vimeo-background-section iframe {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
    border: none;
} */
.et-db #et-boc .et-l .other-ways-take-action-row {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.et-db #et-boc .et-l .other-ways-take-action-row .et_pb_column {
  width: auto;
  margin-right: 0;
}
.et-db #et-boc .et-l .other-ways-take-action-row .et_pb_column:last-child {
  flex: 1 0 auto;
  text-align: right;
}
.circle-icon,
.et-db #et-boc .et-l .circle-icon {
  background: var(--orange);
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
body.et-db #et-boc.et-boc .et_pb_button.large-icon:before {
  font-size: 22px !important;
}
.custom-button {
  background: var(--orange);
  text-transform: uppercase;
  border-radius: 4px;
  color: var(--white);
  height: 33px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  transition: 0.3s ease;
}
.custom-button:hover {
  background: var(--peach);
  color: var(--orange);
}
/*
* ----------[LEAD GEN]--------*
*/
.et-db #et-boc .et-l .section-side-images-row {
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
}
.et-db #et-boc .et-l .section-side-images-row .et_pb_column {
  height: 100%;
}
.et-db #et-boc .et-l .lg-top-left-image {
  position: absolute;
  top: 25%;
  left: 0;
}
.et-db #et-boc .et-l .lg-bottom-right-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.corporate-responsibility-row {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.corporate-responsibility-row .et_pb_column {
  width: auto;
}
.circle-avatar {
  width: 138px;
  height: 138px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.circle-avatar .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.circle-avatar img {
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  transform: scale(1.1);
  display: block;
}

.video-play-button-container {
  margin: 20px 0;
}

.video-play-button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video-play-button svg {
  transition: transform 0.3s ease;
}

.video-play-button:hover svg {
  transform: scale(1.1);
}

#video-modal .fluid-width-video-wrapper {
  padding-bottom: 56.25%;
  position: unset;
}

/* Modal styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

#youtube-video {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#video-modal.showing #youtube-video {
  position: relative;
  opacity: 1;
  z-index: 1;
}

span.loading-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #000;
  padding: 0px;
  border-radius: 8px;
  text-align: center;
}

.modal-content iframe {
  width: 100%;
  border: none;
}
div:not(.product-modal) .modal-content,
.modal-content iframe {
  height: 450px !important;
}

.close-button {
  position: absolute;
  top: -30px;
  right: -20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.four-square .et_pb_column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
}
.four-square .et_pb_column .et_pb_module {
  min-height: 400px;
  display: flex;
  align-items: center;
}

.pillar-icon-container {
  position: relative;
  display: inline-block;
  width: 90px; /* Adjust based on your SVG size */
  height: 90px;
}

.pillar-icon-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}

.pillar-icon-container .full {
  opacity: 0;
}

.pillar-icon-container:hover .outline {
  opacity: 0;
}

.pillar-icon-container:hover .full {
  opacity: 1;
}

.sbi-owl-nav > div {
  background-color: rgba(var(--orange-rgb), 0.75);
}
.sbi_carousel:hover .sbi-owl-nav > div,
.sbi_carousel:hover .sbi-owl-nav > div:hover {
  background-color: rgba(var(--orange-rgb), 1);
}
.sbi-owl-nav > div svg {
  color: var(--white);
}

/*
* ----------[MEDIA QUERIES]--------*
*/
@media screen and (min-width: 480px) {
  .et-db #et-boc .et-l .year-in-review-row .et_pb_column {
    flex: 1 1 calc(50% - 10px);
  }
  .et-db #et-boc .et-l .year-in-review-row {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  /***********************************	
		CUSTOM BLOG MODULE LIST VIEW
	***********************************/

  /*** Set the image width ***/
  .custom-blog-list .entry-featured-image-url {
    width: 30%;
    float: left;
    margin-bottom: 0 !important;
  }

  /*** Set the image width ***/
  .custom-blog-list .entry-title,
  .custom-blog-list .post-meta,
  .custom-blog-list .post-content {
    width: 70%;
    float: left;
    padding-left: 30px;
  }

  /*** Style the individual posts ***/
  .custom-blog-list.add-box-shadow {
    box-shadow: 0px 2px 80px 0px rgba(160, 190, 212, 0.22);
    border-radius: 6px;
    padding: 60px;
  }

  /*** Blog image aspect ratio square 1:1 ***/
  .custom-blog-list.square .entry-featured-image-url {
    padding-top: 30%;
    display: block;
  }

  .custom-blog-list.square .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
  }
  #home-page-hero .et_pb_column {
    justify-content: center;
  }

  .et-db #et-boc .et-l .other-ways-take-action-row {
    flex-direction: row;
  }
  .et-db #et-boc .et-l .other-ways-take-action-row .et_pb_column:nth-child(2) {
    max-width: 75%;
    padding-right: 40px;
  }
  .et-db #et-boc .et-l .other-ways-take-action-row .et_pb_column .circle-icon {
    margin-right: 40px;
  }
  .four-square .et_pb_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 2200px) {
}
@media screen and (min-width: 1280px) {
}
@media only screen and (min-width: 1101px) {
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 981px) {
  .pb-0-lg {
    padding-bottom: 0;
  }
  .flex-desktop {
    display: flex;
  }
  .et-db #et-boc .et-l .year-in-review-row .et_pb_column {
    flex: 1 1 calc(25% - 10px);
  }
  .corporate-responsibility-row {
    flex-direction: row;
  }
  .flex-direction-col-mobile {
    flex-direction: row;
  }
  .flex-row-two-buttons .et_pb_column {
    width: auto !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1100px) {
}
@media only screen and (max-width: 980px) {
  .dir-reverse-md {
    flex-direction: column-reverse;
    display: flex;
  }
  .four-pillar-section {
    background-position: center 220px !important;
  }
  .custom-tooltip {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 766px) {
}
@media only screen and (max-width: 768px) {
  .pb-0-md {
    padding-bottom: 0;
  }
  .break-on-mobile {
    display: block;
  }
  .vert-details article {
    flex-direction: column;
  }
  .vert-details article a {
    width: 100%;
  }
  .vert-details article .wrap {
    width: 100%;
  }
  .year-in-review-row:not(.ignore) .et_pb_column {
    opacity: 0; /* Initially hidden */
    transition: opacity 0.5s ease; /* Smooth transition */
  }
  #pillars-row .et_pb_column {
    width: 50% !important;
    margin-right: auto;
  }
  .modal-content,
  .modal-content iframe {
    height: 350px !important;
  }
  #video-modal .modal-content,
  #video-modal .modal-content iframe {
    height: auto !important;
    background: transparent;
  }
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 980px) and (orientation: portrait) {
}
