@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

:root
{
    --bs-black : #494A4C;
    --black: #494A4C;
    --black1: #050927;
    --white: #ffffff;
    --btn-primary: #414AEB;
    --black2: #262F40;
    --purple_blue_brighter: #8087FD;
}
body
{
    margin:0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    line-height: 1.6;
    color: #1A1A1A;
}
*
{
    margin:0;
    padding: 0;
}
h1 {
    font-size: 56px;
	margin:0
}
h2
{
    font-weight: 400 !important;
}
h3
{
    font-size: 40px;
}
p{
	font-size:16px;
}
a{
	text-decoration:none;
}
p a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #AF5716 !important;
}

p a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #AF5716;
    transform: scaleX(0);     
    transform-origin: left;
    transition: transform 0.5s ease;
}

p a:hover::after {
    transform: scaleX(1);  
	text-decoration:none;
}
.description ul{
    list-style: none;
    padding-left: 0;
}

.description ul li {
    position: relative;
    padding-left: 20px !important;
}

.description ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #AF5716;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
ul.wp-block-list{
    list-style: none;
    padding-left: 0;
}

ul.wp-block-list li {
    position: relative;
    padding-left: 20px !important;
}

ul.wp-block-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #AF5716;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.regular ul , .medium ul{
    list-style: none;
    padding-left: 0;
}

.regular ul li , .medium  ul li {
    position: relative;
    padding-left: 20px !important;
}

.regular ul li::before , .medium ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #AF5716;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.h-tagline {
    color: #AF5716 !important;
}
.h-large {
    font-size: 48px;
}
.btn-primary{
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 24px;
    background: #F2F2F1;
    color: #494A4C !important;
    border: 1px solid #F2F2F1;
    border-radius: 500px;
}
.btn-secondary {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 24px;
    border-radius: 9999px;
    background: transparent;
    border: 1px solid;
    color: #494A4C !important;
}
.location-carousel .btn-primary {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 24px;
    background: transparent;
    color: #494A4C !important;
    border: 1px solid #494A4C;
    border-radius: 500px;
	 position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
}
.location-carousel .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #AF5716;
    z-index: -1;
    transition: width 0.4s ease;
	border-color:#AF5716;
}

.location-carousel .btn-primary:hover::before {
    width: 100%;
}

.location-carousel .btn-primary:hover {
    color: #fff !important;
	 border-color: #AF5716;
}
.owl-carousel .owl-nav {
    right: 3% !important;
	bottom: 32px;
}
.owl-carousel .owl-dots {
    left: 2% !important;
	bottom: 15px;
}
.owl-carousel .owl-dot.active {
    background-color: #FAF8F7;
    width: 24px;
}
.owl-carousel .owl-nav button {
    background-color: #DBD2C9 !important;
    width: 48px;
    height: 48px;
}
.owl-carousel .owl-nav button span {
    color: #494A4C;
}
.form-control:focus {

    box-shadow: none;
}
.entry-title {
    display: none;
}
.layout-center .h-xxl {
    padding-bottom: 32px;
}
.h-xxl {
    font-weight: 400;
}
h2{
	font-size:48px;
}
.main-header {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 11;
    background: #F5F3F0;
    transition: all 0.3s ease-in-out;
	padding:10px 0
}
.small-header {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
}
.menu-top li:hover>a, .menu-top li>a:hover, .menu-top>li.current-menu-item>a, .menu-top>li.current_page_parent>a {
    color: var(--black);
}
a{
    color: var(--black);
}
.logo-wrapper img {
    width: 246px;
    height: auto;
}
.menu-top>li {
    display: block;
    line-height: 120%;
    padding: 0 24px;
}
.main-header .menu-top>li:last-child {
    padding: 0;
}
.menu-top>li.request-btn>a {
    border: 1px solid;
    border-radius: 9999px;
    padding: 12px 24px;
}
.menu-top>li>a {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    line-height:1.5;
    text-transform: capitalize;
    text-decoration: none;
    padding: 24.22px 0;
    transition: all 0.3s ease-in-out;
	opacity:0.8;
}

.main-header .menu-top > li:not(:last-child) > a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 0;
    height: 1px;
    background: #AF5716;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}
.menu-top .sub-menu li a {
    transition: color 0.3s ease;
}
.menu-top .sub-menu li a:hover,
.menu-top .sub-menu li.current-menu-item > a,
.menu-top .sub-menu li.current_page_item > a,
.menu-top .sub-menu li.current-menu-ancestor > a {
    color: #AF5716 !important;
}
.main-header .menu-top > li:not(:last-child) > a:hover::before,
.main-header .menu-top > li:not(:last-child).current-menu-item > a::before,
.main-header .menu-top > li:not(:last-child).current_page_item > a::before {
    width: 100%;
    border-radius: 50%;
}
.menu-top li {
    position: relative;
}

.menu-top .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 150px;
    background: #F5F3F0;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.menu-item-has-children .sidebar-menu-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    position: relative;
    left: 8px;
}
/* .menu-item-has-children:hover .sidebar-menu-arrow {
    transform: rotate(180deg);
} */
.menu-top li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-top .sub-menu li {
    width: 100%;
}

.menu-top .sub-menu a {
    display: block;
    padding: 12px 20px;
    white-space: nowrap;
}
.main-header .menu-top > li:not(:last-child) > a:hover {
    opacity: 1;
}
footer p, footer a {
    color: #000 ;
}
.footer-nav #mainNav > li:first-child > a {
    padding-top: 0;
}
.contact-details a {
    color: #000 !important;
}
.contact-details a:hover {
    color: #AF5716 !important;
}
.alertbar {
    position: relative;
    background: #AF5716;
    padding: 6px 0px;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    top: 100px;
	color:#fff;
}
.alertbar p {
 padding:0;
	margin:0;
	font-size:14px;
}
.alertbar p a {
color:#000 !important;
}
.alert_closebtn {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
	color:#fff;
}
.footer {
    background: #F5F3F0;
	padding:80px 0 24px 0
}
#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
#backToTop {
    position: fixed;
    bottom: 80px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #AF5716;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px) scale(0.9);
    transition: opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.4s;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.15);
    z-index: 1000;
}
.footer-navigation {
    padding-bottom: 80px;
}
.footer-nav .menu-top li a {
    padding: 8px 0;
}
.footer-copyright p {
    margin-bottom: 0;
}
.footer-copyright p {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.footer-copyright p , .footer-copyright{
    font-size: 12px;
	line-height:1.5
}
.footer-copyright p a {
    padding: 0 12px;
}
.main-header .menu-top>li:last-child {
    padding: 0;
    padding-left: 24px;
}
.menu-top > li.request-btn > a {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid;
    border-radius: 9999px;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, border-color 0.4s ease;
}

.menu-top > li.request-btn > a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #AF5716;
    border-radius: inherit;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;

    z-index: -1;
}

.menu-top > li.request-btn > a:hover::before {
    transform: scaleX(1);
}

.menu-top > li.request-btn > a:hover {
    color: #fff;
    border-color: #AF5716;
}
.btn-primary {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;

    font-size: 16px;
    line-height: 1.5;
    padding: 12px 24px;
    background: #F2F2F1;
    color: #494A4C !important;
    border: 1px solid #F2F2F1;
    border-radius: 500px;

    transition: color 0.4s ease, border-color 0.4s ease;
}

.btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #AF5716;
    border-radius: inherit;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;

    z-index: -1;
}
.btn-primary:hover, .btn-primary:focus, .btn-white:hover, .form-wrapper input[type="submit"]:hover, #load-more:hover, .inside-cta-box-wrap input[type="submit"]:hover, .theme-btn-secondary {
    background:transparent
}
.btn-primary:hover::before {
    transform: scaleX(1);
}

.btn-primary:hover {
    color: #fff !important;
  
}
.menu-top>li>a {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    line-height:1.5;
    text-transform: capitalize;
    text-decoration: none;
    padding: 24.22px 0;
    transition: all 0.3s ease-in-out;
	opacity:1;
}

.main-header .menu-top > li:not(:last-child) > a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 0;
    height: 1px;
    background:  #AF5716;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}

.main-header .menu-top > li:not(:last-child) > a:hover::before,
.main-header .menu-top > li:not(:last-child).current-menu-item > a::before,
.main-header .menu-top > li:not(:last-child).current_page_item > a::before {
    width: 100%;
}

.main-header .menu-top > li:not(:last-child) > a:hover {
    opacity: 1;
}
.footer-nav .menu-top > li > a {
    position: relative;
    display: inline-block; 
    width: auto;
	color:#000;
	font-size:14px;
}
.footer .contact-details p {
    font-size: 14px;
}
.footer-nav .menu-top > li > a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #AF5716;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}
.social-icon-footer svg path {
    transition: fill 0.3s ease;
}

.social-icon-footer svg:hover path {
    fill: #AF5716;
}
.social-icon-footer  a::after {
    display:none
}
.footer-nav .menu-top > li > a:hover::before,
.footer-nav .menu-top > li.current-menu-item > a::before,
.footer-nav .menu-top > li.current_page_item > a::before {
    width: 100%;
}

.footer-nav .menu-top > li > a:hover {
    opacity: 1;
	color:#AF5716;
}
.content-column{
	background:#F5F3F0
}
.privacy-content{
	padding:112px 0;
	max-width:800px;
	margin:auto
}
.privacy-content h2 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
	margin-bottom:16px;
    padding-top:16px;
}
.privacy-content h2:first-child {
    padding-top:0px;
}
.component-cta-box-primary-email-small-sec .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.inside-cta-box-wrap {
    border-radius: 0px;
	padding:112px 0;
	max-width:768px;
	margin:auto;
}
.surgeon-section .left-side-hero div {
    border-radius: 100% !important;
}
.surgeon-section h2{
	font-size:48px;
}
.surgeon-section .btn-primary {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 24px;
    background: #fff;
    color: #1A1A1A !important;
    border: 1px solid #fff;
	 position: relative;
}

.surgeon-section .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background:  #AF5716;
    z-index: -1;
    transition: width 0.4s ease;
}

.surgeon-section .btn-primary:hover::before {
    width: 100%;
}

.surgeon-section .btn-primary:hover {
    color: #fff !important;
}
img.card-img {
    max-height: 256px;
}
.Form-section {
    max-width: 720px;
    margin: auto;
    padding: 112px 0;
}
.contact-form-section {
    background: #FAF8F7;
    padding: 48px 40px;
	margin-top:40px;
}
.footer-copyright a {
    position: relative;
    display: inline-block;
    text-decoration: none;
   
    margin-left: 16px;
}

.footer-copyright a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #AF5716;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}
.footer-copyright a:hover {
    color: #AF5716;
}
.footer-copyright a:hover::after {
    transform: scaleX(1);
}
h2.cta-primary-email {
padding-bottom:16px;
}
.cta-btns {
    padding-top: 16px;
}
.cta-btns .btn-primary {
    position: relative;
    display: inline-block;
    background: transparent;
    color: #fff !important;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
}

.cta-btns .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: width 0.4s ease;
}

.cta-btns .btn-primary:hover::before {
    width: 100%;
}

.cta-btns .btn-primary:hover {
    color: #AF5716 !important;
}
/*  .banner .layout-4 .text-below-wrapper, .banner .layout-4 .banner-videobox {
    height: 280px !important;
}  */
.image-only {
    height: 480px;
    background-position: center 32% !important;
}
.component-social-proof-sec:has(.logo-splide) .h-large {
    font-size: 16px;
	padding:0
}
.logo-splide .splide__slide {
    margin-bottom: 0 !important;
    margin-right: 32px !important;
}
.social-group-header {
    padding-bottom: 48px;
}
.component-social-proof-sec .logo-wrapper {
    border-radius: 16px;
    background: #FFFFFF;
}
.content-column :where(.wp-block-columns.is-layout-flex) {
    gap: 80px;
}
.content-column h2 {
    padding-bottom: 8px;
}
.procedure-section h2{
	color:#fff
}
.component-lift-cards-sec .lift-card {
    border-radius: 16px;
}
.component-lift-cards-sec .lift-card-image img {
    min-height: 495px;
    height: auto;
}
.component-lift-cards-sec .lift-card-image .h-medium {
    font-weight: 400;
    line-height: 1.3;
}
.component-lift-cards-sec .cards-header {
    padding-bottom: 56px;
}
.component-lift-cards-sec .lift-card-overlay {
    padding: 40px;
}
.component-lift-cards-sec .lift-card:hover .lift-card-content {
    margin-top: 8px;
}
.continuous-scroll .testimonial-card {
    border-radius: 16px;
	padding:32px;
}
.testimonial-quote-cards .testimonial-card {
    border: none;
    background: #fff;
}
.testimonial-quote-cards .testimonial-card {
    row-gap: 24px !important;
}
.testimonial-quote-cards.testimonial-quote-carousel-slider {
    padding-bottom: 0;
}
.location-carousel h2{
	font-size:48px;
}
.author-name {
    color: #AF5716;
    font-weight: 400;
}
.author-designation.regular {
    color: #494A4C;
}

.component-accordion-sec.align-center .accordion {
    padding-top: 32px;
}
.inner-banner{
	height:480px;
	background-position:top !important;
}
.image-with-content h2{
	font-size:40px;
}
.image-with-content .left-side-hero div {
    max-height: 600px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.meet-team .cards-header .medium {
    margin-bottom: 0px;
}
.meet-team img.card-img {
    max-height: 300px;
    border-radius: 16px 16px 0 0;
    object-position: top;
}
.meet-team .h-regular {
    font-weight: 400;
    font-size: 20px;
	 margin-bottom: 0;
}
.meet-team .regular p {
    font-size: 18px;
}
.meet-team  .Small-cards .card-body {
    padding: 24px 0 !important;
    text-align: center;
	background:#F5F3F0;
	border-radius: 0 0 16px 16px;
}
.form-control {
    padding: 16px;
}
.form-field p {
    padding-bottom: 16px;
}
.banner .layout-4 .text-below-wrapper, .banner .layout-4 .banner-videobox {
    height: 444px !important;
}
textarea.form-control {
    max-height: 120px;
}
 [type=submit]:not(:disabled) {
    cursor: pointer;
    width: 100%;
    background: #1A1A1A;
    color: #fff !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #AF5716;
    border-color: #AF5716;
}
.btn:hover {
    border-color: #000;
}
.cta-box-description p {
    color: #fff;
	font-size:18px;
}
span.accordion-title {
    font-weight: 400;
    color: #000;
}
.accordion-button[aria-expanded="false"]::after {
    border-top: 1.5px solid #E37627;
    border-right: 1.5px solid #E37627;
}
.accordion-button[aria-expanded="true"]::after {
    border-top: 1.5px solid #E37627;
    border-right: 1.5px solid #E37627;
}
.banner .btn-primary {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 24px;
    background: #fff;
    color: #1A1A1A !important;
    border: 1px solid #fff;
	 position: relative;
}

.banner .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background:  #AF5716;
    z-index: -1;
    transition: width 0.4s ease;
}

.banner .btn-primary:hover::before {
    width: 100%;
}

.banner .btn-primary:hover {
    color: #fff !important;
	border-color:#AF5716;
}
.component-lift-cards-sec .carousel-controls {
    justify-content: end;
}
.component-lift-cards-sec  .owl-dots {
    display: block;
    position: absolute !important;
	bottom:0
}
.alert_closebtn:hover {
    color: #000;
}
.contact-location{
	padding:112px 0
}
.contact-location img {
    min-height: 516px;
    aspect-ratio: 3/2;
    width: 100%;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
.form-field.submit-btn p {
    margin: 0;
}
.contact-form-section p.text-center {
    font-size: 12px;
    color: #494A4C;
	margin:0
}
.wpcf7-response-output {
    width: 100%;
}
.form-field .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
}

.form-field .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-form-section br {
    display: none;
}
.service-interseted p:first-child{
	padding-bottom:16px;
	margin:0
}
.about-heading-content{
	padding-bottom:48px;
}
.about-image-content img {
    max-height: 600px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.about-image-content .h-tagline {
    margin-bottom: 0;
}
.about-image-content h2 {
    margin-bottom: 24px;
}
.about-image-content {
   padding:112px 0
}
.about-image-content :where(.wp-block-columns.is-layout-flex) , .procedure-image-content :where(.wp-block-columns.is-layout-flex) {
    gap: 80px;
}
.procedure-image-content img {
    max-height: 420px;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.procedure-image-content{
	padding-top:112px;
}
.procedure-wrap{
	padding-bottom:112px;
}
.procedure-section img.card-img   {
    border-radius: 16px 16px 0 0;
}
 .procedure-section .card-item  {
    border-radius: 16px ;
}
.procedure-image-content h2 {
    margin-bottom: 16px;
}
 .procedure-section .h-regular {
    font-weight: 400;
	 margin-bottom:8px;
	 padding:0
}
.inner-banner-procedure {
    position: relative;
    overflow: hidden;
}

.inner-banner-procedure::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 26, 0.5); 
    z-index: 1;
}

.inner-banner-procedure > * {
    position: relative;
    z-index: 2;
}
.inner-banner-procedure .layout-4 .text-below-wrapper, .inner-banner-procedure .layout-4 .banner-videobox {
    height: 400px !important;
}
.inner-banner-procedure .h-tagline{
	color:#fff !important
}
.inner-banner-procedure .large-head {
    max-width: 560px;
}
.social-grid .h-large {
    font-size: 16px;
	padding:0;
	margin:0;
}
.component-social-proof-sec.social-grid .logo-wrapper , .social-carousel .logo-wrapper{
    padding: 5px;
}
.logo-wrapper img {
    border-bottom: 16px;
}
.social-grid .logo-grid{
    margin-top: 0;
    padding-bottom:0px;
}
.team-section .h-tagline {
    color: #AF5716 !important;
    margin: 0;
    padding-bottom: 16px;
}
.team-section h2 {
    margin-bottom: 24px;
}
.team-section img {
    max-height: 600px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.team-section a.wp-block-button__link.wp-element-button {
    background: transparent;
    border: 1px solid #494A4C;
    color: #494A4C;
    margin-top: 32px;
}
.resource-grid-heading h2{
	color:#000;
	font-size:40px;
}
.content-column .h-tagline {
    margin: 0;
}
.about-image-content a.wp-block-button__link.wp-element-button {
    background: #fff;
    border: 1px solid #fff;
    color: #494A4C;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, border-color 0.4s ease;
}

.about-image-content a.wp-block-button__link.wp-element-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #AF5716;
    z-index: -1;
    transition: width 0.4s ease;
}

.about-image-content a.wp-block-button__link.wp-element-button:hover::before {
    width: 100%;
}

.about-image-content a.wp-block-button__link.wp-element-button:hover {
    color: #fff;
    border-color: #AF5716;
}
a.wp-block-button__link.wp-element-button {
    background: #fff;
    border: 1px solid #494A4C;
    color: #494A4C;
    margin-top: 32px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, border-color 0.4s ease;
}
 a.wp-block-button__link.wp-element-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #AF5716;
    z-index: -1;
    transition: width 0.4s ease;
}

 a.wp-block-button__link.wp-element-button:hover::before {
    width: 100%;
}

a.wp-block-button__link.wp-element-button:hover {
    color: #fff;
    border-color: #AF5716;
}
.component-accordion-sec {
    background: #FAF8F7;
	padding:112px 0
}
.component-accordion-sec.align-center .accordion {
    max-width: 768px;
}
.accordion-item {
    background-color: #FAF8F7;
}
.component-accordion-sec.align-center .accordion-header, .component-accordion-sec.align-center .accordion-section-description, .component-accordion-sec.align-center .btn-primary {
    max-width: 768px;
}
.accordion-button {
    background-color: #FAF8F7;
}
.news-blog img.card-img   {
    border-radius: 16px 16px 0 0;
}
 .news-blog .card-item  {
    border-radius: 16px ;
	 background:#fff;
}
.news-blog .h-regular {
    font-weight: 400;
}
.news-blog .card-body {
    padding: 24px 24px !important;
}
.news-blog .owl-carousel .owl-dots {
    left: 5% !important;
    bottom: 15px;
}
.news-blog .owl-carousel .owl-dot.active {
    background-color: #000000;
    width: 24px;
}
.news-blog .owl-carousel button.owl-dot {
    background-color: rgb(0,0,0,0.2);
}
.accordion-section-description{
    color: #000;
}
.procedure-section .rectangle-images {
    justify-content: flex-start !important;
	    row-gap: 32px;
}
.procedure-section  .card-blocks {
     padding: 0 16px;
}
.review-section .author-name , .review-section .author-designation.regular {
    color: #000;
    font-weight: 400;
}
.component-social-proof-sec .testimonial-rating img {
    max-width: 110px;
    object-fit: contain;
}
.testimonial-carousel-slider.owl-carousel .owl-dots{
	display:none;
}
.testimonial-carousel .author-name , .testimonial-carousel .author-designation.regular {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.testimonial-carousel-slider.owl-carousel .owl-nav .owl-prev, .testimonial-carousel-slider.owl-carousel .owl-nav .owl-next {
    width: 48px !important;
}
.testimonial-carousel-slider.owl-carousel .left-arrow {
    border-top: 2px solid #000 !important;
    border-right: 2px solid #000!important;
}
.inner-banner-procedure.contact-banneer .layout-4 .text-below-wrapper, .inner-banner-procedure.contact-banneer .layout-4 .banner-videobox {
    height: 200px !important;
}
.inner-banner-procedure.contact-banneer{
	    background-position: top !important;
}
img.footer-logo {
    width: 220px;
    height: 185px;
    object-fit: cover;
}
.header-full .logo-wrapper {
    width: 256px;
    height: 80px; 
}
.header-full .logo-wrapper svg, .header-full .logo-wrapper img {
/*     object-fit: cover; */
    width: 100%;
    height: 100%;
    min-width: 256px;
}
.faqs-page.component-accordion-sec {
    padding: 112px 0 0 0;
}
.before-after .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 16px;
}
.before-after .owl-carousel .owl-nav {
    right: 0% !important;
}
.before-after .owl-carousel .owl-dot.active {
    background-color: #808080;
    width: 8px;
}
.before-after .owl-carousel .owl-dots {
    left: 1% !important;
}
.owl-nav span[aria-label="Next"],
.owl-nav span[aria-label="Previous"] {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 0;
}

.owl-nav span[aria-label="Next"],
.owl-nav span[aria-label="Previous"] {
    position: relative;
    display: inline-block;
    width: 15px;
    height:15px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}

.owl-nav span[aria-label="Next"]::after,
.owl-nav span[aria-label="Previous"]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-nav span[aria-label="Next"]::after {
    background-image: url("/wp-content/uploads/2026/06/Previous.svg");
}

.owl-nav span[aria-label="Previous"]::after {
    background-image: url("/wp-content/uploads/2026/06/Next.svg");
}
.owl-prev .left-arrow,
.owl-next .left-arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	
}

.owl-prev .left-arrow {
    background-image: url('/wp-content/uploads/2026/06/Previous.svg');
    transform: rotate(180deg);
    width: 15px !important;
    height: 15px !important;
}

.owl-next .left-arrow {
    background-image: url('/wp-content/uploads/2026/06/Next.svg');
	 transform: rotate(180deg);
    width: 15px !important;
    height: 15px !important;
}
.owl-prev .left-arrow,
.owl-next .left-arrow {
    border: none !important;
}
.testimonial-carousel-slider.owl-carousel .left-arrow {
    border-top: 0px solid #000 !important;
    border-right: 0px solid #000!important;
}
.error-content {
    padding: 180px 0 112px 0;
}
.error-content a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #AF5716 !important;
}
.error-content a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}
.error-content a:hover::after {
    transform: scaleX(1);  
	text-decoration:none;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 1px;
}
.menu-item-has-children:focus-within .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
}
.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block !important;
    opacity: 1 !important;
    transition: 0s !important;
}
.privacy-content h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}
.before-after .cards-header .medium {
    margin-bottom: 0;
}
.banner .large-head .description p {
    margin: 0;
    font-size: 18px;
}
.component-headers .description p {
    margin: 0;
    font-size: 18px;
}
.before-after .cards-header .medium p {
    font-size:18px;
}
.inside-social-proof-wrap .description p {
    font-size: 18px;
}
.about-image-content p.wp-block-paragraph {
    font-size: 18px;
}
.meet-team .cards-header .medium p {
    font-size: 18px;
}
.procedure-image-content h2 {
    font-size: 32px !important;
}
.procedure-grid .h-large {
    font-size: 40px;
}
.component-accordion-sec .accordion-header h2 {
    font-size: 48px;
}
.accordion-section-description p {
    font-size: 18px;
}
.author-name strong {
    font-weight: 400;
}

.social-carousel .author-name strong {
    color: #AF5716 !important;
    font-weight: 400;
}
.reviews-section .author-name strong {
    color: #000 !important;
}
.news-blog .description.medium {
    margin-bottom: 0;
}
.news-blog .description p {
    margin: 0;
    font-size: 18px;
}
.resource-grid-heading .cards-header .medium {
    margin-bottom: 0;
}
.resources-content.about-image-content p.wp-block-paragraph {
    font-size: 16px;
}

.card-item:hover .card-title {
    color:#AF5716;
    transition: color 0.3s ease;
}
.card-blocks:has(a):hover h3,
.card-blocks:has(a):hover .card-title {
   color:#AF5716;
    transition: color 0.3s ease;
}
.news-blog .item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-blog .item:hover {
    transform: translateY(-10px);
   
}
.blog-cards-block .owl-carousel .owl-stage-outer {
   padding-top: 10px;
}
.location-carousel .owl-carousel .owl-nav button {
    border: 1px solid #494A4C !important;
}
/* .menu-top .menu-item-has-children:hover .sidebar-menu-arrow {
    transform: rotate(180deg);
} */
.bio-content{
	padding:112px 0
}
.bio-content img {
    aspect-ratio: 1/1;
    max-height: 300px;
 width:100%;
    object-fit: cover;
}
.wpcf7-response-output {
    bottom: -33px;
}
.grecaptcha-badge {
    z-index: 9;
}
.before-after .card-item-in img {
    border-radius: 16px;
}
.resource-grid-heading .btn-primary {
    background: #fff;
}
/*html.age-gate-verified #age-gate {
  display: none !important;
} */