/* @font-face {
  font-family: "Helvetica";
  src: url(../fonts/helvetica/Helvetica.ttf) format("ttf");
} */
* {
  margin: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}
:root {
  --transition: all 0.4s ease-in-out;
  --anim-speed: 30s;
}
a {
  text-decoration: none;
  transition: 0.2s ease-in;
}
a,
button {
  transition: 0.7s ease-in;
}
p,
ul,
nav,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.container {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
li {
  list-style: none;
}
.navbar .topbar-curve-shape{
    left: 4%;
}
.ft-menu-contactUs ul > li .icon {
    display: inline-block;
    width: 20px;
    text-align: center;
}
/* .location-page.inner-banner{
    padding: 200px 0px 160px 0px;
    position: relative;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */
.location-page.inner-banner .banner-content {
    margin: 0 auto;
    text-align: center;
}
.location-page.inner-banner .banner-content {
    max-width: 800px;
    position: relative;
    z-index: 4;
}
.location-page.inner-banner::after {
    background: linear-gradient(to bottom, rgb(63 75 126 / 74%) 0%, rgb(63 75 126 / 60%) 50%, rgb(63 75 126 / 23%) 100%);
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
}
/* .location-page.inner-banner .banner-wrapper.banner-content span {
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
} */
.who-weAre-inner .form-area .form-header span{
    color: #5fb8e4;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.book-appointment.who-weAre-inner .form-area {
    padding-bottom: 20px;
}
.who-weAre-inner .form-area .form-header h3{
    color: #39467a;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 28px;
}
.who-weAre-inner .form-area form .form-group input{
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #f1f1f1;
    font-size: 16px;
    color: #3b537c;
}
.who-weAre-inner .form-area form .form-group input:focus{
    outline: 2px solid #5fb8e4;
}
.who-weAre-inner .content-area .primary-h2{
   margin-bottom: 35px;
}
.who-weAre-inner .form-area form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.who-weAre-inner .form-area form .checkbox-row{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}
.who-weAre-inner .form-area form .checkbox-row input{
    width: auto;
    margin-top: 3px;
}
.who-weAre-inner .form-area form .checkbox-row span a{
    color: #5fb8e4;
}
.who-weAre-inner .content-area .description{
    color: #fff;
    margin-bottom: 30px;
    line-height: 34px;
}
.who-weAre-inner .content-area{
    padding: 0px 30px 0px 0px;
}
.who-weAre-inner.sec-padding-common{
    padding-top: 80px;
}
.directly-billing-sec.affiliated-sec .compny-brand-slide .brand-item{
    overflow: hidden;
    background-color: #fff;
}
.directly-billing-sec.affiliated-sec .compny-brand-slide .brand-item img{
    min-height: 80px;
}
.directly-billing-sec.affiliated-sec .tittle-bar .subTittle{
   font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #53b2e1;
    font-weight: 600;
    margin-bottom: 4px;
}
.directly-billing-sec.affiliated-sec .tittle-bar .primary-h2::before{
   display: none;
}
.our-services.services-Inner-pges .tab-header{
    margin-bottom: 0px;
}
/* our-team */
.our-team-sec .header {
    text-align: center;
    margin-bottom: 50px;
    animation: fadeIn 1s ease-out;
}
.our-team-sec .team-grid {
    display: grid;
    margin: 0 auto;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.our-team-sec .team-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
    /* border: 2px solid transparent; */
    animation: fadeInUp 0.6s ease-out forwards;
    border-color: transparent;
}
/* .our-team-sec .team-card:hover{
    border-color: #5fb8e4;
} */
.our-team-sec .img-container{
    height: 240px;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 2px;
}
/*  */
.our-team-sec .team-card{
    position: relative;
    z-index: 11;
    transition: all 700ms ease-in-out;
}
.our-team-sec .team-card::before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    left: 0;
    top: 0;
    transition-duration: 0.4s;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    z-index: -11;
}
.our-team-sec .team-card::after {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: transparent;
    right: 0;
    bottom: 0;
    transition-duration: 0.4s;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    z-index: -11;
}
.our-team-sec .team-card:hover::before, 
.our-team-sec .team-card:hover::after {
    width: 100%;
    height: 100%;
    border-color: #5fb8e4;
    border-radius: 12px;
}
.our-team-sec .team-card:hover {
    box-shadow: 0px 0px 30px rgba(64, 145, 200, 0.17);
    transform: scale(1.02);
}
/* / */
.our-team-sec .img-container img {
    width: 100%;
    /* height: 250px;
    object-fit: cover; */
    display: block;
}
.our-team-sec .info {
    padding: 20px;
    margin: 0 auto;
}
.our-team-sec .info p .banner-btn.btnn-primary{
    border: 1px solid transparent;
}
.our-team-sec .info h3 {
    margin: 0px 0 10px;
    color: #39467a;
    font-size: 18px;;
    font-weight: 600;
}
.our-team-sec .info p {
    min-height: 35px;
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
/* --- Buttons & Hover --- */
.our-team-sec .team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,123,255,0.2);
}
.our-team-sec .team-card .banner-btn.btnn-primary {
    opacity: 1;
    transform: translateY(0);
    font-size: 14px;
}
.our-team-sec .team-card .banner-btn.btnn-primary:hover{
    border: none;
}
/* --- Join Our Team Special Card --- */
.our-team-sec .join-card {
    background: #39467a;
    color: white;
    padding: 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.our-team-sec .plus-icon {
    background: #5fb8e4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.our-team-sec .plus-icon:hover {
    transform: rotate(-90deg) scale(1.1);
}
.our-team-sec .banner-btn.btnn-primary{
    background: #5fb8e4;
    color: white;
    border: none;
    padding: 8px 27px;
    border-radius: 28px;
    cursor: pointer;
    opacity: 1; 
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.our-team-sec .team-card .banner-btn.btnn-primary:hover{
    background: #39467a;
}
.our-team-sec .header .primary-h2{
    position: relative;
    display: inline-block;
}
.our-team-sec .header .primary-h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 2px;
    background-color: #39467a;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.our-team-sec .join-card h3{
    font-size: 26px;
    font-weight: 600;
}
.our-team-sec .join-card .description{
    line-height: 28px;
    color: #fff;
    margin: 10px;
    font-weight: 300;
}
/* --- Animations --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* toronto-stand-out */
.stand-out-sec .header {
     text-align: center;
     margin-bottom: 50px;
 }
.stand-out-sec .header h2 {
    max-width: 600px;
    margin: 0 auto;
}
.stand-out-sec .header h2 span {
     color: var(--primary-blue);
 }
 .stand-out-sec .header p {
     max-width: 700px;
     margin: 0 auto;
 }
 .stand-out-sec .content-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 50px;
     align-items: center;
 }
 /* Steps Styling */
 .stand-out-sec .steps-container,
  .stand-out-sec .image-side{
     position: relative;
 }
 .stand-out-sec .image-side .ring-outer{
    right: 15%;
 }
  .stand-out-sec .image-side .ring-inner{
    right: 22%;
    top: 8%;
 }
 .stand-out-sec .step-item {
     display: flex;
     gap: 20px;
     margin-bottom: 40px;
     position: relative;
     opacity: 0;
     transform: translateX(-30px);
     animation: slideIn-item 0.6s forwards;
 }
 .stand-out-sec .step-item:last-child { margin-bottom: 0; }
 .stand-out-sec .step-number {
     background-color: #39467a;
     color: white;
     min-width: 45px;
     height: 45px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: bold;
     font-size: 1.2rem;
     z-index: 2;
 }
 /* Dotted Line Logic */
 .stand-out-sec .step-item:not(:last-child)::after {
     content: '';
     position: absolute;
     left: 22px;
     top: 45px;
     bottom: -40px;
     border-left: 2px dashed #39467ac2;
     opacity: 0.5;
 }
    .stand-out-sec .step-text h3 {
    font-size: 22px;
    color: #39467a;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: capitalize;
    }
.stand-out-sec .stand-out-sec .badge {
    position: absolute;
    bottom: 20px;
    right: -20px;
    background: white;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    color: #0056b3;
    white-space: nowrap;
}
 @keyframes slideIn-item {
     to {
    opacity: 1;
    transform: translateX(0);
     }
 }
 .stand-out-sec .step-item:nth-child(1) { animation-delay: 0.2s; }
 .stand-out-sec .step-item:nth-child(2) { animation-delay: 0.4s; }
 .stand-out-sec .step-item:nth-child(3) { animation-delay: 0.6s; }
 /* Hover Effect for Image */
 .stand-out-sec .doctor-img-wrapper:hover {
     transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
     box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
 }
 .stand-out-sec{
 background: #f8f8f8;
 }
/* --- The Animated Circles --- */
 .stand-out-sec .image-side .circle-ring {
    position: absolute;
    border: 2px dashed #333;
    border-radius: 50%;
    opacity: 0.15;
    z-index: 1;
}
 .stand-out-sec .image-side .ring-outer {
    width: 500px;
    height: 500px;
    animation: rotateClockwise 40s linear infinite;
}
 .stand-out-sec .image-side .ring-inner {
    width: 400px;
    height: 400px;
    animation: rotateCounterClockwise 25s linear infinite;
}
 .stand-out-sec .image-side .image-box {
    position: relative;
    z-index: 5;
    max-width: 460px;
    width: 100%;
}
.stand-out-sec .image-side{
    padding-left: 50px;
}
 .stand-out-sec .image-side .main-frame img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    display: block;
    transition: transform 0.5s ease;
}
 .stand-out-sec .image-side .floating-frame {
    position: absolute;
    bottom: -30px;
    right: -40px;
    width: 60%;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 10px 15px 30px rgba(0,0,0,0.12);
    animation: floatVertical 5s ease-in-out infinite;
}
 .stand-out-sec .image-side .floating-frame img {
    width: 100%;
    border-radius: 15px;
    display: block;
}
/* --- Keyframe Animations --- */
@keyframes rotateClockwise {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes rotateCounterClockwise {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

@keyframes floatVertical {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

 .stand-out-sec .image-side .image-box:hover .main-frame img {
    transform: scale(1.03);
}
/*we-can-help injury */
.we-can-help-injury .cta-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 1100px; */
    padding: 40px 0;
}

 .we-can-help-injury .cyan-backdrop {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #5fb8e4;
     border-radius: 20px;
     z-index: 1;
     transform: scaleY(0.9); 
 }
 .we-can-help-injury .cta-main-box {
     position: relative;
     z-index: 2;
     background-color: #39467a;
     color: #fff;
     padding: 60px 40px;
     text-align: center;
     overflow: hidden;
     box-shadow: 0 20px 40px rgba(0,0,0,0.2);
 }
 .we-can-help-injury .cta-content {
     position: relative;
     z-index: 5;
     /* max-width: 600px; */
     margin: 0 auto;
 }
 .we-can-help-injury .cta-content h2{
     color: #fff;
     margin-bottom: 20px;
 }
.we-can-help-injury .cta-content .description{
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px;
    color: #fff;
}
.we-can-help-injury .cta-content .input-group{
    max-width: 450px;
    margin: 0 auto;
    padding-top: 20px;
}
 .we-can-help-injury .shape {
     position: absolute;
     opacity: 0.5;
     z-index: 3;
 }
 .we-can-help-injury .circle-dot {
     width: 80px;
     height: 80px;
     border: 2px dashed rgba(255,255,255,0.3);
     border-radius: 50%;
     left: 5%;
     bottom: 10%;
     animation: rotate 10s linear infinite;
 }
 .we-can-help-injury .triangle {
     width: 0;
     height: 0;
     border-left: 15px solid transparent;
     border-right: 15px solid transparent;
     border-bottom: 25px solid orange;
     right: 5%;
     bottom: 15%;
     transform: rotate(45deg);
     animation: float 4s ease-in-out infinite;
 }
 .we-can-help-injury .green-dot {
     width: 12px;
     height: 12px;
     background-color: #4ade80;
     border-radius: 50%;
     left: 10%;
     top: 25%;
 }
 @keyframes rotate {
     from { transform: rotate(0deg); }
     to { transform: rotate(360deg); }
 }
 @keyframes float {
     0%, 100% { transform: translateY(0) rotate(45deg); }
     50% { transform: translateY(-15px) rotate(55deg); }
 }
.we-can-help-injury .injury-selector .input-group {
    display: flex;
    max-width: 450px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.we-can-help-injury select {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    outline: none;
}
.we-can-help-injury select.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.we-can-help-injury button {
    background: #5fb8e4;
    color: white;
    border: none;
    padding: 0 30px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
}
.we-can-help-injury.sec-padding-common{
    padding: 45px 0px;
}
/* compact-banner-height */
.psyTherapy-hero-sec,
.inner-banner{
    padding: 160px 0px 80px 0px;
}
/* team-details */
/* Animated Gradient */
.team-details-info.sec-padding-common{
    padding: 0px 0px 50px 0px; 
    margin-top: -30px;
}
/* .team-details-info{
    min-height:100vh;
    background: linear-gradient(90deg, rgba(83, 178, 225, 1) 0%, rgba(57, 70, 122, 1) 31%, rgba(71, 130, 179, 1) 81%, rgba(83, 178, 225, 1) 100%);
    background-size:400% 400%;
    animation:gradientMove 12s ease infinite;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px 20px;
    overflow-x:hidden;
} */
@keyframes gradientMove{
    0%{background-position:0% 50%;}
    50%{background-position:100% 50%;}
    100%{background-position:0% 50%;}
}
.team-details-info .team-wrpper{
    backdrop-filter: blur(20px);
    background:#fff;
    border-radius: 15px 15px 5px 5px;
    padding: 40px;
    max-width: 1000px;
    width: 100%;
    display: flex;
    gap: 50px;
    align-items:center;
    box-shadow: 0 25px 60px rgb(0 0 0 / 10%);
    animation:fadeUp-cardd 1s ease forwards;
    margin: 0 auto;
}
@keyframes fadeUp-cardd{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.team-details-info .profile-info-wrpper{
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.team-details-info .profile{
    flex:1;
    text-align:center;
}
.team-wrpper .profile img{
    width:320px;
    height:320px;
    object-fit:cover;
    border-radius:20px;
    /* box-shadow: 0 20px 50px rgb(0 0 0 / 14%); */
    transition:0.4s;
}
.team-details-info .profile img:hover{
    transform:scale(1.05);
}
.team-details-info .content-info{
    flex:2;
    color:#fff;
}
.team-details-info .subtitle{
    letter-spacing:3px;
    font-size:14px;
    margin-bottom:15px;
    color: #5fb8e4;
    text-transform:uppercase;
}
.team-details-info .content-info .primary-h2{
    margin-bottom: 5px;
}
.team-details-info .content-info p{
    font-size:16px;
    line-height:1.9;
    margin-bottom:18px;
    opacity:0.95;
}
.team-details-info{
    position: relative;
}
.team-details-info .circle{
    position:absolute;
    border-radius:50%;
    /* background: rgb(95 184 228 / 20%); */
    animation:float-circle 6s infinite ease-in-out;
}
@keyframes float-circle{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-20px);}
}
.team-details-info .circle:nth-child(1){
    width:120px;
    height:120px;
    top: 10%;
    left: 20%;
    background: rgb(95 184 228 / 12%);
}
.team-details-info .circle:nth-child(2){
    width: 80px;
    height: 80px;
    bottom: 15%;
    right: 30%;
    animation-delay:2s;
    background: rgba(95, 184, 228, 0.404)
}
.faq-sec.psy-therapy-faq.ser-faq .tittle-bar .description{
    margin: 0 auto;
}
.expert-care .feature-card{
    height: 100%;
    min-height: 240px;
}
.other-service-atForm.sec-padding-common .service-cardd,
.other-service-atForm .service-cardd{
   height: 410px !important;
}
.directly-billing-sec.affiliated-sec .tittle-bar{
  margin-bottom: 0;
}
/* our-services-inner-pages */
 .services-Inner-pges .grid-wrapper {
     /* max-width: 1200px; */
     margin: 0 auto;
     background: white;
     padding: 50px 40px;
     border-radius: 15px;
     box-shadow: 0 5px 25px rgba(0,0,0,0.04);
 }
.services-Inner-pges .areas-grid {
     display: flex;
     flex-wrap: wrap;
     justify-content: center; 
     gap: 15px;
 }
 .services-Inner-pges .area-card {
     text-decoration: none;
     color: #5b6789;
     background: white;
     border: 1px solid #e1e8f0;
     padding: 18px 10px;
     text-align: center;
     border-radius: 10px;
     font-size: 0.95rem;
     font-weight: 500;
     transition: all 0.3s ease;
     display: flex;
     align-items: center;
     justify-content: center;
     min-height: 60px;
     flex: 0 1 calc(20% - 15px);
     min-width: 180px; 
 }
 /* .services-Inner-pges .area-card.active {
     background-color: var(--light-blue);
     color: white;
     border-color: var(--light-blue);
     box-shadow: 0 10px 20px rgba(99, 188, 229, 0.3);
 } */
 .services-Inner-pges .area-card:hover:not(.active) {
     border-color: #5fb8e4;
     color: #5fb8e4;
     transform: translateY(-3px);
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
 }
 /* @media (max-width: 1024px) {
    .services-Inner-pges .area-card { flex: 0 1 calc(25% - 15px); } 
 }
 @media (max-width: 768px) {
    .services-Inner-pges .area-card { flex: 0 1 calc(33.33% - 15px); } 
 }
 @media (max-width: 600px) {
     .area-card { flex: 0 1 calc(50% - 15px); } 
 }
 @media (max-width: 400px) {
     .area-card { flex: 1 1 100%; } 
 }  */
     /* our-services-inner-end */
/* Responsive */
 @media (max-width: 992px) {
.services-Inner-pges .area-card{
    min-width: 140px;
    font-size: 14px;
    padding: 10px 5px;
    border-radius: 12px;
}
    .abt-head p,
    .abt-test-head p {
        font-size: 14px;
        line-height: 28px;
    }
    .abt-test-head h2{
        font-size: 20px;
    }
.we-can-help-injury .cta-content .description {
    font-size: 14px;
    font-weight: 300;
}
    .book-appointment .submit-btn, .book-appointment .form-area input.submit-btn{
        padding: 12px;
        font-size: 14px;
    }
    .stand-out-sec .step-number{
    min-width: 36px;
    height: 36px;
    }
    .stand-out-sec .step-item:not(:last-child)::after {
        left: 16px;
    }
    .stand-out-sec .step-text h3{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    }
    .faq-sec .image-area{
    text-align: center;
    }
    .faq-sec .image-area img{
    height: 450px;
    width: auto;
    }
    .expert-care .feature-card {
    min-height: auto;
}
    .devby a,
    .devby span{
        font-size: 14px;
    }
    .page-footer .location-place li a{
        font-size: 14px;
    }
    .ft-menu-contactUs ul > li p{
        font-size: 14px;
    }
    .location-map-sec.sec-padding-common{
         padding-top: 30px;
        }
    .location-map-sec.sec-padding-common .container .tittle-bar {
        margin-bottom: 0px;
    }
    .alignment-we-treat .tab-body-text p{
        font-size: 14px;
        line-height: 26px;
    }
    .alignment-we-treat .tab-body-text h3,
    .alignment-we-treat .tab-body-text h4{
        font-size: 20px;
        margin-bottom: 16px;
    }
    .directly-billing-sec.sec-padding-common .primary-h2{
        margin-bottom: 0px;
    }
    .our-services .section-title .primary-h2::before, 
    .expert-header-tittle .primary-h2::before, 
    .directly-billing-sec .primary-h2::before, 
    .faq-sec .primary-h2::before, 
    .alignment-we-treat .primary-h2::before, 
    .areas-section .primary-h2::before{
    width: 60%;
    top: -10px;
    }
    .our-team-sec .header{
        margin-bottom: 30px;
    }
.our-team-sec .header .primary-h2::before{
    width: 50%;
    top: -10px;
}
    .other-service-atForm .owl-prev span,
     .other-service-atForm .owl-next span{
    border: 1px solid #5fb8e4;
    background: #f7fcff47;
    color: #5fb8e4;
    backdrop-filter: blur(7px);
    }
    .book-appointment .submit-btn, .book-appointment .form-area input.submit-btn{
        padding-left: 12px;
    }
    .book-appointment .form-row{
        display: grid;
    }
    .psyTherapy-why-choose-us .who-we-are-content .descp-points>li{
    text-align: left;
    }
    .team-details-info .content-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
}
    .card-psy-service-wrapper .card{
    min-height: fit-content;
    }
    .psyTherapy-hero-sec, 
    .inner-banner {
    padding: 80px 0px 80px 0px;
}
    /*  */
    .team-details-info .profile-info-wrpper {
    position: initial;
    top: 20px;
    align-self: initial;
}
    .team-details-info .team-wrpper{
    flex-direction: column;
    text-align: center;
    padding: 16px;
    gap: 40px;
    }
    .team-details-info .content-info h3{
    font-size:30px;
    }
    .team-details-info .profile img{
    /* width:250px; */
    height: 250px;
    }
    /*  */
     .stand-out-sec .content-grid {
         grid-template-columns: 1fr;
     }
    .stand-out-sec .image-side {
         order: -1; 
     }
     .stand-out-sec .badge {
         right: 0;
     }
 }
@media (max-width: 768px) {
.services-Inner-pges .grid-wrapper{
    padding: 50px 0px;
}
    .we-can-help-injury.sec-padding-common {
        padding: 0px 0px;
    }
        .location-map-sec .map-container {
        height: 200px !important;
    }
    .location-map-sec.sec-padding-common .icon-box{
    margin-bottom: 10px;
    }
    .location-map-sec.sec-padding-common .info-card{
    padding: 14px;
    }
    .our-team-sec .img-container img{
    width: 250px !important;
    height: 250px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 100%;
    border: 2px solid #5fb8e4;
    }
    .our-team-sec .team-card{
    border: 1px solid #88888826;
    }

    .we-can-help-injury .cta-content p { font-size: 0.95rem; }
    .we-can-help-injury .cyan-backdrop { display: none; } 
    .we-can-help-injury .cta-main-box { border-radius: 15px; }
    .we-can-help-injury .shape { display: none; } 
    /*  */
    .stand-out-sec .image-side .ring-outer { width: 320px; height: 320px; }
    .ring-inner { width: 250px; height: 250px; }
    .stand-out-sec .image-side .floating-frame {
        right: 0;
        bottom: -20px;
        width: 70%;
    }
}
@media (max-width: 576px) {
        .alignment-we-treat .tab-body-text h3,
    .alignment-we-treat .tab-body-text h4{
       font-size: 18px;
       margin-bottom: 10px;
    }
    .stand-out-sec .image-side .floating-frame,
        .stand-out-sec .image-side .circle-ring{
        display: none;
    }
    .stand-out-sec .image-side{
        padding-left: 0;
    }
    .psyTherapy-hero-sec, .inner-banner {
    padding: 50px 0px 50px 0px;
    }
    .our-team-sec .img-container img {
    width: 200px !important;
    height: 200px;
    }
    .team-details-info.sec-padding-common {
    padding: 0px 0px 50px 0px;
}
.other-service-atForm.sec-padding-common{
    padding-bottom: 50px;
}
}

/* container responsive adjustment */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1450px;
  }
}
@media (min-width: 1921px) {
  .container {
    width: 1870px;
  }
}
