.intro-main-sec{
    padding: 4rem 0;
    position:relative;
}
.cta-main-sec{
    position:relative;
}
.cta-main-sec .cta-invest::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     height: 132px;
     width: 152px;
     background-image: url(../image/svg/cta-shape.svg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}
.cta-main-sec .cta-invest::after {
     content: "";
     position: absolute;
     right: 0px;
     bottom: 0;
     width: 160px;
     height: 151px;
     background-image: url(../image/svg/cta-shape-1.svg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}



.cta-main-sec .cta-invest {
  background: #f2f5f7;
  position: relative;
  
}
 .cta-main-sec .cta-buttons {
  display: flex;
  gap: 1rem;   
  margin:30px 0 0;
 }
.contact-us-sec{
 padding:5rem 0;
  position: relative;
}



.contact-us-sec .cont-box {
    background-color: rgb(255, 248, 242);
    padding: 19px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}
.contact-us-sec .cont-icon {
    width: 50px;
    height: 50px;
    background-color: #ff7700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden; 
}

.contact-us-sec .cont-icon img {
    width: 24px;  
    height: 24px;
    object-fit: contain;
     filter: brightness(0) invert(1);
}
.contact-us-sec .cont-heading {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.cont-cont p  {
    margin-bottom: 0; 
}
.contact-us-sec .cont-sub{
    background-color: rgb(255, 248, 242);
     padding: 50px;
    border-radius: 28px;
    position: relative;
    z-index: 9;
     height:100%;
   

}
.contact-us-sec .cont-form-img img{
    width: 100%;
  
    border-radius: 16px;
}
.contact-us-sec .ct-btn{
    text-align: center;
    margin:17px 0;
}
.contact-us-sec .cont-form-img {
    margin-inline-start: -50px;
    position: relative;
    z-index: 2;
      height:100%;
   
}
.contact-us-sec .contact-form-main{
     background-color: transparent;
     box-shadow: none; 
     padding: 0;
}
.contact-form{
   padding: 3rem 0 0;
}
.contact-map {
   padding: 0rem 0 5rem;
}
.contact-us-sec .contact-services-form input, .contact-services-form select, .contact-services-form textarea {
     border-radius: 16px;
     background: #fff;
}


.infykart-map{
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}


.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.35);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  backdrop-filter: blur(3px);
}
.popup-overlay .send-ptf-data{
    display:flex;
    gap:20px
}
.contc-info-box .send-ptf-data{
    display:flex;
    gap:20px
}
/* Popup Box */
.popup-overlay .popup-box {
  background: #ffffff;
  padding: 65px 35px 35px;
  width: 55%;
  height: 90vh;
  overflow-y: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  position:relative;
}

/* Header */
.popup-overlay .popup-header {
  background: linear-gradient(to right, #ffe17d, #ffd066);
  text-align: center;
  padding: 18px;
  border-radius: 10px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
  margin-bottom: 15px;
}

.popup-overlay .popup-header h4 {
  margin: 0;
  color: #000;
  font-weight: 700;
}

.popup-overlay .popup-header p {
  margin: 4px 0 0;
  color: #555;
}

/* Contact Info Box */
.popup-overlay .contc-info-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

/* Inputs */
.popup-overlay .contc-info-box input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #ffffff;
  color: #000;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}

.popup-overlay .contc-info-box input:focus {
  outline: none;
  border-color: #ffb300;
  box-shadow: 0 0 0 3px rgba(255, 179, 0, 0.2);
}

/* Buttons */
.popup-overlay .btn-box-popup-cloew {
    position: absolute;
    top: 20px;
    right: 20px;
}
.popup-overlay .btn-box-popup-cloew .close-btn{
     border: none;
    background: unset;
    font-size: 25px;
    color: var(--primary-color);
    cursor: pointer;
}

.popup-overlay .calculate-btn {
    width: 50%;
    background: linear-gradient(to bottom, #fec101, #ff8800);
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 0;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.popup-overlay .summary-card {
  display: flex;
  justify-content: space-around;
  padding: 12px;
  background: #fffdf2;
  border-radius: 8px;
  margin: 15px 0;
  border: 1px solid #f1e8b8;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Section Titles */
.popup-overlay .section-title {
  border: 1px solid #ddd;
  padding: 6px 0;
  text-align: center;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  background: #f9fafb;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  margin: 12px 0;
}

/* Data Rows */
.popup-overlay .data-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
  color: #444;
  border-bottom: 1px dashed #eee;
}

.popup-overlay .data-row:last-child {
  border-bottom: none;
}

/* Highlight Box */
.popup-overlay .maturity-box {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  background: #fdfdfd;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  margin-top: 15px;
}
.popup-overlay .maturity-box h4{
    font-size:20px;
}

.popup-overlay .maturity-box .highlight-box{
font-weight: 600;
  color: #000;
  font-size:24px;
}
/* Disclaimer */
.popup-overlay .disclaimer-box {
  font-size: 12px;
  color: #000;
  background: #f9fafb;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.housing-loan-sip-box select {
 width: 100%;
    padding:  12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    transition: border 0.3s 
ease;
}

#weddingPopup .investment-box, #educatePopup .investment-box, #dreamPopup .investment-box{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    margin: 15px 0;
    align-items: center;
}
#weddingPopup .investment-box h4,
#educatePopup .investment-box h4, #dreamPopup .investment-box h4{
    font-size: 18px;
}
#weddingPopup .investment-box p, #educatePopup .investment-box p,
#dreamPopup .investment-box p{
    margin:0;
}

#weddingPopup .summary-details, 
#educatePopup .summary-details,
#sipPopup .summary-details, 
#dreamPopup .summary-details{
    display: flex;
    justify-content: space-around;
    padding: 12px;
    background: #fffdf2;
    border-radius: 8px;
    margin: 15px 0;
    border: 1px solid #f1e8b8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
#weddingPopup .summary-details p, #educatePopup .summary-details p,
#sipPopup .summary-details p, #dreamPopup .summary-details p{
    margin:0;
}
#weddingPopup .investment-box .or-box, 
#educatePopup .investment-box .or-box, #dreamPopup .summary-details .or-box{
    font-size: 20px;
    font-weight: 600;
}

.goal-amt,
.sip-amt {
  display: inline-block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #ff6600;
}