/******************************************
    File Name: custom.css
/****************************************** */

/** ADD YOUR AWESOME CODES HERE **/
::-webkit-input-placeholder { /* Chrome */
  color: #333;opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;opacity:1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;opacity:1;
}
::-webkit-textarea-placeholder { /* Chrome */
  color: #333;opacity:1;
}
:-ms-textarea-placeholder { /* IE 10+ */
  color: #333;opacity:1;
}
* {font-family: 'Poppins', sans-serif;}
h1,h2,h3,h4,h5,h6 {font-family: 'Poppins', sans-serif;}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.header_style_01 .navbar-brand {
    padding: 0;
}
.navbar-brand img {
    width: auto !important;
    height: 100px !important;
    max-height: none !important;
}
#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 11000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-bottom {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
header {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 20px 40px -40px #000;
    top: 0;
}
header .container {
    padding-left: 0 !important;
    padding-right: 15px !important;
}
#home.first-section {
    position: relative;
    min-height: 650px;
    margin-top: 155px;
}
/* Push inner page content below fixed header */
body.clinic_version .section.wb,
body.clinic_version #about.section,
body.clinic_version .section:not(.first-section) {
    padding-top: 120px !important;
}
.header-bottom nav.main-menu {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    float: right !important;
}
.header-bottom .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-bottom nav.main-menu ul.nav.navbar-nav > li a {
    color: #334155;
    font-size: 14px;
    padding: 18px 16px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
    transition: color 0.2s;
}
.header-bottom nav.main-menu ul.nav.navbar-nav > li a:hover, .header-bottom nav.main-menu ul.nav.navbar-nav > li a:focus, .header-bottom nav.main-menu ul.nav.navbar-nav > li a.active {
    color: #2895f1;
    background: none;
    box-shadow: none;
}
.header-top {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0 !important;
}
.header-top .navbar-brand {
    float: left;
    height: auto;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.right-header {
    float: right;
    margin: 11px 0;
    display: flex;
    align-items: center;
}
.header-info {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.info-inner {
    float: left;
}
.info-inner span.icontop {
    float: left;
    background: #0060b1;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    margin-right: 12px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all 0.3s;
    box-shadow: 0 4px 14px rgba(0, 96, 177, 0.35);
}
.info-inner span.icontop i {
    color: #ffffff;
}
.iconcont {
    float: left;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.4;
}
.iconcont strong {
    color: #1e293b;
    font-size: 13px;
}
.iconcont a {
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.iconcont a:hover {
    color: #2895f1;
}
.info-inner {
    float: left;
    margin-left: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.info-inner:hover span.icontop {
    background: #0060b1;
    color: #fff;
}
.info-inner span.icontop img {
	width:100%;
}
.serch-bar {
    float: right;
    width: 250px;
}
/* Force logo size override */
.navbar-brand img {
    width: auto !important;
    height: 100px !important;
    max-height: none !important;
}
/** search bar **/
#custom-search-input {
    padding: 0;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
    margin: 10px 0;
}
#custom-search-input .form-control.input-lg {
    border-radius: 50px;
    overflow: hidden;
    border: yellow;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 25px 0 25px;
    color: #222;
    width: 200px;
    height: 40px;
}
#custom-search-input button {
    margin: 0;
    background: none;
    box-shadow: none;
    color: #222;
    padding: 0;
}
#custom-search-input button i {
    font-size: 18px;
    color: #333;
}
#custom-search-input input{
    border: 0;
    box-shadow: none;
}
#custom-search-input button{
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 15px 0 15px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.big-tagline {
    float: left;
    width: 100%;
    background: rgba(255,255,255,7);
    padding: 0;
    margin: 0;
}
.appointment-form {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 425px;
    box-shadow: 0 0 50px -22px rgba(0,0,0,0.3);
    padding: 20px;
}
.appointment-form h3 {
    float: left;
    margin: 0;
    background: linear-gradient(to right, #2895f1 0%, #0284c7 100%);
    width: 100%;
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
}
#home.first-section {
    position: relative;
    min-height: 650px;
    margin-top: 0;
}
#home.first-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
}
.text-contant {
    float: left;
    width: 80%;
    margin: 5px 10% 0;
    padding: 40px 0 40px;
    border-radius: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}	
.text-contant h2 a, .text-contant h2 a:hover, .text-contant h2 a:focus {
    color: #222;
    opacity: 1;
}
.icon {
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid #0284c7 3px;
}
.icon img {
    width: 50px;
    margin-top: 2px;
}
.text-contant .center {
    float: left;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}
.info-inner span.icontop i.fa-clock-o {
    font-size: 25px;
}
.info-inner:hover span.icontop,.info-inner:focus span.icontop {
    border-radius: 50%;
    background: #0060b1;
    color: #fff;
}
.typewrite {
    font-size: 60px;
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: center;
    text-shadow: 4px 3px 0 rgba(0,0,0,0.0);
    letter-spacing: -1px;
    font-weight: 400;
}
body.clinic_version .first-section h2 {
    color: #1f1f1f;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: bold;
    float: left;
    width: 100%;
    padding: 0;
}
.padding-section {
	padding:75px 0;
}
.service-time {
    float: left;
    width: 100%;
    min-height: 350px;
    margin-top: 0;
    padding: 50px;
    color: #fff;
    position: relative;
    border-radius: 10px;
}
.info-icon {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 75px;
    line-height: normal;
    margin-bottom: 20px;
}
.service-time h3 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: -5px 0 15px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}
.service-time p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
}
.service-time ul {
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
}
.service-time ul li {
    float: left;
    width: 100%;
    font-size: 14px;
    border-bottom: dashed 1px #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}
.left {
	float:left;
}
.right {
	float:right;
}


.service-time.middle::before {

    content: "";
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    bottom: 0px;
    z-index: 0;
    border-bottom: solid transparent 65px;
    border-right: solid #a0cff7 70px;
    left: -70px;

}

.service-time.middle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    bottom: 0px;
    z-index: 0;
    border-bottom: solid transparent 65px;
    border-left: solid #a0cff7 70px;
    right: -70px;
}

.service-time.one {
    position: relative;
    z-index: 1;
}
.heading {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 45px 0;
}
.heading h2 {
    font-size: 32px;
    text-transform: none;
    font-weight: 800;
    letter-spacing: 0;
    color: #1e293b;
    margin: 5px 0;
    padding: 0;
    position: relative;
}
.icon-logo img {
    width: 40px;
}
.heading h2::after {
    width: 50px;
    height: 4px;
    background: #0284c7;
    content: "";
    display: block;
    margin: 10px auto 0;
}
body.clinic_version .first-section {
   padding: 0;
}
.message-box .lead {
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    color: #334155;
    padding-bottom: 0;
    font-weight: 400;
}
body.clinic_version .section {
    padding: 40px 0;
    float: left;
    width: 100%;
}
.message-box p {
    margin-bottom: 15px;
}
.service-widget h3 {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 0 12px;
    margin: 0;
    background: #2895f1;
    text-align: center;
}
hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f0f0f0;
}
.services {
    width: 100%;
    background: linear-gradient(to right, #0284c7 0%, #2895f1 100%);
    padding: 75px 0;
}
.services {
    width: 100%;
    background: url('../images/service-bg.png');
    padding: 75px 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
	float:left;
	width:100%;
}
.serv {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 25px 0px;
}	
.heading h2.white {
    color: #fff;
}
.serv h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin: 5px 0 0;
    float: left;
    width: 100%;
}
.serv p {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 5px;
}
.icon-service {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.icon-service img {
    width: 60px;
}
.inner-services {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.appointment-form .form {
    float: left;
    width: 100%;
}
.appointment-form .form form {
    float: left;
    width: 100%;
    margin: 0;
}
.appointment-form .form form fieldset {
    float: left;
    width: 100%;
}
.form-group {
    float: left;
    width: 100%;
    margin: 0;
}
.form-group input, .form-group select {
    float: left;
    width: 100%;
    border-radius: 0;
    border: solid #ccc 1px;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 13px;
    margin: 12px 0 0;
    box-shadow: none;
    color: #333;
    height: 44px;
}
.form-group textarea {
    float: left;
    width: 100%;
    border-radius: 0;
    border: solid #ccc 1px;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 13px;
    margin: 12px 0 0;
    box-shadow: none;
    color: #333;
    height: 90px;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
	box-shadow:none;
}
.select-section div.form-group:nth-child(1) {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.select-section div.form-group:nth-child(2) {
    float: left;
    width: 49%;
}
.center {
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
}
.form-group button {
    background: linear-gradient(to right, #0284c7 0%, #2895f1 100%);
    border: none;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    transition: ease all 1s;
    font-weight: 600;
}
.form-group button:hover,.form-group button:focus {
    background: linear-gradient(to right, #2895f1 0%, #0284c7 100%);
}
body.clinic_version .dev-list .widget h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 15px 20px;
    position: relative;
    top: -25px;
}
body.clinic_version .dev-list .widget small {
    display: block;
    margin: -15px 0 -5px;
    font-size: 16px;
}
.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
    color: #2895f1;
}
#price.section {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}
body.clinic_version .tab-pane p {
    margin-bottom: 0;
    padding-top: 0;
}
.pricing-table-header h3 {
    font-size: 15px;
}
.pricing-table strong {
    font-weight: 400;
}
.pricing-table.pricing-table-highlighted {
    margin-top: -15px;
    border: solid #fff 5px;
    transition: ease all 1s;
}
.pricing-table {
    margin: 50px -10px 0;
    background: #fff;
    box-shadow: 0px 10px 25px -20px #000;
}
.footer {
    padding: 0 0 80px !important;
}
.contact-info {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 25px;
    position: relative;
    margin-bottom: 25px;
}
.inform {
    float: left;
    width: 100%;
    padding: 17px 0 0 70px;
    min-height: 135px;
    color: #fff;
    position: relative;
}
.inform span.icon-f {
    float: left;
    width: 70px;
    position: absolute;
    height: 60px;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    left: 0;
}	
.footer-info h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.inform span.icon-f img {
    width: 30px;
}
.footer-info address {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.footer-info .phone-no {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}
.contact-info::before {
    content: "";
    display: block;
    width: 58px;
    height: 102px;
    position: absolute;
    background: #a0cff7;
    top: 27px;
    transform: rotate(-45deg);
    left: -45px;
    z-index: 0;
}
.contact-info::after {
    content: "";
    display: block;
    width: 58px;
    height: 102px;
    position: absolute;
    background: #a0cff7;
    top: 27px;
    transform: rotate(45deg);
    right: -45px;
    z-index: 0;
}
.contact-info .col-lg-12 {
    position: relative;
    z-index: 1;
}
body.clinic_version .footer {
    background-color: #15191c;
}
.footer .widget-title img {
    width: 245px;
}
.footer .widget-title small {
    padding: 0;
}
body.clinic_version .footer .widget-title h3 {
    color: #fff;
}
.contact-section {
    float: left;
    width: 100%;
    min-height: 450px;
    background: yellow;
}
.contact-section {
	position:relative;
}
.form-contant {
    float: left;
    position: absolute;
    width: 40%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1;
    padding: 60px;
}
.form-contant input, .form-contant textarea {
    background: transparent;
    padding: 0;
    border: none;
    border-bottom: solid #fff 2px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
}
.form-contant input:focus, .form-contant textarea:focus {
	color:#fff;border-color:#fff;
}
.actions {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
#submitButton {
    padding: 15px 30px;
    background: linear-gradient(to right, #0284c7 0%, #2895f1 100%);
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
	transition:ease all 1s;
}
#submitButton:hover,#submitButton:focus {
    background: linear-gradient(to right, #2895f1 0%, #0284c7 100%);
}
.footer-area {
    background: #fff;
    padding: 80px 0px;
    color: #fff;
    font-size: 14px;
    float: left;
    width: 100%;
}
.logo img {
    width: 250px;
    margin-bottom: 30px;
}
.footer-area p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}
.footer-info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.footer-info h3, .subcriber-info h3 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    border-left: solid #2895f1 5px;
    padding: 0 0 0 15px;
    margin-bottom: 24px;
}
.testimonial small, .testimonial .lead {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 15px;
    font-style: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 400;
}
.copyright-area {
    padding: 20px 0px;
    background: #2895f1;
    color: #fff;
	float:left;
	width:100%;
}
.footer-text p {
    margin: 0;
}
.footer-text p {
    margin: 0;
    color: #fff;
}
.social-links li a i {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}
.social-links li a i {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}
.footer-info i {
    position: absolute;
    left: 0;
    font-size: 25px;
    width: 30px;
    text-align: center;
	color: #2895f1;
}
.preloader {
    width: 350px;
}
.footer-info p {
    padding-left: 40px;
    margin-bottom: 15px;
}
.social-links {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
	margin:0;
}
.social-links {float:left;}

.social-links li {
    float: right;
    margin: 0;
}
.footer-info p {
    padding-left: 40px;
}
.newsletter-form input {
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 20px;
    background: #eee;
    float: left;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.newsletter-form .mc-submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #0284c7 0%, #2895f1 100%);
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}
.newsletter-form .mc-submit:hover,.newsletter-form .mc-submit:focus {
    background: linear-gradient(to right, #2895f1 0%, #0284c7 100%);
}
#testimonials {
    background-image: url('../images/bg-testimonial.png');
    background-position: bottom;
    background-attachment: fixed;
}
#about {
    float: left;
    width: 100%;
}
.tabs-information {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.tabs-information .nav.nav-tabs {
    list-style: none;
    float: left;
    width: 100%;
    border: none;
}
.tabs-information .nav.nav-tabs li {
    float: left;
    width: 31.33%;
    margin-right: 2%;
    text-align: center;
	border:none;
	border-radius:0;
}
.tabs-information .nav.nav-tabs li a,.tabs-information .nav.nav-tabs li a:hover,.tabs-information .nav.nav-tabs li a:focus {
    border: solid #ddd 1px;
    margin: 0;
	background:transparent;
	border-radius:0;
}
.tabs-information .nav.nav-tabs li:hover a,.tabs-information .nav.nav-tabs li:focus a,.tabs-information .nav.nav-tabs li.active a {
    background: linear-gradient(to right, #0284c7 0%, #2895f1 100%);
    border-color: transparent;
    color: #fff;
}
.tab-content {
    float: left;
    width: 98%;
    margin-top: 20px;
}	
.tab-content ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.tab-content ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 30px;
    line-height: 32px;
}
.tab-content ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 18px;
    color: #0284c7;
}
.banner-inner {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    padding: 75px 0 0;
    background-image: url(../images/inner-side-banner.png);
    min-height: 240px;
    text-align: center;
    color: #fff;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    border-bottom: solid #2895f1 2px;
}
.banner-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0);
}
.banner-inner div.row {
    position: relative;
    z-index: 1;
}
.banner-inner h4 {
    font-size: 24px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: relative;
}
.banner-inner h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #0284c7;
    margin: 8px auto 5px;
}
.breadcrum {
    float: left;
    width: 100%;
}
.breadcrum ul {
    list-style: none;
	padding:0;
	margin:0;
}
.breadcrum ul li {
    font-size: 16px;
    color: #222;
    margin-top: 5px;
}
.breadcrum ul li a {
	color:#0284c7;
}
.box {
    float: left;
    background: #fff;
    padding: 25px 40px;
    margin-top: 118px;
    box-shadow: 0 0 40px -20px rgba(0,0,0,.4);
    margin-bottom: -62px;
    border: solid #2895f1 2px;
}
.about2 {
    float: left;
    width: 100%;
}
.girl-with-lap {
    float: left;
    width: 100%;
    background: linear-gradient(to right, #0284c7 0%, #2895f1 100%);
    margin-bottom: 75px;
    margin-top: -20px;
    color: #fff;
}
.aboutus-cont {
	text-align:center;
}
.aboutus-cont {
    margin-top: 0;
    float: left;
    background: #f8f8f8;
    margin-right: -15px;
    display: flex;
    min-width: 100%;
    min-height: 503px;
    padding: 160px 50px;
    color: #333;
}
.aboutus-cont p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}
.iconcont a {
    font-family: 'Arvo', serif;
}
.services-paert {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px;
    background: #fff;
    position: relative;
}
.services-paert .icon-ser {
    position: absolute;
}
.cont-ser {
    padding-left: 85px;
}
.services-paert img {
	width:65px;
}
.services-paert .icon-ser {
    float: left;
    margin-right: 25px;
}
#price {
    color: #666;
}
nav.main-menu .navbar-toggle {
    position: relative;
    float: right;
    padding: 2px 10px 0;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 0;
    background: linear-gradient(to right, #0284c7 0%, #2895f1 100%);
    border: none;
    border-radius: 0;
    font-size: 22px;
    line-height: normal;
    color: #fff;
    border-radius: 5px;
}
.navbar-header {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    width: auto;
    height: auto;
}
.header-bottom nav.main-menu ul.nav.navbar-nav > li a {
    color: #fff;
    font-size: 17px;
    padding: 20px 20px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    margin-right: 5px;
}	

/* ==========================================================================
   OLD RESPONSIVE BLOCK REMOVED – Replaced by comprehensive responsive below
   ========================================================================== */

/* ==========================================================================
   VARAHI HOMEOPATHY PREMIUM MODERN VISUAL REDESIGN OVERRIDES
   ========================================================================== */

/* Prevent WOW.js from hiding elements causing black screen blink */
body.clinic_version .wow {
    visibility: visible !important;
    animation-name: none !important;
}

:root {
    --primary: #2895f1;        /* Professional Blue - Trust & Care */
    --primary-hover: #0060b1;
    --secondary: #0284c7;      /* Sky Blue - Natural/Gentle Healing */
    --secondary-hover: #0369a1;
    --accent: #7dd3fc;         /* Light Blue - Vitality */
    --text-main: #1F2937;      /* Crisp Navy Dark Slate */
    --text-muted: #4B5563;     /* Slate Gray for paragraphs */
    --bg-light: #f0f9ff;       /* Ultra-clean Sky Blue Light Gray */
    --bg-card: #ffffff;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -2px rgba(0,0,0,0.05);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.08);
    --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-full: 50px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base Styles & Resets */
html {
    background-color: #ffffff !important;
}
body {
    color: var(--text-muted) !important;
    font-family: 'Poppins', sans-serif !important;
    background-color: #ffffff !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
    color: var(--text-main) !important;
}
p {
    color: var(--text-muted) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

#preloader {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
.preloader {
    display: none !important;
    opacity: 0 !important;
}

/* 1. Header & Navigation Makeover */
header {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04) !important;
    border-bottom: 1px solid rgba(241, 245, 249, 0.8) !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    z-index: 9999 !important;
}
/* Push all page sections below the fixed header (desktop) */
body.clinic_version .section:not(.first-section) {
    padding-top: 170px !important;
}
body.clinic_version .section.wb:not(.first-section) {
    padding-top: 170px !important;
}
.header-top {
    padding: 6px 0 !important; /* Decreased header top height */
    border-bottom: 1px solid rgba(241, 245, 249, 0.8) !important;
    background: transparent !important;
}
.right-header {
    margin: 5px 0 !important; /* Center contact details vertically */
}
.header-bottom {
    background: #0284c7 !important;
    padding: 0 !important;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1) !important;
    border-radius: 0 !important;
}
.header-bottom nav.main-menu ul.nav.navbar-nav > li a {
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    padding: 15px 22px !important;
    text-transform: capitalize !important;
    transition: var(--transition) !important;
    border-radius: 0 !important;
    display: block !important;
}
.header-bottom nav.main-menu ul.nav.navbar-nav > li a:hover,
.header-bottom nav.main-menu ul.nav.navbar-nav > li a.active {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
.header-info {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
}
.info-inner {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.info-inner span.icontop {
    background: #0060b1 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 12px !important;
    padding: 0 !important;
    font-size: 20px !important;
    transition: var(--transition) !important;
    box-shadow: 0 4px 14px rgba(0, 96, 177, 0.35) !important;
}
.info-inner span.icontop i {
    color: #ffffff !important;
}
.info-inner:hover span.icontop {
    background: #0284c7 !important;
    color: #ffffff !important;
    transform: scale(1.08) !important;
}
.iconcont {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important; /* Crisp dark navy slate */
    letter-spacing: 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}
.iconcont a {
    color: #0f172a !important;
    text-decoration: none !important;
}
.iconcont a:hover {
    color: #2895f1 !important;
}

/* Search Bar customization */
#custom-search-input {
    border: 1px solid rgba(255,255,255,0.3) !important;
    background-color: rgba(255,255,255,0.2) !important;
}
#custom-search-input .form-control {
    background: transparent !important;
    color: #ffffff !important;
}
#custom-search-input .form-control::placeholder {
    color: rgba(255,255,255,0.7) !important;
}
#custom-search-input button i {
    color: #ffffff !important;
}

/* 2. Hero Banner Overhaul */
#home.first-section {
    padding: 200px 0 160px 0 !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
    z-index: 1 !important;
    margin-top: 105px !important; /* Aligned with slimmer header height */
}
#home.first-section::after {
    display: none !important;
}
#home.first-section::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(2, 132, 199, 0.55) 50%, rgba(40, 149, 241, 0.35) 100%) !important;
    z-index: -1 !important;
}
#home.first-section .text-contant {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 850px !important;
    padding: 0 !important;
    float: none !important;
}
#home.first-section h2 {
    margin-bottom: 25px !important;
}
#home.first-section h2 a {
    color: #ffffff !important;
    font-size: 56px !important;
    font-weight: 800 !important;
    letter-spacing: -1px !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    display: inline-block !important;
}
#home.first-section p.lead {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 19px !important;
    line-height: 1.7 !important;
    margin-bottom: 35px !important;
}
#home.first-section .hero-features {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-bottom: 40px !important;
}
#home.first-section .hero-features span {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    backdrop-filter: blur(8px) !important;
    display: inline-flex !important;
    align-items: center !important;
}
#home.first-section .hero-features span i {
    color: var(--accent) !important;
}
#home.first-section .hero-buttons .btn-light {
    background: linear-gradient(135deg, #2895f1 0%, #0284c7 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: var(--radius-full) !important;
    padding: 16px 40px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 20px rgba(40, 149, 241, 0.3) !important;
    transition: var(--transition) !important;
    text-transform: none !important;
}
#home.first-section .hero-buttons .btn-light:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 25px rgba(40, 149, 241, 0.4) !important;
    background: linear-gradient(135deg, #0060b1 0%, #0284c7 100%) !important;
}
#home.first-section .hero-buttons p {
    color: rgba(255,255,255,0.85) !important;
}

/* 3. Service Time Grid (Collision Fix & Luxury Premium Redesign) */
.time-table-section {
    position: relative;
    z-index: 10;
}
#time-table .container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#time-table .container .col-lg-4 {
    display: flex;
}
#time-table .container .col-lg-4 .row {
    width: 100%;
}
.service-time {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    min-height: 420px !important; /* Increased height to accommodate capsule outline buttons */
    margin-top: -60px !important; /* Premium overlay card design style */
    padding: 45px 30px !important;
    border-radius: 20px !important;
    transition: var(--transition) !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 10 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 15px 40px rgba(0, 96, 177, 0.18) !important;
}

/* All three cards - clean blue tones */
.service-time.one {
    background: linear-gradient(135deg, #2895f1 0%, #0060b1 100%) !important;
}
.service-time.middle {
    background: linear-gradient(135deg, #0284c7 0%, #0060b1 100%) !important;
}
.service-time.three {
    background: linear-gradient(135deg, #2895f1 0%, #0284c7 100%) !important;
}

/* Hover scales */
.service-time:hover {
    transform: translateY(-10px) !important;
}
.service-time.one:hover {
    box-shadow: 0 25px 50px rgba(40, 149, 241, 0.35) !important;
}
.service-time.middle:hover {
    box-shadow: 0 25px 50px rgba(2, 132, 199, 0.35) !important;
}
.service-time.three:hover {
    box-shadow: 0 25px 50px rgba(40, 149, 241, 0.3) !important;
}

/* Large white outline icons with no circle background */
.service-time .info-icon {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 56px !important; /* Matching screenshot outline size */
    display: block !important;
    margin-bottom: 25px !important;
    transition: var(--transition) !important;
}
.service-time:hover .info-icon {
    transform: scale(1.1) !important;
}

/* Text Overrides - Clean white contrast */
.service-time h3 {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    background: transparent !important;
    letter-spacing: -0.5px !important;
}
.service-time p {
    color: #ffffff !important; /* Solid white text for rich contrast */
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

/* Elegant capsule buttons with white borders */
.btn-outline-white {
    border: 2px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
    border-radius: var(--radius-full) !important;
    padding: 10px 26px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    transition: var(--transition) !important;
    display: inline-block !important;
    cursor: pointer !important;
    text-decoration: none !important;
}
.btn-outline-white:hover {
    background: #ffffff !important;
    color: #0284c7 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.25) !important;
    text-decoration: none !important;
}

/* ==========================================================================
   ORANGE ACCENT CARDS — Clean White with Subtle Orange Left Border
   ========================================================================== */
.service-card {
    border-left: 4px solid #F97316 !important;
    border-top: none !important;
    background: #ffffff !important;
    border-radius: 0 10px 10px 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.service-card:hover {
    border-left-color: #EA580C !important;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.12) !important;
    transform: translateY(-3px) !important;
}

.gallery-card {
    border-left: 4px solid #F97316 !important;
    background: #ffffff !important;
    border-radius: 0 10px 10px 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
}
.gallery-card:hover {
    border-left-color: #EA580C !important;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.12) !important;
    transform: translateY(-3px) !important;
}

.message-box {
    border-left: 4px solid #F97316 !important;
    background: #ffffff !important;
    border-radius: 0 10px 10px 0 !important;
    padding: 20px 25px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.message-box:hover {
    border-left-color: #EA580C !important;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.1) !important;
}

.service-time.middle::before,
.service-time.middle::after {
    display: none !important; /* Remove dated triangle arrows causing issues */
}

/* Time Table structure overrides */
.service-time ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
    width: 100% !important;
}
.service-time ul li {
    display: flex !important;
    justify-content: space-between !important;
    padding: 11px 0 !important;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1) !important;
    font-size: 14px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}
.service-time ul li:last-child {
    border-bottom: none !important;
}
.service-time ul li span.left {
    color: #94a3b8 !important;
    font-weight: 400 !important;
    float: none !important;
}
.service-time ul li span.right {
    color: #ffffff !important;
    float: none !important;
}

/* 4. Specialized Treatments Card & Grid Redesign */
.serv {
    background: var(--bg-card) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-md) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    padding: 35px 30px !important;
    min-height: 310px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    transition: var(--transition) !important;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
}
.serv:hover {
    transform: translateY(-8px) !important;
    box-shadow: var(--shadow-xl) !important;
    border-color: rgba(2, 132, 199, 0.2) !important;
}
.serv h4 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: var(--primary) !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    float: none !important;
    width: 100% !important;
}
.serv ul {
    list-style: none !important;
    padding-left: 0 !important;
    text-align: left !important;
    width: 100% !important;
    margin: 0 !important;
}
.serv ul li {
    font-size: 13.5px !important;
    line-height: 22px !important;
    color: var(--text-muted) !important;
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 8px !important;
}
.serv ul li::before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    color: var(--secondary) !important;
    font-weight: bold !important;
}

/* 5. Booking Form Portal */
.appointment-form {
    background: var(--bg-card) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-xl) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    padding: 40px 30px !important;
    overflow: hidden !important;
    float: none !important;
    width: auto !important;
}
.appointment-form h3 {
    margin: -40px -30px 30px -30px !important;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%) !important;
    padding: 22px 30px !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border: none !important;
    text-align: center !important;
    float: none !important;
    width: auto !important;
}
.appointment-form .form-group input, 
.appointment-form .form-group select, 
.appointment-form .form-group textarea {
    border-radius: var(--radius-md) !important;
    border: 1px solid #cbd5e1 !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: var(--text-main) !important;
    background: #f8fafc !important;
    box-shadow: none !important;
    transition: var(--transition) !important;
    height: auto !important;
    margin-top: 12px !important;
    width: 100% !important;
    float: none !important;
}
.appointment-form .form-group input:focus, 
.appointment-form .form-group select:focus, 
.appointment-form .form-group textarea:focus {
    border-color: var(--primary) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.1) !important;
    outline: none !important;
}
.appointment-form .form-group button {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) !important;
    border: none !important;
    border-radius: var(--radius-full) !important;
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    box-shadow: var(--shadow-md) !important;
    transition: var(--transition) !important;
    cursor: pointer !important;
    width: 100% !important;
    margin-top: 25px !important;
    float: none !important;
}
.appointment-form .form-group button:hover {
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-lg) !important;
    background: linear-gradient(135deg, var(--primary-hover) 0%, var(--secondary-hover) 100%) !important;
}

/* 6. Why Choose Widgets & Doctors Profiles */
.service-widget {
    background: var(--bg-card) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-md) !important;
    padding: 30px 25px !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    transition: var(--transition) !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    float: none !important;
}
.service-widget:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--shadow-lg) !important;
    border-color: rgba(2, 132, 199, 0.15) !important;
}
.service-widget h3 {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: var(--text-main) !important;
    background: transparent !important;
    padding: 15px 0 10px 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
    text-align: center !important;
}
.service-widget p {
    font-size: 14px !important;
    color: var(--text-muted) !important;
    line-height: 22px !important;
    margin: 0 !important;
}

/* Doctor Section styling */
.dev-list .widget {
    background: var(--bg-card) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-md) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    padding: 35px 25px !important;
    transition: var(--transition) !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}
.dev-list .widget:hover {
    transform: translateY(-8px) !important;
    box-shadow: var(--shadow-xl) !important;
    border-color: rgba(2, 132, 199, 0.2) !important;
}
.dev-list .widget img {
    border-radius: 50% !important;
    max-width: 140px !important;
    height: 140px !important;
    object-fit: cover !important;
    border: 4px solid #f1f5f9 !important;
    transition: var(--transition) !important;
}
.dev-list .widget:hover img {
    border-color: var(--primary) !important;
}
.dev-list .widget-title h3 {
    font-size: 21px !important;
    font-weight: 700 !important;
    color: var(--text-main) !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
}
.dev-list .widget small {
    font-size: 13px !important;
    color: var(--accent) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: inline-block !important;
    margin-bottom: 15px !important;
    float: none !important;
}
.dev-list .widget p {
    font-size: 14px !important;
    color: var(--text-muted) !important;
    line-height: 22px !important;
}
.dev-list .widget .btn {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%) !important;
    border: none !important;
    border-radius: var(--radius-full) !important;
    color: #ffffff !important;
    padding: 10px 24px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    box-shadow: var(--shadow-sm) !important;
    display: inline-block !important;
}
.dev-list .widget .btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-md) !important;
}

/* 7. Chronic Care & Benefits Tables */
.pricing-table {
    background: var(--bg-card) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-md) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    padding: 40px 30px !important;
    transition: var(--transition) !important;
    position: relative !important;
    margin: 30px 0 !important;
    min-height: 520px !important;
}
.pricing-table:hover {
    transform: translateY(-5px) !important;
    box-shadow: var(--shadow-xl) !important;
}
.pricing-table.pricing-table-highlighted {
    border: 2px solid var(--accent) !important;
    transform: scale(1.03) !important;
    box-shadow: var(--shadow-xl) !important;
    margin-top: 30px !important;
}
.pricing-table-header {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 25px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 20px !important;
    text-align: center !important;
}
.pricing-table-header h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: var(--primary) !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pricing-table-highlighted .pricing-table-header h2 {
    color: #ffffff !important;
}
.pricing-table-header small {
    font-size: 13px !important;
    color: var(--text-muted) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
.pricing-table-features {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
}
.pricing-table-features p {
    font-size: 14px !important;
    color: var(--text-muted) !important;
    line-height: 24px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
}
.pricing-table-features i {
    border: none !important;
    padding: 0 !important;
    margin-right: 12px !important;
    color: var(--secondary) !important;
    font-size: 16px !important;
    float: none !important;
    display: inline !important;
}
.pricing-table-highlighted .pricing-table-features i {
    color: var(--primary) !important;
}
.pricing-table-sign-up {
    margin-top: 30px !important;
    padding: 0 !important;
    text-align: center !important;
}
.pricing-table-sign-up .btn {
    border-radius: var(--radius-full) !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: var(--transition) !important;
    border: none !important;
}
.pricing-table-sign-up .btn-dark {
    background: #0f172a !important;
    color: #ffffff !important;
}
.pricing-table-sign-up .btn-dark:hover {
    background: var(--primary) !important;
}

/* 8. Testimonials Quote Cards */
.testimonial {
    background: var(--bg-card) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-md) !important;
    padding: 35px !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    transition: var(--transition) !important;
    float: none !important;
    width: auto !important;
}
.testimonial:hover {
    box-shadow: var(--shadow-lg) !important;
    border-color: rgba(2, 132, 199, 0.15) !important;
}
.testimonial h3 i {
    color: #f59e0b !important; /* Beautiful Star colors */
    font-size: 16px !important;
    margin-right: 4px !important;
}
.testimonial p.lead {
    font-size: 15px !important;
    font-style: italic !important;
    color: var(--text-main) !important;
    line-height: 26px !important;
}
.testi-meta img {
    border-radius: 50% !important;
    max-width: 50px !important;
    height: 50px !important;
    object-fit: cover !important;
    border: 2px solid #cbd5e1 !important;
    float: left !important;
}
.testi-meta h4 {
    color: var(--primary) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* 9. Accordion FAQ Customization */
.panel-group .panel {
    border-radius: var(--radius-md) !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: var(--shadow-sm) !important;
    margin-bottom: 16px !important;
    overflow: hidden !important;
    transition: var(--transition) !important;
}
.panel-group .panel:hover {
    box-shadow: var(--shadow-md) !important;
    border-color: rgba(2, 132, 199, 0.2) !important;
}
.panel-heading {
    background: #ffffff !important;
    padding: 20px 25px !important;
    transition: var(--transition) !important;
}
.panel-heading h4 a {
    color: var(--text-main) !important;
    font-size: 16.5px !important;
    font-weight: 700 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-decoration: none !important;
}
.panel-heading h4 a i {
    transition: transform 0.3s ease !important;
    color: var(--primary) !important;
}
.panel-heading h4 a:not(.collapsed) {
    color: var(--primary) !important;
}
.panel-heading h4 a:not(.collapsed) i {
    transform: rotate(180deg) !important;
}
.panel-body {
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 20px 25px !important;
    font-size: 14.5px !important;
    line-height: 26px !important;
    color: var(--text-muted) !important;
}

/* 10. Contact Section & Map styling */
.form-contant {
    background: var(--bg-card) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-xl) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    padding: 45px 40px !important;
    max-width: 750px !important;
    margin: 0 auto 50px auto !important;
    float: none !important;
    position: relative !important;
    width: 100% !important;
}
.form-contant input, 
.form-contant textarea {
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: var(--radius-md) !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: var(--text-main) !important;
    transition: var(--transition) !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    height: auto !important;
    float: none !important;
}
.form-contant input:focus, 
.form-contant textarea:focus {
    background: #ffffff !important;
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.1) !important;
    color: var(--text-main) !important;
    outline: none !important;
}
.form-contant textarea {
    height: 120px !important;
}
#submitButton {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) !important;
    border: none !important;
    border-radius: var(--radius-full) !important;
    padding: 14px 35px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    box-shadow: var(--shadow-md) !important;
    transition: var(--transition) !important;
    width: auto !important;
    display: inline-block !important;
    margin-top: 10px !important;
    float: none !important;
}
#submitButton:hover {
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-lg) !important;
    background: linear-gradient(135deg, var(--primary-hover) 0%, var(--secondary-hover) 100%) !important;
}
.contact-section {
    background: var(--bg-light) !important;
}

/* 11. Footer & Copyright Area styling */
footer#footer {
    background: #1e293b !important;
    color: #ffffff !important;
    padding: 70px 0 35px 0 !important;
    float: none !important;
    width: auto !important;
}
footer#footer h3 {
    color: #0f172a !important; /* Bold Dark Slate for Headings */
    font-size: 22px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    float: none !important;
    width: auto !important;
}
footer#footer p {
    color: #ffffff !important; /* Pure white description text */
    font-size: 14.5px !important;
    line-height: 24px !important;
    float: none !important;
    font-weight: 400 !important;
}
footer#footer a {
    color: #ffffff !important;
    text-decoration: none !important;
}
footer#footer a:hover {
    color: #0f172a !important;
}
.quick-links-list li a {
    display: inline-block !important;
    transition: var(--transition) !important;
}
.quick-links-list li a:hover {
    transform: translateX(5px) !important;
    color: #0f172a !important;
}
.copyright-area {
    background: #0284c7 !important;
    color: #ffffff !important;
    padding: 22px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    float: none !important;
    width: auto !important;
}
.copyright-area p {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.social-links li a i {
    color: #94a3b8 !important;
    font-size: 19px !important;
    transition: var(--transition) !important;
}
.social-links li a:hover i {
    color: #ffffff !important;
    transform: scale(1.2) !important;
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE DESIGN – All Devices
   Laptop (992-1199px) | Tablet (768-991px) | Mobile (481-767px) | Small (320-480px)
   ========================================================================== */

/* === GLOBAL BASE FIXES === */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    overflow-x: hidden !important;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-collapse {
    background: #0284c7 !important;
}

/* ==========================================================================
   LAPTOP VIEW: 992px – 1199px
   ========================================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Header */
    .header-bottom nav.main-menu ul.nav.navbar-nav > li a {
        padding: 15px 12px !important;
        font-size: 13px !important;
    }
    .info-inner {
        margin-left: 15px !important;
    }
    .info-inner span.icontop {
        width: 38px !important;
        height: 38px !important;
        font-size: 16px !important;
        margin-right: 8px !important;
    }
    .iconcont a, .iconcont strong {
        font-size: 12px !important;
    }
    /* Hero */
    .hero-title {
        font-size: 44px !important;
    }
    .hero-subtitle {
        font-size: 20px !important;
    }
    .hero-desc {
        font-size: 14px !important;
    }
    #home.first-section {
        min-height: auto !important;
        padding: 140px 0 100px !important;
    }
    /* Info Cards */
    .service-time {
        padding: 30px 20px !important;
        min-height: 380px !important;
    }
    .service-time h3 {
        font-size: 18px !important;
    }
    .service-time p {
        font-size: 13px !important;
    }
    .service-time .info-icon {
        font-size: 44px !important;
    }
    /* Sections */
    .heading h2 {
        font-size: 28px !important;
    }
    .heading .lead {
        font-size: 15px !important;
    }
    /* Treatment Cards */
    .treatment-card {
        padding: 22px 16px !important;
    }
    .treatment-card h4 {
        font-size: 15px !important;
    }
    .treatment-card ul li {
        font-size: 12px !important;
    }
    /* Why Choose Cards */
    .service-widget .post-media {
        height: 160px !important;
    }
    .service-widget h3 {
        font-size: 16px !important;
    }
    .service-widget p {
        font-size: 13px !important;
    }
    /* Gallery */
    .gallery-img-wrap {
        height: 200px !important;
    }
    .gallery-info h3 {
        font-size: 16px !important;
    }
    .gallery-info p {
        font-size: 12px !important;
    }
    /* About */
    #about .message-box h2 {
        font-size: 30px !important;
    }
    /* Footer */
    .footer-title {
        font-size: 18px !important;
    }
    .map-card iframe {
        height: 280px;
    }
    /* Pricing */
    .pricing-table {
        min-height: 460px !important;
        padding: 30px 22px !important;
    }
    .pricing-table-header h2 {
        font-size: 20px !important;
    }
    /* Contact */
    .contact-form-wrapper {
        padding: 24px 20px !important;
    }
    .contact-info-card {
        padding: 16px 14px !important;
    }
    /* Approach */
    .approach-card img.doctor-img-ring {
        width: 160px !important;
        height: 160px !important;
    }
}

/* ==========================================================================
   TABLET VIEW: 768px – 991px
   ========================================================================== */
@media (max-width: 991px) {
    /* === HEADER === */
    header {
        position: relative !important;
    }
    /* === CONTACT PAGE: Reset hero when header is relative === */
    .contact-hero {
        padding: 60px 0 50px !important;
    }
    .contact-cta-card {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .header-top .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 10px !important;
    }
    .header-top .navbar-brand {
        margin-bottom: 4px;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .header-top .navbar-brand img {
        height: 75px !important;
    }
    .right-header {
        width: 100%;
        margin: 6px 0 !important;
        display: flex !important;
        justify-content: center;
    }
    .header-info {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .info-inner {
        margin-left: 12px !important;
    }
    .info-inner span.icontop {
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
        font-size: 15px !important;
        margin-right: 8px !important;
    }
    .iconcont a, .iconcont strong {
        font-size: 12px !important;
    }
    /* Navigation */
    .header-bottom {
        background: #0284c7 !important;
    }
    .header-bottom nav.main-menu {
        float: none !important;
    }
    .header-bottom .container {
        justify-content: center;
    }
    .navbar-collapse {
        background: #0284c7 !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .header-bottom nav.main-menu ul.nav.navbar-nav > li a {
        color: #ffffff !important;
        padding: 12px 15px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
    }
    /* === INNER PAGES: Reset padding (header is relative, not fixed) === */
    body.clinic_version .section:not(.first-section),
    body.clinic_version .section.wb:not(.first-section) {
        padding-top: 80px !important;
    }
    /* === HERO === */
    #home.first-section {
        margin-top: 0 !important;
        padding: 80px 0 50px !important;
        min-height: auto !important;
        background-attachment: scroll !important;
    }
    .hero-content-wrapper {
        max-width: 100% !important;
        text-align: center !important;
        margin: 0 auto !important;
    }
    .hero-trust-badge {
        font-size: 12px !important;
        padding: 6px 14px !important;
        margin-bottom: 20px !important;
    }
    .hero-title {
        font-size: 36px !important;
        letter-spacing: -1px !important;
    }
    .hero-subtitle {
        font-size: 18px !important;
        margin-bottom: 16px !important;
    }
    .hero-desc {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 25px !important;
    }
    .hero-cta-group {
        flex-direction: column;
        gap: 12px;
        align-items: center;
        justify-content: center !important;
    }
    .btn-primary-gradient {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 28px !important;
        font-size: 14px !important;
    }
    .btn-phone-link {
        width: 100% !important;
        justify-content: center !important;
        margin-left: 0 !important;
    }
    /* === INFO CARDS === */
    .service-time {
        margin-top: 25px !important;
        margin-bottom: 20px !important;
        min-height: auto !important;
        padding: 35px 25px !important;
    }
    .service-time .info-icon {
        font-size: 40px !important;
    }
    .service-time h3 {
        font-size: 18px !important;
    }
    .service-time p {
        font-size: 13px !important;
    }
    .btn-outline-white {
        padding: 8px 20px !important;
        font-size: 12px !important;
    }
    /* === SECTIONS === */
    body.clinic_version .section:not(.first-section),
    body.clinic_version .section.wb,
    body.clinic_version #about.section {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }
    .heading h2 {
        font-size: 24px !important;
    }
    .heading .lead {
        font-size: 14px !important;
    }
    .icon-logo img {
        width: 30px;
    }
    /* === WHY CHOOSE CARDS === */
    .why-choose-home .service-widget,
    .why-choose-about .service-widget {
        margin-bottom: 20px !important;
    }
    .service-widget .post-media {
        height: 180px !important;
    }
    .service-widget h3 {
        font-size: 15px !important;
    }
    .service-widget p {
        font-size: 12px !important;
    }
    /* === ABOUT PAGE === */
    #about .message-box h2 {
        font-size: 24px !important;
    }
    #about .message-box .lead {
        font-size: 14px !important;
    }
    #about .message-box p {
        font-size: 13px !important;
    }
    #about .post-media {
        margin-top: 25px;
    }
    /* === TREATMENT CARDS === */
    .treatment-card {
        padding: 20px 14px !important;
        margin-bottom: 15px !important;
    }
    .treatment-card h4 {
        font-size: 14px !important;
    }
    .treatment-card ul li {
        font-size: 12px !important;
        padding: 5px 0 !important;
    }
    .inner-services .col-md-6 {
        width: 50%;
    }
    /* === GALLERY === */
    .gallery-card {
        margin-bottom: 20px !important;
    }
    .gallery-img-wrap {
        height: 200px !important;
    }
    .gallery-info h3 {
        font-size: 16px !important;
    }
    .gallery-info p {
        font-size: 12px !important;
    }
    /* === PRICING / BENEFIT CARDS === */
    .pricing-table {
        min-height: auto !important;
        margin: 20px 0 !important;
        padding: 30px 20px !important;
    }
    .pricing-table.pricing-table-highlighted {
        transform: none !important;
        margin-top: 20px !important;
    }
    .pricing-table-header h2 {
        font-size: 20px !important;
    }
    .pricing-table-features p {
        font-size: 13px !important;
    }
    /* === APPROACH PAGE === */
    .approach-card {
        margin-bottom: 25px !important;
    }
    .approach-card img.doctor-img-ring {
        width: 150px !important;
        height: 150px !important;
    }
    .approach-card h3 {
        font-size: 16px !important;
    }
    .approach-card p {
        font-size: 13px !important;
    }
    /* === BENEFIT CARDS === */
    .benefit-card {
        padding: 20px 15px !important;
        margin-bottom: 15px !important;
    }
    .benefit-card h2 {
        font-size: 18px !important;
    }
    /* === CONTACT PAGE === */
    .contact-info-card {
        padding: 16px 14px !important;
    }
    .contact-form-wrapper {
        padding: 24px 20px !important;
        margin-top: 25px !important;
    }
    .contact-info-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
    }
    .contact-why-card {
        padding: 24px 18px !important;
        margin-bottom: 16px !important;
    }
    .contact-why-card h3 {
        font-size: 15px !important;
    }
    .contact-why-card p {
        font-size: 13px !important;
    }
    .contact-why-icon {
        width: 52px !important;
        height: 52px !important;
        font-size: 22px !important;
        margin-bottom: 14px !important;
    }
    .contact-why-section .heading,
    .contact-form-section .heading {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* === FOOTER === */
    .footer-modern {
        padding: 40px 0 20px !important;
    }
    .footer-modern .col-md-6 {
        margin-bottom: 30px !important;
    }
    .footer-title {
        font-size: 18px !important;
    }
    .map-card iframe {
        height: 250px;
    }
    .footer-contact-item span {
        font-size: 13px !important;
    }
    .social-circle {
        width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
    }
    /* === FLOATING BUTTONS === */
    .floating-cta-group {
        bottom: 12px;
        right: 12px;
    }
    .whatsapp-float {
        width: 48px !important;
        height: 48px !important;
        font-size: 24px !important;
    }
    /* === COPYRIGHT === */
    .copyright-bar .row {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .copyright-bar p {
        font-size: 12px !important;
    }
    /* === APPOINTMENT FORM === */
    .appointment-form {
        margin-top: 40px !important;
    }
    /* === FAQ === */
    .faq-panel .faq-question {
        padding: 16px 20px !important;
    }
    .faq-panel .faq-question a {
        font-size: 14px !important;
    }
    .faq-panel .faq-answer {
        padding: 16px 20px !important;
        font-size: 13px !important;
    }
}

/* ==========================================================================
   MOBILE VIEW: 481px – 767px
   ========================================================================== */
@media (max-width: 767px) {
    /* === HEADER === */
    header {
        position: relative !important;
        z-index: 999 !important;
    }
    .header-top .navbar-brand img {
        height: 60px !important;
    }
    .header-info {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .info-inner {
        margin-left: 0 !important;
        justify-content: center;
    }
    .info-inner span.icontop {
        width: 28px !important;
        height: 28px !important;
        line-height: 28px !important;
        font-size: 13px !important;
        margin-right: 6px !important;
    }
    .iconcont a, .iconcont strong {
        font-size: 11px !important;
    }
    .iconcont small {
        font-size: 10px !important;
    }
    /* Navigation */
    .header-bottom {
        background: #0284c7 !important;
    }
    .navbar-header {
        top: 15px !important;
        right: 15px !important;
    }
    .header-bottom nav.main-menu ul.nav.navbar-nav > li a {
        color: #ffffff !important;
        padding: 12px 10px !important;
        font-size: 12px !important;
    }
    .navbar-nav {
        margin: 0;
    }
    /* === INNER PAGES: Reset padding (header is relative, not fixed) === */
    body.clinic_version .section:not(.first-section),
    body.clinic_version .section.wb:not(.first-section) {
        padding-top: 60px !important;
    }
    /* === HERO === */
    #home.first-section {
        margin-top: 0 !important;
        padding: 50px 0 40px !important;
        min-height: auto !important;
        background-attachment: scroll !important;
    }
    .hero-content-wrapper {
        text-align: center !important;
        margin: 0 auto !important;
    }
    .hero-trust-badge {
        font-size: 11px !important;
        padding: 6px 12px !important;
        margin-bottom: 16px !important;
    }
    .hero-title {
        font-size: 28px !important;
        letter-spacing: -0.5px !important;
    }
    .hero-subtitle {
        font-size: 16px !important;
        margin-bottom: 14px !important;
    }
    .hero-desc {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }
    .hero-cta-group {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center !important;
    }
    .btn-primary-gradient {
        width: 100% !important;
        justify-content: center !important;
        padding: 12px 24px !important;
        font-size: 13px !important;
    }
    .btn-phone-link {
        width: 100% !important;
        justify-content: center !important;
    }
    /* === SECTIONS === */
    body.clinic_version .section:not(.first-section),
    body.clinic_version .section.wb,
    body.clinic_version #about.section {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
    .heading {
        margin-bottom: 30px !important;
    }
    .heading h2 {
        font-size: 22px !important;
    }
    .heading .lead {
        font-size: 13px !important;
    }
    .icon-logo img {
        width: 28px;
    }
    /* === INFO CARDS === */
    .service-time {
        margin-top: 20px !important;
        margin-bottom: 15px !important;
        padding: 25px 20px !important;
        min-height: auto !important;
    }
    .service-time .info-icon {
        font-size: 36px !important;
        margin-bottom: 15px !important;
    }
    .service-time h3 {
        font-size: 17px !important;
    }
    .service-time p {
        font-size: 12px !important;
    }
    .service-time ul li {
        font-size: 12px !important;
        padding: 8px 0 !important;
    }
    .btn-outline-white {
        padding: 8px 18px !important;
        font-size: 11px !important;
    }
    /* === WHY CHOOSE CARDS === */
    .why-choose-home .service-widget,
    .why-choose-about .service-widget {
        margin-bottom: 18px !important;
    }
    .service-widget .post-media {
        height: 180px !important;
    }
    .service-widget h3 {
        font-size: 15px !important;
    }
    .service-widget p {
        font-size: 12px !important;
    }
    /* === ABOUT PAGE === */
    #about .message-box h2 {
        font-size: 22px !important;
    }
    #about .message-box h4 {
        font-size: 12px !important;
    }
    #about .message-box .lead {
        font-size: 13px !important;
    }
    #about .message-box p {
        font-size: 12px !important;
    }
    #about .post-media {
        margin-top: 20px;
    }
    /* === TREATMENT CARDS === */
    .inner-services .col-md-6 {
        width: 100%;
    }
    .treatment-card {
        padding: 18px 14px !important;
        margin-bottom: 12px !important;
        border-radius: 12px !important;
    }
    .treatment-card h4 {
        font-size: 13px !important;
    }
    .treatment-card ul li {
        font-size: 11px !important;
        padding: 5px 0 !important;
    }
    .treatment-card .icon-service img {
        width: 45px;
    }
    /* === GALLERY === */
    .gallery-card {
        margin-bottom: 18px !important;
    }
    .gallery-img-wrap {
        height: 180px !important;
    }
    .gallery-info {
        padding: 18px 15px !important;
    }
    .gallery-info h3 {
        font-size: 15px !important;
    }
    .gallery-info p {
        font-size: 12px !important;
    }
    /* === PRICING / BENEFITS === */
    .pricing-table {
        min-height: auto !important;
        margin: 15px 0 !important;
        padding: 25px 18px !important;
    }
    .pricing-table.pricing-table-highlighted {
        transform: none !important;
        margin-top: 15px !important;
    }
    .pricing-table-header h2 {
        font-size: 18px !important;
    }
    .pricing-table-features p {
        font-size: 12px !important;
    }
    .pricing-table-sign-up .btn {
        padding: 8px 18px !important;
        font-size: 12px !important;
    }
    /* === APPROACH === */
    .approach-card {
        margin-bottom: 20px !important;
        padding: 0 8px !important;
    }
    .approach-card img.doctor-img-ring {
        width: 120px !important;
        height: 120px !important;
    }
    .approach-card h3 {
        font-size: 15px !important;
    }
    .approach-card small {
        font-size: 11px !important;
    }
    .approach-card p {
        font-size: 12px !important;
    }
    /* === BENEFIT CARDS === */
    .benefit-card {
        padding: 18px 14px !important;
        margin-bottom: 12px !important;
    }
    .benefit-card h2 {
        font-size: 17px !important;
    }
    .benefit-card-features p {
        font-size: 12px !important;
    }
    .benefit-card-text p {
        font-size: 12px !important;
    }
    /* === CONTACT PAGE === */
    .contact-why-card {
        padding: 22px 16px !important;
        margin-bottom: 14px !important;
    }
    .contact-why-card h3 {
        font-size: 14px !important;
    }
    .contact-why-card p {
        font-size: 12px !important;
    }
    .contact-why-icon {
        width: 48px !important;
        height: 48px !important;
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }
    .contact-form-wrapper-new {
        max-width: 100% !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding: 20px 16px !important;
    }
    .contact-cta-card {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding: 36px 24px !important;
    }
    .contact-info-card {
        padding: 14px 12px !important;
        gap: 10px !important;
    }
    .contact-info-icon {
        width: 38px !important;
        height: 38px !important;
        font-size: 15px !important;
        border-radius: 10px !important;
    }
    .contact-info-text h4 {
        font-size: 14px !important;
    }
    .contact-info-text p {
        font-size: 12px !important;
    }
    .contact-form-wrapper {
        padding: 20px 16px !important;
        margin-top: 20px !important;
    }
    .contact-form-wrapper h3 {
        font-size: 17px !important;
    }
    .contact-label {
        font-size: 12px !important;
    }
    .contact-input {
        font-size: 13px !important;
        padding: 10px 12px !important;
    }
    textarea.contact-input {
        min-height: 90px;
    }
    /* === FAQ === */
    .faq-panel .faq-question {
        padding: 14px 18px !important;
    }
    .faq-panel .faq-question a {
        font-size: 13px !important;
    }
    .faq-panel .faq-answer {
        padding: 14px 18px !important;
        font-size: 12px !important;
    }
    /* === APPOINTMENT FORM === */
    .appointment-form {
        padding: 25px 20px !important;
        margin-top: 30px !important;
    }
    .appointment-form h3 {
        font-size: 17px !important;
        padding: 18px 20px !important;
        margin: -25px -20px 20px -20px !important;
    }
    .appointment-form .form-group input,
    .appointment-form .form-group select,
    .appointment-form .form-group textarea {
        padding: 10px 14px !important;
        font-size: 13px !important;
    }
    .appointment-form .form-group button {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
    /* === FOOTER === */
    .footer-modern {
        padding: 30px 0 15px !important;
    }
    .footer-modern .col-md-6 {
        margin-bottom: 25px !important;
    }
    .footer-title {
        font-size: 17px !important;
    }
    .footer-underline {
        width: 35px;
        height: 2px;
    }
    .footer-contact-item {
        margin-bottom: 8px !important;
    }
    .footer-contact-item span {
        font-size: 12px !important;
    }
    .footer-contact-item i {
        font-size: 14px !important;
        width: 20px !important;
    }
    .map-card iframe {
        height: 220px;
    }
    .footer-modern p {
        font-size: 12px !important;
    }
    .social-circle {
        width: 34px !important;
        height: 34px !important;
        font-size: 13px !important;
    }
    /* === FLOATING BUTTONS === */
    .floating-cta-group {
        bottom: 8px;
        right: 8px;
    }
    .whatsapp-float {
        width: 44px !important;
        height: 44px !important;
        font-size: 22px !important;
    }
    .ai-assistant-float {
        display: none !important;
    }
    /* === COPYRIGHT === */
    .copyright-bar {
        padding: 12px 0 !important;
    }
    .copyright-bar p {
        font-size: 11px !important;
    }
    /* === SUBMIT BUTTON === */
    #submitButton {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
    /* === FORM CONTACT === */
    .form-contant {
        padding: 30px 25px !important;
    }
    .form-contant input,
    .form-contant textarea {
        padding: 10px 14px !important;
        font-size: 13px !important;
        margin-bottom: 15px !important;
    }
    /* === SECTION WB === */
    body.clinic_version .section.wb {
        padding-top: 50px !important;
    }
}

/* ==========================================================================
   SMALL MOBILE VIEW: 320px – 480px
   ========================================================================== */
@media (max-width: 480px) {
    /* === HEADER === */
    .header-top .navbar-brand img {
        height: 50px !important;
    }
    .info-inner span.icontop {
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
        font-size: 11px !important;
        margin-right: 5px !important;
    }
    .iconcont a, .iconcont strong {
        font-size: 10px !important;
    }
    .iconcont small {
        font-size: 9px !important;
    }
    /* Navigation */
    .header-bottom {
        background: #0284c7 !important;
    }
    .header-bottom nav.main-menu ul.nav.navbar-nav > li a {
        color: #ffffff !important;
        padding: 10px 8px !important;
        font-size: 11px !important;
    }
    /* === HERO === */
    #home.first-section {
        margin-top: 120px !important;
        padding: 35px 0 30px !important;
    }
    .hero-trust-badge {
        font-size: 10px !important;
        padding: 4px 10px !important;
    }
    .hero-title {
        font-size: 22px !important;
    }
    .hero-subtitle {
        font-size: 14px !important;
    }
    .hero-desc {
        font-size: 12px !important;
    }
    .btn-primary-gradient {
        padding: 10px 20px !important;
        font-size: 12px !important;
    }
    .btn-phone-link {
        font-size: 11px !important;
    }
    /* === SECTIONS === */
    body.clinic_version .section:not(.first-section),
    body.clinic_version .section.wb,
    body.clinic_version #about.section {
        padding-top: 40px !important;
        padding-bottom: 25px !important;
    }
    .heading {
        margin-bottom: 25px !important;
    }
    .heading h2 {
        font-size: 20px !important;
    }
    .heading .lead {
        font-size: 12px !important;
    }
    .icon-logo img {
        width: 24px;
    }
    /* === INFO CARDS === */
    .service-time {
        padding: 20px 15px !important;
        margin-top: 15px !important;
    }
    .service-time .info-icon {
        font-size: 32px !important;
        margin-bottom: 12px !important;
    }
    .service-time h3 {
        font-size: 16px !important;
    }
    .service-time p {
        font-size: 11px !important;
    }
    .service-time ul li {
        font-size: 11px !important;
        padding: 6px 0 !important;
    }
    .btn-outline-white {
        padding: 6px 14px !important;
        font-size: 10px !important;
    }
    /* === WHY CHOOSE CARDS === */
    .service-widget .post-media {
        height: 160px !important;
    }
    .service-widget h3 {
        font-size: 14px !important;
    }
    .service-widget p {
        font-size: 11px !important;
    }
    /* === ABOUT PAGE === */
    #about .message-box h2 {
        font-size: 19px !important;
    }
    #about .message-box h4 {
        font-size: 11px !important;
    }
    #about .message-box .lead {
        font-size: 12px !important;
    }
    #about .message-box p {
        font-size: 11px !important;
    }
    /* === TREATMENT CARDS === */
    .treatment-card {
        padding: 14px 10px !important;
        border-radius: 10px !important;
        margin-bottom: 10px !important;
    }
    .treatment-card h4 {
        font-size: 12px !important;
        margin: 10px 0 8px !important;
    }
    .treatment-card ul li {
        font-size: 10px !important;
        padding: 4px 0 !important;
    }
    .treatment-card .icon-service img {
        width: 38px;
    }
    /* === GALLERY === */
    .gallery-img-wrap {
        height: 160px !important;
    }
    .gallery-info {
        padding: 14px 12px !important;
    }
    .gallery-info h3 {
        font-size: 14px !important;
    }
    .gallery-info p {
        font-size: 11px !important;
    }
    /* === PRICING / BENEFITS === */
    .pricing-table {
        padding: 20px 14px !important;
        margin: 12px 0 !important;
    }
    .pricing-table-header h2 {
        font-size: 17px !important;
    }
    .pricing-table-features p {
        font-size: 11px !important;
    }
    /* === APPROACH === */
    .approach-card img.doctor-img-ring {
        width: 100px !important;
        height: 100px !important;
    }
    .approach-card h3 {
        font-size: 14px !important;
    }
    .approach-card small {
        font-size: 10px !important;
    }
    .approach-card p {
        font-size: 11px !important;
    }
    /* === BENEFIT CARDS === */
    .benefit-card {
        padding: 16px 12px !important;
    }
    .benefit-card h2 {
        font-size: 16px !important;
    }
    .benefit-card-features p {
        font-size: 11px !important;
    }
    .benefit-card-text p {
        font-size: 11px !important;
    }
    /* === CONTACT PAGE === */
    .contact-why-card {
        padding: 18px 14px !important;
        margin-bottom: 12px !important;
    }
    .contact-why-card h3 {
        font-size: 13px !important;
    }
    .contact-why-card p {
        font-size: 11px !important;
    }
    .contact-why-icon {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .contact-form-wrapper-new {
        max-width: 100% !important;
        margin-left: 8px !important;
        margin-right: 8px !important;
        padding: 16px 12px !important;
    }
    .contact-cta-card {
        margin-left: 8px !important;
        margin-right: 8px !important;
        padding: 28px 18px !important;
    }
    .contact-info-card {
        padding: 12px 10px !important;
        gap: 8px !important;
    }
    .contact-info-icon {
        width: 34px !important;
        height: 34px !important;
        font-size: 13px !important;
        border-radius: 8px !important;
    }
    .contact-info-text h4 {
        font-size: 13px !important;
    }
    .contact-info-text p {
        font-size: 11px !important;
    }
    .contact-form-wrapper {
        padding: 16px 12px !important;
    }
    .contact-form-wrapper h3 {
        font-size: 16px !important;
    }
    .contact-label {
        font-size: 11px !important;
    }
    .contact-input {
        font-size: 12px !important;
        padding: 8px 10px !important;
    }
    textarea.contact-input {
        min-height: 80px;
    }
    /* === FAQ === */
    .faq-panel .faq-question {
        padding: 12px 15px !important;
    }
    .faq-panel .faq-question a {
        font-size: 12px !important;
    }
    .faq-panel .faq-answer {
        padding: 12px 15px !important;
        font-size: 11px !important;
    }
    /* === APPOINTMENT FORM === */
    .appointment-form {
        padding: 20px 16px !important;
    }
    .appointment-form h3 {
        font-size: 16px !important;
        padding: 15px 16px !important;
        margin: -20px -16px 16px -16px !important;
    }
    .appointment-form .form-group input,
    .appointment-form .form-group select,
    .appointment-form .form-group textarea {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
    .appointment-form .form-group button {
        padding: 10px 20px !important;
        font-size: 13px !important;
    }
    /* === FOOTER === */
    .footer-modern {
        padding: 25px 0 10px !important;
    }
    .footer-title {
        font-size: 15px !important;
    }
    .footer-underline {
        width: 30px;
        height: 2px;
    }
    .footer-contact-item {
        margin-bottom: 6px !important;
    }
    .footer-contact-item span {
        font-size: 11px !important;
    }
    .footer-contact-item i {
        font-size: 12px !important;
        width: 16px !important;
    }
    .map-card iframe {
        height: 180px;
    }
    .footer-modern p {
        font-size: 11px !important;
    }
    .social-circle {
        width: 30px !important;
        height: 30px !important;
        font-size: 12px !important;
    }
    /* === FLOATING === */
    .whatsapp-float {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
    }
    .floating-cta-group {
        bottom: 6px;
        right: 6px;
    }
    /* === COPYRIGHT === */
    .copyright-bar {
        padding: 10px 0 !important;
    }
    .copyright-bar p {
        font-size: 10px !important;
    }
    /* === FORM SUBMIT === */
    #submitButton {
        padding: 10px 18px !important;
        font-size: 13px !important;
    }
    /* === FORM CONTACT === */
    .form-contant {
        padding: 20px 16px !important;
    }
    .form-contant input,
    .form-contant textarea {
        padding: 8px 12px !important;
        font-size: 12px !important;
        margin-bottom: 12px !important;
    }
    /* === SELECT SECTION === */
    .select-section div.form-group:nth-child(1),
    .select-section div.form-group:nth-child(2) {
        width: 100% !important;
        margin-right: 0 !important;
    }
    /* === FEATURE CARDS === */
    .feature-card-modern {
        padding: 24px 16px !important;
    }
    .feature-card-modern h3 {
        font-size: 15px !important;
    }
    .feature-card-modern p {
        font-size: 12px !important;
    }
    .feature-icon-wrap {
        width: 56px !important;
        height: 56px !important;
    }
    .feature-icon-wrap i {
        font-size: 24px !important;
    }
    /* === TESTIMONIALS === */
    .testimonial {
        padding: 20px 18px !important;
    }
    .testimonial p.lead {
        font-size: 13px !important;
    }
    .testi-meta h4 {
        font-size: 14px !important;
    }
}

/* ==========================================================================
   VARAHI PREMIUM OPEN HERO LAYOUT & ANIMATION WOW EFFECTS
   ========================================================================== */

#home.first-section {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 100px 0 !important;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(2, 132, 199, 0.4) 50%, rgba(40, 149, 241, 0.2) 100%), url('../images/varahi_hero_bg.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    transition: background 0.3s ease !important;
}

.hero-content-wrapper {
    max-width: 680px !important;
    position: relative !important;
    z-index: 10 !important;
    text-align: left !important;
}

.hero-trust-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #f1f5f9 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 25px !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    animation: heroSlideInBadge 1.2s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.hero-trust-badge i {
    font-size: 14px !important;
    color: #38bdf8 !important; /* Glowing Sky Blue Heartbeat */
}

.hero-title {
    font-size: 56px !important;
    font-weight: 800 !important;
    color: #ffffff !important; /* Crisp pure white text */
    line-height: 1.15 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    letter-spacing: -1.5px !important;
    text-shadow: 0 4px 12px rgba(15, 23, 42, 0.35) !important;
    animation: fadeInUpElegant 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both !important;
}

.hero-gradient-text {
    background: linear-gradient(135deg, #38bdf8 0%, #2dd4bf 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.hero-subtitle {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #34d399 !important; /* Soft glowing mint green */
    line-height: 1.3 !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    letter-spacing: -0.5px !important;
    text-shadow: 0 2px 8px rgba(15, 23, 42, 0.3) !important;
    animation: fadeInUpElegant 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both !important;
}

.hero-desc {
    font-size: 16px !important;
    color: #cbd5e1 !important; /* Bright silver gray text */
    line-height: 1.75 !important;
    margin-bottom: 35px !important;
    font-weight: 400 !important;
    text-shadow: 0 2px 6px rgba(15, 23, 42, 0.25) !important;
    animation: fadeInUpElegant 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both !important;
}

.hero-cta-group {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 24px !important;
    animation: fadeInUpElegant 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s both !important;
}

/* Primary Button with slide effects */
.btn-primary-gradient {
    background: linear-gradient(135deg, #2895f1 0%, #0284c7 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 15px 36px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 25px rgba(40, 149, 241, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.btn-primary-gradient:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 30px rgba(40, 149, 241, 0.4) !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0060b1 0%, #0284c7 100%) !important;
}

.btn-primary-gradient:hover .icon-slide {
    transform: translateX(4px) !important;
}

.btn-primary-gradient .icon-slide {
    transition: transform 0.3s ease !important;
}

/* Secondary Hotline Link */
.btn-phone-link {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    text-shadow: 0 2px 6px rgba(15, 23, 42, 0.3) !important;
}

.btn-phone-link:hover {
    color: #38bdf8 !important; /* Glowing Blue on hover */
    transform: translateX(3px) !important;
    text-decoration: none !important;
}

.btn-phone-link:hover .icon-wobble {
    animation: iconWobble 0.6s ease-in-out infinite alternate !important;
}

/* WOW Entrance Animations */
@keyframes fadeInUpElegant {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroSlideInBadge {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes iconWobble {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(15deg); }
}

.animate-pulse-slow {
    animation: heartbeat 2.5s infinite ease-in-out !important;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

@keyframes pulseHeart {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

/* Hide center icon logo from legacy layout */
#home.first-section .center {
    display: none !important;
}

/* Hero responsive breakpoints merged into comprehensive responsive block above */

/* ==========================================================================
   VARAHI PREMIUM GLOBAL SCROLL ANIMATIONS, MASKS, & DETAIL GLOWS
   ========================================================================== */

/* 1. Global Slow & Smooth Scroll Entrances (WOW.js) */
.wow {
    animation-duration: 1.4s !important;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* 2. About Section Split Layout Masking */
#about {
    background: #ffffff !important;
}
#about .post-media {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 40px 10px 40px 10px !important;
    box-shadow: var(--shadow-xl) !important;
    border: 1px solid rgba(226, 232, 240, 0.6) !important;
    transition: var(--transition) !important;
}
#about .post-media img {
    transition: var(--transition) !important;
}
#about .post-media:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12) !important;
}
#about .post-media:hover img {
    transform: scale(1.03) !important;
}
#about .message-box h4 {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: var(--secondary) !important;
    background: rgba(13, 148, 136, 0.08) !important;
    border: 1px solid rgba(13, 148, 136, 0.15) !important;
    padding: 5px 14px !important;
    border-radius: var(--radius-full) !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
}
#about .message-box h2 {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: var(--text-main) !important;
    line-height: 1.25 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
#about .message-box .lead {
    font-size: 16px !important;
    color: var(--text-muted) !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
}
#about .message-box p {
    font-size: 14.5px !important;
    color: var(--text-muted) !important;
    line-height: 1.7 !important;
}

/* 3. Why Choose Us Section Hover Underscores */
.service-widget {
    position: relative !important;
    overflow: hidden !important;
}
.service-widget .post-media img {
    border-radius: var(--radius-md) !important;
    transition: var(--transition) !important;
}
.service-widget:hover .post-media img {
    transform: scale(1.04) rotate(0.5deg) !important;
}
.service-widget h3 {
    position: relative !important;
    display: inline-block !important;
    width: 100% !important;
}
.service-widget h3::after {
    content: "" !important;
    display: block !important;
    width: 0% !important;
    height: 3px !important;
    background: var(--primary) !important;
    margin: 12px auto 0 !important;
    transition: var(--transition) !important;
    border-radius: var(--radius-full) !important;
}
.service-widget:hover h3::after {
    width: 35% !important;
}

/* 4. Specialized Treatment Glow Indicators */
.serv h4::after {
    content: "" !important;
    display: block !important;
    width: 30px !important;
    height: 3px !important;
    background: var(--accent) !important;
    margin: 12px auto 0 auto !important;
    transition: var(--transition) !important;
    border-radius: var(--radius-full) !important;
}
.serv:hover h4::after {
    width: 60px !important;
    background: var(--primary) !important;
}

/* 5. Portal Form Input Focus Glows & CTA Buttons */
.btn {
    border-radius: var(--radius-full) !important;
    transition: var(--transition) !important;
}

/* WhatsApp Floating Micro-glow */
.whatsapp-float {
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.whatsapp-float:hover {
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.6) !important;
}

/* 12. Clinic Tour Gallery and Uniform Crop Styles */
.gallery-card {
    background: var(--bg-card) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-md) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    overflow: hidden !important;
    transition: var(--transition) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}
.gallery-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: var(--shadow-xl) !important;
    border-color: rgba(2, 132, 199, 0.25) !important;
}
.gallery-img-wrap {
    position: relative !important;
    width: 100% !important;
    height: 240px !important;
    overflow: hidden !important;
}
.gallery-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: var(--transition) !important;
}
.gallery-card:hover .gallery-img-wrap img {
    transform: scale(1.06) !important;
}
.gallery-overlay {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    z-index: 2 !important;
}
.gallery-badge {
    background: rgba(15, 23, 42, 0.75) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    color: #ffffff !important;
    padding: 6px 14px !important;
    border-radius: var(--radius-full) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.gallery-info {
    padding: 25px 20px !important;
    text-align: left !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}
.gallery-info h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--text-main) !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.gallery-info p {
    font-size: 13.5px !important;
    color: var(--text-muted) !important;
    line-height: 22px !important;
    margin: 0 !important;
}

/* Ensure Choose Us Cards crop images uniformly */
.service-widget .post-media {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
    border-radius: var(--radius-md) !important;
}
.service-widget .post-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: var(--transition) !important;
}
/* Floating Actions Group & AI Book Assistant Styling */
.floating-cta-group {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.whatsapp-float {
    position: static !important; /* Managed by flex container now */
    width: 60px !important;
    height: 60px !important;
    background-color: #25d366 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4) !important;
    text-decoration: none !important;
    transition: var(--transition) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    animation: pulse-wa 2s infinite !important;
}
.whatsapp-float:hover {
    transform: scale(1.1) !important;
    color: #ffffff !important;
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.6) !important;
}
.ai-assistant-float {
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 13px 26px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.35) !important;
    transition: var(--transition) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    animation: floatCard 4s ease-in-out infinite !important;
}
.ai-assistant-float i {
    font-size: 16px !important;
}
.ai-assistant-float:hover {
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 15px 35px rgba(249, 115, 22, 0.5) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .ai-assistant-float {
        display: none !important; /* Hide AI text button on small mobile screens to prevent clutter */
    }
}/* Social Media Circle Outlines on Cyan Footer */
.social-circle {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important; /* White semi-transparent border on dark footer */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important; /* White icons on dark footer */
    font-size: 17px !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    background: rgba(255, 255, 255, 0.1) !important; /* Subtle glass background */
    text-decoration: none !important;
}
.social-circle:hover {
    background: #ffffff !important; /* White solid background on hover */
    color: #0060b1 !important; /* Dark blue icon on white */
    border-color: #ffffff !important;
    transform: translateY(-6px) scale(1.1) !important;
    text-decoration: none !important;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2) !important;
}

/* Premium Map Card Levitation Wow Effect */
.map-card {
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform, box-shadow;
}
.map-card:hover {
    transform: translateY(-8px) scale(1.015) !important; /* Levitates card and scales slightly */
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.25) !important; /* Deep modern card shadow expansion */
}

/* Premium Contact List Micro-Slide Interactions */
.footer-contact-item {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
}
.footer-contact-item:hover {
    transform: translateX(6px) !important; /* Slides text slightly right on hover */
}
.footer-contact-item i {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform, color;
}
.footer-contact-item:hover i {
    transform: scale(1.25) !important; /* Zoom icons slightly */
    color: #ffffff !important; /* Dynamic white spotlight glow */
}

/* ---- Approach Cards Equal Height ---- */
.approach-card {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
.approach-card p {
    flex: 1 !important;
}
.dev-list .col-lg-3, .dev-list .col-md-6, .dev-list .col-sm-12 {
    display: flex !important;
}

/* ---- Gallery Overlay Disabled ---- */
.gallery-card .gallery-overlay {
    display: none !important;
}
.gallery-card .gallery-img-wrap .gallery-overlay {
    display: none !important;
}

/* Tek Genie Services link in copyright */
.copyright-bar p {
    text-align: center !important;
}
.copyright-area a.highlight,
.copyright-bar a.highlight {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}
.copyright-area a.highlight:hover,
.copyright-bar a.highlight:hover {
    text-decoration: underline !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
}

/* ==========================================================================
   VARAHI – WHY CHOOSE US MODERN FEATURE CARDS (Icon-Based Redesign)
   ========================================================================== */
.feature-card-modern {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 35px 25px 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(226, 232, 240, 0.6) !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}
.feature-card-modern::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%) !important;
    transform: scaleX(0) !important;
    transform-origin: center !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.feature-card-modern:hover::before {
    transform: scaleX(1) !important;
}
.feature-card-modern:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 40px rgba(249, 115, 22, 0.12) !important;
    border-color: rgba(249, 115, 22, 0.25) !important;
}
.feature-icon-wrap {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 22px !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    z-index: 1 !important;
}
.feature-icon-wrap i {
    font-size: 30px !important;
    color: #F97316 !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.feature-card-modern:hover .feature-icon-wrap {
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.3) !important;
}
.feature-card-modern:hover .feature-icon-wrap i {
    color: #ffffff !important;
    transform: rotateY(360deg) !important;
}
.feature-card-modern h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 12px 0 !important;
    transition: color 0.3s ease !important;
}
.feature-card-modern:hover h3 {
    color: #F97316 !important;
}
.feature-card-modern p {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    flex: 1 !important;
}

/* ==========================================================================
   WHY CHOOSE VARAHI – ORANGE ACCENT STYLES (Home vs About)
   ========================================================================== */

/* HOME – Orange top border + orange left border on hover */
.why-choose-home .service-widget {
    border-top: 4px solid #F97316 !important;
    border-radius: 10px !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.why-choose-home .service-widget:hover {
    border-top-color: #EA580C !important;
    box-shadow: 0 12px 35px rgba(249, 115, 22, 0.15) !important;
    transform: translateY(-8px) !important;
}
.why-choose-home .service-widget h3 {
    color: #1e293b !important;
    transition: color 0.3s ease !important;
}
.why-choose-home .service-widget:hover h3 {
    color: #F97316 !important;
}
.why-choose-home .service-widget h3::after {
    background: #F97316 !important;
}

/* ABOUT – Orange left border + orange corner badge */
.why-choose-about .service-widget {
    border-left: 4px solid #F97316 !important;
    border-radius: 0 10px 10px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.why-choose-about .service-widget::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 0 50px 50px 0 !important;
    border-color: transparent #F97316 transparent transparent !important;
    transition: border-color 0.3s ease !important;
    z-index: 2 !important;
}
.why-choose-about .service-widget::after {
    content: "★" !important;
    position: absolute !important;
    top: 6px !important;
    right: 8px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    z-index: 3 !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}
.why-choose-about .service-widget:hover::after {
    opacity: 1 !important;
}
.why-choose-about .service-widget:hover {
    border-left-color: #EA580C !important;
    box-shadow: 0 12px 35px rgba(249, 115, 22, 0.15) !important;
    transform: translateY(-6px) !important;
}
.why-choose-about .service-widget h3 {
    color: #1e293b !important;
    transition: color 0.3s ease !important;
}
.why-choose-about .service-widget:hover h3 {
    color: #EA580C !important;
}
.why-choose-about .service-widget h3::after {
    background: #F97316 !important;
}

/* ==========================================================================
   TREATMENT CARDS – Bold, Animated, Full-Screen
   ========================================================================== */
.treatment-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 28px 22px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: 1px solid #f1f5f9 !important;
    height: 100% !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}
.treatment-card::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: linear-gradient(90deg, #F97316, #0284c7) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.treatment-card:hover::before {
    transform: scaleX(1) !important;
}
.treatment-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 45px rgba(249, 115, 22, 0.15) !important;
    border-color: #F97316 !important;
}
.treatment-card h4 {
    font-weight: 800 !important;
    font-size: 17px !important;
    color: #1e293b !important;
    margin: 14px 0 12px !important;
    letter-spacing: 0.5px !important;
    transition: color 0.3s ease !important;
}
.treatment-card:hover h4 {
    color: #F97316 !important;
}
.treatment-card ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
}
.treatment-card ul li {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #475569 !important;
    padding: 7px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
}
.treatment-card ul li:last-child {
    border-bottom: none !important;
}
.treatment-card:hover ul li {
    color: #334155 !important;
}
.treatment-card .icon-service img {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.treatment-card:hover .icon-service img {
    transform: scale(1.15) rotate(-5deg) !important;
}

/* ==========================================================================
   CONTACT PAGE – Complete Premium Redesign
   ========================================================================== */

/* ---- HEADER SPACER ---- */
.contact-header-spacer {
    height: 155px;
    display: block;
    width: 100%;
}

/* ---- HERO SECTION ---- */
.contact-hero {
    position: relative;
    padding: 100px 0 70px;
    margin-top: 155px;
    background-color: #0284c7 !important;
    background-image: linear-gradient(135deg, #0284c7 0%, #0060b1 50%, #0f172a 100%) !important;
    overflow: hidden;
    display: block;
    z-index: 1;
    color: #ffffff;
    min-height: 320px;
}
.contact-hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('../images/assets_varahi/loby.jpeg') center/cover no-repeat;
    opacity: 0.08;
    z-index: 0;
    pointer-events: none;
}
.contact-hero .container {
    position: relative;
    z-index: 2;
}
.contact-hero-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.contact-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.18);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
}
.contact-hero-badge i {
    color: #7dd3fc;
}
.contact-hero-content h1 {
    color: #ffffff !important;
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.15;
    letter-spacing: -1px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.contact-hero-sub {
    color: rgba(255,255,255,0.95) !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-bottom: 36px;
    font-weight: 400 !important;
}
.contact-hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-contact-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #0284c7;
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.btn-contact-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
    color: #0060b1;
    text-decoration: none;
}
.btn-contact-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #ffffff;
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}
.btn-contact-hero-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
}
.contact-hero-wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 1;
    pointer-events: none;
}
.contact-hero-wave svg {
    width: 100%;
    height: 60px;
}

/* ---- WHY CONTACT US SECTION ---- */
.contact-why-section {
    padding: 80px 0;
    background: #ffffff;
}
.contact-why-section .heading {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto 45px auto !important;
}
.contact-why-section .heading h2 {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
}
.contact-why-section .heading .lead {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
}
.contact-why-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.contact-why-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.contact-why-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0284c7, #7dd3fc);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.contact-why-card:hover::before {
    transform: scaleX(1);
}
.contact-why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(2, 132, 199, 0.12);
    border-color: rgba(2, 132, 199, 0.2);
}
.contact-why-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #0284c7, #2895f1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.3);
    transition: all 0.35s ease;
}
.contact-why-card:hover .contact-why-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 28px rgba(2, 132, 199, 0.4);
}
.contact-why-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px;
}
.contact-why-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ---- CONTACT FORM SECTION ---- */
.contact-form-section {
    padding: 80px 0;
    background: #f8fafc;
}
.contact-form-section .heading {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto 45px auto !important;
}
.contact-form-section .heading h2 {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
}
.contact-form-section .heading .lead {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
}
.contact-form-wrapper-new {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #f1f5f9;
    max-width: 750px;
    margin: 0 auto;
}
.contact-form-wrapper-new h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0284c7;
    margin: 0 0 4px;
}
.contact-form-wrapper-new h3 i {
    margin-right: 8px;
}
.contact-modern-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.form-row-dual {
    display: flex;
    gap: 16px;
    width: 100%;
}
.form-row-dual .form-group-modern {
    flex: 1;
}
.form-group-modern {
    margin-bottom: 18px;
    width: 100%;
}
.form-label-modern {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}
.form-label-modern i {
    color: #0284c7;
    margin-right: 6px;
    width: 16px;
    text-align: center;
}
.form-input-modern {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 14px;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.3s ease;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
.form-input-modern:focus {
    border-color: #0284c7;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.08);
    outline: none;
}
.form-input-modern::placeholder {
    color: #94a3b8;
    font-weight: 400;
}
.form-textarea-modern {
    resize: vertical;
    min-height: 130px;
}
.btn-submit-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: linear-gradient(135deg, #0284c7, #2895f1);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.35s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.3);
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}
.btn-submit-modern:hover {
    background: linear-gradient(135deg, #0060b1, #0284c7);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.4);
}

/* ---- CTA SECTION ---- */
.contact-cta-section {
    padding: 80px 0;
    background: #ffffff;
}
.contact-cta-section .container {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-cta-card {
    display: flex;
    align-items: center;
    gap: 40px;
    background: linear-gradient(135deg, #0284c7 0%, #0060b1 100%);
    border-radius: 24px;
    padding: 50px 60px;
    box-shadow: 0 15px 50px rgba(2, 132, 199, 0.3);
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.contact-cta-card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}
.contact-cta-card::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}
.contact-cta-content {
    flex: 1;
    position: relative;
    z-index: 1;
}
.contact-cta-content h2 {
    color: #ffffff !important;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}
.contact-cta-content p {
    color: rgba(255,255,255,0.9) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 28px;
    font-weight: 400 !important;
}
.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #0284c7;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.btn-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
    color: #0060b1;
    text-decoration: none;
}
.contact-cta-visual {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}
.contact-cta-circle {
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 48px;
    border: 2px solid rgba(255,255,255,0.25);
    animation: ctaPulse 2.5s ease-in-out infinite;
}
@keyframes ctaPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0.2); }
    50% { transform: scale(1.08); box-shadow: 0 0 0 20px rgba(255,255,255,0); }
}

/* ==========================================================================
   LOGO LEFT CORNER – Push logo completely to the left edge
   ========================================================================== */
.header-top .navbar-brand {
    float: left !important;
    margin-left: -15px !important;
    padding-left: 0 !important;
    display: block;
}
.navbar-brand {
    float: left !important;
    padding: 0 !important;
    margin-left: 0 !important;
}
.navbar-brand img {
    margin-left: 0 !important;
}

/* ==========================================================================
   CONTACT PAGE RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* Mobile: 320px - 576px */
@media (max-width: 576px) {
    .contact-header-spacer {
        height: 0 !important;
    }
    .contact-hero {
        margin-top: 0 !important;
        padding: 50px 0 40px;
        background-color: #0284c7 !important;
        background-image: linear-gradient(135deg, #0284c7 0%, #0060b1 50%, #0f172a 100%) !important;
        min-height: 320px;
    }
    .contact-hero-content h1 {
        font-size: 28px;
    }
    .contact-hero-sub {
        font-size: 15px !important;
    }
    .contact-hero-actions {
        flex-direction: column;
        align-items: center;
    }
    .btn-contact-hero-primary,
    .btn-contact-hero-outline {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 14px;
    }
    .contact-hero-wave svg {
        height: 30px;
    }

    .contact-why-section {
        padding: 50px 0;
    }

    .contact-form-section {
        padding: 50px 0;
    }
    .contact-form-wrapper-new {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        padding: 24px 16px;
    }
    .form-row-dual {
        flex-direction: column;
        gap: 0;
    }
    .form-input-modern {
        padding: 12px 14px;
        font-size: 13px;
    }
    .btn-submit-modern {
        padding: 14px 24px;
        font-size: 15px;
    }

    .contact-cta-section {
        padding: 50px 0;
    }
    .contact-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 36px 24px;
        gap: 24px;
    }
    .contact-cta-content h2 {
        font-size: 24px;
    }
    .contact-cta-content p {
        font-size: 14px !important;
    }
    .btn-cta-primary {
        width: 100%;
        justify-content: center;
        padding: 14px 28px;
        font-size: 15px;
    }
    .contact-cta-circle {
        width: 90px;
        height: 90px;
        font-size: 36px;
    }
}

/* Tablet: 577px - 992px */
@media (min-width: 577px) and (max-width: 992px) {
    .contact-hero {
        margin-top: 0 !important;
        padding: 70px 0 50px;
        background-color: #0284c7 !important;
        background-image: linear-gradient(135deg, #0284c7 0%, #0060b1 50%, #0f172a 100%) !important;
        min-height: 320px;
    }
    .contact-hero-content h1 {
        font-size: 38px;
    }
    .contact-hero-sub {
        font-size: 16px !important;
    }


    .contact-form-wrapper-new {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }
    .contact-cta-card {
        margin-left: 15px;
        margin-right: 15px;
        padding: 40px 36px;
        gap: 30px;
    }
    .contact-why-section .heading,
    .contact-form-section .heading {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .contact-cta-content h2 {
        font-size: 28px;
    }
    .contact-cta-circle {
        width: 100px;
        height: 100px;
        font-size: 40px;
    }
}

