.elementor-48 .elementor-element.elementor-element-70f193e .main-nav-menu-apply-btn a{
    color: #ffffff !important;
}
.elementor-button .elementor-button-text {
    color: #15629D !important;}
.elementor-77997 .elementor-element.elementor-element-5bcec63 .elementskit-menu-close {
    color: #1d3456;
    background-color: #fff;}

.elementor-78009 .elementor-element.elementor-element-162b9eb:not(.elementor-motion-effects-element-type-background), 
.elementor-78009 .elementor-element.elementor-element-162b9eb > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: none !important;
}


.elementor-section.elementor-section-items-middle > .elementor-container {
    align-items: flex-start !important;
}

.elementor-78013 .elementor-element.elementor-element-2fcc05d > .elementor-container {
    max-width: 1600px;
    min-height: 482px;
    margin: -380px 0 1px 0;}
.elementor-78009 .elementor-element.elementor-element-162b9eb:not(.elementor-motion-effects-element-type-background), .elementor-78009 .elementor-element.elementor-element-162b9eb > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    margin: -360px 0 1px 0;}
.elementor-78017 .elementor-element.elementor-element-ed5435c {
    margin: -327px 0 1px 0;}
.elementor-78021 .elementor-element.elementor-element-f256986 {
 margin: -478px 0 1px 0;}
.elementor-78025 .elementor-element.elementor-element-22a8171:not(.elementor-motion-effects-element-type-background), .elementor-78025 .elementor-element.elementor-element-22a8171 > .elementor-motion-effects-container > .elementor-motion-effects-layer {

    background-position: center center;
    background-size: cover;
    margin: -500px 0 1px 0;
}
.elementor-78013 .elementor-element.elementor-element-445b846:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-78013 .elementor-element.elementor-element-445b846 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #1D3456;
    margin: -310px 0 0 0;
}

.elementor-tab-title:hover {
    color: #fff !important;
}
.elementor-68016 .elementor-element.elementor-element-f56eb90 .elementor-tab-title:hover{
	    color: #15629d !important;}
.elementor-78013 .elementor-element.elementor-element-4a41b5a { margin: -100px 0 0 0;}
.elementor-78025 .elementor-element.elementor-element-22a8171:not(.elementor-motion-effects-element-type-background), 
.elementor-78025 .elementor-element.elementor-element-22a8171 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: none !important;
}
.elementor-78021 .elementor-element.elementor-element-f256986:not(.elementor-motion-effects-element-type-background), 
.elementor-78021 .elementor-element.elementor-element-f256986 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: none !important;
}
@media (max-width: 768px) {
  .elementor-price-list-item {
    display: block;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }

  .elementor-price-list-header {
    display: flex;
    flex-direction: column;
    align-items: left; /* Allow children to align individually */
    gap: 5px;
  }

  .elementor-price-list-title {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    font-weight: 600;
		align-self: flex-start;
    text-align: left; /* Center the title */
  }

  .elementor-price-list-price {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    font-weight: 400;
    text-align: left;       /* Align text inside to the left */
    align-self: flex-start; /* Align element itself to the left */
  }

  .elementor-price-list-description {
    text-align: left;
  }

  .elementor-price-list-separator {
    display: none;
  }
}



@media (max-width: 767px) {
    .e-con, .e-con-full {
        --width: 100% !important;
        --gap: 8px 8px !important;
        --padding-top: 8px !important;
        --padding-right: 8px !important;

        --padding-left: 8px !important;
     
    }
.elementor-image-box-wrapper {
   /* Adjust value as needed */
}

    .elementor-image-box-wrapper,
    .elementor-image-box-content {
        padding: 0 !important;
        margin: 0 !important;
          margin-bottom: 24px !important;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }
}

.hover-description .elementor-image-box-wrapper {
  position: relative;
  width: 300px;
  max-width: 300px; 
  overflow: hidden !important;
  height: 580px; 
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: center;
  padding-bottom: 15px; /* space for title */
  margin: auto;
}


.hover-description .elementor-image-box-img {
  width: 100%;
  height: 100%; /* reserve 70% height for image */
  overflow: hidden !important;
  position: relative;
}

.hover-description .elementor-image-box-img img {
   width: 100%;
  height: 100%;
  object-fit: cover; /* ensures the image covers the element */
  transition: transform 0.3s ease;
}

.hover-description .elementor-image-box-content {
  text-align: center;
  padding-top: 10px;
  height: 30%; /* reserve 30% for title */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover-description .elementor-image-box-title {
  font-size: 18px;
  margin: 0;
  padding: 0 10px;
}

.hover-description .elementor-image-box-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%; 
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  color: #ffffff;
  text-align: center;
  font-size: 14px ! important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover-description .elementor-image-box-wrapper:hover .elementor-image-box-description {
  opacity: 1;
  transform: translateY(0);
}

.hover-description .elementor-image-box-wrapper:hover .elementor-image-box-img img {
  transform: scale(1.05);
}
.hover-description .elementor-image-box-description {
    color: #ffffff !important;
}
@media (max-width: 480px) {
  .hover-description .elementor-image-box-wrapper {
    height: auto;
    aspect-ratio: 2 / 4;
    padding-bottom: 10px;
  }

  .hover-description .elementor-image-box-title {
    font-size: 16px;
  }

  .hover-description .elementor-image-box-description {
    font-size: 16px;
    padding: 10px;
  }
}
.hover-description .elementor-image-box-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hover-description {
    display: flex;
    justify-content: center;
  }
	
.hover-description .elementor-image-box-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 27%; 
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  color: #ffffff;
  text-align: center;
  font-size: 12px ! important;
  display: flex;
  align-items: center;
  justify-content: center;
}




 