/*
Theme Name:     Hello Elementor Child
Theme URI:      https://example.com/hello-elementor-child
Description:    Child theme for Hello Elementor — safe place for custom CSS & overrides.
Author:         Your Name
Author URI:     https://example.com
Template:       hello-elementor
Version:        1.0.0
Text Domain:    hello-elementor-child
*/

/* =Custom CSS starts below = */
.border-section .e-con-inner{
	position:relative;
}
.care-card:hover .care-quote {
    display: block;
}
.border-section .e-con-inner:before{
	content:"";
	display:block;
	border:3px solid #0a649d;
	width:100%;
	height:400px;
	position:absolute;
	border-radius:32px;
}
.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
}
.team-member .image a{
	width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0px;
}
.team-member .image {
	display:block;
	margin:0 auto;
	width:50%;
	position:relative;
}
.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
	justify-content:center;
	text-align:center;
}
.team-member p{
	    font-family: "Aptos", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
	text-align:center
}
h3.team-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #0A649D;
	margin:0;
	text-align:center;
}
button.open-popup-btn {
    background-color: #61CE7000;
    font-family: "Aptos", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 26px;
    fill: #000000;
    color: #000000;
    padding: 0px 0px 0px 0px;
    border: none;
    text-transform: uppercase;
	cursor:pointer;
}
.main-header.about span{
	display:inline;
}
.donete-btn a{
	background: #f5d348;
    border-radius: 5px;
    font-weight: 600 !important;
    color: #000 !important;
    text-transform: uppercase;
	padding: 10px 40px !important;
}
.image-box{
	position:relative;
}
.e-n-tabs-heading {
	border: 1px solid #f5d348;
    border-radius: 5px;
    width: auto;
	max-width:458px;
}
p{
	margin:0 !important;
}
p{
	margin-bottom:0 !important;
}
.main-header span{
	color:#f5d348;
	display:block;
}
.current-menu-item a{
	font-weight: bold !important;
}

.program-title-sec {
	clip-path: polygon(7% 0%, 100% 0%, 94% 100%, 0% 100%);
}
.news-item{
	background: #fff;
    padding: 70px 35px;
    text-align: center;
    border-radius: 20px;
}
.news-item h3{
	font-size: 21px;
    font-family: 'aptos';
    font-weight: 600;
    line-height: 30px;
	    min-height: 90px;
}
.news-item a{
	background: #5960ff;
    color: #fff;
    font-family: 'Aptos';
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 12px 40px;
    border-radius: 10px;
	margin:40px auto 0;
	display:block;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width:200px;
}
.owl-nav{
	display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 20%;
}
.owl-nav button span{
	color: #809fa3;
    font-size: 97px;
    font-family: 'Aptos';
	display:block;
}
button.owl-prev {
    position: absolute;
    left: -35px;
}
button.owl-next{
	position: absolute;
    right: -35px;
}
@media (max-width: 767px) {
	.owl-nav {
        position: absolute;
        justify-content: end;
        top: -60px;
        gap: 10px;
    }
	.team-member .image a{
		right:60px;
	}
	.team-member .image img{
		width:70%;
		display: block;
        margin: 0 auto;
	}
	.border-section .e-con-inner:before{
		display:none;
}
	button.owl-prev {
    	position: static;
	}
	button.owl-next{
		position: static;
	}
	.owl-nav button span{
		font-size: 65px;
    	line-height: 65px;
	}
	.program-title-sec{
		clip-path: none !important;
	}
	.team-grid{
		grid-template-columns: 1fr;
	}
}
@media (max-width: 480px) {
	.team-member .image a {
        right: 0;
        bottom: -10px;
    }
	.team-member .image img {
        width: 100%;
  }
  .care-arrow span {
    font-size: 16px;
    padding: 0 5px;
  }
}
/* Care Continuum Widget Styles */
.care-continuum {
  position: relative;
  font-family: Aptos, sans-serif;
  padding-bottom: 100px;
  margin-top: 70px;
}

.care-cards {
  display: flex;
  gap: 20px;
  align-items: stretch;
  position: relative;
  margin-bottom: 0;
}

.care-card {
  background: #0a649d;
  width: 33.333%;
  border-radius: 12px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  overflow: visible;
	transition: 0.3s;
}

.care-image {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 10px;
}

.care-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  display: block;
  border-radius: 12px;
  min-height: 260px;
}

.care-card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 40px 10px 90px;
  z-index: 2;
  position: relative;
  margin: 0;
  flex-grow: 1;
}

.care-quote {
  background: #5dd586;
  position: absolute;
  top: -60px;
  left: 20px;
  width: 65%;
  padding: 18px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 6px;
  z-index: 3;
	display:none;
	 transition: 0.3s;
}

.care-quote p {
  margin: 0;
  margin-bottom: 0 !important;
}

.care-quote span {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  font-size: 13px;
}

.care-arrow {
  position: absolute;
  bottom: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 70px;
  background: #ffde59;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Text */
.care-arrow span {
  font-weight: 700;
  color: #0a649d;
  font-size: 22px;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}

/* LEFT ARROW */
.care-arrow::before {
  content: "";
  position: absolute;
  left: -50px;
  top: -19px;
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-right: 55px solid #ffde59;
}

/* RIGHT ARROW */
.care-arrow::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -19px;
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 55px solid #ffde59;
}
#custom-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

#custom-popup .popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
}

#custom-popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    animation: popupFade 0.3s ease;
}

#custom-popup .popup-content h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

#custom-popup .popup-content p {
    font-size: 16px;
    color: #333;
}

#custom-popup .popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

/* Optional animation */
@keyframes popupFade {
    from {opacity: 0; transform: translate(-50%, -60%);}
    to {opacity: 1; transform: translate(-50%, -50%);}
}

@media (max-width: 768px) {
  .care-quote {
    background: #5dd586;
    position: absolute;
    top: -60px;
    width: 65%;
    padding: 18px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
  }

  .care-continuum {
    margin-top: 0px;
    padding-bottom: 80px;
  }
}

@media (max-width: 993px) {
  .care-arrow {
    position: absolute;
    bottom: -50px;
  }

  .care-card {
    margin-top: 40px;
  }

  .care-continuum {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .care-cards {
    flex-wrap: wrap;
  }

  .care-card {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .care-card {
    width: 100%;
    min-height: 250px;
  }

  .care-arrow span {
    font-size: 16px;
  }
}

/* Core Continuum Simple Widget Styles */
.core-continuum-simple {
  position: relative;
  font-family: Aptos, sans-serif;
  padding-bottom: 100px;
  margin-top: 70px;
}

.core-cards-simple {
  display: flex;
  gap: 20px;
  align-items: stretch;
  position: relative;
  margin-bottom: 0;
}

.core-card-simple {
  background: #0a649d;
  width: 33.333%;
  border-radius: 12px;
  position: relative;
  padding-top: 0;
  padding-bottom: 170px;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  overflow: visible;
}

.core-image-simple {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 10px;
}

.core-image-simple img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  display: block;
  border-radius: 12px;
  min-height: 260px;
}

.core-card-simple h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 20px 10px 15px;
  z-index: 2;
  position: relative;
  margin: 0;
}

.core-description-simple {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  padding: 0 25px 40px;
  z-index: 2;
  position: relative;
  display: block;
}

.core-description-simple p {
  margin: 0 0 10px;
  color: #fff;
  text-align: left;
}

.core-description-simple p:last-child {
  margin-bottom: 0;
}

.core-description-simple ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
  color: #fff;
}

.core-description-simple ul li {
  margin-bottom: 8px;
  color: #fff;
}

.core-description-simple ul li:last-child {
  margin-bottom: 0;
}

.core-description-simple ol {
  margin: 0;
  padding-left: 20px;
  color: #fff;
}

.core-description-simple ol li {
  margin-bottom: 8px;
  color: #fff;
}

.core-arrow-simple {
  position: absolute;
  bottom: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 70px;
  background: #ffde59;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Text */
.core-arrow-simple span {
  font-weight: 700;
  color: #0a649d;
  font-size: 22px;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}

/* LEFT ARROW */
.core-arrow-simple::before {
  content: "";
  position: absolute;
  left: -50px;
  top: -19px;
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-right: 55px solid #ffde59;
}

/* RIGHT ARROW */
.core-arrow-simple::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -19px;
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 55px solid #ffde59;
}

@media (max-width: 768px) {
  .core-continuum-simple {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 993px) {
  .core-arrow-simple {
    position: absolute;
    bottom: 35px;
  }

  .core-card-simple {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .core-continuum-simple {
    margin-top: 0;
    padding-bottom: 150px;
  }
}

@media (max-width: 1024px) {
  .core-cards-simple {
    flex-wrap: wrap;
  }

  .core-card-simple {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .core-arrow-simple span {
    font-size: 18px;
    padding: 0 12px;
}

  .core-card-simple {
    width: 100%;
    min-height: 250px;
  }
}

/* Override by shubham */
/* =========================
   TEAM MEMBER IMAGE WRAPPER
========================= */
.team-member .image {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}

/* =========================
   TEAM MEMBER IMAGE
========================= */
.team-member .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

/* =========================
   LINKEDIN ICON
========================= */
.team-member .image a.linkedin-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    right: 0;
    bottom: 0;

    z-index: 5;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
}

/* =========================
   LINKEDIN ICON HOVER
========================= */
.team-member .image a.linkedin-icon:hover {
    transform: scale(1.1);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .team-member .image {
        width: 140px;
        height: 140px;
    }

    .team-member .image a.linkedin-icon {
        width: 44px;
        height: 44px;
    }
}

