a,
body {
    color: #707070;
}
.footer_link img,
.form-mainbox .btn_submit,
.highlights .service_name,
.pl-reimaging_innerlist,
.top_btn {
    transition-duration: 0.3s;
}
#myBtn,
.header {
    position: fixed;
}
#myBtn,
img:focus {
    outline: 0;
}
.admission_text a,
.main-navigation ul li a,
.reg-btn,
.table a,
a:focus,
a:hover,
footer a {
    text-decoration: none;
}
@font-face {
    font-family: Raleway-Black;
    src: url(../css/font/Raleway-Black.ttf);
}
@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../css/font/Raleway-ExtraBold.ttf);
}
@font-face {
    font-family: Raleway-Bold;
    src: url(../css/font/Raleway-Bold.ttf);
}
@font-face {
    font-family: Raleway-Medium;
    src: url(../css/font/Raleway-Medium.ttf);
}
@font-face {
    font-family: Raleway-Regular;
    src: url(../css/font/Raleway-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Black;
    src: url(../css/font/Montserrat-Black.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../css/font/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(../css/font/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../css/font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../css/font/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: PlayfairDisplay-Bold;
    src: url(../css/font/PlayfairDisplay-Bold.ttf);
}
@font-face {
    font-family: PlayfairDisplay-Regular;
    src: url(../css/font/PlayfairDisplay-Regular.ttf);
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Montserrat-Regular;
}

.key_text,
.pl-reimaging_list,
.research_text,
.testi_content,
.testi_img,
.thankyoutext,
table th {
    text-align: center;
}
.rupee-symbol {
    font-family: Arial, "Segoe UI", sans-serif !important;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:focus,
a:hover {
    color: #fbc909;
    outline: 0;
}
.main-area ol li,
.main-area ul li {
    margin-bottom: 15px;
}
ol,
ul {
    padding-left: 0;
    margin-bottom: 0;
}
ul li {
    list-style: none;
}
section {
  scroll-margin-top: 100px; /* change as per header height */
}

#fullform{
    scroll-margin-top: 100px; 
}
.section-heading {
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 30px;
    padding: 0 0 20px;
    line-height: normal;
}
.program-section .section-heading span,
.section-heading span {
    font-family: Montserrat-Bold;
    color: #224c2a;
}

/* --------------- Header section starts --------------- */
.header {
    width: 100%;
    top: 0;
    left: 0;
    /* background-color: #fff; */
    background: linear-gradient(113deg, #fff 0, #f3f1ed 100%);
    z-index: 77;
}
.header-top {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}
.header .logo img{
  width: 65%;
}
#myBtn,
.loader,
.main-navigation ul .contact a::after,
.nav-triggerr,
.registration-btn,
.registration-btn a {
    display: none;
}
.top_leftbox {
    padding: 15px 0;
}
.main-navigation,
.thankyou_button {
    text-align: center;
}
.main-navigation ul li {
    display: inline-block;
    color: #000;
    padding: 10px 10px 6px;
    border-radius: 0 0 12px 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.main-navigation ul li a {
    font-size: 15px;
    line-height: 16px;
    color: #000;
    font-family: Raleway-Medium;
    position: relative;
}
/* Keep the separator between menu items */
.main-navigation li a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #707070;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
}

/* Remove separator from last item */
.main-navigation li:last-child a::after {
    display: none;
}
/* Animated underline */
.main-navigation ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease;
}
.top_btn {
    padding: 8px 15px;
    background-color: #004b1c;
    border-radius: 90px;
    float: right;
    position: relative;
    bottom: 0;
    margin: 20px 20px 0 0;
}
.top_btn:hover {
    background-color: #0a1622;
}
.main {
    margin-top: 120px;
}
.main-navigation ul .contact a {
    background-color: #e88d31;
    color: #fff !important;
    border-radius: 15px;
    padding: 5px 20px;
}
/* Animated underline */
.main-navigation ul li a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #e88d31;
    transform: translateX(-50%);
    transition: width 0.35s ease;
}
.main-navigation ul .contact a::before{
    display: none;
}
/* Hover underline */
.main-navigation ul li:hover a::before {
    width: 100%;
}
/* --------------- Header section ends --------------- */

/* --------------- Banner Section starts ------------- */
.banner-section{
    background:url(../images/banner-img.webp) center center/contain no-repeat;
    min-height:526px;
    position:relative;
    display:flex;
    align-items:center;
}

/* .banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
} */

.banner-section .container{
    position:relative;
    z-index:2;
}

.banner-content{
    color:#fff;
    max-width:650px;
}

.banner-tag{
    display:inline-block;
    padding:8px 20px;
    /* background:#ffffff25;
    backdrop-filter:blur(8px); */
    background:#0a6b39;
    border-radius:30px;
    margin-bottom:20px;
}

.banner-content h1{
    padding:18px 20px;
    font-size:40px;
    font-weight:100;
    line-height:1.1;
    margin-bottom:20px;
    background: #ffffff25;
    border-radius:30px;
    backdrop-filter: blur(8px);
    font-family: 'Montserrat-Regular';
}

.banner-content h1 span{
    display:block;
    color:#fff;
    font-weight:700;
    font-family: 'Montserrat-Bold';
}

.banner-content p{
    font-size:20px;
    line-height:1.7;
    margin-bottom:35px;
}

.banner-btn{
    display:inline-block;
    padding:14px 35px;
    background:#0a6b39;
    color:#fff;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
}

.banner-btn:hover{
    background:#084f2b;
    color:#fff;
}

 .banner-form{
    background:#fff;
    border-radius:25px;
    padding:25px;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
}

.banner-form h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-weight: 800;
    -webkit-text-stroke: 0.7px #e88d31;
    animation: smoothTextFlash 3s ease-in-out infinite;
}

@keyframes smoothTextFlash {
    0%,
    65%,
    100% {
        text-shadow:
            0 0 0 rgba(232, 141, 49, 0);
        transform: scale(1);
    }

    80% {
        text-shadow:
            0 0 4px rgba(232, 141, 49, 0.45),
            0 0 10px rgba(232, 141, 49, 0.35),
            0 0 18px rgba(232, 141, 49, 0.2);
        transform: scale(1.015);
    }
}
.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #49b0bdbd;
    border-radius: 40px;
    z-index: 1;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

 .banner-form form {
    z-index: 2;
    position: relative;
    padding: 0px 0px 0px 0px
} 
 .banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn,
.banner-form-popup lable{
    color: #fff
} 

textarea.form-control {
    resize: none
}

.banner-form select.form-control{
    background: url("../images/arrow1.png") 97% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #a8a8a8;
    cursor: pointer
}

.form-control::placeholder {
    color: #a8a8a8;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

.banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 40px;
} 

.banner-form .form-control{
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    height: auto;
    min-height: auto;
    padding: 8px;
    max-height: 60px;
    margin:0 0 10px 0;
    border: 1px solid #2222226b;
}
.mobile_view {
    display: none;
}
.btn_submit {
    padding: 9px 25px;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background: #e88c30;
    font-family: Montserrat-SemiBold;
}

.btn_submit:hover{
    text-decoration: none;
    color: #e88c30 !important;
    background: #fff !important;
    border: 2px solid #e88c30 !important;
}

select {
  color: #9e9e9e;
}
option:not(:first-of-type) {
  color: black;
}

.loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #c5161d; 
    border-radius: 50%; 
    width: 15px; 
    height: 15px; 
    animation: spin 1s linear infinite; 
    margin-left: 10px; 
} 

@keyframes spin { 
    0% { 
        transform: rotate(0deg); 
    } 
  
    100% { 
        transform: rotate(360deg); 
    } 
} 
  
.loading { 
    background-color: #ccc; 
    pointer-events: none; 
}
@media(max-width:991px){

    .banner-section{
        min-height:auto;
        padding:70px 0;
    }

    .banner-content{
        text-align:center;
        margin-bottom:40px;
    }

    .banner-content h1{
        font-size:38px;
    }

    .banner-content p{
        font-size:17px;
    }

    .banner-form{
        margin:auto;
    }

}

/* ==========================================
   NAME FIELD HIGHLIGHT
========================================== */
#name.twb-name-highlight {
    border-color: #e88d31 !important;
    box-shadow:
        0 0 0 4px rgba(232, 141, 49, 0.18),
        0 8px 20px rgba(232, 141, 49, 0.12);
    background: #fffdf9;
    transition: all 0.3s ease;
}

/* Animated highlight */
@keyframes twbNamePulse {

    0% {
        box-shadow:
            0 0 0 0 rgba(232, 141, 49, 0.45);
    }

    70% {
        box-shadow:
            0 0 0 8px rgba(232, 141, 49, 0);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(232, 141, 49, 0);
    }

}

#name.twb-name-highlight {
    animation: twbNamePulse 1.2s ease-in-out 2;
}
/*-------------- Banner section Ends ----------------------*/

/* ------------------- Trust section section starts --------------------- */
.twb-trust-section {
    position: relative;
    overflow: hidden;
    padding: 42px 0;
    background: #0a96a7;
    color: #ffffff;
    isolation: isolate;
}

/* =========================================================
   BACKGROUND GRID
========================================================= */
.twb-trust-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.08;
    background-image:
        linear-gradient(
            rgba(255,255,255,0.45) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.45) 1px,
            transparent 1px
        );

    background-size: 45px 45px;

    mask-image: linear-gradient(
        to right,
        transparent,
        black 15%,
        black 85%,
        transparent
    );

    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 15%,
        black 85%,
        transparent
    );
}


/* =========================================================
   GLOW
========================================================= */

.twb-trust-glow {
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: -1;
}

.twb-glow-left {
    left: -160px;
    top: -170px;
    background: #e88d31;
    opacity: 0.20;

    animation: twbGlowFloat 7s ease-in-out infinite;
}

.twb-glow-right {
    right: -170px;
    bottom: -190px;
    background: #ffffff;
    opacity: 0.10;

    animation: twbGlowFloat 9s ease-in-out infinite reverse;
}

@keyframes twbGlowFloat {
    0%,
    100% {
        transform: translate(0,0) scale(1);
    }

    50% {
        transform: translate(20px,15px) scale(1.08);
    }
}


/* =========================================================
   MAIN HORIZONTAL ROW
========================================================= */

.twb-trust-inner {
    position: relative;

    display: flex;
    align-items: center;

    gap: 28px;

    width: 100%;
    max-width: 1250px;

    margin: 0 auto;
}


/* =========================================================
   SHIELD
========================================================= */

.twb-trust-icon-wrap {
    flex: 0 0 78px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.twb-trust-icon {
    position: relative;

    width: 68px;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(232,141,49,0.65);

    border-radius: 20px;

    background: rgba(255,255,255,0.10);

    color: #e88d31;

    font-size: 30px;

    box-shadow:
        0 0 0 7px rgba(232,141,49,0.06),
        0 12px 30px rgba(0,0,0,0.14);
    transition:
        transform 0.4s ease,
        background 0.4s ease,
        border-color 0.4s ease;
}

/* Rotating ring */
.twb-trust-icon::before {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(232,141,49,0.60);
    border-radius: 24px;
    animation: twbRotate 14s linear infinite;
}

@keyframes twbRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.twb-trust-icon i {
    position: relative;
    z-index: 2;

    color: #e88d31;

    line-height: 1;
}

.twb-trust-icon-wrap:hover .twb-trust-icon {
    transform: translateY(-4px);

    background: rgba(232,141,49,0.14);

    border-color: #e88d31;
}


/* =========================================================
   CONTENT + POINTERS
   EVERYTHING HORIZONTAL
========================================================= */

.twb-trust-content {
    flex: 1;

    min-width: 0;

    display: flex;
    align-items: center;

    gap: 28px;
}


/* =========================================================
   TEXT AREA
========================================================= */

.twb-trust-text {
    flex: 1;

    min-width: 420px;
}


/* Kicker */

.twb-trust-kicker {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 5px;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;

    color: rgba(255,255,255,0.95);
}

.twb-kicker-line {
    width: 22px;
    height: 2px;

    display: inline-block;

    flex-shrink: 0;

    background: #e88d31;
}


/* Heading */

.twb-trust-content h2 {
    margin: 0 0 5px;

    font-size: clamp(22px, 2vw, 31px);

    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -0.3px;

    color: #ffffff;

    white-space: nowrap;
}

.twb-trust-content h2 span {
    color: #e88d31;
}


/* Description */

.twb-trust-content p {
    margin: 0;

    font-size: 13px;

    line-height: 1.45;

    color: rgba(255,255,255,0.88);

    white-space: nowrap;
}


/* =========================================================
   TRUST TAGS
========================================================= */

.twb-trust-tags {
    flex: 0 0 auto;

    display: flex;
    align-items: center;

    flex-wrap: nowrap;

    gap: 8px;

    margin: 0;

    white-space: nowrap;
}


/* Individual pointer */

.twb-trust-tag {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 7px 11px;

    border: 1px solid rgba(255,255,255,0.25);

    border-radius: 50px;

    background: rgba(255,255,255,0.09);

    color: #ffffff;

    font-size: 11px;
    font-weight: 600;

    white-space: nowrap;

    flex-shrink: 0;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}


/* Check */

.twb-check {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e88d31;

    color: #ffffff;

    font-size: 9px;

    line-height: 1;
}

.twb-check i {
    color: #ffffff;

    font-size: 9px;

    line-height: 1;
}


/* Hover */

.twb-trust-tag:hover {
    transform: translateY(-3px);

    background: rgba(232,141,49,0.15);

    border-color: rgba(232,141,49,0.65);
}

.twb-trust-tag:hover .twb-check {
    background: #ffffff;
}

.twb-trust-tag:hover .twb-check i {
    color: #e88d31;
}


/* =========================================================
   ENTRY ANIMATION
========================================================= */

.twb-trust-icon-wrap {
    animation: twbIconIn 0.7s ease both;
}

.twb-trust-content {
    animation: twbContentIn 0.8s ease both;
}

@keyframes twbIconIn {

    from {
        opacity: 0;
        transform: translateX(-20px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes twbContentIn {

    from {
        opacity: 0;
        transform: translateX(25px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .twb-trust-inner {
        gap: 20px;
    }

    .twb-trust-content {
        gap: 18px;
    }

    .twb-trust-text {
        min-width: 0;
    }

    .twb-trust-content h2 {
        font-size: 21px;
    }

    .twb-trust-content p {
        font-size: 11px;
    }

    .twb-trust-tag {
        padding: 6px 8px;
        font-size: 10px;
    }

    .twb-check {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .twb-trust-section {
        padding: 30px 0;
    }

    .twb-trust-inner {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 18px;
    }

    .twb-trust-icon-wrap {
        flex: 0 0 auto;
    }

    .twb-trust-icon {
        width: 58px;
        height: 58px;

        font-size: 25px;

        border-radius: 17px;
    }

    .twb-trust-icon::before {
        border-radius: 21px;
    }

    .twb-trust-content {
        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }

    .twb-trust-text {
        width: 100%;

        min-width: 0;
    }

    .twb-trust-content h2 {
        white-space: normal;

        font-size: 25px;

        line-height: 1.2;
    }

    .twb-trust-content p {
        white-space: normal;

        font-size: 13px;

        line-height: 1.6;
    }

    .twb-trust-tags {
        width: 100%;

        display: flex;

        flex-direction: row;

        flex-wrap: nowrap;

        gap: 5px;

        overflow: visible;
    }

    .twb-trust-tag {
        padding: 6px 8px;

        gap: 5px;

        font-size: 9px;
    }

    .twb-check {
        width: 17px;
        height: 17px;

        flex-basis: 17px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .twb-trust-section {
        padding: 27px 0;
    }

    .twb-trust-content h2 {
        font-size: 22px;
    }

    .twb-trust-content p {
        font-size: 12px;
    }

    .twb-trust-tags {
        gap: 15px;
    }

    .twb-trust-tag {
        padding: 5px 6px;
        gap: 4px;
        font-size: 11px;
    }

    .twb-check {
        width: 15px;
        height: 15px;

        flex-basis: 15px;

        font-size: 7px;
    }

    .twb-check i {
        font-size: 7px;
    }
}
/* ------------------- Trust section section ends --------------------- */

/* ---------------WHAT YOU CAN EXPECT section starts----------------- */
.twb-expect-section {
    position: relative;
    padding: 45px 0;
    background: #f7fbfc;
    overflow: hidden;
}

/* =========================================================
   HEADING
========================================================= */
.twb-main-heading {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
}

.twb-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #49b0bd;
}

.twb-kicker-line {
    width: 30px;
    height: 2px;
    background: #e88d31;
}

.twb-main-heading h2 {    
    margin: 0 0 18px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: -1px;
    font-weight: 700;
    color: #17464b;
}

.twb-main-heading h2 span {
    color: #49b0bd;
}

.twb-main-heading p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    color: #5c7477;
}

/* =========================================================
   IMAGE COLUMN
========================================================= */

.twb-expect-image-wrap {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Image */
.twb-expect-image {
    position: relative;
    width: 380px;
    height: 500px;
    overflow: visible;
    border-radius: 190px 190px 25px 25px;
    z-index: 2;
    /* transform: rotate(-2deg); */
    box-shadow: 0 30px 65px rgba(23, 70, 75, 0.18);
}

.twb-expect-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 190px 190px 25px 25px;
    transition: transform 0.7s ease;
}

/* .twb-expect-image:hover img {
    transform: scale(1.05);
}
 */

/* Image overlay */

.twb-expect-image-overlay {
    position: absolute;
    inset: 0;
    border-radius: 190px 190px 25px 25px;
    background: linear-gradient(
        to top,
        rgba(23, 70, 75, 0.65),
        transparent 48%
    );
    pointer-events: none;
}


/* =========================================================
   DECORATIVE CIRCLES
========================================================= */

.twb-expect-circle {
    position: absolute;
    border: 1px solid rgba(73, 176, 189, 0.35);
    border-radius: 50%;
    z-index: 1;
}

.circle-one {
    width: 470px;
    height: 470px;
    border-top-color: #e88d31;
    animation: twbCircleRotate 16s linear infinite;
}

.circle-two {
    width: 530px;
    height: 530px;
    border-left-color: rgba(232, 141, 49, 0.45);
    animation: twbCircleRotateReverse 23s linear infinite;
}

@keyframes twbCircleRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes twbCircleRotateReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}

/* =========================================================
   OUTCOME CARDS
========================================================= */
.twb-outcome-card {
    position: relative;
    height: 100%;
    padding: 22px;
    background: #fff;
    border: 1px solid rgba(73, 176, 189, 0.15);
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(23, 70, 75, 0.06);
    transition: all 0.35s ease;
    overflow: hidden;
}


/* Orange hover line */

.twb-outcome-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #e88d31;
    transition: width 0.35s ease;
}

.twb-outcome-card:hover {
    transform: translateY(-6px);
    border-color: rgba(232, 141, 49, 0.35);
    box-shadow: 0 18px 40px rgba(23, 70, 75, 0.12);
}

.twb-outcome-card:hover::before {
    width: 100%;
}

/* Card top */
.twb-outcome-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* Number */
.twb-outcome-number {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #49b0bd;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    transition: all 0.3s ease;
}

.twb-outcome-card:hover .twb-outcome-number {
    background: #e88d31;
    transform: rotate(-6deg);
}

/* Icon */
.twb-outcome-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(73, 176, 189, 0.09);
    color: #49b0bd;
    font-size: 15px;
}

/* Card heading */
.twb-outcome-card h3 {
    margin: 0 0 8px;
    color: #17464b;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

/* Card paragraph */
.twb-outcome-card p {
    margin: 0 0 13px;
    color: #687d80;
    font-size: 14px;
    line-height: 1.65;
}

/* Tag */
.twb-outcome-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 50px;
    background: rgba(232, 141, 49, 0.10);
    color: #d47b24;
    font-size: 9px;
    font-weight: 700;
}

.twb-outcome-tag i {
    font-size: 9px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .twb-expect-image {
        width: 330px;
        height: 450px;
    }

    .circle-one {
        width: 420px;
        height: 420px;
    }

    .circle-two {
        width: 470px;
        height: 470px;
    }

    .twb-expect-badge {
        left: -20px;
    }

    .twb-expect-quote {
        right: -25px;
    }

}


@media (max-width: 991px) {

    .twb-expect-section {
        padding: 70px 0;
    }

    .twb-expect-heading {
        margin-bottom: 45px;
    }

    .twb-expect-image-wrap {
        min-height: 460px;
        /* margin-bottom: 20px; */
    }

    .twb-expect-image {
        width: 330px;
        height: 440px;
    }

    .twb-expect-badge {
        left: 40px;
    }

    .twb-expect-quote {
        right: 40px;
    }
    .right-outcomes{
        margin-top: 10px;
    }

}


@media (max-width: 767px) {

    .twb-expect-section {
        padding: 30px 0 0 0;
    }

    .twb-expect-heading h2 {
        font-size: 30px;
    }

    .twb-expect-heading p {
        font-size: 14px;
    }

    .twb-expect-image-wrap {
        min-height: 430px;
    }

    .twb-expect-image {
        width: 285px;
        height: 390px;
    }

    .circle-one {
        width: 360px;
        height: 360px;
    }

    .circle-two {
        width: 410px;
        height: 410px;
    }

    .twb-expect-badge {
        left: 0;
        top: 45px;
    }

    .twb-expect-quote {
        right: 0;
        bottom: 20px;
    }

    .twb-outcome-card {
        padding: 20px;
    }

    .right-outcomes, .left-outcomes{
        margin-top: 0px;
    }

}


@media (max-width: 480px) {

    .twb-expect-heading h2 {
        font-size: 27px;
    }

    .twb-expect-kicker {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .twb-expect-image {
        width: 250px;
        height: 350px;
    }

    .circle-one {
        width: 310px;
        height: 310px;
    }

    .circle-two {
        width: 350px;
        height: 350px;
    }

    .twb-expect-badge {
        left: -5px;
        padding: 10px 12px;
    }

    .twb-expect-badge span {
        max-width: 130px;
    }

    .twb-expect-quote {
        right: -5px;
        width: 190px;
        padding: 13px;
    }

    .twb-outcome-card h3 {
        font-size: 15px;
    }

}
/* ---------------WHAT YOU CAN EXPECT section ends----------------- */

/* --------------------- TWB - AREAS OF SUPPORT section starts ------------------ */
.twb-support-section {
    position: relative;
    padding: 25px 0 45px;
    background: #f7fbfc;
    overflow: hidden;
    isolation: isolate;
}

/* =========================================================
   BACKGROUND SHAPES
========================================================= */
.twb-support-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.twb-support-bg-shape-1 {
    width: 430px;
    height: 430px;
    left: -250px;
    top: 12%;
    background: rgba(73, 176, 189, .07);
}

.twb-support-bg-shape-2 {
    width: 380px;
    height: 380px;
    right: -220px;
    bottom: 5%;
    background: rgba(232, 141, 49, .07);
}

/* =========================================================
   SECTION HEADING
========================================================= */
.twb-support-heading {
    margin-bottom: 55px;
}

.twb-support-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #49b0bd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.twb-support-line {
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #e88d31;
    border-radius: 20px;
}

.twb-support-heading h2 {
    margin: 0;
    color: #17464b;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
}

.twb-support-heading h2 span {
    color: #49b0bd;
    font-weight: 700;
}


.twb-support-heading p {
    max-width: 760px;

    margin: 18px auto 0;

    color: #687d80;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   SUPPORT CARD
========================================================= */

.twb-support-card {
    position: relative;

    height: 100%;
    min-height: 265px;

    padding: 25px 24px 23px;

    background: rgba(255, 255, 255, .90);

    border: 1px solid rgba(73, 176, 189, .16);

    border-radius: 20px;

    box-shadow:
        0 8px 30px rgba(30, 85, 91, .06);

    overflow: hidden;

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


/* Top orange line */

.twb-support-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 3px;

    background: #e88d31;

    transition: width .4s ease;
}


/* Decorative background circle */

.twb-support-card::after {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    right: -55px;
    bottom: -55px;

    border-radius: 50%;

    background: rgba(73, 176, 189, .055);

    transition:
        transform .5s ease,
        background .5s ease;
}


.twb-support-card:hover {
    transform: translateY(-8px);

    border-color:
        rgba(232, 141, 49, .35);

    box-shadow:
        0 20px 45px rgba(30, 85, 91, .12);
}


.twb-support-card:hover::before {
    width: 100%;
}


.twb-support-card:hover::after {
    transform: scale(2.2);
    background: rgba(232, 141, 49, .07);
}


/* =========================================================
   CARD TOP
========================================================= */

.twb-support-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 22px;
}


/* Number */

.twb-support-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    border-radius: 13px;

    background: #49b0bd;

    color: #fff;

    font-size: 12px;
    font-weight: 800;

    transition:
        transform .35s ease,
        background .35s ease;
}


.twb-support-card:hover .twb-support-number {
    background: #e88d31;
    transform: rotate(-7deg);
}


/* Category */

.twb-support-label {
    padding: 6px 11px;

    border-radius: 50px;

    background: rgba(232, 141, 49, .10);

    color: #d47b24;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .5px;

    text-transform: uppercase;
}

/* =========================================================
   CARD CONTENT
========================================================= */

.twb-support-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 9px;
    color: #17464b;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.twb-support-card p {
    position: relative;
    z-index: 2;
    max-width: 390px;
    margin: 0;
    color: #687d80;
    font-size: 16px;
    line-height: 1.7;
}

/* =========================================================
   SMALL ARROW INDICATOR
========================================================= */

.twb-support-arrow {
    position: absolute;

    right: 23px;
    bottom: 20px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(73, 176, 189, .08);

    color: #49b0bd;

    font-size: 11px;

    opacity: .8;

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}


.twb-support-card:hover .twb-support-arrow {
    background: #e88d31;
    color: #fff;

    transform: translateX(5px);
}


/* =========================================================
   CTA AREA
========================================================= */

.twb-support-cta {
    margin-top: 55px;
    padding-top: 38px;

    border-top:
        1px solid rgba(73, 176, 189, .15);
}


.twb-support-cta p {
    margin: 0 0 17px;

    color: #17464b;

    font-size: 14px;
    font-weight: 600;
}


/* =========================================================
   CTA BUTTON
========================================================= */

.twb-support-btn {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 13px 18px 13px 24px;

    border-radius: 50px;

    background: #e88d31;

    color: #fff;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 10px 25px rgba(232, 141, 49, .25);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


.twb-support-btn span {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, .20);

    transition:
        transform .3s ease;
}


.twb-support-btn:hover {
    color: #fff;

    background: #49b0bd;

    transform: translateY(-3px);

    box-shadow:
        0 14px 30px rgba(73, 176, 189, .25);
}


.twb-support-btn:hover span {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .twb-support-section {
        padding: 75px 0;
    }

    .twb-support-heading {
        margin-bottom: 40px;
    }

    .twb-support-heading h2 {
        font-size: 34px;
    }

    .twb-support-card {
        min-height: 250px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .twb-support-section {
        padding: 30px 0 ;
    }

    .twb-support-heading {
        margin-bottom: 35px;
    }

    .twb-support-kicker {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .twb-support-line {
        width: 20px;
    }

    .twb-support-heading h2 {
        font-size: 29px;
    }

    .twb-support-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    .twb-support-card {
        min-height: auto;
        padding: 22px 20px;
        margin-top: 20px;
    }

    .twb-support-card h3 {
        font-size: 17px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .twb-support-heading h2 {
        font-size: 27px;
    }

    .twb-support-card-top {
        margin-bottom: 18px;
    }

    .twb-support-number {
        width: 40px;
        height: 40px;
    }

    .twb-support-label {
        font-size: 8px;
    }

    .twb-support-card h3 {
        font-size: 16px;
    }

    .twb-support-card p {
        font-size: 11.5px;
    }

    .twb-support-cta {
        margin-top: 40px;
        padding-top: 30px;
    }

}
/* -----------------TWB - AREAS OF SUPPORT section ends -----------------*/

/* -------------- HOW COUNSELLING WORKS section starts ------------ */
.twb-how-section {
    position: relative;
    overflow: hidden;
    padding: 45px 0 45px;
    color: #ffffff;
    isolation: isolate;
}

/* =====================================================
   PARALLAX BACKGROUND
===================================================== */
.twb-how-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: url("../images/how-counselling-bg.webp") !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
}

/* =====================================================
   CONTENT ABOVE BACKGROUND
===================================================== */

.twb-how-section > .container {
    position: relative;
    z-index: 2;
}

/* =====================================================
   TOP / BOTTOM VIGNETTE
===================================================== */
.twb-how-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(3, 27, 29, 0.35),
            transparent 25%,
            transparent 75%,
            rgba(3, 27, 29, 0.45)
        );
}

/* =====================================================
   SECTION KICKER
===================================================== */
.twb-how-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #e88d31;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.twb-how-kicker::before,
.twb-how-kicker::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #e88d31;
}

/* =====================================================
   HEADING
===================================================== */
.twb-how-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
   font-weight: 700;
   letter-spacing: -1px;
}

.twb-how-title span {
    color: #49b0bd;
}

/* =====================================================
   INTRO
===================================================== */
.twb-how-intro {
    max-width: 720px;
    margin: 22px auto 0;
    color: rgba(255,255,255,0.78);
    font-size: 16px;
    line-height: 1.8;
}

/* =====================================================
   FIVE STEP ROW
===================================================== */
.twb-steps-row {
    display: flex;
    align-items: stretch;
    width: 100%;
}

/* =====================================================
   STEP CARD
===================================================== */
.twb-step-card {
    position: relative;
    flex: 1;
    min-width: 0;
    padding: 25px 20px 23px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.095);
    /*
       Glass effect
    */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

/* =====================================================
   HOVER
===================================================== */
.twb-step-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.14);
    border-color: rgba(73,176,189,0.65);
    box-shadow: 0 20px 45px rgba(0,0,0,0.28);
}

/* =====================================================
   FEATURED STEP
===================================================== */
.twb-step-highlight {
    background:
        linear-gradient(
            145deg,
            rgba(73,176,189,0.27),
            rgba(255,255,255,0.10)
        );
    border-color: rgba(73,176,189,0.65);
    box-shadow: 0 18px 50px rgba(0,0,0,0.30);
    transform: translateY(-6px);
}

.twb-step-highlight:hover {
    transform: translateY(-13px);
}

/* =====================================================
   STEP TOP
===================================================== */
.twb-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 21px;
}

/* =====================================================
   NUMBER
===================================================== */
.twb-step-number {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 52px;

    height: 52px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #49b0bd;

    color: #123d41;

    font-size: 17px;

    font-weight: 800;

    box-shadow:
        0 0 0 6px rgba(73,176,189,0.12);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


.twb-step-card:hover .twb-step-number {

    background: #e88d31;

    color: #ffffff;

    transform: scale(1.06) rotate(5deg);
}


/* =====================================================
   STEP LABEL
===================================================== */

.twb-step-label {
    color: rgba(255,255,255,0.58);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-align: right;
}

/* =====================================================
   STEP HEADING
===================================================== */
.twb-step-card h3 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

/* =====================================================
   STEP DESCRIPTION
===================================================== */
.twb-step-card p {
    margin: 0;
    color: #fff;
    font-size: 14.5px;
    line-height: 1.7;
}

/* =====================================================
   CONNECTING LINE
===================================================== */
.twb-step-line {
    position: relative;
    flex: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Horizontal line */
.twb-step-line::before {
    content: "";
    width: 100%;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(73,176,189,0.15),
            rgba(73,176,189,0.65),
            rgba(73,176,189,0.15)
        );
}

/* Small orange dot */
.twb-step-line span {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e88d31;
    box-shadow:
        0 0 0 5px rgba(232,141,49,0.12);
}

/* =====================================================
   DESKTOP IMAGE PARALLAX ENHANCEMENT
===================================================== */
@media (min-width: 992px) {
    .twb-how-parallax {
        background-size: cover;
        background-position: center center;
    }

}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199px) {

    .twb-step-card {

        padding: 22px 15px 21px;
    }

    .twb-step-card h3 {

        font-size: 15px;
    }

    .twb-step-card p {

        font-size: 11.5px;
    }

    .twb-step-line {

        flex: 0 0 14px;
    }

    .twb-step-label {

        font-size: 9px;
    }

}


/* =====================================================
   TABLET / SMALL LAPTOP
===================================================== */

@media (max-width: 991px) {

    .twb-how-section {

        padding: 80px 0 90px;
    }

    .twb-steps-row {

        display: flex;

        flex-wrap: wrap;

        gap: 18px;
    }

    .twb-step-card {

        flex: 0 0 calc(50% - 9px);
    }

    .twb-step-line {

        display: none;
    }

    .twb-step-highlight {

        transform: none;
    }

    .twb-step-highlight:hover {

        transform: translateY(-8px);
    }

}

/* =====================================================
   MOBILE
===================================================== */
@media (max-width: 575px) {

    .twb-how-section {

        padding: 35px 0 20px;
    }


    .twb-how-title {

        font-size: 31px;

        letter-spacing: -0.5px;
    }


    .twb-how-intro {

        font-size: 14px;

        line-height: 1.7;
    }


    .twb-steps-row {

        display: block;
    }


    .twb-step-card {

        width: 100%;

        margin-bottom: 16px;

        padding: 22px 20px;
    }


    .twb-step-top {

        margin-bottom: 18px;
    }


    .twb-step-number {

        width: 48px;

        height: 48px;

        font-size: 16px;
    }


    .twb-step-card h3 {

        font-size: 17px;
    }


    .twb-step-card p {

        font-size: 13px;
    }

}


/* =====================================================
   MOBILE PARALLAX FALLBACK
===================================================== */

@media (max-width: 767px) {

    .twb-how-parallax {

        background-attachment: scroll;

        background-position: center center;

        transform: none;
    }

}
/* -------------- HOW COUNSELLING WORKS section ends ------------ */

/* --------------- MEET YOUR COUNSELLOR section starts ---------------- */

.twb-counsellor-section {
    position: relative;
    overflow: hidden;
    padding: 45px 0 45px;
    background:
        linear-gradient(
            135deg,
            #f5fbfb 0%,
            #ffffff 55%,
            #fff8f1 100%
        );
}

/* =====================================================
   BACKGROUND DECORATION
===================================================== */
.twb-counsellor-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    top: -250px;
    left: -200px;
    background: rgba(73,176,189,0.09);
    filter: blur(5px);
    pointer-events: none;
}

.twb-counsellor-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    right: -180px;    
    bottom: -200px;
    background: rgba(232,141,49,0.08);
    filter: blur(5px);
    pointer-events: none;
}

/* =====================================================
   SECTION HEADING
===================================================== */
.twb-counsellor-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #e88d31;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.twb-counsellor-kicker::before,
.twb-counsellor-kicker::after {
    content: "";
    width: 28px;
    height: 1px;
    background: #e88d31;
}

.twb-counsellor-main-title {
    margin: 0;
    color: #17464b;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}

.twb-counsellor-main-title span {
    color: #49b0bd;
}

/* =====================================================
   LEFT COLUMN
===================================================== */
.twb-counsellor-left {
    height: 100%;
    /* padding-right: 20px; */
}

/* =====================================================
   COUNSELLOR PHOTO
===================================================== */
.twb-counsellor-photo-wrap {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 385px;
    margin: 0 auto 32px;
    overflow: hidden;
    border-radius: 28px;
    background: #dcebed;
    box-shadow: 0 25px 55px rgba(23,70,75,0.14);
}

/* Image */
.twb-counsellor-photo {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 100% 27%;
    transition: transform 0.6s ease;
    z-index: 1;
}

/* =====================================================
   INTRO CONTENT
===================================================== */
.twb-counsellor-intro {
    padding: 0 5px;
}

.twb-counsellor-role-label {
    display: block;
    margin-bottom: 7px;
    color: #e88d31;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.twb-counsellor-name {
    margin: 0 0 8px;
    color: #17464b;
    font-size: clamp(34px, 4vw, 44px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1px;
}

.twb-counsellor-name span {
    color: #49b0bd;
}

.twb-counsellor-role {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}

/* Accent */
.twb-counsellor-line {
    width: 60px;
    height: 4px;
    margin: 10px 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #49b0bd, #e88d31);
}

/* Description */
.twb-counsellor-description {
    margin: 0 0 14px;
    color: #000;
    font-size: 16.5px;
    line-height: 1.5;
    text-align: justify;
}

/* =====================================================
   INFO PILLS
   ===================================================== */
.twb-counsellor-info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.twb-info-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(23,70,75,0.08);
    box-shadow:
        0 8px 20px rgba(23,70,75,0.05);
}

.twb-info-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #49b0bd;
    background: rgba(73,176,189,0.12);
    font-size: 14px;
}

.twb-info-icon.orange {
    color: #e88d31;
    background: rgba(232,141,49,0.12);
}

.twb-info-pill strong {
    display: block;
    color: #17464b;
    font-size: 14px;
    line-height: 1.2;
}

.twb-info-pill small {
    display: block;
    margin-top: 3px;
    color: #718184;
    font-size: 12px;
    line-height: 1.2;
}

/* =====================================================
   STATUS
===================================================== */
.twb-counsellor-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    /* margin-top: 20px; */
    padding: 14px 4px 0;
    /* border-top: 1px solid rgba(23,70,75,0.08); */
}

.twb-availability,
.twb-verified {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.twb-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e88d31;
    box-shadow: 0 0 0 5px rgba(73,176,189,0.10);
}

.twb-verified {
    color: #fff;
}

.twb-verified i {
    color: #e88c30;
    font-size: 13px;
}

/* =====================================================
   RIGHT — PROFESSIONAL ETHOS
===================================================== */
.twb-ethos-panel {
    height: 100%;
    padding: 40px;
    border-radius: 26px;
    background: #0a96a7;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(23,70,75,0.16);
}

/* Decorative circle */
.twb-ethos-panel::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    right: -150px;
    top: -140px;
    border: 1px solid rgba(73,176,189,0.28);
}

/* Another circle */
.twb-ethos-panel::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    left: -100px;
    bottom: -100px;
    background:
        rgba(232,141,49,0.07);
}
/* =====================================================
   ETHOS HEADER
===================================================== */
.twb-ethos-heading {
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 35%);
}

.twb-ethos-kicker {
    display: block;
    margin-bottom: 20px;
    color: #e88d31;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    background: #fff;
    border-radius: 25px;
    padding: 8px 30px;
    width: 60%;
    text-align: center;
}

.twb-ethos-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.2;
    font-weight: 700;
}

.twb-ethos-heading h2 span {
    color: #e88d31;
}

.twb-ethos-heading p {
    max-width: 500px;
    margin: 5px 0 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
}

/* =====================================================
   ETHOS LIST
===================================================== */
.twb-ethos-list {
    position: relative;
    z-index: 2;
    padding-top: 8px;
}

.twb-ethos-item {
    display: flex;
    gap: 17px;
    padding: 20px 0;
    border-bottom: 1px solid rgb(255 255 255 / 17%);
}

.twb-ethos-item:last-child {
    border-bottom: 0;
    padding-bottom: 20px;
}

/* Number */
.twb-ethos-number {
    flex-shrink: 0;
    padding: 2px;
    color: #fff;
    background: rgb(232 141 49 / 71%);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Content */
.twb-ethos-content {
    flex: 1;
}

/* Title */
.twb-ethos-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 7px;
}

.twb-ethos-check {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(73,176,189,0.14);
    color: #49b0bd;
    font-size: 10px;
}

.twb-ethos-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

/* Description */
.twb-ethos-content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.65;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199px) {

    .twb-counsellor-left {

        padding-right: 0;
    }

    .twb-ethos-panel {

        padding: 30px;
    }

    .twb-counsellor-photo-wrap {

        height: 380px;
    }

}


/* =====================================================
   MOBILE / TABLET
===================================================== */

@media (max-width: 991px) {

    .twb-counsellor-section {

        padding: 80px 0 90px;
    }

    .twb-counsellor-photo-wrap {

        max-width: 600px;

        height: 420px;
    }

    .twb-ethos-panel {

        height: auto;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 575px) {

    .twb-counsellor-section {

        padding: 35px 0 20px;
    }

    .twb-counsellor-main-title {

        font-size: 30px;
    }

    .twb-counsellor-photo-wrap {

        height: 330px;

        border-radius: 20px;

        margin-bottom: 25px;
    }

    .twb-counsellor-name {

        font-size: 34px;
    }

    .twb-counsellor-role {

        font-size: 15px;
    }

    .twb-counsellor-description {

        font-size: 15px;

        line-height: 1.75;
    }

    .twb-counsellor-info-row {

        flex-direction: column;
    }

    .twb-info-pill {
        text-align: left;
        width: 100%;
    }

    .twb-counsellor-status {

        align-items: flex-start;

        flex-direction: column;
    }

    .twb-ethos-panel {

        padding: 25px 20px;

        border-radius: 20px;
    }

    .twb-ethos-heading h2 {

        font-size: 27px;
    }

    .twb-ethos-heading{
        text-align: center;
    }
    .twb-ethos-item {

        gap: 10px;

        padding: 20px 0;
    }

    .twb-ethos-title h3 {

        font-size: 13px;
    }

    .twb-counsellor-intro{
        text-align: center;
    }

    .twb-counsellor-line{
        text-align: center;
        margin: 10px auto;
    }

}
/* --------------- MEET YOUR COUNSELLOR section ends ---------------- */

/* -------------- PRICING SECTION section starts ---------------- */
.twb-pricing-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background: radial-gradient(circle at 10% 50%, rgba(73, 176, 189, 0.10), transparent 30%),#f6fbfb;
}

/* =========================================
   DECORATIVE GLOWS
========================================= */
.twb-price-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(5px);
    pointer-events: none;
}

.twb-price-glow-1 {
    width: 280px;
    height: 280px;
    left: -140px;
    top: 15%;
    border: 1px solid rgba(73, 176, 189, 0.25);
    animation: twbPriceFloat 7s ease-in-out infinite;
}

.twb-price-glow-2 {
    width: 220px;
    height: 220px;
    right: -100px;
    bottom: 5%;
    border: 1px solid rgba(232, 141, 49, 0.22);
    animation: twbPriceFloat 8s ease-in-out infinite reverse;
}

@keyframes twbPriceFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(8deg);
    }
}

/* =========================================
   MAIN CARD
========================================= */
.twb-pricing-card {
    position: relative;
    overflow: hidden;
    padding: 45px 45px;
    border-radius: 28px;
    background: radial-gradient(circle at 85% 15%, #49b0bd24, transparent 28%),
        linear-gradient(135deg, #0a96a766 0%, #0a96a7 55%, #09272a 100%);
    box-shadow: 0 30px 70px rgba(13, 48, 51, 0.22);
    color: #fff;
}

/* =========================================
   ANIMATED BORDER
========================================= */
.twb-pricing-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.10);;
    pointer-events: none;
}

.twb-pricing-border {
    position: absolute;
    top: 0;
    left: 8%;
    width: 84%;
    height: 7px;
    background: linear-gradient(90deg, transparent, #02defc, #e88d31, #49b0bd, transparent);
    background-size: 200% 100%;
    animation: twbBorderMove 8s linear infinite;
}

@keyframes twbBorderMove {

    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* =========================================
   KICKER
========================================= */
.twb-price-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #17464b;
}

.twb-price-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e88d31;
    box-shadow: 0 0 0 5px rgba(232, 141, 49, 0.10);
    animation: twbPricePulse 2s infinite;
}

@keyframes twbPricePulse {

    0% {
        box-shadow:
            0 0 0 0 rgba(232, 141, 49, 0.35);
    }

    70% {
        box-shadow:
            0 0 0 8px rgba(232, 141, 49, 0);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(232, 141, 49, 0);
    }
}

/* =========================================
   HEADING
========================================= */
.twb-price-content h2 {
    margin: 0 0 18px;
    max-width: 650px;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
    color: #ffffff;
}

.twb-price-content h2 span {
    display: block;
    color: #17464b;
}

.twb-price-intro {
    max-width: 610px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
}

/* =========================================
   PRICE DETAILS
========================================= */
.twb-price-details {
    margin-top: 10px;
}

.twb-price-detail {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease;
}

/* .twb-price-detail:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(73, 176, 189, 0.40);
} */

.twb-detail-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #49b0bd;
    background: rgba(73, 176, 189, 0.12);
    font-size: 16px;
}

.twb-price-detail span {
    display: block;
    margin-bottom: 5px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: rgb(255 255 255 / 72%);
}

.twb-price-detail strong {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}

.twb-price-detail strong small {
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
}

/* Investment special styling */
.twb-price-highlight {
    border-color: rgb(232 141 49 / 66%);
    background: linear-gradient(135deg, rgba(232, 141, 49, 0.13), rgb(255 255 255 / 30%));
}

.twb-price-highlight .twb-detail-icon {
    color: #ffb600;
    background: rgba(232, 141, 49, 0.14);
}

/* =========================================
   RIGHT SIDE CTA AREA
========================================= */
.twb-price-action {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 5px;
    text-align: center;
}

/* =========================================
   PRICE BUBBLE
========================================= */
.twb-price-bubble {
    position: relative;
    width: 185px;
    height: 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 50%;
    background:radial-gradient(circle, rgba(73, 176, 189, 0.20), rgba(73, 176, 189, 0.04) 65%, transparent 70%);
    border: 1px solid #e88d31;
    box-shadow: 0 0 0 10px rgba(73, 176, 189, 0.025), 0 0 0 20px rgba(73, 176, 189, 0.015);
    animation: twbBubbleFloat 4s ease-in-out infinite;
}

.twb-price-bubble::before {
    content: "";
    position: absolute;
    inset: -9px;
    border-radius: 50%;
    border: 1px dashed #e88d31;
    animation: twbBubbleRotate 16s linear infinite;
}

@keyframes twbBubbleFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}


@keyframes twbBubbleRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.twb-price-bubble span {
    font-size: 9px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.50);
}

.twb-main-price {
    margin: 3px 0;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
}

.twb-main-price sup span{
    position: relative;
    /* top: -16px; */
    margin-right: 2px;
    font-size: 20px;
    color: #e88d31;
}

.twb-price-bubble small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
}

/* =========================================
   CTA BUTTON
========================================= */
.twb-price-btn {
    position: relative;
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 16px 22px;
    border-radius: 50px;
    background: #e88d31;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(232, 141, 49, 0.25);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.twb-price-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.30),
        transparent
    );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

.twb-price-btn:hover::before {
    left: 140%;
}

.twb-price-btn:hover {
    transform: translateY(-4px);
    background: #f09a3e;
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(232, 141, 49, 0.35);
}

.twb-price-btn i {
    transition: transform 0.3s ease;
}

.twb-price-btn:hover i {
    transform: translateX(5px);
}

/* =========================================
   DISCLAIMER
========================================= */
.twb-price-note {
    max-width: 330px;

    margin: 16px auto 0;

    font-size: 10px;
    line-height: 1.6;

    color: rgba(255, 255, 255, 0.48);
}


.twb-price-note i {
    margin-right: 4px;

    color: #49b0bd;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .twb-pricing-card {
        padding: 45px 40px;
    }

    .twb-price-content h2 {
        font-size: 36px;
    }

}


@media (max-width: 991px) {

    .twb-pricing-section {
        padding: 75px 0;
    }

    .twb-pricing-card {
        padding: 45px 35px;
    }

    .twb-price-action {
        margin-top: 45px;
        padding-top: 30px;

        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

}


@media (max-width: 767px) {

    .twb-pricing-section {
        padding: 30px 15px;
    }

    .twb-pricing-card {
        padding: 35px 22px;
        border-radius: 22px;
    }

    .twb-price-content h2 {
        font-size: 30px;
        letter-spacing: -0.5px;
    }

    .twb-price-intro {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 15px;
    }

    .twb-price-detail {
        padding: 14px;
    }

    .twb-price-bubble {
        width: 180px;
        height: 180px;
    }

    .twb-main-price {
        font-size: 44px;
    }

    .twb-price-btn {
        font-size: 13px;
        padding: 15px 18px;
    }

}


@media (max-width: 575px) {

    .twb-pricing-card {
        padding: 30px 18px;
    }

    .twb-price-content{
        text-align: center;
    }
    .twb-price-kicker {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .twb-price-content h2 {
        font-size: 27px;
        text-align: center;
    }

    .twb-price-detail {
        min-height: 68px;
    }

    .twb-price-action {
        margin-top: 35px;
    }

    .twb-price-intro {
        text-align: center;
    }
}
/* -------------- PRICING SECTION section ends ---------------- */

/* -------------- CLIENT TESTIMONIALS SECTION starts ------------- */
.twb-testimonials-section {
    position: relative;
    overflow: hidden;
    padding: 45px 0 ;
    background: radial-gradient(circle at 10% 20%,rgba(73, 176, 189, 0.10),transparent 28%),
        radial-gradient(circle at 90% 80%,rgba(232, 141, 49, 0.08),transparent 28%),#f7fbfb;
}

/* =========================================
   DECORATIVE ORBS
========================================= */
.twb-testimonial-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.twb-testimonial-orb-1 {
    width: 260px;
    height: 260px;
    top: 80px;
    left: -150px;
    border: 1px solid rgba(73, 176, 189, 0.20);
    animation: twbTestimonialFloat 8s ease-in-out infinite;
}
.twb-testimonial-orb-2 {
    width: 190px;
    height: 190px;
    right: -90px;
    bottom: 80px;
    border: 1px solid rgba(232, 141, 49, 0.20);
    animation:  twbTestimonialFloat 7s ease-in-out infinite reverse;
}

@keyframes twbTestimonialFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-18px) rotate(8deg);
    }

}

/* =========================================
   HEADING
========================================= */
.twb-testimonial-heading {
    margin-bottom: 55px;
}

.twb-testimonial-kicker {
    display: inline-flex;

    align-items: center;
    gap: 10px;

    margin-bottom: 16px;

    color: #e88d31;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2.2px;
}


.twb-testimonial-kicker span {
    width: 25px;
    height: 1px;

    background: #e88d31;
}


.twb-testimonial-heading h2 {
    margin: 0 0 16px;

    color: #17464b;

    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -1px;
}


.twb-testimonial-heading h2 span {
    color: #49b0bd;
}


.twb-testimonial-heading p {
    max-width: 650px;

    margin: 0 auto;

    color: #687d80;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   TESTIMONIAL CARD
========================================= */

.twb-testimonial-card {
    position: relative;

    height: 100%;

    display: flex;
    flex-direction: column;

    padding: 34px 32px 30px;

    border-radius: 22px;

    background: rgba(255, 255, 255, 0.90);

    border: 1px solid rgba(73, 176, 189, 0.14);

    box-shadow:
        0 15px 40px rgba(23, 70, 75, 0.07);

    overflow: hidden;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


/* Top animated line */

.twb-testimonial-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(
        90deg,
        #49b0bd,
        #e88d31,
        #49b0bd
    );

    background-size: 200% 100%;

    animation: twbTestimonialLine 4s linear infinite;
}


@keyframes twbTestimonialLine {

    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }

}


.twb-testimonial-card:hover {
    transform: translateY(-9px);

    border-color: rgba(73, 176, 189, 0.30);

    box-shadow:
        0 25px 55px rgba(23, 70, 75, 0.13);
}


/* =========================================
   FEATURED CARD
========================================= */

.twb-testimonial-featured {
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f3fbfb
        );

    border-color: rgba(73, 176, 189, 0.25);

    box-shadow:
        0 20px 50px rgba(23, 70, 75, 0.11);
}


/* =========================================
   QUOTE ICON
========================================= */

.twb-testimonial-quote {
    position: absolute;

    top: 22px;
    right: 25px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(73, 176, 189, 0.08);

    color: rgba(73, 176, 189, 0.45);

    font-size: 19px;

    transition:
        transform 0.4s ease,
        background 0.4s ease;
}


.twb-testimonial-card:hover .twb-testimonial-quote {
    transform: rotate(-8deg) scale(1.08);

    background: rgba(232, 141, 49, 0.10);

    color: rgba(232, 141, 49, 0.65);
}


/* =========================================
   STARS
========================================= */

.twb-testimonial-stars {
    display: flex;
    gap: 4px;

    margin-bottom: 22px;
}


.twb-testimonial-stars i {
    color: #e88d31;

    font-size: 13px;

    transform: translateY(0);

    transition: transform 0.25s ease;
}


.twb-testimonial-card:hover
.twb-testimonial-stars i:nth-child(1) {
    transform: translateY(-3px);
}

.twb-testimonial-card:hover
.twb-testimonial-stars i:nth-child(2) {
    transform: translateY(-5px);
}

.twb-testimonial-card:hover
.twb-testimonial-stars i:nth-child(3) {
    transform: translateY(-6px);
}

.twb-testimonial-card:hover
.twb-testimonial-stars i:nth-child(4) {
    transform: translateY(-5px);
}

.twb-testimonial-card:hover
.twb-testimonial-stars i:nth-child(5) {
    transform: translateY(-3px);
}


/* =========================================
   TESTIMONIAL TEXT
========================================= */

.twb-testimonial-text {
    position: relative;

    margin: 0 0 30px;

    color: #405c60;

    font-size: 15px;

    line-height: 1.8;

    flex-grow: 1;
}


/* =========================================
   CLIENT
========================================= */

.twb-testimonial-client {
    display: flex;

    align-items: center;

    gap: 13px;

    padding-top: 20px;

    border-top: 1px solid rgba(23, 70, 75, 0.08);
}


.twb-client-initial {
    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #49b0bd,
            #2f8993
        );

    color: #ffffff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.5px;

    box-shadow:
        0 6px 15px rgba(73, 176, 189, 0.20);
}


.twb-testimonial-client strong {
    display: block;

    margin-bottom: 3px;

    color: #17464b;

    font-size: 13px;
    font-weight: 700;
}


.twb-testimonial-client span {
    display: block;

    color: #829396;

    font-size: 10px;

    letter-spacing: 0.4px;
}


/* =========================================
   TRUST NOTE
========================================= */

.twb-testimonial-trust {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-top: 42px;

    padding: 9px 15px;

    border-radius: 50px;

    background: rgba(73, 176, 189, 0.07);

    border: 1px solid rgba(73, 176, 189, 0.12);

    color: #6b8184;

    font-size: 10px;

    letter-spacing: 0.2px;
}


.twb-trust-check {
    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #49b0bd;

    color: #ffffff;

    font-size: 9px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .twb-testimonials-section {
        padding: 80px 0 90px;
    }

    .twb-testimonial-heading {
        margin-bottom: 40px;
    }

}

@media (max-width: 767px) {

    .twb-testimonials-section {
        padding: 35px 15px 20px;
    }

    .twb-testimonial-heading h2 {
        font-size: 31px;
    }

    .twb-testimonial-heading p {
        font-size: 14px;
    }

    .twb-testimonial-card {
        padding: 30px 25px 27px;
    }

}


@media (max-width: 575px) {

    .twb-testimonial-heading {
        margin-bottom: 30px;
    }

    .twb-testimonial-kicker {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .twb-testimonial-heading h2 {
        font-size: 28px;
    }

    .twb-testimonial-text {
        font-size: 14px;
        line-height: 1.75;
    }

    .twb-testimonial-trust {
        text-align: center;
    }

}
/* -------------- CLIENT TESTIMONIALS SECTION ends ------------- */

/* -------------- TWB FAQ SECTION starts ---------------- */
.twb-faq-section {
    position: relative;
    overflow: hidden;
    padding: 45px 0;
    background: radial-gradient(circle at 5% 15%,rgba(73, 176, 189, 0.09),transparent 27%),
        radial-gradient(circle at 95% 85%,rgba(232, 141, 49, 0.08),transparent 27%),#f7fbfb;
}

/* =========================================
   DECORATIVE CIRCLES
========================================= */
.twb-faq-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.twb-faq-circle-1 {
    width: 280px;
    height: 280px;

    top: -120px;
    right: -100px;

    border: 1px solid rgba(73, 176, 189, 0.18);

    animation: twbFaqFloat 8s ease-in-out infinite;
}

.twb-faq-circle-2 {
    width: 200px;
    height: 200px;

    bottom: -90px;
    left: -70px;

    border: 1px solid rgba(232, 141, 49, 0.18);

    animation: twbFaqFloat 7s ease-in-out infinite reverse;
}


@keyframes twbFaqFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-18px) rotate(8deg);
    }

}


/* =========================================
   HEADING
========================================= */

.twb-faq-heading {
    margin-bottom: 55px;
}


.twb-faq-kicker {
    display: inline-flex;

    align-items: center;
    gap: 10px;

    margin-bottom: 16px;

    color: #e88d31;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}


.twb-faq-line {
    width: 25px;
    height: 1px;

    background: #e88d31;
}


.twb-faq-heading h2 {
    margin: 0 0 16px;

    color: #17464b;

    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -1px;
}


.twb-faq-heading h2 span {
    color: #49b0bd;
}


.twb-faq-heading p {
    max-width: 650px;

    margin: 0 auto;

    color: #687d80;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   FAQ COLUMN
========================================= */

.twb-faq-column {
    height: 100%;
}


/* =========================================
   FAQ ITEM
========================================= */

.twb-faq-item {
    position: relative;

    margin-bottom: 16px;

    overflow: hidden;

    border-radius: 17px;

    background: rgba(255, 255, 255, 0.90);

    border: 1px solid rgba(73, 176, 189, 0.13);

    box-shadow:
        0 8px 28px rgba(23, 70, 75, 0.045);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.twb-faq-item:hover {
    transform: translateY(-3px);

    border-color: rgba(73, 176, 189, 0.27);

    box-shadow:
        0 14px 35px rgba(23, 70, 75, 0.08);
}


/* =========================================
   QUESTION BUTTON
========================================= */

.twb-faq-question {
    margin: 0;
}


.twb-faq-question .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 21px 23px;
    background: transparent;
    color: #17464b;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    box-shadow: none !important;
}


.twb-faq-question .accordion-button:not(.collapsed) {
    background: rgba(73, 176, 189, 0.055);

    color: #17464b;
}


/* Remove Bootstrap default arrow */

.twb-faq-question .accordion-button::after {
    width: 9px;
    height: 9px;

    margin-left: auto;

    flex: 0 0 auto;

    background-image: none;

    border-right: 2px solid #49b0bd;
    border-bottom: 2px solid #49b0bd;

    transform: rotate(45deg);

    transition: transform 0.3s ease;
}


.twb-faq-question .accordion-button:not(.collapsed)::after {
    transform: rotate(225deg);
}


/* =========================================
   NUMBER
========================================= */

.twb-faq-number {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-right: 14px;

    border-radius: 11px;

    background: rgba(73, 176, 189, 0.09);

    color: #49b0bd;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.5px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.twb-faq-question .accordion-button:not(.collapsed)
.twb-faq-number {
    background: #49b0bd;

    color: #ffffff;

    transform: scale(1.05);
}


/* =========================================
   QUESTION TEXT
========================================= */

.twb-faq-question-text {
    padding-right: 10px;
}


/* =========================================
   ANSWER
========================================= */

.twb-faq-item .accordion-body {
    padding: 0 50px 24px 50px;
    color: #000;
    font-size: 15px;
    line-height: 1.75;
}


/* Small accent before answer */

.twb-faq-item .accordion-body::before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 13px;
    border-radius: 5px;
    background: #e88d31;
}


/* =========================================
   BOTTOM CTA
========================================= */

.twb-faq-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 35px;
    padding: 13px 18px 13px 22px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid rgba(73, 176, 189, 0.14);
    box-shadow: 0 8px 25px rgba(23, 70, 75, 0.05);
    color: #17464b;
    font-size: 14px;
}


.twb-faq-cta {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 8px 15px;

    border-radius: 50px;

    background: #17464b;

    color: #ffffff;

    text-decoration: none;

    font-size: 11px;
    font-weight: 700;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.twb-faq-cta:hover {
    transform: translateX(3px);

    background: #49b0bd;

    color: #ffffff;
}


.twb-faq-cta i {
    transition: transform 0.3s ease;
}


.twb-faq-cta:hover i {
    transform: translateX(4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .twb-faq-section {
        padding: 80px 0 90px;
    }

    .twb-faq-heading {
        margin-bottom: 40px;
    }

}


@media (max-width: 767px) {

    .twb-faq-section {
        padding: 35px 15px 20px;
    }

    .twb-faq-heading h2 {
        font-size: 31px;
    }

    .twb-faq-heading p {
        font-size: 14px;
    }

    .twb-faq-question .accordion-button {
        padding: 18px 17px;

        font-size: 13px;
    }

    .twb-faq-number {
        flex-basis: 34px;

        width: 34px;
        height: 34px;

        margin-right: 11px;
    }

    .twb-faq-item .accordion-body {
        padding: 0 22px 22px 62px;

        font-size: 12px;
    }

}


@media (max-width: 575px) {

    .twb-faq-heading {
        margin-bottom: 30px;
    }

    .twb-faq-kicker {
        font-size: 9px;
        letter-spacing: 1.4px;
    }

    .twb-faq-heading h2 {
        font-size: 28px;
    }

    .twb-faq-question .accordion-button {
        align-items: flex-start;

        padding: 16px 14px;

        font-size: 14.5px;
    }

    .twb-faq-number {
        flex-basis: 31px;

        width: 31px;
        height: 31px;

        margin-right: 9px;

        font-size: 9px;
    }

    .twb-faq-question .accordion-button::after {
        margin-top: 9px;
    }

    .twb-faq-item .accordion-body {
        padding: 0 17px 20px 54px;
        font-size: 14px;
    }

    .twb-faq-bottom {
        flex-direction: column;

        gap: 9px;

        border-radius: 18px;

        padding: 14px 20px;
    }

}
/* -------------- TWB FAQ SECTION ends ---------------- */

/* ===========Footer section startts============  */
footer{
    background: #0a96a7;;
    padding:70px 0 15px;
    color:#fff;
    position:relative;
    overflow:hidden;
    z-index:1;
}

.footer-logo{
    width:180px;
    /* background:#fff; */
    padding:12px 22px;
    border-radius:50%;
    margin-bottom:25px;
}

.footer_left_mainbox p{
    color:#fff;
    font-size:16px;
    line-height:28px;
    max-width:420px;
    /* max-height: 100px;
    border-right:1px solid rgba(255,255,255,.2); */
}

.footer_right_mainbox{
    position: relative;
    padding-left:60px;
}

.footer_right_mainbox::before{
    content:"";
    position:absolute;
    left:-30px;
    top:10%;
    width:1px;
    height:80%;
    background:linear-gradient(
        to bottom,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );
}
.footer-section-heading{
    font-size:30px;
    font-weight:700;
    margin-bottom:30px;
    color:#fff;
}

.footer-contact{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    font-size:16px;
    line-height:28px;
}

.footer-icon{
    width:18px;
    margin-top:5px;
    flex-shrink:0;
}

.contact-item a,
.contact-item span{
    color:#fff;
    text-decoration:none;
}

.contact-item a:hover{
    color:#ffc107;
}

footer hr{
    border-color:rgba(255,255,255,.15);
    margin:50px 0 20px;
}

.copyright{
    font-size:12px;
    color:#fff;
}

.copyright img{
    vertical-align:middle;
    margin-left:5px;
}

/*================ MOBILE ================*/

@media(max-width:991px){

.footer_left_mainbox p{
    margin:auto;
}

.footer-logo{
    width:180px;
}

.footer_right_mainbox{
    /* padding-left:0; */
    border:none;
    text-align:left;
}

.footer-section-heading{
    font-size:26px;
    text-align:center;
}

.contact-item{
    font-size:14px;
    line-height:24px;
}

.copyright{
    font-size:12px;
    line-height:22px;
    margin-bottom: 40px;
}

}
/* ===========Footer section ends============  */

/* ------------ social media icons starts ----------- */
.right_social_icon {
    float: right;
    position: fixed;
    width: 30px;
    right: 0;
    top: 0;
    margin: 270px 0 0;
    z-index: 500;
    background-color: #e88d31;
    padding: 7px;
    border-radius: 10px 0 0 10px;
}
.right_social_icon a {
    float: left;
    width: 100%;
    margin: 0 0 9px;
}
/* --------- social media icons ends ------------ */

/* Top Button & Reg btn */
#myBtn {
    position: fixed;
    bottom: 15px;
    right: 0px;
    z-index: 9999;
    border: none;
    outline: 0;
    background-color: #e88d31;
    color: #fff;
    cursor: pointer;
    padding: 3px;
    border-radius: 9px;
    font-size: 22px;
    opacity: 0.9;
    height: 30px;
    width: 30px;
}
#myBtn:hover {
    opacity: 1;
}
/* .reg-desk {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #224c2a;
    color: #fff;
    cursor: pointer;
    padding: 11px;
    font-size: 18px;
    opacity: 0.9;
    height:145px;
    width: 45px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .reg-desk:hover {
    opacity: 1;
  }
  .reg-desk a{
    color: #fff;
  } */
/* Top Button & Reg btn */

/* Thankyou Page starts */
.thankyoutext {
    padding: 50px;
    color: #000;
}
.thankyou_button .banner-btn {
    font-family: Montserrat-Black;
    font-size: 28px;
    width: 86%;
    padding: 40px;
    color: #004b1c;
    text-decoration: none;
}
.thankyou_banner_section {
    padding: 150px 0 120px;
}
.thankyou_banner_section .heading{
    color: #17464b;
    font-weight: 800;
}
.btn_tysubmit a,
.ty_btn {
    font-family: Montserrat-Bold;
    padding: 8px 20px;
    color: #fff;
    text-transform: 0.4s;
    text-decoration: none;
}
.ty_btn {
    background: linear-gradient(113deg, #e88c30 0, #e88c30a1 100%);
    border-radius: 20px;
}
.btn_tysubmit a:hover,
.ty_btn:hover {
    text-decoration: none;
    color: #e88c30;
    background: #fff;
    border: 1px solid #e88c30;
}
.btn_tysubmit a {
    background: linear-gradient(113deg, #e88c30 0, #e88c30a1 100%);
    border-radius: 20px;
}
/* Thankyou Page ends */

/* ============================= Responsive Screens ================================================ */
@media screen and (min-width: 1601px) and (max-width: 2000px) {
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 705px !important;
        background-color: #f4f2ee;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
    .banner-form-wrap {
        padding-top: 150px;
        margin-left: 175px;
    }
    .reg-mob{
        display: none;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .reg-mob{
        display: none;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 585px !important;
        background-color: #f4f2ee;
    }
    .banner-form-wrap {
        padding-top: 111px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        margin: 0;
        min-height: 527px !important;
    }
    .main-navigation ul li a {
        font-size: 15px;
    }
    .reg-mob{
        display: none;
    }
    .parallax .text {
        padding: 63px 20px;
    }
    .reg-mob{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
     .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0;
        min-height: 560px !important;
    }
    .main-navigation ul li {
        padding: 10px 6px 6px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
    .reg-mob{
        display: none;
    }
    .img-big img {
        width: 70%;
        height: 200px;
    }

    .img-small img {
        width: 70%;
        height: 200px;
    }
    .img-small {
        position: absolute;
        left: 195px;
        top: 250px;
        width: 350px;
    }

    .about-list div {
       font-size: 14px;
    }
    .about-images::before {    
        left: 80px;
    }
}
@media screen and (max-width: 1024px) {
    .header .logo img {
        width: 65%;
    }
    .main-navigation ul li {
        padding: 10px 4px 6px;
    }
    .reg-heading {
        font-size: 24px;
    }
    ul.custom-list {
        max-width: 94%;
    }
    .reg-contentbox {
        padding: 50px 20px 50px 50px;
    }
   
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0;
        min-height: 440px !important;
    }
    .banner-form-wrap {
        padding-top: 0;
    }
    .banner-form {
        margin-top: 18px;
        padding: 15px 0 0;
    }
    /* .banner-form form {
        padding: 4px 20px 9px;
    } */
    .main-navigation ul li a {
        font-size: 12px;
    }
   
    .reg-mob{
        display: none;
    }
    .banner-content {
        max-width: 580px;
    }

    .img-big img {
        width: 70%;
        height: 200px;
    }

    .img-small img {
        width: 70%;
        height: 200px;
    }
    .img-small {
        position: absolute;
        left: 195px;
        top: 250px;
        width: 350px;
    }
    .about-list div {
       font-size: 14px;
    }
    .top_leftbox {
        padding: 10px 0;
    }
    .main {
       margin-top: 95px;
    }
    .main-navigation li a::after {
        right: -7px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .medical .process_list_mainbox {
        float: left;
        width: 100%;
        display: block;
    }
    .bold-content {
        font-size: 33px;
    }
    .form-heading {
        font-size: 20px;
    }
    .about-text {
        font-size: 17px;
    }
    .form-box_footer {
        margin: 0 0 15px;
    }
    .opportunities-list img {
        min-height: 65px;
    }
    .admission_no,
    .admission_no span {
        font-size: 32px;
    }
    .admission_text,
    .footer_content {
        font-size: 16px;
    }
   
    .banner-form form {
        padding: 4px 20px 9px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
    .footer_box1 {
        width: 50%;
    }
    .footer_box2 {
        float: left;
        width: 50%;
    }
    .footer_heading {
        font-size: 22px;
    }
}
@media screen and (max-width: 992px) {
    .top_leftbox {
        width: 90%;
    }
    .nav-trigger {
        display: block;
        right: 20px;
        cursor: pointer;
        height: 22px;
        width: 28px;
        padding: 0;
        opacity: 1;
        position: absolute;
        top: 28px;
        -webkit-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        z-index: 999;
    }
    .nav-trigger .bars {
        background-color: #e88d31;
        height: 4px;
        margin-bottom: 5px;
        width: 100%;
        -webkit-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }
    .nav-trigger .bars:last-child {
        margin-bottom: 0;
    }
    .main-menu--open .bars:first-child {
        -webkit-transform: translateY(8px) rotate(136deg);
        transform: translateY(8px) rotate(136deg);
    }
    .main-menu--open .bars:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .main-menu--open .bars:last-child {
        -webkit-transform: translateY(-10px) rotate(-136deg);
        transform: translateY(-10px) rotate(-136deg);
    }
    .main-menu--open .nav-trigger .bars {
        background-color: #fff;
    }
    .main-navigation ul {
        width: 90%;
        max-width: 380px;
        margin: 60px auto 30px;
        text-align: left;
        display: block;
    }
    .main-navigation ul li {
        display: block;
        border-radius: 0;
        border-bottom: 1px solid #fff;
    }
    .main-menu--open .main-navigation {
        opacity: 1;
        pointer-events: auto;
    }
    .main-navigation ul li a,
    .main-navigation ul li:hover a {
        color: #17464b;
        font-weight: 800;
    }
    .main-navigation {
        background-color: #49b0bdf2;
        height: 100%;
        right: 0;
        top: 0;
        overflow-y: auto;
        padding: 0;
        position: fixed;
        width: 55%;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        border-top: 1px solid #fff;
    }
    .registration-btn,
    .ty-registration-btn {
        display: block;
        overflow: hidden;
        background-color: #224c2a;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0;
        font-family: Montserrat-SemiBold;
        padding: 5px;
    }
    .admission_listbox,
    .prog-content,
    .program-section {
        margin: 0;
    }
    .pl-highlights .heading,
    .section-heading,
    .section-heading span {
        padding-bottom: 20px;
        font-size: 30px;
        text-align: center;
    }
    .section-heading .small-tag{
        font-size: 14px !important;
        padding-bottom: 10px;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0;
        /* min-height: 600px !important; */
        background-color: #f1ede5;
    }
    .footer_box1,
    .footer_box2 {
        width: 100%;
    }
    .footer_list {
        border-right: none;
        min-height: auto;
        margin: 0 0 30px;
        padding: 0;
        text-align: center;
    }
    .footer_list:first-child {
        padding: 0;
    }
    .objective-section {
        padding: 20px 0 0;
    }
    .objective-content {
        margin-bottom: 20px;
    }
    .opportunities-list .text {
        font-size: 14px;
    }
    .opportunities-list {
        height: 190px;
    }
    /* .banner-form {
        margin-top: 60px;
    } */

    .about-images{
        height:auto;
    }

    .about-images::before {
        width: 80%;
        height: 35%;
        top: 100px;
        left: 40px;
    }

    .img-small {
        position: absolute;
        left: 210px;
        top: 220px;
    }
/* .img-big,
.img-small{
    position:relative;
    width:100%;
    right:auto;
    left:auto;
    top:auto;
    bottom:auto;
} */
/* 
.img-small{
    margin-top:20px;
} */

.about-images {
    position: relative;
    min-height: 710px;
}

.about-list{
    grid-template-columns:1fr;
}

 .highlights-rows{
        margin-bottom:0;
    }

    .room-content,
    .room-img img{
        height:280px;
    }

    .room-content{
        padding:30px;
    }
    .banner-form {
        padding: 15px 0;
    }
    .main {
        margin-top: 85px;
    }
    .main-navigation li a::after {
        display: none;
    }
}


@media(min-width: 768px)and (max-width: 991.98px) {
  
}

@media screen and (max-width: 768px) {
    
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 451px !important;
        background-color: #f1ede5;
        padding-bottom: 30px;
    }
    .banner-text {
        color: #fff;
        padding: 10px 0;
    }
    .form-mainbox {
        padding: 20px;
    }
    .about-imgbox {
        margin: 0 0 20px;
    }
    .program-section .section-heading {
        padding: 0 0 25px;
    }
    .tabs-wrapper .tab-content {
        margin: 20px 0;
    }
    .nav-item,
    .nav-pills .nav-link {
        width: 100%;
    }
    .process_list_mainbox {
        display: block;
        padding: 0;
    }
    ul.custom-list {
        padding: 0;
    }
    .reg-section {
        padding: 0 0 50px;
    }
    .reg-contentbox {
        padding: 30px 20px;
    }
    .reg-imgbox img {
        position: relative;
    }
    .reg-heading {
        line-height: 40px;
    }
    .banner-form {
        margin: 430px auto 0;
    }
    .banner-content{
        max-width: 690px;
    }
    .banner-form-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reg-mob {
        display: block;
        overflow: hidden;
        background-color: #e88d31;
        color: #fff;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto
      }
      .reg-mob a {
        float: left;
        display: block;
        /* color: #1a1a1a; */
        color: #fff;
        text-align: center;
        padding: 10px 10px;
        text-decoration: none;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
      }
      
      .reg-mob a:hover {
        /* background-color: #c5161d; */
        color: #fff
      }
      
      .reg-mob a.active {
        /* background-color: #c5161d; */
        color: #fff
      }
      .reg-desk{
        display: none !important;
      }
      .made_by_text {
        padding: 0 0 19px 0;
        display: block;
        margin: 0 0 25px 0;
    }
    .obj_txt .obj_head {
        line-height: normal;
    }
    .process-hero-img{
        display: none;
    }    
    .mob-process-hero-img{
        display: block;
    }
    .header .logo img {
        width: 40%;
    }

    .arrow-left::after,
    .arrow-right::after{
        display:none;
    }
     /* .highlights-rows .col-md-6{
        order:unset !important;
    } */

    .room-type-desk{
        display: none;
    }

    .room-type-mob{
        display: block;
        background:#f8f8f8;
    }

    .room-img{
        position:relative;
    }

    .room-img.arrow-down::after{
        content:"";
        position:absolute;
        bottom:-1px;
        left:50%;
        transform:translateX(-50%);
        width:0;
        height:0;
        border-left:20px solid transparent;
        border-right:20px solid transparent;
        border-bottom:20px solid #f9f9f9;
        z-index:2;
    }

    .room-img img{
        width:100%;
        height:260px;
        object-fit:cover;
        display:block;
    }
    .about-images{
        display: none;
    }
    .cta-btn {
        padding: 0 0 30px 0;
    }
    /* .banner-form{
        backdrop-filter: blur(8px);
        background: #ffffff25;
    } */
    .banner-form h3 {
        color: #fff;
        font-family: 'Montserrat-Bold';
        font-weight: 800;
    }
    .visit-popup{
        margin: 14% 0 0 0;
    }
    .visit-box {
        border: 1px solid;
    }
      .visit-popup{
        align-items:flex-start;
        padding:15px;
    }

    .visit-box{
        width:100%;
        max-width:100%;
        max-height:calc(100vh - 30px);
        margin:20px auto;
        padding:25px;
    }
    .twb-trust-content {
        display: block;
    }
    .twb-trust-tags{
        padding-top: 20px;
    }
    .twb-expect-section,.twb-support-section,.twb-how-section, .twb-counsellor-section,
    .twb-pricing-section, .twb-testimonials-section, .twb-faq-section   {
        padding: 35px 0;
    }
    .twb-support-section{
        padding-top: 0;
    }
    footer {
        padding: 50px 0 15px;
    }
    .footer_right_mainbox::before {
        content: "";
        position: absolute;
        left: 8px;
    }
    .banner-form {
        padding: 15px;
    }
    .twb-main-heading {
        margin: 0 auto 25px;
    }
}
@media screen and (max-width: 580px) {
    
    .banner-form {
        margin: 0px auto 0;
    }
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
    .footer-links strong {
        font-size: 16px !important;
        line-height: 12px !important;
    }
    .footer-links h1 {
        color: #fff;
        font-size: 11px !important;
        margin-top: 10px !important;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 260px !important;
        background-color: #f1ede5;
    }
    .about-program p{
        text-align: center;
    }
    .about-program ul li {
        font-size: 15px;
    }

     .about-section{
        padding: 60px 0;
    }

    .about-card h3{
        font-size: 28px;
    }

    .about-card p{
        font-size: 15px;
        line-height: 1.8;
    }
    .banner-form-popup h3{
        font-size:24px;
        margin-bottom:20px;
    }

    .btn_submit{
        font-size:16px;
        padding:12px;
    }
    footer p {
        text-align: center;
        margin-top: 20px;
    }
    .footer_right_mainbox {
        padding-left: 0;
    }
    .footer-contact {
        align-items: center;
    }
        
    .about-images{
        display: none;
    }

    .banner-content h1 {
        font-size: 32px;
    }
    .location-section {
        padding: 40px 0;
    }
    .facility-section {
        padding: 0px 0;
    }
    .visit-popup {
        margin: 19% 0 0 0;
    }
    .visit-header h3 {
        font-size: 35px;
    }
    .footer_left_mainbox{
        text-align: center;
    }
     .footer_right_mainbox{
        padding-left:0;
        margin-top:0px;
    }

    .footer_right_mainbox::before{
        display:none;
    }

    .banner-form-wrap {
        padding-top: 250px !important;
    }

    .twb-main-heading {
        margin: 0 auto 0px;
    }

    footer {
        padding: 30px 0 15px;
    }

    .twb-trust-inner, .twb-trust-content {
        align-items: center;
        text-align: center !important;
    }
    .twb-trust-tags {
        justify-content: center;
    }
    .header .logo img {
        width: 70%;
    }
    .top_leftbox {
        padding: 10px 0 ;
    }
    .banner_section{
        margin-top: 93px;
    }
    .twb-main-heading p{
        margin: 0 auto 15px;
    }
}


@media screen and (min-width:381px) and (max-width:421px) {
  
}

@media screen and (max-width: 380px) {
    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        min-height: 201px !important;
        background-color: #f1ede5;
    }
    .top_leftbox {
        width: 85%;
        padding: 10px 0 ;
    }
    .form-control {
        display: block;
        width: 93%;
    }
    .prog-section-title h4 {
        font-size: 24px;
    }
    .prog-box {
        padding: 50px 35px;
    }
    .prog-content {
        padding: 20px;
        margin: 0;
    }
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
    footer p {
        font-size: 12px;
        text-align: center;
    }  
    .banner-form-wrap {
        padding-top: 220px !important;
    }  
    .banner_section {
        margin-top: 83px;
    }
    .banner-form {
        padding: 20px 0px 20px 20px;
    }
}

@media screen and (max-width: 320px) {
    .banner-form {
        max-width: 285px;
    }
    .banner-content h1 {
        font-size: 25px;
    }
    .banner-form-wrap {
        padding-top: 190px !important;
    }
    
    .twb-trust-tags {
        display: flex;
        flex-direction: column;
    }
}

