	/*****************************************/
	/** For Header banner ***/
	.top-headerBanner{
    margin:auto;
    text-align: center;
	}
	.closeHeadbanner{
	right: 1%;
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    top: 5px;
		cursor:pointer;
		}
		.showHeadbanner{
	right: 0.5%;
    position: absolute;
    background: #4d90fe;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    top: 5px;
	cursor:pointer;
	display:none;
	z-index: 999999;
		}
	.headBannerInner
	{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	/*****************************************/
	/** For Header banner Close ***/
	
	
	/*****************************************/
	/** For Outer Papup ***/
	.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	}
	.popup1{
	width:100%;
	height:90%;
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index: 99999999;
	}
	/* Inner */
	.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:55%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
	min-height: 300px;
	}
	/* Close Button */
	.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
	}
	.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
	}
	
	/*****************************************/
	/** For Outer PapupClose ***/
	
.td_wrapper_player,
#player_youtube {
    width: 100% !important;
    height: 409px !important;
    position: relative;
}

.tdc-row-lazy iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 400px; /* fallback minimum */
    max-width: 100%;
    border: 0;
}


/* Modal Background */
      .cf7-popup {
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        justify-content: center;
        align-items: center;
      }
      
      /* Modal Content Box */
      .cf7-popup-content {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        width: 90%;
        max-width: 600px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        position: relative;
        margin: 15% auto;
      }
      #cf7-success-modal h2 {
          margin-top: 5px;
          margin-bottom: 10px;
      }
      
      /* Success Icon */
      .cf7-popup-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
      }
      
      /* Close Button */
      .cf7-close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 50px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
      }
      
      /* Button Styling */
      .cf7-button {
        background-color: #00a78e;
        color: white;
        padding: 10px 20px;
        text-transform: uppercase;
        border: none;
        border-radius: 5px;
        margin-top: 20px;
        cursor: pointer;
      }
      
      .cf7-button:hover {
        background-color: #008f77;
      }
	  /* -- popupmedia and leave message popup -- */
	  
    .popup-overlay {
        display: none;
        position: fixed;
        z-index: 999999;
        top: 0; left: 0;
        width: 100%; height: auto;
        background-color: rgba(0,0,0,0.6);
    }


    .popup-content {
        background: #ffffff;
        border-radius: 12px;
        max-width: 600px;
        height: 82%;
        margin: 6% auto;
        padding: 40px 30px 30px;
        padding: 10px 10px;
        position: relative;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        animation: fadeIn 0.3s ease-in-out;
    }

    .popup-title {
        margin-top: 16px;
        /* margin-bottom: 20px; */
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        color: #333;
        border-bottom: 2px solid #0073aa;
        display: inline-block;
        /* padding-bottom: 8px; */
		width: 100%;
    }


    .close-popup {
        position: absolute;
        /* top: 15px; */
        right: 20px;
        font-size: 26px;
        color: #888;
        cursor: pointer;
        transition: color 0.3s;
    }

    .close-popup:hover {
        color: #000;
    }

    .popup-form-wrapper {
         /* padding-top: 30px; */
         padding: 1px 0px 0px 0px;
    }
      		

    button#send-message {
     margin-top: 0px;

    }
   
     #popupForm .flotlefft {
         width: 100%; 
         margin-bottom: 12px; 

    }  
    #popupForm textarea {
        font-size: 14px;
        line-height: 21px;
        color: #444;
        border: 1px solid #e1e1e1;
        width: 100%;
        max-width: 99%;
        height: 100px;
        min-height: 80px;
        /* padding-top: 15px; */
        border-radius: 20px;
        resize: vertical; /* Optional: allows user to resize */
    }
    
    #popupForm form input[type="text"],
    #popupForm form input[type="tel"],
    #popupForm form input[type="textarea"],
    #popupForm form input[type="password"],
    #popupForm input[type="email"],
    #popupForm  form select,
    #popupForm  form input[type="date"] {
        height: 45px !important;
        border: 1px solid #d1d1d1;
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px !important;
        box-shadow: 2px 2px 5px -3px #d9d9d9;
        color: #4f4f4f !important;
        width: 100%;
        border-radius: 10px;
    }


    #popupForm p {
    margin-bottom: 03px !important;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: scale(0.95); }
        to { opacity: 1; transform: scale(1); }
    }
    
    @media only screen and (max-width: 767px) {
  .popup-content {
    height: 94%;
  }
}
    #popupFormmedia form input[type="text"],
    #popupFormmedia form input[type="tel"],
    #popupFormmedia form input[type="textarea"],
    #popupFormmedia form input[type="password"],
    #popupFormmedia input[type="email"],
    #popupFormmedia form select,
    #popupFormmedia form input[type="date"] {
        height: 45px !important;
        border: 1px solid #d1d1d1;
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px !important;
        box-shadow: 2px 2px 5px -3px #d9d9d9;
        color: #4f4f4f !important;
        width: 100%;
        border-radius: 10px;
    }
   .close-media-popup {
        position: absolute;
        /* top: 15px; */
        right: 20px;
        font-size: 26px;
        color: #888;
        cursor: pointer;
        transition: color 0.3s;
    }
 .close-media-popup:hover {
        color: #000;
    }
 #popupFormmedia br {
    display: none;
    }
 
     #popupFormmedia .flotlefft {
        width: 100%; 
         margin-bottom: 12px; 

    }  
 

    #popupFormmedia textarea {
        font-size: 14px;
        line-height: 21px;
        color: #444;
        border: 1px solid #e1e1e1;
        width: 100%;
        max-width: 99%;
        height: 100px;
        min-height: 80px;
        /* padding-top: 15px; */
        border-radius: 20px;
        resize: vertical; /* Optional: allows user to resize */
    }
    #popupFormmedia input.wpcf7-form-control.wpcf7-submit.has-spinner {
    /* margin-top: 25px;*/
     }

    #popupFormmedia p {
    margin-bottom: 03px !important;
    /*padding: 0px 0px 25px 0px;*/
    }  
#popupForm .wpcf7 form .wpcf7-response-output,
#popupFormmedia .wpcf7 form .wpcf7-response-output {
    all: unset !important;
}
#popupFormmedia .media-pack-label input,
#popupFormmedia .media-pack-label select {
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  #popupFormmedia .media-pack-label input,
  #popupFormmedia .media-pack-label select {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 769px) {  /*web view*/
  #popupForm {
    margin-top: -60px;
  }
   .contact-form1-popup {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) { /*mobile view*/
  #popupForm .flotlefft {
    width: 100%;
    margin-bottom: 0px;
  }
  .popup-title {
    margin-top: 1px;
}
#popupForm textarea {
        height: 66px;
    }

}
/* durga added css 19-12-2025*/
#popupFormmedia .info-td-tex{
  margin-bottom: 15px !important;

}

#popupFormmedia .botton-submit-td{
    width: 100% !important;
}
#popupForm .botton-submit-td{
    width: 100% !important;
}



#dynamic-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999999;

    display: flex;               /* REQUIRED */
    align-items: center;         /* Vertical center */
    justify-content: center;     /* Horizontal center */

    
    box-sizing: border-box;
	overflow-y: auto;
	padding: 50px 0 0 0;
}
body.popup-open {
    overflow: hidden;
}
#dynamic-popup {
    display: flex;
    flex-direction: column;
}
#popup-content {
    /*overflow-y: auto;*/
}
#popup-content .td-pb-span6 {
    /* width: 50%; */
    width: calc(50% - 10px);
    float: left;
    margin-left: 10px;
    box-sizing: border-box;
}
#popup-content .td-pb-span12 {
    margin-left: 10px;
}

#dynamic-popup {
    background: #ffffff;
    width: 100%;
    max-width: 800px;

    /*max-height: calc(100vh - 5px); /* Prevent overflow on zoom */*/
  /*  overflow-y: auto;*/

    border-radius: 8px;
    padding: 20px;
    position: relative;
	margin: 15px 0;
}


/*.popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
}*/
.popup-close1 {
    background: #2271b1;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}



.popup-modal {
    /*display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 600px;*/
    /*max-height: 85vh;*/

    /*background: #fff;
    border-radius: 8px;
    overflow: hidden; /* ❌ no scrollbar on modal */
}
.popup-header {
    flex-shrink: 0;
    padding: 10px 0px 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #f7f8fa;
}
.popup-body {
    flex: 1;
    padding: 15px 0px;
    overflow-y: auto;       /* ✅ scroll works */
    scrollbar-width: none;  /* Firefox */
}

.popup-body::-webkit-scrollbar {
    width: 0;               /* Chrome / Edge */
}
.popup-footer {
    flex-shrink: 0;
    padding: 14px 20px;
    border-top: 1px solid #e5e5e5;
    background: #ffffff;
    text-align: right;
}




.ajax-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
}

.ajax-popup-box {
    background: #fff;
    width: 600px;
    max-width: 90%;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    margin: 15% auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.ajax-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
}

