h2{
	font-style: normal;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.688rem;
	margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
}
p{
	font-size: 0.75rem;
	line-height: normal;
}

/************** footer start************** */

.footer-contact-sec figure, .footer-contact-sec img {
    width: 0.75rem;
    height: auto;
}
.social-icons img{
	width: 2.5rem;
	height: 2.5rem;
}
.dtd-footer-call a, .dtd-footer-call p{
	color: #fff;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
}
.dtd-footer-call{
	background: #511b4d;
	border-radius: 0.688rem;
	padding: 1.188rem 1rem;
	gap: 1.25rem;
	flex-direction: column;
}
.dtd-footer-logo img {
    width: 8.829rem;
    height: auto;
}
.dtd-footer-logo figure{
	text-align: center;
}
.menu-footer-menu-container li {
    list-style-type: none;
	text-align: center;
	line-height: 120%;
}
ul#menu-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.menu-footer-menu-container li a{
    text-decoration: none;
}
.footer-contact-list p.cnt-text{
	font-weight: 400;
}
.footer-contact-list {
    display: flex;
    gap: 0.156rem;
	position: relative;
	padding-right: 0.5rem;
}
.footer-contact-list:after{
	position: absolute;
	content: ':';
	right: 0;
	color: #fff;
	line-height: 140%;
}
.footer-contact-list .wp-block-media-text__content{
	padding: 0;
}
.media-text-call {
    justify-content: center;
	gap: 0.25rem;
}
.media-text-call p{
	font-size: 0.813rem;
	font-weight: 600;
	line-height: 140%;
}
.media-text-call p.cnt-text{
	font-size: 0.75rem;
}
.footer-contact-list figure{
	display: flex;
	align-items: center;
}
.social-icons {
    justify-content: center;
    gap: 2.438rem;
	margin-top: 1.563rem;
}
footer {
    padding: 0.75rem;
    background: #E9E3ED;
}
.menu-footer-menu-container {
    border-bottom: 0.063rem solid #fff;
	padding-bottom: 1.25rem;
}
.social-media-col{
border-top: 0.063rem solid #fff;
	padding-top: 1.25rem;
}

/* copyright section */

.dtd-copyright-section {
    flex-direction: column-reverse;
    gap: 0.75rem;
    border: 0.063rem solid #231F20;
    border-radius: 1.25rem;
    padding: 0.75rem;
}
.dtd-privacy-col {
    flex-direction: column;
    gap: 0.5rem;
}
.dtd-copyright-col{
	justify-content: center;
	gap: 0.5rem;
}
.dtd-footer-main {
    margin-bottom: 1rem;
}
.dtd-copyright-col img{
	width: 1.75rem;
	height: 1.75rem;
}
.dtd-copyright-section p, .dtd-copyright-section a{
	font-size: 0.75rem;
	line-height: 100%;
	font-weight: 400;
	text-decoration: none;
	color: #231F20;
}

/************** footer end************** */

/************** About Us page start************** */

.dtd-breadcrumb{
	margin-top: 1.875rem;
	display: flex;
    align-items: center;
    gap: 0.5rem;
	font-size: 1.25rem;
	font-weight: 600;
}
.dtd-breadcrumb a mark{
	font-family: 'IBM Plex Sans';
}
.dtd-breadcrumb a{
	text-decoration: none;
	color: #000;
	font-size: 0.75rem;
	font-weight: 400;
	font-family: 'IBM Plex Sans';
}
p.dtd-about-hero-para {
    color: #404F65;
}
.dtd-about-hero{
	position: relative;
	margin-top: 2.75rem;
}
.dtd-about-hero:after {
    position: absolute;
    content: '';
    background: linear-gradient(360deg, #E9E3ED 0%, rgba(255, 255, 255, 0) 83.65%);
    width: 100%;
    height: 5.509rem;
    left: 0;
    bottom: 0;
}
.dtd-about-hero h1{
	margin-bottom: 0.75rem;
	font-size: 1.875rem;
}
.our-story-hero-img{
	margin-top: 2.75rem;
	border-radius: 0.5rem;
}

.dtd-about-second-section{
	background: #E9E3ED;
	padding-top: 4rem;
	padding-bottom: 2rem;
}
.dtd-about-second-section h2{
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
p.dtd-second-col-title-para {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1F1F21;
	line-height: 1.463rem;
}
.dtd-second-section-col {
    margin-top: 1.5rem;
    gap: 2.063rem;
    flex-direction: column;
}
.dtd-second-section-col li{
	list-style-type: none;
	background: #FFFFFFD9;
	padding: 0.688rem 0.625rem 0.688rem 3rem;
	color: #1F1F21;
	font-weight: 500;
    font-size: 0.875rem;
	line-height: 1.463rem;
	margin-bottom: 0.5rem;
	position: relative;
}
.dtd-second-section-col li:before{
	position: absolute;
	content: '';
	background: url(/wp-content/uploads/2025/08/double-tic-icon.svg);
	width: 1.338rem;
	height: 0.732rem;
	left: 0.831rem;
	background-size: 1.338rem 0.732rem;
    top: 1rem;
}
.dtd-second-section-col img{
	border-radius: 1.25rem;
}

.dtd-about-third-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.dtd-about-third-section p.dtd-about-hero-para{
	text-align: center;
}
.dtd-about-third-section h2{
	font-size: 1.25rem;
    margin-bottom: 0.5rem;
	text-align: center;
}
figure.dtd-video{
	text-align: center;
}
figure.dtd-video iframe{
	height: 12.958rem;
	width: 22.367rem;
	margin-top: 2.75rem;
	border-radius: 0.625rem;
}

.dtd-our-mission-sec {
    background: #E9E3ED;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.dtd-our-mission-sec h2{
	font-size: 1.25rem;
    margin-bottom: 0.5rem;
	text-align: center;
}
.dtd-our-mission-sec .dtd-about-hero-para{
	text-align: center;
	margin-bottom: 1.5rem;
}
.dtd-mission-col-box {
    background: #fff;
    padding: 1.25rem 1rem;
    border-radius: 0.813rem;
}
.dtd-mission-col{
	flex-direction: column;
	gap: 0.75rem;
}
.dtd-mission-col-box img{
	width: 2rem;
	height: 2rem;
	margin-bottom: 1.25rem;
}
.dtd-mission-col-box h4{
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}
.dtd-mission-col-box p{
	font-size: 0.875rem;
	color: #1F1F218A;
}

.dtd-offers-main {
    display: flex;
    flex-direction: column;
	gap: 1.5rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.dtd-offers-main .is-style-purple-button{
	margin-top: 1.25rem;
}
.dtd-offers-main h2{
	position: relative;
	padding-left: 2rem;
}
.dtd-offers-main h2:before{
position: absolute;
    content: '';
    background: url(/wp-content/uploads/2025/08/vision-black-icon.webp);
    width: 1.25rem;
    height: 1.25rem;
    left: 0;
    background-size: 100%;
}
.dtd-offers-box {
    background: #E9E3ED;
    padding: 1.25rem 1rem;
    border-radius: 0.813rem;
	width: 16.125rem;
}
.dtd-offers-box img{
	width: 1.875rem;
	height: 1.875rem;
	margin-bottom: 1.25rem;
	text-align: center;
}
.dtd-offers-box figure{
	text-align: center;
}
.dtd-offers-box h4{
	font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.75rem;
	text-align:  center;
}
.dtd-offers-box p{
	text-align: center;
	font-size: 0.875rem;
    color: #1F1F21BD;
}
.dtd-offers-col{
	gap: 0.938rem;
    flex-wrap: nowrap;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: grid !important;
    cursor: grab;
    grid-template-columns: repeat(4, 1fr);
	margin-top: 1.25rem;
}
.dtd-offers-col::-webkit-scrollbar {
    display: none;
}

.dtd-our-vision-main{
	background: #F2B94A;
}
.dtd-our-vision-col {
    display: grid !important;
    grid-template-columns: 1fr;
    justify-items: center;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	gap: 0;
}
.dtd-our-vision-col h2, .dtd-our-vision-col p{
	color: #fff;
	text-align: center;
}
.dtd-our-vision-content h2{
	position: relative;
	padding-top: 2.625rem;
}
.dtd-our-vision-content h2:before{
	position: absolute;
	content: '';
	background: url(/wp-content/uploads/2025/08/vision-white-icon.webp);
	width: 1.931rem;
	height: 1.931rem;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	background-size: 100%;
}
.dtd-our-vision-content {
    order: 1;
	margin-bottom: 2.5rem!important;
}
.dtd-our-vision-btn {
    order: 3;
}
.dtd-our-vision-img {
    order: 2;
	margin-bottom: 1.25rem!important;
}
.dtd-our-vision-img img{
	width: 22.375rem;
	height: 14.75rem;
	border-radius: 1.25rem;
	
}

/* founders section */

.dtd-founders-sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.dtd-founders-title{
	background: linear-gradient(270deg, #69378F 0%, #BA315A 100%);
	background-clip: text;
	font-size: 2rem;
	font-weight: 500;
	-webkit-text-fill-color: transparent;
	margin-bottom: 1rem;
	-webkit-background-clip: text;
}
.dtd-founders-col {
    margin-top: 2.5rem;
    display: grid !important;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
}
.dtd-founders-img, .dtd-founders-img img, .dtd-founders-img figure{
	width: 20.625rem;
	height: 23.313rem;
	text-align: center;
}
.dtd-founders-img{
	position: relative;
}
.dtd-founders-img p {
    position: absolute;
    bottom: 0.444rem;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 17.5rem;
    font-size: 1rem;
    border-radius: 0.625rem;
    padding: 0.719rem;
	gap: 1.25rem;
	font-weight: 500;
}

/* doctors panel */

.dtd-doctors-panel {
    background: #ede6f4;
	padding-top: 4rem;
    padding-bottom: 2rem;
}
.doctor-grid-wrapper {
    margin-top: 1.5rem;
}
.dctor-card-img img, .dctor-card-img {
    width: 6.546rem;
    height: 6.546rem;
    border-radius: 5.093rem;
}
.dctor-card-img{
	margin-bottom: 1.688rem;
}
.doctor-card {
    width: 22.375rem;
/*     height: 13.938rem; */
    background: linear-gradient(180deg, #69378F 0%, #BA315A 100%);
    border-radius: 0.625rem;
    position: relative;
    transition: transform 0.12s;
}
.doctor-card-top {
    padding: 1.081rem 0.75rem 1.041rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.doctor-card-content {
    padding: 0.375rem 0.625rem;
    background: #fff;
    border-radius: 0.438rem;
    width: 100%;
    text-align: center;
}
span.doctor-designation, p.doctor-specialization {
    font-size: 0.563rem;
    color: rgba(51, 63, 81, 0.5);
	line-height: 100%;
}
h5.doctor-name {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 100%;
	color: #333F51;
	margin-bottom: 0.291rem;
}
.doctor-grid-wrapper.container {
    display: grid;
    gap: 0.75rem;
	justify-content: center;
}

/* contact section */

.dtd-contact-form-section {
    background: #511B4D;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
}
.dtd-contact-form-btn-top{
	margin-bottom: 1.5rem;
}
.dtd-contact-form-btn-top .is-style-secondary-button a{
	padding: 0.5rem 1rem;
	line-height: 1.25rem;
	font-size: 0.75rem;
	font-weight: 400;
	font-family: 'IBM Plex Sans';
}
.dtd-contact-form-section h2{
	color: #fff;
	margin-bottom: 2rem;
}
.dtd-contact-form label{
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
	line-height: 100%;
}
.dtd-contact-form label input{
	margin-top: 0.375rem;
}
.dtd-contact-form label input {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    padding: 0.875rem 1rem;
    width: 100%;
    line-height: 100%;
    border-radius: 0.5rem;
	border: none;
}
.dtd-contact-form p{
	margin-bottom: 1.25rem;
	line-height: 100%!important;
}
.dtd-contact-form label .wpcf7-not-valid-tip{
	margin-top: 0.313em;
}
.dtd-contact-form .wpcf7-checkbox label {
    display: grid;
    grid-template-columns: auto auto;
	gap: 0.5rem;
	align-items: center;
}
.dtd-contact-form .wpcf7-checkbox span{
	margin-left: 0;
	color: #FFFFFF99;
}
.dtd-contact-form .wpcf7-checkbox label input{
	margin-top: 0;
}
.dtd-register-btn {
    background: #F2B94A;
    padding: 0.625rem;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    border-radius: 6.125rem;
    border: none;
}
.dtd-contact-form span.wpcf7-spinner {
    display: none;
}
label.custom-checkbox {
  position: relative;
/*   padding-left: 1.875rem; */
  cursor: pointer;
  display: inline-block;
  user-select: none;
}

/* Hide the default checkbox */
/* label.custom-checkbox input[type="checkbox"] {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
	width: 1.249rem;
	height: 1.249rem;
}
 */
/* Custom square box, change background color here */
/* label.custom-checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.625rem;
    width: 1.249rem;
	height: 1.249rem;
    border: 0.063rem solid #fff;
    border-radius: 0.125rem;
    background: transparent;
    transition: background-color 0.3s, border-color 0.3s;
} */


 /* Hide the default checkbox */

.wpcf7-list-item input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/* Custom square box, change background color here */
.wpcf7-list-item-label::before {
    content: '';
    display: inline-block;
   	width: 1.249rem;
	height: 1.249rem;
    border: 0.063rem solid #fff;
    border-radius: 0.125rem;
    vertical-align: middle;
    margin-right: 0.5rem;
}
 /* Add a checkmark or other visual indicator */
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    content: '\2713';
    color: white;
    text-align: center;
    line-height: 1.249rem;
}

/*************** About us page end ********************/

/*************** contact page start *******************/

.dtd-contact-hero-col {
    display: grid !important;
    grid-template-columns: 1fr;
    margin-top: 2.75rem;
    margin-bottom: 1.5rem;
}
.dtd-contact-hero-title h1 {
    margin-bottom: 0.75rem;
    font-size: 1.875rem;
	font-weight: 700;
}
.dtd-contact-details img, .dtd-contact-details figure {
    width: 2.5rem;
    height: auto;
}
.dtd-contact-media-box {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}
.dtd-contact-media-box .wp-block-media-text__content {
    padding: 0;
}
.dtd-contact-media-box a, .dtd-contact-media-box p{
	text-decoration: none;
	color: #404F65;
	font-size: 1rem;
	line-height: 140%;
}
.dtd-contact-media-box a{
	font-weight: 600;
}
.dtd-contact-media-box p{
	font-weight: 500;
}
.dtd-contact-details> div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.dtd-contact-details {
    order: 3;
}
.dtd-contact-page-form input {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    padding: 0.875rem 1rem;
    width: 100%;
    line-height: 100%;
	font-weight: 500;
    border-radius: 0.5rem;
    border: 0.063rem solid #D4D4D8;
}
.dtd-contact-page-form label {
    color: #1f1e1c;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 100%;
}
.dtd-contact-page-form p {
    margin-bottom: 1.25rem;
    line-height: 100% !important;
}
.dtd-contact-page-form label .wpcf7-not-valid-tip {
    margin-top: 0.313em;
}
.dtd-contact-page-form .wpcf7-list-item-label::before{
	border: 0.063rem solid #000;
}
.dtd-contact-page-form .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before{
	color: #000;
}
.dtd-contact-page-form .wpcf7-checkbox span {
    margin-left: 0;
    color: #4D5F7A;
	font-weight: 400;
}
.dtd-contact-page-form .wpcf7-spinner{
	display: none;
}
.dtd-contact-page-form p:last-child{
	margin-bottom: 0!important;
}
.dtd-contact-page-form {
    margin-top: 1.5rem;
    margin-bottom: 0.313rem;
}
.dtd-contact-details-desk{
	display: none;
}
/* our branches */
.dtd-our-branches {
    background: #E9E3ED;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.branches-wrapper {
    display: flex;
    flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.5rem;
}
.branch-item {
    padding: 1.052rem;
    background: #fff;
    border-radius: 1.052rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.branch-image img, .branch-image{
	border-radius: 0.876rem;
	width: 20.272rem;
	height: 11.218rem;
}
h3.branch-title {
    font-size: 1.753rem;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0.313rem;
}
p.branch-address {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.branch-contact-items a {
    display: flex;
    gap: 0.351rem;
    text-decoration: none;
    color: #1F1F21;
	font-size: 0.75rem;
	line-height: 1.026rem;
}
.branch-contact-items a span {
    width: 1.227rem;
    height: auto;
}
p.branch-contact-items:not(:last-child) {
    margin-bottom: 0.5rem;
}
p.branch-instagram.branch-contact-items a {
    color: #1F1F217D;
}

/*************** contact page end *******************/

/*************** University single page start *******************/

.bread-crumb-main {
    display: flex;
    gap: 0.5rem;
	margin-top: 1.875rem;
}
.single-university-title-grp {
    display: grid;
    grid-template-columns: 3rem auto;
    align-items: center;
    margin-bottom: 1.5rem;
    column-gap: 0.5rem;
    margin-top: 1rem;
}
.single-university-location {
    display: flex;
    align-items: center;
    order: 1;
    grid-row-start: 1;
    grid-row-end: 3;
}
.single-university-meta {
    font-size: 0.9rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.688rem;
    row-gap: 0.551rem;
    border-top: 0.033rem solid #0000001a;
	margin-bottom: 1rem;
}
.single-university-meta > div {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 0.75rem;
	padding-top: 0.75rem;
    border-bottom: 0.033rem solid #F4F4F4;
    flex-direction: column;
    gap: 0.5rem
}
.single-university-meta > div > div:first-child {
    font-weight: 400;
    font-size: 0.759rem;
    line-height: 100%;
    vertical-align: middle;
    white-space: nowrap;
    color: #000;
}
.single-university-meta .meta-value {
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1.25rem;
    vertical-align: middle;
    color: #1F1F21;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.university-thumbnail, .university-thumbnail img {
    width: 22.375rem;
    height: 11.375rem;
	border-radius: 0.5rem;
}
.location-flag {
    width: 3rem;
    height: auto;
    object-fit: cover;
	border: 0.063rem solid #CACACA;
    border-radius: 0.125rem;
}
span.location-name {
    order: 3;
    grid-column: 2 / 3;
    font-size: 0.75rem;
    line-height: 1.188rem;
}
h3.university-title {
    order: 2;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.463rem;
}
.bread-crumb-main {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: #000;
    margin-bottom: 1.875rem;
    flex-wrap: wrap;
}
.bread-crumb-main > div {
    display: flex;
    align-items: center;
	gap: 0.5rem;
}
.bread-crumb-main .bread-icn svg{
	width: 0.5rem;
	height: auto;
}
.student-realted-posts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.un-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
	margin-bottom: 2.188rem;
	padding-bottom: 2.188rem;
    border-bottom: 0.063rem solid #C8C8C8;
}
.un-buttons button, .student-buttons button {
    padding: 0.625rem;
    border: 0.063rem solid #ccc;
    border-radius: 6.125rem;
	font-size: 0.875rem;
	font-weight: 700;line-height: 1.25rem;
	cursor: pointer;
}
button.message-btn-un, .message-btn{
	background: #fff;
	color: #000;
}
button.call-btn-un, .call-btn {
    background: #F2B94A;
    color: #511B4D;
	border: none;
}
.student-main-wrapper.container h2 {
    text-align: center;
    text-transform: uppercase;
    color: #999999;
    max-width: 17.25rem;
    margin-left: auto;
    margin-right: auto;
}
.student-main-wrapper span.single-rel-heading {
    color: #000;
}
.student-main-wrapper span.single-rel-heading {
    color: #000;
}
.student-main-wrapper p.single-term {
    text-align: center;
	margin-bottom: 1.5rem;
	color: #4D5F7A;
}
.student-card.single-page-student {
    background: #F7F8F9;
    border-radius: 1.125rem;
    padding: 0.688rem 0.813rem;
    text-align: center;
}
.student-name {
    font-size: 1.125rem;
    font-weight: 900;
}
.student-location {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    align-items: center;
	color: #1F1F21;
}
.single-contact-us .cnt-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    border-radius: 4.804rem;
    background: #fff;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 1rem;
}
.single-contact-us .cnt-btn a{
	line-height: 1.25rem;
    font-size: 0.75rem;
    font-weight: 400;
	text-decoration: none;
	color: #000;
}
h2.single-contact-us {
    text-align: center;
    text-transform: uppercase;
}
h2.single-contact-us span{
	color: #999;
}
.student-main-wrapper.container{
	margin-bottom: 1.5rem;
}
img.student-image.wp-post-image {
    border-radius: 0.5rem;
    height: 11.875rem;
    margin-bottom: 1.125rem;
}
/*************** University single page end *******************/


.dtd-header-btns a{
	text-decoration: none;
}
.dtd-header-menu-toggle, .dtd-header-menu-cross{
	cursor: pointer;
}

.center-carousel .wp-block-image.active img, .center-carousel .wp-block-image.active{
	border-radius: 1.234rem;
}

/* login page */
.doc-exam-qus-opt-page {
    width: 100%;
}
form#scholarship-exam-form {
    text-align: center;
}

input {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    padding: 0.875rem 1rem;
    width: 100%;
    line-height: 100%;
    font-weight: 500;
    border-radius: 0.5rem;
    border: 0.063rem solid #D4D4D8;
}
.contact-modal-content form p {
    margin-bottom: 1.25rem;
    line-height: 100% !important;
}
.contact-modal-content form .wpcf7-list-item-label::before {
    border: 0.063rem solid #000;
}

/* connect students popup */

.contact-modal-content {
    max-width: unset!important;
    padding: 1.625rem 1.25rem!important;
    border-radius: 1.125rem!important;
	margin: auto;
	transform: translatey(-50%);
	top: 50%;
	width: 20rem;
}
.contact-modal-content label{
	font-size: 0.875rem;
}
.contact-modal-content h2 {
    background: linear-gradient(270deg, #69378F 0%, #BA315A 100%);
    background-clip: text;
    font-size: 1.25rem;
    font-weight: 500;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
    -webkit-background-clip: text;
	text-align: center!important;
}
.contact-modal-content input{
	color: #000;
	font-weight: 500;
}
.contact-modal-content .student-name{
	font-size: 0.875rem;
	font-weight: 400;
	margin-bottom: 0;
	color: 000;
}



/* exam portal progress bar */

.custom-progress-bar-wrapper{
	height: 0.313rem;
	border-radius: 0.625rem;
	overflow: visible;
	background: #DADADA;
}

div#custom-progress-bar{
	position: relative;
	background: #F2B94A;
}

div#custom-progress-bar:after {
    position: absolute;
    content: '';
    background-color: #F2B94A;
    width: 0.939rem;
    height: 0.939rem;
    right: 0;
    z-index: 99;
    border-radius: 50%;
    top: -0.313rem;
}

div#scholarship-exam-navigation {
    backdrop-filter: blur(4px);
}

.question-warning{
	margin-bottom: 0.625rem;
}

.otp-inputs {
    display: flex;
    gap: 1.5rem;
}

#resendForm button.is-style-yellow-s-button {
    margin: 1.875rem auto 0;
    background: none;
    cursor: pointer;
	color: #000000;
	font-size: 0.75rem;
	height: unset;
	font-weight: 400;
}

.dtd-error-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0; 
	top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.dtd-error-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 3.125rem 1.875rem;
    border-radius: 0.5rem;
    width: 90%;
    max-width: 25rem;
    position: relative;
    text-align: center;
    animation: fadeIn 0.3s ease;
}

.dtd-error-modal-content p {
    margin: 0;
    font-size: 0.875rem;
    color: #ff0000;
	font-weight: 400
}

.dtd-error-close {
    position: absolute;
    top: 0.625rem;
	right: 0.938rem;
    color: #00000082;
    font-size: 1.875rem;
    font-weight: 500;
    cursor: pointer;
}

.dtd-error-close:hover {
    color: #000;
}

@keyframes fadeIn {
    from {opacity: 0; transform: scale(0.9);}
    to {opacity: 1; transform: scale(1);}
}



/* p.dtd-otp-error-msg {
    max-width: 28rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    text-align: center;
    padding: 3.75rem 4rem;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #ff0000;
    font-weight: 500;
} */