/* ******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
****************************** */


/* ******************************
:: 1.0 WEB FONTS
****************************** */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/*@font-face {
    font-family: 'Betterlett';
    src: url('Betterlett.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

/* 
font-family: 'Rubik', serif;
font-family: 'Federo', serif;
font-family: 'Roboto Slab', serif;
*/


/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */

@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(jquery.fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777;
}

.main {
    overflow: hidden;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #1c144e;
    margin-bottom: 0;
}

.inner-wrapper h1,
.inner-wrapper h2,
.inner-wrapper h3 {
    color: #2d3136;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #777;
    margin-bottom: 0;
}

a {
    color: #444;
    font-family: "Plus Jakarta Sans", sans-serif;
}

a:hover {
    color: #0056b3;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.text-primary {
    color: #2d3136 !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}


/*SECTION PADDING*/

.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}


/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */

.hero-wrapper .svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    height: 100%;
    z-index: -1;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
    padding: 0rem;
}

.navbar .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #7e8085;
}

.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #fbf1e7;
    margin-top: -250px;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 25px #fbf1e7, 0 1px 0px #fbf1e7;
    box-shadow: 0 4px 25px #fbf1e7, 0 1px 0px #fbf1e7;
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}


/*NAVBAR DARK*/

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .btn-outline {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #7e8085;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}

.navbar,
.navbar-brand {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.header-btn button {
    background: #282728;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    letter-spacing: 2px;
    border: none;
    border-radius: 10px;
    transition: all .3s ease;
}

.header-btn button:hover {
    background-color: #fff;
    color: #282728;
}



/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */

/* Unused template sections removed */


/* ******************************
:: 15.0 FOOTER AREA CSS
****************************** */

footer {
    padding: 0px 0 0;
}

footer .logo {
    margin-bottom: 30px;
}

.footer-first {
    padding: 80px 0;
    align-items: center;
}

.call-footer {
    float: right;
    margin-bottom: 30px;
}

.call-footer p {
    color: #e86351;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.call-footer a {
    color: #fff;
    font-size: 20px;
    transition: all .3s ease;
}

.call-footer a:hover {
    color: #e86351;
}

.call-footer2 {
    float: left;
}

.copyright p {
    color: #212121;
    font-size: 15px;
}

.copyright p a {
    color: #212121;
}

.copyright p a img {
    max-width: 100px;
}

.copyright {
    border-top: 1px solid #e7e2da;
    padding: 30px 0;
}

.opening {
    padding-top: 20px;
}

footer .opening h3 {
    color: #ed1c24;
    margin-bottom: 10px;
}

footer .opening p {
    color: #888888;
    font-size: 15px;
    margin-top: 30px;
    text-align: left;
    margin: auto;
    float: left;
}


/* ******************************
:: 16.0  POPUP AREA 
****************************** */

.modal-dialog {
    margin-top: 100px;
    max-width: 500px !important;
    z-index: 99999;
}

.order-model .modal-dialog {
    max-width: 800px !important;
}

.modal.fade .modal-dialog {
    top: 40%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #aa0c0c;
    border: 1px solid #aa0c0c;
}

.modal-header {
    border-bottom: none;
}

.download-close {
    float: right;
    background: #2e2a29;
    border-radius: 45px;
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    z-index: 99999;
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 0;
    transition: all .3s ease;
}

.download-close:hover {
    background: #c5a10f;
}

.download-close span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 16px;
}

#letter5 {
    text-align: center;
}

.letter_inner .heading {
    margin-bottom: 0px;
}

.heading h2 {
    font-size: 35px;
    line-height: 24px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.heading h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, #e86351 0%, transparent 100%);
    z-index: 99;
}

#letter6 .tab-content,
#letter5 .tab-content {
    padding: 0 50px;
}

.order-model form {
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #999;
    line-height: 24px;
    position: absolute;
    left: 34px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
    z-index: 99;
}

#letter5 select,
#letter5 input {
    margin-bottom: 15px;
    position: relative;
    color: #000;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    height: 55px;
    width: 100%;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

#letter5 input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #282728;
}

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #e86351;
    color: #193d6f;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.order-model .datepicker {
    position: relative;
}

.popup-btn a {
    background: #185cc9;
    color: #fff;
    padding: 18px 72px;
    border-radius: 100px;
    transition: all .3s;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup-btn a:hover {
    background-color: #e86351;
    color: #fff;
}

.popup-btn {
    margin-top: 40px;
}

.modal.fade .modal-dialog {
    display: flex;
}

.popup-img-main {
    background-color: #2f9331;
}

.popup-img img {
    width: 280px;
}

.model-project-details .form-group input::-webkit-input-placeholder,
.model-project-details .form-group textarea::-webkit-input-placeholder {
    color: #000;
}

.model-project-details .form-group input:-ms-input-placeholder,
.model-project-details .form-group textarea:-ms-input-placeholder {
    color: #000;
}

.model-project-details .form-group input::placeholder,
.model-project-details .form-group textarea::placeholder {
    color: #000;
}

.model-project-details input:focus,
.model-project-details textarea:focus,
.model-project-details select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e86351;
    color: #fff;
    background: transparent;
}

.popupleft-content,
.modal-mookambika {
    background-color: #fff;
}

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    background-image: url(../img/elyra/banner-desktop-mobile2.jpg);
    background-size: cover;
}

.popupleft-content p {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 60px;
}

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    background-image: url(../img/elyra/banner-desktop-mobile2.jpg);
    background-size: cover;
    background-position: center;
}


/* ******************************
:: 16.0  Product AREA 
****************************** */

.product-area {
    background-color: #f5efe5;
    padding: 70px 0;
}

.pro-box {
    background: #ffffff;
    padding: 30px 22px;
    min-height: 432px;
}

.pro-box .head {
    margin-bottom: 25px;
    max-width: 225px;
}

.pro-box .head h1 {
    color: #004a54;
    font-weight: 500;
    font-size: 28px;
    position: relative;
}

.pro-box .head h1.ring-head {
    position: relative;
}

.pro-box .head h1::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg/pr-right-icon.png);
    height: 11px;
    width: 88px;
    right: 0;
    top: 14px;
}

.pro-box .head h1.ring-head::before {
    position: absolute;
    right: 35px;
}

.pro-box .inner {
    text-align: center;
}

.pro-box .inner .img {
    height: 215px;
}

.pro-box .inner .text p {
    color: #004a54;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
}

.pro-box-last {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pro-box-last .inner .img {
    height: inherit
}

.pro-box-last .inner h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #004a54;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 6px;
    margin-top: 5px;
}

.pro-box-last .inner h4 {
    color: #004a54;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.btn-pro {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-pro a {
    padding: 10px 25px;
    background: #c8a74c;
    border: 1px solid #c8a74c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all .3s ease;
    border-radius: 5px;
}

.btn-pro a:hover {
    background-color: #fff;
    border: 1px solid #c8a74c;
    color: #c8a74c;
}

.navbar-call {
    margin-left: 10px;
    margin-top: -20px;
}

.whatsapp_inte {
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 30%;
    background: #2ab03f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.whatsapp_inte:hover {
    background: #00df23;
    color: #fff;
}

.whatsapp_inte i {
    position: relative;
    top: -1px;
    left: 1px;
}

.callnow_inte {
    margin-bottom: 10px;
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 30%;
    background: #0057d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.callnow_inte:hover {
    background: #0448af;
    color: #fff;
}

.cont_link_box {
    z-index: 100;
    position: fixed;
    right: 15px;
    top: 80%;
    transform: translateY(-50%);
    width: 50px;
    display: inline-block;
}

.btn-readmore {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.btn-readmore a {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #0f93eb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all .3s ease;
}

.btn-readmore a:hover {
    background-color: #0f93eb;
    color: #ffffff;
}

.btn-readmore1 {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.btn-readmore1 a {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #19a94c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all .3s ease;
}

.btn-readmore1 a:hover {
    background-color: #19a94c;
    color: #ffffff;
}


.btn-transparent {
    margin-top: 40px;
    margin-bottom: 50px;
}

.btn-transparent a {
    padding: 20px 25px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all .3s ease;
}

.btn-transparent a:hover {
    background-color: #fff;
    color: #a6cf37;
}

.branches-area {
    background-color: #ffffff;
    padding: 70px 0;
}

.branch-box {
    background-color: #f6f7f8;
    border-radius: 20px;
    margin: 10px 0px 10px 10px;
    padding: 30px 30px 30px 30px;

}

.branch-box h3 {
    color: #4c4c4c;
    padding-bottom: 20px;
}

.faq-area {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.faq-area-sec {
    background-color: #f6f7f8;
    padding: 80px 0;
    z-index: -10;
}

.footer-form {
    margin-top: -300px;
    z-index: 100;
    border-radius: 20px;
}

.footer-form img {
    height: 300px;
    border-radius: 20px;
}

.footer-form-content {
    background-color: #ffffff;
    border-radius: 20px;
}

.footer-form-area {
    padding-top: 60px;
    padding-left: 100px;
}

.footer-content {
    padding-top: 10px;
}

.footer-form-group {
    padding-left: 30px;
}

.footer-form-group input {
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    padding-left: 20px;
    background: #f5f5f5;
    height: 50px;
}



.footer-form-group input[type=submit] {
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    padding-left: 20px;
    background: #004c8c;
    color: #fff;
}

.faq-padding-bottom {
    padding-bottom: 30px;
}






.card-header .btn {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    color: #5f5f5f;
    text-align: left;
    padding: 13px;
    font-size: 17px;
    /* max-width: 600px; */
}

.card-header .btn.collapsed {
    color: #444;
}

.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #05141f;
}

.card-header .btn::after,
.card-header .btn.collapsed::after {
    position: absolute;
    top: 50%;
    left: calc(100% - 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.card-header .btn::after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
}

.card-header .btn.collapsed::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
}

.ctas-display-mobile {
    display: none;
}

.logo img {
    width: 150px;
}

.center-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: #ee0707;
}

.footer-address h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.footer-address p {
    color: #fff;
    text-align: center;
}

.footer-address p a {
    color: #fff;
}

.footer-address p a:hover {
    color: #e2d7fa;
}

.footer-content .logo {
    text-align: center;
}

.footer-bottom {
    background-color: #0a3176;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #0a3176;
    width: 100%;
    text-align: center;
}

.last {
    border-right: none !important;
}

.card1 {
    background-color: transparent;
    border: none;
}

.card-header1 .btn {
    color: #fff;
}

.card-header1 .btn:active {
    color: #fff;
}

.card-header1 {
    padding: 0px;
    background-color: transparent;
}

.card-header1 .btn.collapsed {
    color: #fff;
}

.card-header1 .btn:hover,
.card-header1 .btn:focus,
.card-header1 .btn:active {
    color: #fff;
}

.card-header1 .btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 13px;
}

.card-body1 p {
    color: #fff;
}

.bottom-box {
    background-color: #e40000;
    width: 100%;
    min-height: 200px;
    margin-top: -180px;
    z-index: 500;
}

.bottom-box-title h4 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.tabcontent {
    display: none;
}

.tabcontent2 {
    display: none;
}

.tabcontent3 {
    display: none;
}

.tabcontentmobile {
    display: none;
}

.tabcontent2mobile {
    display: none;
}

.footer-bottom-title h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}


.form-group3 input,
.form-group3 select {
    background: transparent;
    font-weight: 400;
    padding: 0 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 55px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    border: 1px solid #777;
    color: #fff;
    border-radius: 5px;
}

.welcome-form .form-group3 input::-webkit-input-placeholder,
.welcome-form .form-group3 textarea::-webkit-input-placeholder {
    color: #000;
}

.welcome-form .form-group3 input:-ms-input-placeholder,
.welcome-form .form-group3 textarea:-ms-input-placeholder {
    color: #000;
}

.welcome-form .form-group3 input::placeholder,
.welcome-form .form-group3 textarea::placeholder {
    color: #000;
}

.form-group3 input[type="submit"] {
    height: 55px;
    padding: 12px 15px;
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.form-group3 input[type="submit"]:hover,
.form-group3 input[type="submit"]:focus {
    background: #fff;
    color: #a18a63;
    border: 1px solid #a18a63 !important;
}

.navbar-brand img {
    width: 100px;
}

.navbar-brand .navbar-brand-sticky {
    width: 80px;
}

.accordion {
    width: 100%;
}


.form-group2 input,
.form-group2 select {
    background: #fff;
    font-weight: 400;
    padding: 0 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0f5276;
    height: 55px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    color: #000;
    border-radius: 5px;
}

.welcome-form .form-group2 input::-webkit-input-placeholder,
.welcome-form .form-group2 textarea::-webkit-input-placeholder {
    color: #000;
}

.welcome-form .form-group2 input:-ms-input-placeholder,
.welcome-form .form-group2 textarea:-ms-input-placeholder {
    color: #000;
}

.welcome-form .form-group2 input::placeholder,
.welcome-form .form-group2 textarea::placeholder {
    color: #000;
}

.form-group2 input[type="submit"] {
    height: 55px;
    padding: 12px 15px;
    background: #0a3176;
    border: 1px solid #0a3176;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.form-group2 input[type="submit"]:hover,
.form-group2 input[type="submit"]:focus {
    background: #fff;
    color: #0a3176;
    border: 1px solid #0a3176 !important;
}


.click-text {
    color: #8bc541;
    margin-top: 10px;
}

.click-text img {
    width: 20px;
    height: auto;
}


@media screen and (min-width: 481px) {
    .mobile-only {
        display: none !important;
    }
}

.mobile-only {
    max-width: 480px;
    margin: 0 auto;
}

.footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background-color: black;
    color: white;
    z-index: 1005;
}

.footer-nav a {
    flex: 1;
    padding: 15px 5px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-nav .nav-icon {
    font-size: 18px;
    margin-bottom: 5px;
}

.modal-header-mobile {
    display: none;
}

.modal-header-desktop {
    display: block;
}



.hlb-cover {
    background-color: #00536e;
}


.hlb-cover-data {
    margin-top: -500px;
    padding-left: 80px;
    padding-right: 80px;
    z-index: 10;
    display: block;
    position: absolute;
}

.hlb-cover-data-title h4 {
    color: #c8a74c;
    font-size: 18px;
    font-weight: 300;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
}

.hlb-cover-data-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 10px;
}


.hlb-cover-data-title p {
    color: #f5f5f5;
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 20px;
    font-weight: 300;
}

.hlb-btn-pro {
    margin-top: 0px;
    margin-bottom: 10px;
}

.hlb-btn-pro a {
    padding: 12px 35px;
    background: #c8a74c;
    border: 1px solid #c8a74c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all .3s ease;
    border-radius: 5px;
}

.hlb-btn-pro a:hover {
    background-color: #fff;
    border: 1px solid #c8a74c;
    color: #c8a74c;
}

.hlb-cover-count {
    display: flex;
}

.hlb-cover-count-data {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    margin-top: 20px;
}

.hlb-cover-count-item {
    text-align: left;
}

.hlb-counter,
.hlb-counter-plus {
    color: #c8a74c;
    font-size: 30px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
}

.hlb-cover-count-item p {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 300;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    opacity: 0.9;
}

.hlb-what-we-do {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f5f7fa;
}

.hlb-what-we-do-data-title {
    text-align: center;
}

.hlb-what-we-do-data-title h4 {
    color: #c8a74c;
    font-size: 18px;
    font-weight: 300;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hlb-what-we-do-data-title h2 {
    color: #212121;
    font-size: 30px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 10px;
}

.hlb-what-we-do-data-title p {
    color: #212121;
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 30px;
    font-weight: 300;
}

.hlb-what-we-do-data-box-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.hlb-service-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    width: 30%;
    transition: all 0.3s ease;
}

.hlb-service-card:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.hlb-service-icon {
    width: 60px;
    height: 60px;
    background: #fff9e6;
    /* Light gold tint */
    border: 1px solid #c8a74c;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #c8a74c;
    font-size: 24px;
}

.hlb-service-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #212121;
}

.hlb-service-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

.hlb-service-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 25px;
    background: #c8a74c;
    border: 1px solid #c8a74c;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
    border-radius: 5px;
}

.hlb-service-btn:hover {
    background-color: #005a77;
    border: 1px solid #005a77;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .hlb-service-card {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 767px) {
    .hlb-service-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 575px) {
    .hlb-service-card {
        width: 100%;
    }
}

.hlb-what-we-do-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.hlb-what-we-do-form h2 {
    font-size: 17px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

.hlb-what-we-do-form .form-group {
    margin-bottom: 15px;
}

.hlb-what-we-do-form .form-control {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 15px;
    color: #444;
}

.hlb-form-btn {
    width: 100%;
    height: 50px;
    background: #005a77;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hlb-form-btn:hover {
    background: #01303f;
    color: #fff;
}

.hlb-our-clients {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #005a77;
}

.hlb-our-clients-data-title {
    text-align: center;
}

.hlb-our-clients-data-title h4 {
    color: #c8a74c;
    font-size: 18px;
    font-weight: 300;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hlb-our-clients-data-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 25px;
}

.hlb-our-clients-data-title p {
    color: #fff;
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 30px;
    font-weight: 300;
}

.hlb-our-clients-data-slider-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hlb-our-clients-data-slider-item img {
    margin: 0 auto;
    width: auto !important;
}

.hlb-our-clients-btn {
    text-align: center;
    margin-top: 10px;
}

.hlb-our-clients-btn a {
    padding: 12px 35px;
    background: #c8a74c;
    border: 1px solid #c8a74c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all .3s ease;
    border-radius: 5px;
    display: inline-block;
}

.hlb-our-clients-btn a:hover {
    background-color: #fff;
    border: 1px solid #c8a74c;
    color: #c8a74c;
}

.hlb-enquiry-strip {
    padding: 0;
    margin-top: -60px;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
    background-color: #005a77;
}

.hlb-enquiry-box {
    border-radius: 0;
    padding: 60px 40px;
    text-align: center;
}

.hlb-enquiry-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.hlb-enquiry-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.hlb-enquiry-features span {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.hlb-enquiry-features i {
    color: #c8a74c;
    margin-right: 8px;
    font-size: 14px;
}

.hlb-enquiry-btn a {
    display: inline-block;
    padding: 15px 45px;
    background: #c8a74c;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border: 1px solid #c8a74c;
    font-size: 16px;
}

.hlb-enquiry-btn a:hover {
    background: #fff;
    border-color: #fff;
    color: #005a77;
    transform: translateY(-5px);
    text-decoration: none;
}

.hlb-about-us {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f8f9;
}

.hlb-about-us-content h4 {
    color: #c8a74c;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.hlb-about-us-content h2 {
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hlb-about-us-content p {
    color: #666;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.6;
}

.hlb-approach-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.hlb-approach-icon {
    min-width: 50px;
    height: 50px;
    background: #fff9e6;
    color: #c8a74c;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #c8a74c;
}

.hlb-approach-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 5px;
}

.hlb-approach-info p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
}

.hlb-about-us-image img {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    width: 100%;
}

@media (max-width: 991px) {
    .hlb-about-us-image {
        margin-top: 50px;
    }

    .hlb-about-us-content h2 {
        font-size: 30px;
    }
}

.hlb-about-us-btn {
    text-align: center;
    margin-top: 50px;
}

.hlb-about-us-btn a {
    padding: 12px 35px;
    background: #c8a74c;
    border: 1px solid #c8a74c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all .3s ease;
    border-radius: 5px;
    display: inline-block;
}

.hlb-about-us-btn a:hover {
    background-color: #fff;
    border: 1px solid #c8a74c;
    color: #c8a74c;
}

.hlb-industries {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #005a77;
}

.hlb-industries-content {
    text-align: center;
}

.hlb-industries-content h4 {
    color: #c8a74c;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.hlb-industries-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hlb-industries-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.6;
}

.hlb-industries-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.hlb-industry-item {
    text-align: center;
    width: 100px;
    transition: all 0.3s ease;
}

.hlb-industry-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    transition: all 0.3s ease;
}

.hlb-industry-item p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

/* Industry Icon Colors */
.hlb-industry-icon.color-1 {
    background-color: #e3f2fd;
    color: #1e88e5;
}

.hlb-industry-icon.color-2 {
    background-color: #fff3e0;
    color: #fb8c00;
}

.hlb-industry-icon.color-3 {
    background-color: #e8f5e9;
    color: #43a047;
}

.hlb-industry-icon.color-4 {
    background-color: #f3e5f5;
    color: #8e24aa;
}

.hlb-industry-icon.color-5 {
    background-color: #ffebee;
    color: #e53935;
}

.hlb-industry-icon.color-6 {
    background-color: #fffde7;
    color: #fbc02d;
}

.hlb-industry-icon.color-7 {
    background-color: #f1f8e9;
    color: #7cb342;
}

.hlb-industry-icon.color-8 {
    background-color: #eceff1;
    color: #546e7a;
}

.hlb-industry-item:hover .hlb-industry-icon {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.hlb-industry-item:hover p {
    color: #c8a74c;
}

.hlb-industries-btn {
    text-align: center;
    margin-top: 30px;
}

.hlb-industries-btn a {
    padding: 12px 35px;
    background: #c8a74c;
    border: 1px solid #c8a74c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all .3s ease;
    border-radius: 5px;
    display: inline-block;
}

.hlb-industries-btn a:hover {
    background-color: #fff;
    border: 1px solid #c8a74c;
    color: #c8a74c;
}

.hlb-testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.hlb-testimonial-content {
    text-align: center;
}

.hlb-testimonial-content h4 {
    color: #c8a74c;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.hlb-testimonial-content h2 {
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hlb-testimonial-box-slider {
    margin-top: 20px;
}

.hlb-testimonial-box-slider .owl-stage {
    display: flex;
}

.hlb-testimonial-box-slider .owl-item {
    display: flex;
}

.hlb-testimonial-item {
    background: #fff;
    padding: 40px;
    border: 1px solid #eef0f2;
    border-radius: 15px;
    text-align: left;
    transition: all 0.3s ease;
    margin: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hlb-testimonial-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: #c8a74c;
}

.hlb-testimonial-icon {
    font-size: 40px;
    color: #fceec5;
    /* Light gold for the quote mark */
    margin-bottom: 20px;
}

.hlb-testimonial-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    font-style: italic;
}

.hlb-testimonial-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 3px;
    text-transform: none;
    letter-spacing: 0;
}

.hlb-testimonial-info p {
    font-size: 13px;
    color: #888;
    margin-bottom: 0;
}

/* Owl Dots Customization to match theme */
.hlb-testimonial-box-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.hlb-testimonial-box-slider .owl-dot {
    width: 10px;
    height: 10px;
    background: #d1d5db !important;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    border: none;
}

.hlb-testimonial-box-slider .owl-dot.active {
    background: #c8a74c !important;
    width: 25px;
    border-radius: 20px;
}

.hlb-testimonial-btn {
    text-align: center;
    margin-top: 30px;
}

.hlb-testimonial-btn a {
    padding: 12px 35px;
    background: #c8a74c;
    border: 1px solid #c8a74c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all .3s ease;
    border-radius: 5px;
    display: inline-block;
}

.hlb-testimonial-btn a:hover {
    background-color: #fff;
    border: 1px solid #c8a74c;
    color: #c8a74c;
}

#exampleModal0 .modal-dialog {
    max-width: 450px;
}

.hlb-modal-content {
    background: #ffffff;
    border-radius: 20px;
    border: none;
    padding: 10px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.hlb-modal-body {
    padding: 5px 20px 20px;
}

.hlb-modal-body h2 {
    font-size: 22px;
    font-weight: 700;
    color: #002e5b;
    margin-bottom: 5px;
}

.hlb-modal-body p {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.hlb-modal-body .form-group {
    margin-bottom: 12px;
}

.hlb-modal-body label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
    display: block;
    text-align: left;
}

.hlb-modal-body .form-control {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 14px;
}

.hlb-modal-btn {
    width: 100%;
    height: 45px;
    background: #c8a74c;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hlb-modal-btn:hover {
    background: #b69641;
}

.hlb-modal-content .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    opacity: 0.5;
    font-size: 24px;
}

.hlb-modal-content .close:hover {
    opacity: 1;
}

/* Policy Content Styling */
.policy-body h2 {
    color: #108c77 !important;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.policy-scroll {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 15px;
    text-align: left;
}

.policy-scroll::-webkit-scrollbar {
    width: 6px;
}

.policy-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.policy-scroll::-webkit-scrollbar-thumb {
    background: #108c77;
    border-radius: 10px;
}

.policy-scroll h5 {
    color: #333;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.policy-scroll p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.policy-scroll ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.policy-scroll ul li {
    list-style: disc;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.hlb-faq {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f5f7fa;
}

.hlb-faq-content {
    text-align: center;
}

.hlb-faq-content h4 {
    color: #c8a74c;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.hlb-faq-content h2 {
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hlb-faq-box {
    max-width: 900px;
    margin: 40px auto;
}

.hlb-faq-box .card {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.hlb-faq-box .card-header {
    background: #fff;
    border: none;
    padding: 0;
}

.hlb-faq-box .btn-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 25px;
    color: #333;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
    width: 100%;
    border: none;
    text-align: left;
}

.hlb-faq-box .btn-link::after {
    display: none !important;
}

.hlb-faq-box .btn-link:hover,
.hlb-faq-box .btn-link:focus {
    color: #c8a74c;
    text-decoration: none;
}

.hlb-faq-box .btn-link i {
    transition: all 0.4s ease;
    font-size: 14px;
    color: #888;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}

.hlb-faq-box .btn-link:not(.collapsed) {
    color: #c8a74c;
    border-bottom: 1px solid #f1f1f1;
}

.hlb-faq-box .btn-link:not(.collapsed) i {
    transform: translateY(-50%) rotate(180deg);
    color: #c8a74c;
}

.hlb-faq-box .card-body {
    padding: 20px 25px;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    background: #fafbfc;
}

.hlb-faq-btn {
    text-align: center;
    margin-top: 40px;
}

.hlb-faq-btn a {
    padding: 12px 35px;
    background: #c8a74c;
    border: 1px solid #c8a74c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all .3s ease;
    border-radius: 5px;
    display: inline-block;
}

.hlb-faq-btn a:hover {
    background-color: #fff;
    border: 1px solid #c8a74c;
    color: #c8a74c;
}

.hlb-footer-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #005a77;
}

.hlb-footer-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.hlb-footer-content p {
    color: #cfd7d0;
    font-size: 18px;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

.hlb-footer-btn a {
    padding: 14px 40px;
    background: #c8a74c;
    border: 1px solid #c8a74c;
    color: #212121;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
}

.hlb-footer-btn a i {
    margin-left: 10px;
    font-size: 14px;
}

.hlb-footer-btn a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.hlb-footer-info {
    text-align: center;
    margin: auto;
    margin-top: 30px;
}

.hlb-footer-info p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.dhwani-cover {
    padding-top: 110px;
    padding-bottom: 50px;
    padding-left: 180px;
    padding-right: 180px;
    background-color: #fbf1e7;
    position: relative;
    overflow: hidden;
}

.dhwani-logo img {
    max-width: 100px;
}

.dhwani-cover-content h1 {
    font-size: 52px;
    font-weight: 800;
    color: #333;
    line-height: 1.1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.dhwani-cover-content h1 span.text-green {
    color: #108c77;
}

.dhwani-cover-content p {
    font-size: 16px;
    color: #444;
    font-weight: 500;
}

.dhwani-app-btn img {
    max-width: 160px;
    border: 1px solid #ddd;
}

.dhwani-testimonials-row {
    display: block;
}

.dhwani-testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.dhwani-testimonial-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.dhwani-testimonial-card .user-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.dhwani-testimonial-card .user-info h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
}

.dhwani-testimonial-card .user-info span {
    font-size: 11px;
    color: #999;
}

.dhwani-testimonial-card .stars {
    color: #ffb400;
    font-size: 12px;
}

.dhwani-testimonial-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

.dhwani-cover-img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.dhwani-cover-img img {
    max-width: 90%;
    height: auto;
    margin-right: -2%;
    margin-bottom: -5px;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.dhwani-problem-solution {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.dhwani-section-title {
    font-size: 28px;
    font-weight: 800;
    color: #333;
}

.single-problem-card {
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #f9efe5;
    border-radius: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.single-problem-card:hover {
    box-shadow: 0 15px 40px rgba(16, 140, 119, 0.1);
    border-color: #108c77;
}

.problem-icon img {
    max-width: 50px;
    margin: 0 auto;
}

.single-problem-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.single-problem-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.dhwani-btn {
    background-color: #108c77;
    color: #fff;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.dhwani-btn:hover {
    background-color: #0b6355;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(16, 140, 119, 0.2);
}

.slider-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #777;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slider-nav button:hover {
    background-color: #108c77;
    color: #fff;
    border-color: #108c77;
}

.dhwani-problem-slider .owl-item {
    padding: 15px;
}

.dhwani-problem-solution-cover {
    padding-top: 10px;
    padding-bottom: 80px;
    background-color: #fff;
}

.problem-solution-cover-box {
    background-color: #f3e8dd;
    background-image: linear-gradient(to right, #f3e8dd 40%, rgba(243, 232, 221, 0) 100%), url(../img/dhwani/background-strip-cv.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.cover-box-content h2 {
    font-size: 34px;
    font-weight: 800;
    color: #333;
    line-height: 1.2;
}

.cover-box-content p {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

@media (max-width: 991px) {
    .problem-solution-cover-box {
        background-size: auto 80%;
    }
}

@media (max-width: 767px) {
    .problem-solution-cover-box {
        background-image: none;
        background-color: #fcf6f0;
    }

    .cover-box-content h2 {
        font-size: 24px;
    }
}



.dhwani-therapy {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #009a77;
}

.therapy-tabs {
    border-bottom: none;
    gap: 15px;
    padding-left: 80px;
    /* Moves tabs slightly right */
}

.therapy-tabs .nav-item {
    margin-bottom: 0;
}

.therapy-tabs .nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 40px;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.therapy-tabs .nav-link.active {
    background-color: #fff;
    color: #333;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 2;
}

/* Inverted Corner Logic - Creating a liquid transition */
.therapy-tabs .nav-link.active::before,
.therapy-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    pointer-events: none;
}

.therapy-tabs .nav-link.active::before {
    left: -30px;
    border-bottom-right-radius: 30px;
    box-shadow: 15px 15px 0 15px #fff;
}

.therapy-tabs .nav-link.active::after {
    right: -30px;
    border-bottom-left-radius: 30px;
    box-shadow: -15px 15px 0 15px #fff;
}

.therapy-content-box {
    background-color: #fff;
    border-radius: 40px;
    margin-top: -1px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

/* Consistent active tab styling for all menu items */
.therapy-tabs .nav-link.active {
    border-radius: 20px 20px 0 0;
}

.therapy-inner-content h3 {
    font-size: 32px;
    font-weight: 800;
    color: #333;
}

.therapy-inner-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.therapy-inner-content h5 {
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

.text-green {
    color: #009a77;
}

.therapy-book-btn {
    background-color: #c58d2a;
    color: #fff;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(197, 141, 42, 0.2);
    transition: all 0.3s ease;
}

.therapy-book-btn:hover {
    background-color: #a87922;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(197, 141, 42, 0.3);
}

@media (max-width: 767px) {
    .therapy-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .therapy-tabs .nav-link {
        white-space: nowrap;
        padding: 10px 20px;
        font-size: 16px;
    }

    .therapy-content-box {
        border-radius: 20px;
    }
}

/* Why Choose Us Section Styles */
.dhwani-how-it-works {
    padding-top: 50px;
    padding-bottom: 140px;
    background-color: #fff;
    position: relative;
}

.dhwani-book-section {
    background-color: #f7efe6;
}

.book-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    line-height: 1.2;
}

.book-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.dhwani-btn-green {
    background-color: #108c77;
    color: #fff;
    padding: 15px 45px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s ease;
}

.dhwani-btn-green:hover {
    background-color: #0b6355;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(16, 140, 119, 0.2);
}

.book-img img {
    margin-top: -315px;
    z-index: 50;
    position: absolute;
}

@media (max-width: 991px) {
    .book-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .book-content {
        text-align: center;
    }

    .book-img img {
        margin: 0 auto;
        margin-top: 30px;
        display: none;
    }
}

.single-work-card {
    background-color: #f0f4f5;
    padding: 50px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.single-work-card:hover {
    background-color: #fff;
    border-color: #eee;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.work-icon img {
    height: 60px;
}

.single-work-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    line-height: 1.4;
}

.single-work-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Arrows Styling */
.works-arrows img {
    position: absolute;
    width: 140px;
    z-index: 5;
    opacity: 0.6;
}

.arrow-1 {
    bottom: -30px;
    left: 17%;
}

.arrow-2 {
    top: -40px;
    left: 42%;
}

.arrow-3 {
    bottom: -30px;
    left: 67%;
}

@media (max-width: 991px) {
    .works-arrows img {
        width: 100px;
    }

    .arrow-1 {
        left: 15%;
    }

    .arrow-2 {
        left: 40%;
    }

    .arrow-3 {
        left: 65%;
    }
}

.dhwani-why-choose-us {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #fff;
}

.why-choose-item h4 {
    font-size: 24px;
    font-weight: 800;
    color: #333;
}

.why-choose-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    max-width: 90%;
}

.why-icon img {
    width: 35px;
}

/* Dhwani Team Section */
.dhwani-team {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.dhwani-team-slider.owl-carousel {
    position: relative;
}

.dhwani-team-slider.owl-carousel .owl-dots {
    position: absolute;
    top: -65px;
    right: 15px;
    display: flex;
    gap: 8px;
}

.dhwani-team-slider.owl-carousel .owl-dots button:focus {
    outline: none;
}

.dhwani-team-slider.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd !important;
    display: block;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.dhwani-team-slider.owl-carousel .owl-dot.active span {
    background-color: #c58d2a !important;
}

.team-card {
    transition: all 0.3s ease;
}

.team-img img {
    border-radius: 30px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.team-info h4 {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    margin-bottom: 5px;
}

.team-info p {
    font-size: 14px;
    color: #777;
    line-height: 1.4;
    margin-bottom: 15px;
}

.team-line {
    width: 50px;
    height: 3px;
    background-color: #009a77;
    border-radius: 10px;
}

.dhwani-btn-teal {
    background-color: #009a77;
    color: #fff;
    padding: 15px 50px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
}

.dhwani-btn-teal:hover {
    background-color: #007a5e;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 154, 119, 0.2);
}

.dhwani-card-btn {
    background-color: #009a77;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 2px solid #009a77;
}

.dhwani-card-btn:hover {
    background-color: transparent;
    color: #009a77 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 154, 119, 0.1);
}

/* Dhwani Customer Reviews Section */
.dhwani-customer-reviews {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.review-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #777;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.review-nav button:hover {
    background-color: #009a77;
    color: #fff;
    border-color: #009a77;
}

.single-review-card {
    padding: 30px 20px;
}

.quote-icon img {
    max-width: 60px;
    margin: 0 auto;
    opacity: 0.2;
}

.review-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.reviewer-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.reviewer-info h4 {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    margin-bottom: 5px;
}

.reviewer-info .location {
    font-size: 14px;
    color: #009a77;
    font-weight: 700;
}

.dhwani-faq {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8f3ec;
}

.accrodion-grp {
    position: relative;
    border-top: 1px solid #e1dcd5;
}

.accrodion {
    position: relative;
    border-bottom: 1px solid #e1dcd5;
}

.accrodion-title {
    position: relative;
    padding: 25px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accrodion-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #444;
    transition: all 0.3s ease;
}

.accrodion-title:after {
    content: '+';
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    color: #1c144e;
    transition: all 0.3s ease;
}

.accrodion.active .accrodion-title:after {
    content: '-';
    transform: rotate(180deg);
}

.accrodion.active .accrodion-title h4 {
    color: #009a77;
}

.accrodion-content {
    position: relative;
    display: none;
    padding-bottom: 30px;
}

.accrodion-content .inner p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

/* FAQ CTA Banner */
.faq-cta-box {
    background-color: #009a77;
    border-radius: 40px;
    position: relative;
    overflow: visible;
    margin-top: 100px;
}

.faq-cta-img {
    margin-top: -65px;
    margin-bottom: -1px;
    padding-left: 20px;
}

.faq-cta-img img {
    max-width: 110%;
    display: block;
}

.faq-cta-content h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}

.faq-cta-content p {
    font-size: 18px;
    opacity: 0.8;
}

.app-btns img {
    transition: all 0.3s ease;
}

.app-btns img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Dhwani Footer Section */
.dhwani-footer {
    background-color: #232222;
    color: #fff;
    padding: 60px 0;
}

.footer-trust-badges {
    gap: 15px;
}

.trust-badge {
    border: 1px solid #444;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    transition: all 0.3s ease;
}

.trust-badge:hover {
    border-color: #009a77;
    background: rgba(0, 154, 119, 0.05);
}

.trust-badge img {
    width: 22px;
    height: auto;
    filter: brightness(0) invert(1);
}

.trust-badge span {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.footer-contact h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    opacity: 0.9;
}

.footer-phone {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.footer-email {
    font-size: 16px;
    opacity: 0.7;
}

.footer-links {
    font-size: 14px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-links a:hover {
    color: #009a77 !important;
}

.copyright p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

/* Google Review Avatars */
.google-avatar {
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
}

.google-avatar-sm {
    width: 45px;
    height: 45px;
    font-size: 18px;
}

.google-avatar-lg {
    width: 100px;
    height: 100px;
    font-size: 40px;
    margin: 0 auto;
}

.bg-google-red {
    background-color: #EA4335 !important;
}

.bg-google-blue {
    background-color: #4285F4 !important;
}

.bg-google-yellow {
    background-color: #FBBC05 !important;
}

.bg-google-green {
    background-color: #34A853 !important;
}

.bg-google-purple {
    background-color: #A142F4 !important;
}