/*
 * Custom SCSS for Hello Elementor Theme
 * Add your custom styles here using SCSS syntax
 */
body {
  color: #333;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex {
  display: flex;
}

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

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.p-1 {
  padding: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.p-2 {
  padding: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.p-3 {
  padding: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.p-4 {
  padding: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.p-5 {
  padding: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.background-shades {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -3;
}

.custom-hero-section {
  position: initial;
}
.custom-hero-section .background-shades .eclipse {
  position: absolute;
  width: 47vw;
  height: 500px;
  filter: blur(146.8628997803px);
  opacity: 0.4;
}
.custom-hero-section .background-shades .eclipse.eclipse-1 {
  background: #B0DFED;
  border-radius: 545.178px;
  top: -110px;
  right: 100px;
}
.custom-hero-section .background-shades .eclipse.eclipse-2 {
  width: 65vw;
  height: 458.83px;
  left: -20%;
  top: 80%;
  border-radius: 998.511px;
  background: #B58FE3;
  filter: blur(200px);
}
.custom-hero-section .background-shades .eclipse.eclipse-3 {
  width: 45vw;
  height: 924px;
  transform: rotate(-96.013deg);
  right: 0;
  top: 70%;
  border-radius: 924px;
  background: #8AB8FF;
  filter: blur(210px);
}

.page-content {
  overflow: hidden;
}

.custom-accordion-wrapper .custom-accordion-item {
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
}
.custom-accordion-wrapper .custom-accordion-item:last-child {
  margin-bottom: 0;
}
.custom-accordion-wrapper .custom-accordion-header {
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
.custom-accordion-wrapper .custom-accordion-header:hover {
  background-color: #e9ecef;
}
.custom-accordion-wrapper .custom-accordion-header.active {
  background-color: #0073aa;
  color: #ffffff;
}
.custom-accordion-wrapper .custom-accordion-header.active .custom-accordion-title {
  color: #ffffff;
}
.custom-accordion-wrapper .custom-accordion-header.active .custom-accordion-toggle-icon i {
  transform: rotate(180deg);
  color: #ffffff;
}
.custom-accordion-wrapper .custom-accordion-icon {
  font-size: 1.2rem;
  color: #0073aa;
  min-width: 24px;
}
.custom-accordion-header.active .custom-accordion-wrapper .custom-accordion-icon {
  color: #ffffff;
}
.custom-accordion-wrapper .custom-accordion-title {
  flex: 1;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.custom-accordion-wrapper .custom-accordion-toggle-icon {
  margin-left: auto;
}
.custom-accordion-wrapper .custom-accordion-toggle-icon i {
  transition: transform 0.3s ease;
  color: #0073aa;
  font-size: 0.9rem;
}
.custom-accordion-wrapper .custom-accordion-content {
  display: none;
  background-color: #ffffff;
}
.custom-accordion-wrapper .custom-accordion-content.active {
  display: block;
  animation: slideDown 0.3s ease-out;
}
.custom-accordion-wrapper .custom-accordion-content-inner {
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .custom-accordion-wrapper .custom-accordion-content-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.custom-accordion-wrapper .custom-accordion-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  max-height: 200px;
}
.custom-accordion-wrapper .custom-accordion-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #666;
}
.custom-accordion-wrapper .custom-accordion-text p:last-of-type {
  margin-bottom: 1.5rem;
}
.custom-accordion-wrapper .custom-accordion-button-wrapper {
  margin-top: 1rem;
}
.custom-accordion-wrapper .custom-read-more-btn {
  background-color: #0073aa;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
}
.custom-accordion-wrapper .custom-read-more-btn:hover {
  background-color: #005177;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.custom-accordion-wrapper .custom-accordion-item {
  padding: 40px 0 16px 0;
  border: none;
  border-top: 1px solid #E6EAF1;
  margin-bottom: 0;
}
.custom-accordion-wrapper .custom-accordion-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.custom-accordion-wrapper .custom-accordion-header {
  padding: 0;
  background: transparent;
  margin-bottom: 16px;
}
.custom-accordion-wrapper .custom-accordion-header .custom-accordion-title {
  color: #8A9EBF;
}
.custom-accordion-wrapper .custom-accordion-header.active, .custom-accordion-wrapper .custom-accordion-header:hover {
  background: transparent;
}
.custom-accordion-wrapper .custom-accordion-header.active .custom-accordion-title {
  color: #002C74;
}
.custom-accordion-wrapper .custom-accordion-content p {
  font-family: "Clash Display", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #002C74;
}
.custom-accordion-wrapper .custom-accordion-content.active {
  background-color: transparent;
}
.custom-accordion-wrapper .custom-accordion-content .accordion-read-more {
  margin-top: 12px;
  padding: 16px 0;
}

.brand-link {
  font-family: "Clash Display", Sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important;
  color: #002C74;
}

.custom-grid-slider-wrapper .slide-title {
  font-family: "Clash Display", Sans-serif;
  color: #002C74;
}
.custom-grid-slider-wrapper .slide-content {
  color: #002C74;
}
.custom-grid-slider-wrapper .slider-content-col {
  padding: 45px 0;
}
.custom-grid-slider-wrapper .slide-image-item img {
  border-radius: 12px;
  height: 100%;
}
.custom-grid-slider-wrapper .slider-arrow {
  border: none;
  padding: 8px;
  background: #D2D6DB;
}
.custom-grid-slider-wrapper .slider-arrow svg {
  color: #fff;
}
.custom-grid-slider-wrapper .slider-arrow:hover {
  background: #002C74;
}

@media screen and (min-width: 1200px) {
  .wide {
    overflow: hidden;
    width: 100%;
    margin: 20px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc((100% - 1240px) / 2);
    max-width: none;
    flex-direction: initial !important;
  }
  .wide .e-con-inner {
    flex: 1 0 0;
    max-width: 100%;
  }
  .contains-wide-row .l {
    width: 50%;
    max-width: 665px;
  }
  .wide .r {
    width: auto;
    flex: 1 0 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .wide {
    margin-left: calc((100% - 1240px) / 2);
  }
}

/*# sourceMappingURL=aim-custom.css.map */
