/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* .row-bg-wrap {
margin-left: calc(-50vw + 0px / 2) !important;
width: calc(100vw - 0px) !important;
} */

@keyframes floatUp {
	0% {
		transform: translateY(0px) scale(1);
		filter: drop-shadow(0px 10px 20px rgba(173, 70, 255, 0.3));
	}
	50% {
		filter: drop-shadow(0px 20px 35px rgba(246, 51, 154, 0.5));
	}
	100% {
		transform: translateY(-18px) scale(1.03);
		filter: drop-shadow(0px 30px 40px rgba(240, 177, 0, 0.4));
	}
}

/* Keyframes for M1 */
@keyframes floatM1 {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(25px);
	}
	100% {
		transform: translateY(0px);
	}
}
/* Keyframes for M2 */
@keyframes floatM2 {
	0% {
		transform: translateY(0) scale(1) rotate(0deg);
	}
	25% {
		transform: translateY(-8px) scale(1.03) rotate(-2deg);
	}
	50% {
		transform: translateY(-14px) scale(1.05) rotate(0deg);
	}
	75% {
		transform: translateY(-8px) scale(1.03) rotate(2deg);
	}
	100% {
		transform: translateY(0) scale(1) rotate(0deg);
	}
}

a#b1 {
	font-size: 16px;
	border-radius: 50px !important;
	padding: 16px 33px 16px 26px !important;
	background: #E75E6A !important;
	color: #fff !important;
	font-weight: 400;
}
a#b1::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(https://drkurian.org/wp-content/uploads/2026/06/book_icon.webp);
	vertical-align: middle;
	margin-right: 30px;
}
a#b1 i.icon-button-arrow::before {
	position: relative;
	right: 7px;
}
a#b2 {
	font-size: 16px;
	border-radius: 50px !important;
	padding: 16px 30px 16px 45px !important;
	background: transparent !important;
	color: #fff !important;
	font-weight: 400;
	outline: 1px solid #F4FCFC59 !important;
	outline-offset: -1px !important;
}
a#b2 i.fa.fa-circle::before {
	position: relative;
	right: 10px;
	font-size: 10px !important;
	color: #E75E6A;
	top: -2px;
}
a#b3 {
	padding: 12px 30px;
	border-radius: 50px !important;
	margin-right: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #07232A;
	border: 1px solid #CBDBDD;
	background: transparent !important;
	background-image: linear-gradient(135deg, #E75E6A80 -20%, #e75e6a0a 35%, #55A0A859 140%) !important;
}

h6 span.red {
	color:#E75E6A;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	position: relative;
	display: inline-block;
	padding: 0 30px;
}
h6 span.red::before,
h6 span.red::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 40px;
	height: 1px;
	background: #E75E6A;
}
h6 span.red::before {
	left: -40px;
}
h6 span.red::after {
	right: -40px;
}

p span.upper {
	text-transform: uppercase;
	color: #4A6268;
	font-size: 14px;
}
p span.big {
	font-size: 18px;
	line-height: 28px;
	color: #07232AD9 !important;
}
/*------------Header----------*/
header#top ul.buttons.sf-menu .btn a span {
	border-radius: 50px !important;
	padding: 7px 25px;
	border: 1px solid #07232A;
	color: #07232A;
	display: flex;
	align-items: center;
	gap: 6px;
}
header#top ul.buttons.sf-menu .btn a span:hover {
	background:#E75E6A;
	color:#fff !important;
	border: 1px solid #E75E6A;
}
header#top ul.buttons.sf-menu .btn a span img {
	margin-bottom: 0;
}
header#top ul.buttons.sf-menu .btn a span:hover img {
	filter: brightness(0) invert(1);
}
/*------------Banner----------*/
div#ban_sec {
	padding-top: 240px !important;
}
div#ban_sec .lft_col {
	padding-left: 330px;
}
div#ban_sec .lft_col .hd_txt h1 span.txt_lit {
	color: #F4FCFC !important;
}
div#ban_sec .lft_col .hd_txt h1 span.txt_red {
	color:#F4FCFC !important;
/* 	color: #E75E6A; */
	left: 60px;
	position: relative;
	font-style: italic;
}
div#ban_sec .lft_col .txt_blk {
	padding-bottom: 20px;
}
div#ban_sec .lft_col .txt_blk p{
	color:#F4FCFCCC !important;
	font-size: 18px;
	line-height: 28px;
}
div#ban_sec .lft_col .txt_blk p strong{
	color:#F4FCFC !important;
}
div#ban_sec .lft_col a#b1{
	margin-right:20px;
}
div#ban_sec .lft_col div#innr_row{
	padding-top:20px;
}
div#ban_sec .lft_col div#innr_row .mile_txt {
	border-left: 1px solid #f4fcfc30;
	padding-left: 15px;
}
div#ban_sec .lft_col div#innr_row .mile_txt h4{
	color:#E75E6A;
}
div#ban_sec .lft_col div#innr_row .mile_txt p{
	color:#F4FCFC99 !important;
	font-size: 11px;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing: 2.5px;
}

div#ban_sec .col_ryt {
	padding-right: 50px;
}
div#ban_sec .col_ryt .shadow_img {
	position: absolute;
	left: -110px;
	top: -130px;
	animation: floatUp 3.5s ease-in-out infinite alternate;
	animation-delay: 0.5s;
}
div#ban_sec .col_ryt .date_img {
	position: absolute;
	z-index: 999;
	top: -10px;
	left: 20px;
	animation: floatM2 3s ease-in-out infinite;
}
div#ban_sec .col_ryt .book_img {
	animation: floatM1 5s ease-in-out infinite;
}

div#ban_sec .nectar-scrolling-text-inner {
	margin-bottom: 0px !important;
	height: 89px !important;
	border-top: 1px solid #F4FCFC1A;
	border-bottom: 1px solid #F4FCFC1A;
	/*     margin-bottom: 15px; */
	margin-top: 30px;
	width: 140%;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 610px -10px;
	background-image: url(https://drkurian.org/wp-content/uploads/2026/06/shadow_lower.webp);
	background-position-y: -1px;
	background-size: cover;
	padding-bottom: 20px;
}
div#ban_sec .nectar-scrolling-text-inner p {
	color: #F4FCFC8C !important;
	display: flex;
	gap: 50px;
	margin-right: 100px;
	font-style: italic;
	font-family: 'Cormorant Garamond';
	font-size: 18px;
	align-items: center;
}
div#ban_sec .nectar-scrolling-text-inner p img {
	width: 14px;
	height: 14px;
}
/*---------Feature--------*/
div#feature_sec .img_01 {
	animation: floatUp 3.5s ease-in-out infinite alternate;
	animation-delay: 0.5s;
}
div#feature_sec .img_02 {
	position: absolute;
	bottom: 40px;
	animation: floatM1 6s ease-in-out infinite;
	left: 0;
	right: 0;
}
div#feature_sec h6 span.red {
	left: 40px;
}
div#feature_sec .txt_blk p {
	color: #07232ABF;
}
/*--------Chaotic-------*/
div#chaotic_sec .row-bg.viewport-desktop {
	border-top: 1px solid #cbdbddeb;
	border-bottom: 1px solid #cbdbddeb;
}
/*--------About-------*/
div#about_sec:before {
	content: url(https://drkurian.org/wp-content/uploads/2026/06/leaf.webp);
	position: absolute;
	top: -70px;
	z-index: 11;
	right: -330px;
	margin: auto;
}
div#about_sec .img-with-aniamtion-wrap.center {
	position: absolute;
	right: 0;
	animation: floatUp 3.5s ease-in-out infinite alternate;
	animation-delay: 0.5s;
	z-index: 999;
	top: 70px;
}
div#about_sec .img_02 {
	animation: floatM1 5s ease-in-out infinite;
}
div#about_sec .txt_blk {
	border-left: 2px solid #34A2B0;
	padding-left: 10px;
	position:relative;
	top:15px;
	left:-10px;
}
div#about_sec .txt_blk h5 {
	color: #0A3A43;
}
div#about_sec .txt_blk p {
	font-size: 12px;
	color: #07232ACC;
	line-height: 22px;
}
div#about_sec .img-with-aniamtion-wrap.right {
	position: absolute;
	bottom: -45px;
	right: 55px;
	animation: floatM1 5s ease-in-out infinite;
}
div#about_sec h6 span.red {
	left: 40px;
}
div#about_sec div#innr_02 {
	padding-top:30px;
}
div#about_sec div#innr_02 .wpb_wrapper {
	display: flex;
	gap: 35px;
}
div#about_sec div#innr_02 .txt_blks p {
	color: #07232ACC;
}
div#about_sec div#innr_02 .txt_blks p {
	color: #4A6268 !important;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1.13px;
	padding-bottom: 0;
}
div#about_sec div#innr_02 .txt_blks h4 {
	font-size: 19px;
	line-height:29px;
}
/*--------Praise-------*/
div#praise_sec .vc_col-sm-4.light .vc_column-inner {
	background: linear-gradient(135deg, #e75e6a0a -20%, #eda1a80a 25%, #55a0a805 120%) !important;
	border-radius: 10px;
	border: 1px solid #CBDBDDB3;
}
div#praise_sec .vc_col-sm-4.dark .vc_column-inner {
	background: linear-gradient(135deg, #E75E6A80 -20%, #e75e6a0a 35%, #55A0A859 140%) !important;
	border-radius: 10px;
	border: 1px solid #CBDBDDB3;
}
div#praise_sec .txt_blk h5 {
	color: #07232AE6 !important;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 15px;
}
div#praise_sec .txt_blk img {
	margin-bottom: 0px;
}
div#praise_sec .txt_blk p span.upper {
	font-size: 12px;
}
/*--------Coming Soon-------*/
div#coming_sec .txt_blk_01 p {
	color: #4A6268;
}
div#coming_sec .txt_blk_02 {
	background: #F6FBFC99;
	border-radius: 10px;
	padding: 30px;
	display: table;
	min-width: 290px;
	margin: 0 auto;
	border: 2px dashed #dbdbdb;
}
div#coming_sec .txt_blk_02 img.size-full.wp-image-91.alignleft {
	margin-bottom: 0px;
}
div#coming_sec .txt_blk_02 p:nth-child(1) {
	padding:0;
}
div#coming_sec .txt_blk_02 p:nth-child(2) {
	font-size: 12px;
	line-height: 12px;
	display: table;
	padding-left: 25px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #4A6268;
	padding-top: 15px;
}
div#coming_sec .txt_blk_02 h4 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0px;
	text-align: left;
	display: table;
	padding-left: 25px;
}
/*--------Footer-------*/
div#stay_close_sec .txt_blk_01 p {
	color: #F4FCFCB3;
}
/* div#stay_close_sec .tnp.tnp-subscription form input.tnp-submit {
	background: #C7A96B;
	font-family: Inter;
	font-weight: 400;
	color: #1E2D4A;
	font-size: 16px;
	border-radius: 10px !important;
	padding: 15px 24px;
} */
div#stay_close_sec .tnp.tnp-subscription form {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
div#stay_close_sec .tnp-field.tnp-field-email{
	width: 72%;
} 
div#stay_close_sec form .tnp-field.tnp-field-email label {
	display:none;
}
div#stay_close_sec form input#tnp-1 {
	font-size: 14px;
	padding: 16px 15px;
	border-radius: 50px;
	background: #F4FCFC1A;
	color: #fff !important;
	border: 1px solid #F4FCFC33;
}
div#stay_close_sec form input#tnp-1::placeholder{
	color:#F4FCFC80 !important;
}
div#stay_close_sec .tnp.tnp-subscription form input.tnp-submit {
	background: #E75E6A;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	border-radius: 50px !important;
	padding: 16px 24px;
	width: 100%;
	border: 1px solid #E75E6A;
}
div#footer_sec div#innr_01 {
	padding-block: 80px 60px !important;
}
div#footer_sec .txt_con img {
	margin-bottom: 5px !important;
}
div#footer_sec .txt_con p {
	color: #4A6268;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom:10px;
}
div#footer_sec .txt_con h5{
	font-size:20px;
	line-height:28px;
}
div#footer_sec .txt_con h5 a {
	color: #07232A !important;
	font-weight: 500;
}

div#copyright_sec {
	padding-block: 30px !important;
	border-top: 1px solid #CBDBDD99;
}
div#footer_sec div#copyright_sec .icn ul {
	margin: 0px;
	display: flex;
	justify-content: center;
	gap:10px;
}
div#footer_sec div#copyright_sec .icn ul li {
	display: inline-block;
}
div#footer_sec div#copyright_sec .icn ul li a i {
	top: 0;
	color: #07232A;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	transition:0.5s ease all;
	border:1px solid #CBDBDD;
}
div#footer_sec div#copyright_sec .icn ul li:hover a i {
	background: #E75E6A;
	color:#fff;
}
div#footer_sec div#copyright_sec p {
	color: #4A6268;
	text-align: right;
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	div#ban_sec .lft_col {
		padding-left: 200px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	div#ban_sec {
		padding-top: 140px !important;
	}
	div#ban_sec .lft_col {
		padding-left: 140px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	div#about_sec .img-with-aniamtion-wrap.right {
		right: 30px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	div#ban_sec .lft_col {
		padding-left: 70px;
	}
	div#ban_sec .nectar-scrolling-text-inner {
		height: 85px !important;
	}
	div#feature_sec .img_02 {
		bottom: 0;
	}
	div#about_sec .img-with-aniamtion-wrap.right {
		right: 0;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	html body p br{
		display:none;
	}
	html body p{
		font-size:14px;
		line-height:24px;
	}
	div#ban_sec .lft_col a#b1 {
		margin-right: 10px;
	}
	div#ban_sec .lft_col .txt_blk p, p span.big{
		font-size: 16px;
		line-height: 26px;
	}
	div#ban_sec .nectar-scrolling-text-inner {
		height: 69px !important;
	}
	a#b1, a#b2{
		font-size: 15px;
	}
	a#b3 {
		padding: 12px 25px;
		margin-right: 10px;
		font-size: 13px;
	}
	div#feature_sec .img_02 {
		bottom: 20px;
		width: 65%;
	}
	div#about_sec .txt_blk {
		max-width: 61%;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	div#ban_sec {
		padding-top: 50px !important;
		text-align: center;
	}
	    div#ban_sec .lft_col {
        padding-left: unset;
    }
	div#ban_sec .lft_col div#innr_row .vc_col-sm-4 {
		width: 33.33%;
		margin-bottom: 30px;
	}
	    div#ban_sec .nectar-scrolling-text-inner {
        height: 56px !important;
    }
	div#feature_sec, div#about_sec{
		text-align:center;
	}
div#feature_sec .img_02 {
        bottom: 0px;
        width: unset;
        position: relative;
    }
	div#feature_sec .img1 {
    display: none;
}
	div#about_sec .img_02 {
    margin: 0 auto;
}
	div#about_sec div#innr_02 .wpb_wrapper {
    display: flex;
    gap: 35px;
    justify-content: center;
}
	div#about_sec {
    padding-bottom: 0px !important;
}
	div#praise_sec .txt_blk h5 br{
		display:none;
	}
	    div#about_sec .txt_blk {
        max-width: 100%;
        margin-bottom: 25px;
    }
	div#about_sec .img-with-aniamtion-wrap.center {
    right: 10%;
}
	div#about_sec .img-with-aniamtion-wrap.right {
    bottom: 75px;
		right: 20%;
}
	div#feature_sec h6 span.red, div#about_sec h6 span.red {
    left: 0;
}
	div#footer_sec div#copyright_sec p {
    text-align: center;
}
	div#copyright_sec img {
    margin: 0 auto;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	html body h1 {
    font-size: 60px;
    line-height: 70px;
}
	html body h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}
	html body h3 {
    font-size: 28px !important;
    line-height: 38px !important;
}
	div#stay_close_sec .tnp.tnp-subscription form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
	div#stay_close_sec .tnp-field.tnp-field-email {
    width: 100%;
}
	    div#about_sec .img-with-aniamtion-wrap.right {
        bottom: 75px;
        right: 0;
    }
	div#about_sec div#innr_02 .txt_blks h4 {
    font-size: 16px;
    line-height: 26px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	    div#ban_sec .lft_col a#b1 {
        margin-inline: 10px;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 390px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}