/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/astra-child/
 Description:  Astra Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astrachild
*/
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
     font-family: "Raleway", sans-serif !important;
} */

.site-content a{
	text-decoration: none !important;
}
.site-content p {
    margin-bottom: 12px !important;
}
.site-content li {
    margin-bottom: 7px !important;
}
.ast-site-title-wrap {
    display: none;
}
.num-opc {
    font-size: 60px;
    text-align: right;
    line-height: 24px;
    font-weight: 600;
    color: #FFAC31;
	margin-bottom: 30px;
}
.num-opc.wht-bg{
color: #F2F2F2;   
}
.num-opc {
    height: 65px;
}
button.tab-btn:hover {
    background: #017692;
    color: #fff;
}
 .testimonial-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .side-buttons {
      display: flex;
      flex-direction: column;
      gap: 50px;
    }

    .tab-btn {
      background-color: #0294b3;
      color: #fff;
      border: none;
      padding: 14px 24px;
      border-radius: 10px;
      cursor: pointer;
/*       font-weight: bold; */
      box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
      transition: 0.3s;
          z-index: 1;
		position: absolute;
      transform-origin: center;
      transition: background-color 0.3s;
		    width: 185px;
    }
/* Position curved left buttons */
    .tab-btn[data-index="0"] { top: 20%; left: 15%;  }
    .tab-btn[data-index="1"] { top: 45%; left: 13%;  }
    .tab-btn[data-index="2"] { top: 70%; left: 15%;  }

    /* Position curved right buttons */
    .tab-btn[data-index="3"] { top: 20%; right: 15%;  }
    .tab-btn[data-index="4"] { top: 45%; right: 13%;  }
    .tab-btn[data-index="5"] { top: 70%; right: 15%;  }
    .tab-btn.active {
      background-color: #017692;
		font-weight: bold;
    }
.top-quote {
    position: absolute;
    left: 28%;
    top: 13%;
}
.bottom-quote {
    position: absolute;
    right: 28%;
    bottom: 13%;
}
    .circle-container {
 position: relative;
    width: 455px;
    height: 455px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .circle-container::before {
      content: "";
      position: absolute;
      width: 500px;
      height: 500px;
      border: 1px solid #ccc;
      border-radius: 50%;
      z-index: 0;
    }

    .testimonial-box {
         background: #e5f4fa;
    border-radius: 50%;
    padding: 60px;
    width: 417px;
    height: 413px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    }

    .testimonial-box h3 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
    }

    .testimonial-box span {
      font-size: 14px;
      color: #555;
    }

/*     .testimonial-box blockquote {
      font-size: 15px;
      color: #333;
      margin: 20px 0;
      font-style: italic;
      text-align: center;
    } */
#quote {
    text-align: center;
    margin-top: 10px;
}
/*     .quote {
      font-size: 40px;
      color: #0294b3;
    } */

.announc-cols {
    position: relative;
}
.announc-cols:before {
    content: '';
    position: absolute;
    left: -205px;
    top: 0%;
    background: url(https://i-goc.org/Pune-Angel-Network/wp-content/uploads/2025/07/Frame-1171276027.png) no-repeat;
    width: 315px;
    height: 245px;
    background-size: 100%;
}

.key-service-section{
    margin: 0 auto;
    max-width: 85%;
    border-radius: 20px;
}
.mission-wrapper {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 3px 3px 13px 0px #d4d4d4;
}
.card-wrapper {
display: flex;
    justify-content: center;
    align-items: center;
    gap: 17%;
    position: relative;
    }
.card-icon {
    text-align: right;
}
    .card {
      background: white;
      border-radius: 16px;
     
      padding: 30px 20px;
      text-align: left;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      z-index: 2;
    }

 .card img.icon {
    width: 22%;
    margin-bottom: 15px;
}

    .card h3 {
      margin: 0 0 10px;
      font-size: 18px;
      font-weight: 600;
    }

    .card p {
      font-size: 14px;
      color: #333;
      margin: 0;
    }

    .middle-image {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }

    .middle-image img {
      height: 180px;
      border-radius: 12px;
    }

    @media screen and (max-width: 768px) {
      .card-wrapper {
        flex-direction: column;
        gap: 40px;
      }
      .middle-image {
        display: none;
      }
    }
/* .sets-apart-wrap{
	position: relative
} */
.sets-apart{
    max-width: 55%;
    background-color: #f6f6f6;
    border-top-left-radius: 15px;
/*     position: absolute; */
clip-path: polygon(0 0, 70% 0, 85% 87px, 100% 106px, 100% 100%, 0% 100%);
    margin-bottom: 0 !important;
    padding: 20px 25px;
}
.bor-right {
    position: relative;
}
.bor-right:after {
content: '';
    position: absolute;
    width: 1px;
    height: 310px;
    background: #888;
    right: 3px;
    top: 0;
}
.current-menu-item a {
    font-weight: 700 !important;
}
.membership-col:hover h4, .membership-col:hover p, .membership-col:hover .premium-bullet-list-text span {
    color: #fff !important;
}
.membership-col:hover .elementor-widget-heading{
	border-color: #fff !important;
}
.membership-col:hover h2 {
    color: #fff !important;
/* 	font-size: 45px !important; */
}
/* Hide original img */
.membership-col .premium-bullet-list-wrapper img {
  display: none;
}

/* Default image */
.membership-col .premium-bullet-list-wrapper::before {
  content: '';
  display: inline-block;
  width: 20px; /* adjust size */
  height: 20px;
  background-image: url('https://i-goc.org/Pune-Angel-Network/wp-content/uploads/2025/07/checked-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: background-image 0.3s ease;
}

/* On hover: change the image */
.membership-col:hover .premium-bullet-list-wrapper::before {
  background-image: url('https://i-goc.org/Pune-Angel-Network/wp-content/uploads/2025/07/checked-6.png'); /* Replace with new image */
}

/* Layout for the name fields in one row */
.contact-form-wrap .form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* Style for all inputs and textarea */
.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap textarea {
    width: 100%;
    padding: 17px !important;
    border: 1px solid #5F5F5F;
    border-radius: 15px;
    font-size: 17px;
    box-sizing: border-box;
    margin-bottom: 10px;
	    font-family: 'Raleway';
    height: auto !important;
}
.contact-form-wrap input.wpcf7-submit {
    background: #ff9801 !important;
    border: 0 !important;
    width: 28% !important;
    padding: 18px !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
    font-size: 20px !important;
}

/* Name fields only half width */
.contact-form-wrap .form-row input {
  width: 50%;
}

/* Style the submit button */
.contact-form-wrap input[type="submit"] {
  background-color: #FFA500;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

/* Hover effect */
.contact-form-wrap input[type="submit"]:hover {
  background-color: #e69500;
}
















/*Responsive*/
@media screen and (max-width: 767px) {
.footer-width-fixer .elementor-widget-image-box .elementor-image-box-wrapper
 {
    text-align: left;
    display: flex;
}
	.swiper-button-prev.custom-arrow {
    left: 72% !important;
    top: 65px;
}
	.announc-cols:before{
		display: none;
	}
	.num-opc {
    height: auto;
}
	.sets-apart {
    max-width: 100%;
    clip-path: none;
    padding: 40px 20px 20px 20px;
    border-top-right-radius: 15px;
}
	.bor-right:after {
		display: none;
/*     content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #888;
    right: auto;
    top: auto;
    bottom: 0;
    left: 0; */
}
	h2.elementor-heading-title {
    font-size: 35px !important;
}
	span.elementor-counter-number, span.elementor-counter-number-suffix {
    font-size: 37px;
}
	.contact-form-wrap .form-row {
    display: block;
	}
	.elementor-image-box-wrapper {
    display: flex;
    text-align: left !important;
    gap: 20px;
}
	figure.elementor-image-box-img {
    width: 13% !important;
}
	input.wpcf7-submit {
    width: 42% !important;
	}
	.wpr-countdown-wrap {
    display: block !important;
}
	.wpr-countdown-wrap .wpr-countdown-item {
    margin: 20px 0 !important;
		    
}
.membership-btn-wrap {
  display: grid !important;
  /*grid-template-columns: repeat(2, 1fr) ; */
  gap: 10px;
  max-width: 400px; 
  margin: 0 auto; 
}

.membership-btn-wrap button {
  padding: 10px 15px;
  font-size: 16px;
  width: 100% !important; /* full width inside grid cell */
}
	.deal-title {
    min-height: auto !important;
}
}



