/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1771258007
Updated: 2026-02-16 16:06:47

*/
.sitemain-head .elementskit-menu-offcanvas-elements{
	padding-bottom:0px !important;
}
.service-box .elementor-image-box-content {
    padding: 20px;
	padding-bottom:0px;
}
.service-box .elementor-widget-button {
    padding: 20px;
	padding-top:0px;
}
.service-box:hover p, .service-box:hover div, .service-box:hover a, .service-box:hover path {
    color: #ffff !important;
    fill: #ffff;
}
/* .appo-div {
    display: flex;
    column-gap: 20px;
} */
.appo-div .wpcf7-not-valid-tip {
    color: #ffffff;
    padding: 0px 10px 10px 10px;
}
.service-box img {
    border-radius: 10px 10px 0px 0px;
}
.client-testi path {
    stroke: none !important;
}
.service-box .elementor-image-box-content {
    height: 180px;
}
.first-row, .second-row, .third-row {
    display: flex;
    column-gap: 20px;
}
.left-col, .right-col {
    width: 50%;
}
/*------Portfolio Website CSS Starts-------*/
.gradtxt {
  background: linear-gradient(90deg, #CAA858, #E6CF99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.progbar .elementor-progress-bar {
    background: linear-gradient(90deg, #CAA858, #E6CF99) !important;
}
.progbarblu .elementor-progress-bar {
    background: linear-gradient(90deg, #3c83f6, #0da2e7) !important;
}
.bounce-loop {
  display: inline-block;
  animation: smoothBounce 1.6s ease-in-out infinite;
}
@keyframes smoothBounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}
.loop-bounce {
  display: inline-block;
  animation: smoothBounce 1.6s ease-in-out infinite;
}
@keyframes smoothBounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}
/* .bounce-loop path, .grow-up path {
    stroke: #CAA858 !important;
} */
.loop-bounce path, .grew-up path {
    stroke: #3C83F6 !important;
}
.grow-up svg {
    fill: #CAA858 !important;
}
.grew-up svg {
    fill: #3C83F6 !important;
}
.expbox .elementor-icon-box-content {
    display: flex;
    column-gap: 10px;
}
.cform span.wpcf7-form-control-wrap {
    margin-top: 6px;
}
.bgicon span.elementor-icon {
    background: #CAA8581A;
    padding: 10px;
    border-radius: 8px;
}
.iconbg span.elementor-icon{
	background: #3c83f61a;
    padding: 10px;
    border-radius: 8px;
}
.icolor svg {
    fill: #cba95a !important;
}
.skillbox:hover .bgicon span.elementor-icon {
    background: #FFFFFFB3;
}
.skillbox:hover .iconbg span.elementor-icon {
    background: #FFFFFFB3 !important;
}
/* #about, #leader, #contact, #exp, #skill, #edu{
  scroll-margin-top: 80px !important;
} */
.gradtxtblu {
  background: linear-gradient(90deg, #3c83f6, #0da2e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media(max-width:767px){
	.mobo-menucol {
    background: none !important;
}
.first-row, .second-row, .third-row {
    flex-direction: column;
}
.left-col, .right-col {
    width: 100%;
}
/* .appo-div {
    flex-direction: column;
} */
}
/*Constraction site css starts*/
.serviceicon img {
    background: #d723231a;
    padding: 10px;
	border-radius:8px;
}
.serviceicon:hover figure, .chooseus:hover figure {
transform: rotate(6deg);
transition: transform 0.3s ease;
}
.serviceicon:hover img {
    background: #d7232333;
}
.chooseus img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(4680%) hue-rotate(347deg) brightness(96%) contrast(105%);
}
/* .chooseus figure {
    background: #1c3b69;
    padding: 10px;
    border-radius: 8px;
} */
/* Project Box */
.proj-box{
    position: relative;
    overflow: hidden;
    background-size: 100%;
    background-position: center;
    transition: background-size 0.6s ease;
}
/* Background image zoom */
.proj-box:hover{
    background-size: 110%;
}
/* Content hidden below */
.proj-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
/* Slide up on hover */
.proj-box:hover .proj-content{
    transform: translateY(0);
    opacity: 1;
}
/* Corner lines */
.proj-box{
    position: relative;
}
/* Top Right Corner */
.proj-box:hover::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 86%;
    width: 30px;
    height: 30px;
    border-top: 3px solid red;
    border-right: 3px solid red;
    border-radius: 0 8px 0 0;
}
/* Bottom Left Corner */
.proj-box:hover::after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid red;
    border-left: 3px solid red;
    border-radius: 0 0 0 8px;
}
/* Circle container */
.proc-box .proc-head{
    position: relative;
    width: 70px;
    height: 70px;
    background: #e32222;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
/* Dashed border */
.proc-box:hover .proc-head::before{
    content:"";
    position:absolute;
    width:80px;
    height:80px;
    border:2px dashed rgba(227,34,34,0.4);
    border-radius:50%;
}
/* Rotate only on hover */
.proc-box:hover .proc-head::before{
    animation: dashRotate 6s linear infinite;
}
/* Animation */
@keyframes dashRotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.proc-box:hover .proc-head {
    background: #D72323;
}
.proc-box:hover h2 {
    color: #ffff !important;
}
.testi img {
    border-radius: 0px !important;
    object-fit: cover;
}
.testi .elementkit-commentor-details {
    display: flex !important;
    flex-direction: column;
}
.testi .swiper-navigation-button:hover svg path {
    fill: #ffff !important;
}
.foot-logo img{
	filter: brightness(0) invert(1);
}
.site-foot .elementor-image-box-img img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(4680%) hue-rotate(347deg) brightness(96%) contrast(105%);
}
.servicecol{
    transition: transform 0.3s ease;
}
.servicecol:hover{
    transform: translateY(-10px);
}
.contactsection img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(4680%) hue-rotate(347deg) brightness(96%) contrast(105%);
}
.contactsection label {
    width: 100%;
}
.contactsection span:focus-visible {
    outline: none !important;
}
.contactsection input, .contactsection textarea, .contactsection select {
    margin-top: 4px;
}
.mobo-menu .hfe-nav-menu-icon {
    padding: 0px !important;
}
/* Physio care css starts*/
html{
	overflow-x: hidden;
}
.gradient-text {
  background: linear-gradient(135deg, #EEBF7B, #916E3D);
  background-clip: text;
  color: transparent;
}
.expertbox {
  position: relative;
  border: 2px solid transparent;
/*   border-radius: 10px; */
  z-index: 1;
}
.expertbox::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 20px;
  background: transparent;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: background 0.3s ease;
  z-index: -1;
}
.expertbox:hover::before {
  background: linear-gradient(135deg, #EEBF7B, #916E3D);
}
.bannerimg {
  position: relative;
  z-index: 1;
  border-radius: 32px;
/*   overflow: hidden; */
}
/* FLOATING GRADIENT BACKGROUND (MAIN FIX) */
.bannerimg::before {
  content: "";
  position: absolute;
  /* THIS IS IMPORTANT (like screenshot) */
  top: -24px;
  right: -30px;
  width: 88%;
  height: 88%;
  border-radius: 20px;
  background: linear-gradient(135deg, #916e3d96, #eebf7b96);
  z-index: -1;
  /* SOFT GLASS EFFECT */
/*   filter: blur(2px); */
  opacity: 0.9;
  /* FLOAT ANIMATION */
  animation: floatShape 6s ease-in-out infinite;
}
/* OPTIONAL SECOND LAYER (this is why lovable looks premium) */
.bannerimg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.15),
    transparent
  );
  pointer-events: none;
}
/* FLOAT ANIMATION */
@keyframes floatShape {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(12px, -12px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*animated border for left side image*/
.leftimg {
  position: relative;
  display: inline-block;
  z-index: 1;
}
/* IMAGE (TOP) */
.leftimg img {
  position: relative;
/* z-index: 2; /* 🔥 IMPORTANT */ */
  border-radius: 32px;
}
.leftimg::before {
  content: "";
  position: absolute;
  /* THIS IS IMPORTANT (like screenshot) */
  bottom: -30px;
  left: -20px;
  width: 88%;
  height: 88%;
  border-radius: 20px;
  background: linear-gradient(135deg, #eebf7ba8, #eebf7b33);
  z-index: -1;
  /* SOFT GLASS EFFECT */
/*   filter: blur(2px); */
  opacity: 0.9;
  /* FLOAT ANIMATION */
  animation: floatShapeleft 6s ease-in-out infinite;
}
/* OPTIONAL SECOND LAYER (this is why lovable looks premium) */
.leftimg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.15),
    transparent
  );
  pointer-events: none;
}
/* FLOAT ANIMATION */
@keyframes floatShapeleft {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-12px, -12px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*to make sticky left about img*/
.abtrow {
    overflow: visible !important;
	overflow-x: unset !important;
    position: relative !important;
}
.abtcol1 {
    position: sticky !important;
    top: 100px;
}
/* MAIN ARROW ANIMATION */
.animarrow {
  display: inline-block;
  animation: arrowDrop 1.8s ease-in-out infinite;
}

/* SVG STYLE */
.animarrow svg {
  width: 28px;
  height: 28px;
}

/* TOP TO BOTTOM CONTINUOUS MOVE */
@keyframes arrowDrop {
  0% {
    transform: translateY(-12px);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    transform: translateY(14px);
    opacity: 0;
  }
}
.abt-chooseus:hover .abt-head h2, .abt-chooseus:hover .abt-txt{
	color: #ffff !important;
}
.m-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m-row span{
	font-size: 16px;
	font-family: "Manrope", Sans-serif !important;
}
.colm1 {
    width: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #072141;
    padding: 16px;
    border-radius: 50%;
}
/* When accordion is open using aria-expanded */
.e-n-accordion-item-title[aria-expanded="true"] .colm1, .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon{
    background: #916E3D !important;
}
.e-n-accordion-item-title[aria-expanded="true"] .colm2 h2{
    color: #916E3D !important;
}
.colm2, .colm3{
	width:39%;
}
.colm3 {
    line-height: 24px;
}
.colm1 img {
    width: 40px;
    height: 40px;
}
.acc-secn .e-n-accordion-item-title-icon {
    background: #072141;
    padding: 20px;
    border-radius: 50%;
    width: 6.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.colm1 img {
    filter: brightness(0) invert(1);
}
.acc-secn path{
	fill: #ffff !important;
	stroke: #ffff !important;
}
/* Remove top border from first accordion item only */
.accord-secn .e-n-accordion > .e-n-accordion-item:first-child,
.accord-secn .e-n-accordion > .e-n-accordion-item:first-child > summary{
    border-top: none !important;
}
.accord-secn svg {
    width: 30px !important;
}
.cont-secn .first-row, .cont-secn .third-row {
    display: flex;
    column-gap: 20px;
}
.cont-secn .second-row{
	display: block;
}
/* custom font family */
@font-face {
  font-family: 'Orange Avenue';
  src: url('/wp-content/uploads/2026/05/OrangeAvenueDEMO-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Apply to headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Orange Avenue DEMO', serif !important;
}
@media(max-width:767px){
	.m-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
}
	.colm1{
		width: 24%;
	}
	.colm1 img {
    width: 50px;
    height: 50px;
}
	.accord-secn span.e-n-accordion-item-title-icon {
    display: none;
}
	.colm2, .colm3 {
    width: 100%;
}
	.e-n-accordion-item-title[aria-expanded="true"] .colm1, .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon {
    background: #072141 !important;
}
	.e-n-accordion-item-title[aria-expanded="true"] .colm2 h2 {
    color: #072141 !important;
}
	.abtcol1 {
    position: unset !important;
    top: unset !important;
}
	.colm2 h2 {
    font-size: 26px;
    line-height: 34px;
}
	.colm3 span {
    font-size: 15px;
    line-height: 23px !important;
}
	.colm3 {
    line-height: 23px !important;
}
}
@media(min-width:541px) and (max-width:768px){
	.banner-border{
    height: 308px !important;
}
	.acc-secn .e-n-accordion-item-title-icon {
    width: 10%;
}
	.colm1 {
    width: 10%;
}
	.colm2, .colm3 {
    width: 35%;
}
}
@media(min-width:769px) and (max-width:1024px){
	.banner-border{
    height: 310px !important;
}
.chooseus-border {
    min-height: 540px !important;
}
}