/* ******* :: 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=Lexend:wght@200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&family=Roboto+Slab:wght@200;300;400;500;600;700&display=swap');

/* 
font-family: 'Lexend', sans-serif;
font-family: 'Playfair Display', 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: 'Lexend', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777;
}*/

@font-face {
    font-family: 'Baloo Chettan 2';
    src: url('../font/BalooChettan2-Regular.ttf');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: "Baloo Chettan 2", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #777;
}

.main {
    overflow: hidden;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    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;
    color: #fff;
}

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: 'Poppins', 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-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: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
}

.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;
    background-color: #fff;
}

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

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

[data-theme=dark] .navbar-sticky-moved-up {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.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;
    padding-bottom: 10px;
    padding-top: 2px !important;
}

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

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
    max-width: 180px;
}


/*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: 5px;
    padding-bottom: 5px;
}

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

.header-btn button {
    background: #282728;
    color: #fff;
    padding: 20px 50px;
    font-size: 18px;
    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
****************************** */

.welcome-area {
    background-image: url("../img/banner-home-new.jpg");
    height: 800px;
    margin-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.welcome-form {
    margin-top: -900px;
    position: relative;
    z-index: 20;
    max-width: 750px;
    float: right;
    width: 100%;
    padding-left: 200px;
    padding-right: 150px;
    padding-top: 270px;

}

.form-background-transp {
    background-color: rgba(0, 0, 0, 0.5);
}

.form-title h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
    /*font-family: 'Playfair Display', serif;*/
}

.form-title p {
    color: #eeb96d;
    font-size: 27px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    margin-bottom: 35px;
}

.welcome-form form .form-group {
    margin-bottom: 10px;
}

.welcome-form form .form-group-btn {
    margin: 10px 0 0;
}

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

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

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

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

.welcome-form input:focus,
.welcome-form textarea:focus,
.welcome-form 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 #80438F;
    color: #000;
    background: #fff;
}

.form-group input[type="submit"] {
    height: 50px;
    padding: 12px 15px;
    background: linear-gradient(135deg, #7B31CE 0%, #FF8C00 100%);
    border: 1px solid #7B31CE;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
}

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

.inner-banner {
    display: flex;
    position: absolute;
    bottom: 0;
}

.inner-banner p {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    line-height: 75px;
}

.banner-slider .owl-nav button {
    width: 50px;
    height: 50px;
    border: 2px solid #ed1c24 !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.banner-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 25px;
    top: 40%;
}

.banner-slider .owl-nav button.owl-next {
    position: absolute;
    right: 25px;
    top: 40%;
}

.banner-slider .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #ed1c24;
}

.banner-slider .owl-nav [class*=owl-]:hover {
    background: #ed1c24;
    color: #fff;
    border: 2px solid #fff !important;
}

.banner-slider .owl-nav [class*=owl-]:hover span {
    color: #fff;
}


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

footer {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #292929;
}


footer .logo {
    padding-bottom: 30px;
    text-align: center;
    margin: auto;
}

.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;
}

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

footer .opening p {
    color: #ffffff;
    font-size: 15px;
}


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

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

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

.modal.fade .modal-dialog {
    top: 48%;
    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;
}

.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: 30px;
    line-height: 24px;
    color: #193d6f;
    font-family: 'Teko', 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, #80438F 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: 'Lexend Deca', 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: 'Poppins', sans-serif;
    height: 70px;
    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 #80438F;
    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: #60ad74;
}

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

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


/* .popupleft-content h4{
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
}

.popupleft-content h3 {
    font-weight: 500;
    color: #fff;
    font-size: 23px;
    margin: 25px 0;
    text-transform: uppercase;
}

.popupleft-content h3 span{
    font-weight: 800;
    font-size: 30px;
} */


/* #letter5 select, #letter5 input{
    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/bg/popup.png);
    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: 'Roboto Slab', 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: 'Playfair Display', serif;
    color: #004a54;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 6px;
    margin-top: 5px;
}

.pro-box-last .inner h4 {
    color: #004a54;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 20px;
}

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

.btn-pro a {
    padding: 15px 20px;
    background: #80438F;
    border: 1px solid #80438F;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-pro a:hover {
    background-color: #fff;
    color: #80438F;
}


/* ******************************
:: 0.0 Brand AREA CSS
****************************** */

.brand-head {
    margin-bottom: 80px;
}

.brand-head h1 {
    position: relative;
    color: #004a54;
    font-size: 40px;
    font-weight: 400;
    max-width: 725px;
    margin: 0 auto;
}

.brand-head h1::before {
    position: absolute;
    content: "";
    background-color: #c39d60;
    height: 1px;
    width: 100px;
    right: 0;
    bottom: 19px;
}

.brand-head h1::after {
    position: absolute;
    content: "";
    background-color: #c39d60;
    height: 1px;
    width: 100px;
    left: 0;
    bottom: 19px;
}


/* ******************************
:: 0.0 About AREA CSS
****************************** */

.about-area {
    background-color: #f5efe5;
    padding: 30px 0 80px;
}

.about-bg {
    background-image: url(../img/bg/about-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 760px;
    width: 100%;
    position: relative;
}

.about-inner h4 {
    color: #ed1c24;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-inner h1 {
    color: #f6f2e9;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-inner p {
    color: #f6f2e9;
    font-size: 16px;
    line-height: 26px;
}

.about-inner .btn-about {
    margin-top: 50px;
}

.about-inner .btn-about a {
    padding: 18px 60px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.about-inner .btn-about a:hover {
    background-color: #fff;
    color: #ed1c24;
}

.about-inner {
    padding-top: 100px;
}


/* ******************************
:: 0.0 Video AREA CSS
****************************** */

.video-section {
    position: relative;
    background-image: url(../img/bg/video-bg.jpg);
    width: 100%;
    height: 540px;
    background-position: center;
    background-size: cover;
}

.video-area {
    margin-top: -420px;
}

.video-sec {
    padding-bottom: 50px;
    background-color: #f5efe5;
}


/* ******************************
:: 0.0 Our Stores AREA CSS
****************************** */

.our-stores {
    background-color: #f5efe5;
    padding: 20px 0 50px;
}

.brand-head2 h1::before {
    width: 150px;
    right: 60px;
}

.brand-head2 h1::after {
    width: 150px;
    left: 60px;
}

.store-box {
    border: 1px solid #c6bba8;
    padding: 20px;
    min-height: 160px;
    margin-bottom: 20px;
}

.store-box h3 {
    color: #414141;
    font-weight: 400;
    margin-bottom: 10px;
}

.store-box p {
    color: #2e2e2e;
    font-size: 15px;
    margin-bottom: 10px;
}

.store-box a {
    color: #414141;
    font-weight: 600;
    font-size: 16px;
    transition: all .3s ease;
}

.store-box a:hover {
    color: #ed1c24;
    text-decoration: underline;
}

.center-line {
    color: #f6bc5f;
}

.phone-img {
    margin-right: 5px;
}

.btn-call {
    justify-content: space-between;
    max-width: 300px;
    align-items: center;
}

.store-bx2 {
    background-image: url(../img/bg/store-bg.png);
    background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
    align-items: center;
    padding-left: 150px;
}

.store-bx2 .text {
    max-width: 300px;
    text-align: center;
    margin-right: 15px;
}

.store-bx2 .text h1 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 23px;
}

.store-bx2 .btn-store a {
    padding: 18px 10px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.store-bx2 .btn-store a:hover {
    color: #ed1c24;
    background-color: #fff;
}


/* ******************************
:: 0.0 Testi AREA CSS
****************************** */

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

.single-testi {
    background-color: #fff;
    padding: 90px 70px;
    text-align: left;
}

.single-testi .icon {
    margin-bottom: 35px;
}

.single-testi p {
    color: #212121;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}

.single-testi .name h3 {
    color: #004a54;
    position: relative;
    font-weight: 500;
}

.single-testi .name h3::before {
    position: absolute;
    content: "";
    background-color: #004a54;
    height: 1px;
    width: 50px;
    bottom: 12px;
    left: 35%;
}

.brand-head3 {
    margin-bottom: 50px;
}

.testi-slider .owl-dots {
    position: relative;
    text-align: center;
    top: 40px;
}

.testi-slider .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d4cec0 !important;
    margin-right: 10px;
    border: none !important;
    outline: none;
}

.testi-slider .owl-dots button.active {
    background-color: #c39d60 !important;
}


/* ******************************
:: 0.0 Contact AREA CSS
****************************** */

.contact-area {
    background-image: url(../img/bg/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
}

.ct-inner h1 {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    margin-bottom: 10px;
    font-weight: 400;
}

.ct-inner h3 {
    color: #eeb96d;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 27px;
}

.ct-inner .head {
    margin-bottom: 25px;
}

.ct-form {
    background: #000000b3;
    padding: 55px 35px;
}

.ct-inner {
    padding: 85px 0;
}

.ct-form .form-group input {
    color: #fff;
}

.ct-form .form-group input::placeholder,
.ct-form .form-group textarea::placeholder {
    color: #fff;
}

.ct-form .form-group input:focus {
    color: #000;
}


/* ******************************
:: 0.0 Promise AREA CSS
****************************** */

.promise-area {
    background-image: url(../img/bg/promise-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 70px 0;
}

.promise-box {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 25px;
    min-height: 188px;
}

.promise-box .icon img {
    /* max-width: 55px; */
    margin-bottom: 15px;
}

.promise-box h3 {
    color: #212121;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px
}

.promise-box p {
    color: #212121;
    line-height: 21px;
}

.brand-head4 h1:before {
    width: 150px;
    right: -27px;
}

.brand-head4 h1:after {
    width: 150px;
    left: -27px;
}

.brand-head4 h1 {
    color: #f6f2e9;
}


/* Side Buttons */

.vertical_btn {
    position: fixed;
    bottom: 50%;
    right: -34px;
    padding: 5px 25px 4px;
    border-radius: 4px;
    background: #7d210c;
    font-size: 19px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px
}

.vertical_btn:hover {
    background: #b32025;
    color: #fff
}

.header_social p a {
    color: #999;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}

.whatsapp_inte {
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    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: 50%;
    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;
}

.vertical_btn {
    position: fixed;
    bottom: 50%;
    right: -34px;
    padding: 10px 25px 10px;
    border-radius: 4px;
    background: #ed1c24;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    z-index: 99;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px;
}

.enq-side a {
    display: none;
}

.navbar-inner {
    position: absolute;
    right: 0;
}

.banner-content {
    margin-top: -500px;
    margin-left: 200px;
    margin-right: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-content hr {
    border-bottom: #80438F 4px solid;
    width: 200px;
}

.banner-content h3 {
    color: #ffffff;
    font-size: 55px;
    /*padding-bottom: 30px;*/
}

.banner-content h3 span {
    color: #ffffff;
    font-size: 42px;
    /*padding-bottom: 30px;*/
}

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

.newabout-area img {
    border-radius: 20px;
    width: 95%;
}

.about-ca {
    color: #ffc20f;
    font-size: 22px;
    padding-bottom: 10px;
}

.newabout-area h3 {
    color: #1a2753;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-cont {
    font-size: 23px;
    padding-top: 10px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
}


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

.btn-normal a {
    padding: 12px 60px;
    background: #80438F;
    border: 1px solid #80438F;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-normal a:hover {
    background-color: #ffffff;
    color: #80438F;
}

.btn-normal-1 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.btn-normal-1 a {
    padding: 12px 60px;
    background: #80438F;
    border: 1px solid #80438F;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-normal-1 a:hover {
    background-color: #ffffff;
    color: #80438F;
}


.btn-normal-2 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.btn-normal-2 a {
    padding: 12px 60px;
    background: linear-gradient(135deg, #7B31CE 0%, #FF8C00 100%);
    border: 1px solid #7B31CE;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-normal-2 a:hover {
    background-color: #ffffff;
    color: #7B31CE;
}



.about-count {
    background-color: #ffffff;
    border-radius: 20px;
    margin-left: -200px;
    padding-left: 40px;
}

.about-count h3 {
    font-size: 35px;
    padding-bottom: 5px;
}

.about-count h3 span {
    font-size: 30px;
    margin-top: -5px;
}

.about-count p {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 20px;
}

.about-count-boarder {
    border-right: 1px solid #dce0e4;
}

.about-services {
    padding-top: 50px;
    text-align: center;
    align-items: center;
}

.about-services img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.about-services p {
    font-size: 22px;
    padding-top: 12px;
    color: #000;
}

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

.ourservices-area h3 {
    color: #004c8c;
    font-size: 40px;
}

.ourservices-area h6 {
    color: #000;
    padding-top: 20px;
    font-size: 22px;
    padding-bottom: 20px;
}

.study-abroad-card {
    background-color: #0f93eb;
    min-height: 271px;
    border-radius: 0 20px 20px 0;
    margin-left: -30px;
}

.study-abroad-card-img {
    min-height: 255px;
}

.study-abroad-card-img img {
    border-radius: 20px 0 0 20px;
}

.study-abroad-card h4 {
    color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 35px;
}

.study-abroad-card p {
    color: #ffffff;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 200;
    padding-right: 50px;
}


.test-preparation-card {
    background-color: #19a94c;
    min-height: 285px;
    border-radius: 20px 0 0 20px;

}

.test-preparation-card-img {
    min-height: 255px;
    margin-left: -30px;
}

.test-preparation-card-img img {
    border-radius: 0 20px 20px 0;
}

.test-preparation-card h4 {
    color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 35px;
}

.test-preparation-card p {
    color: #ffffff;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 200;
    padding-right: 50px;
}


.visa-ticket-card {
    background-color: #0f93eb;
    min-height: 271px;
    border-radius: 0 20px 20px 0;
    margin-left: -30px;
}

.visa-ticket-card-img {
    min-height: 255px;
}

.visa-ticket-card-img img {
    border-radius: 20px 0 0 20px;
}

.visa-ticket-card h4 {
    color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 35px;
}

.visa-ticket-card p {
    color: #ffffff;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 200;
    padding-right: 50px;
}


.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: 'Lexend', 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: 'Lexend', sans-serif;
    transition: all .3s ease;
}

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


.service-card-padding {
    padding-bottom: 10px;
}

.university-area {
    background-color: #f6f7f8;
    padding: 70px 0 125px;
}

.university-area h2 {
    font-size: 40px;
    color: #004c8c;
    padding-bottom: 50px;
}

.university-slider .owl-dots {
    position: relative;
    text-align: center;
    top: 40px;
}

.university-slider .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d4cec0 !important;
    margin-right: 10px;
    border: none !important;
    outline: none;
}

.university-slider .owl-dots button.active {
    background-color: #c39d60 !important;
}

.su-first-block {
    background-color: #ffffff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-right: 30px;
    border-radius: 20px;
    min-height: 378px;
}

.su-second-block {
    background-color: #ffffff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-right: 30px;
    border-radius: 20px;
    margin-top: 30px;
    min-height: 378px;
}

.university-img img {
    width: 100px;
    padding-bottom: 10px;
}

.su-first-block h3 {
    color: #323232;
    padding-bottom: 15px;
}

.su-first-block p {
    color: #323232;
    padding-bottom: 15px;
    font-size: 15px;
}

.su-second-block h3 {
    color: #323232;
    padding-bottom: 15px;
}

.su-second-block p {
    color: #323232;
    padding-bottom: 15px;
    font-size: 15px;
}

.uni-arrow img {
    padding-left: 15px;
    width: 60px;
    height: 40px;
}

.uni-arrow p {
    padding-top: 8px;
    padding-left: 10px;

}

.backgroud-mid-baner-area {
    background-image: url(../img/background-mid-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
}

.back-mid-content {
    margin-top: -400px;
}

.back-mid-content h2 {
    color: #ffffff;
    font-size: 60px;
}

.back-mid-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 20px;
}

.back-mid-content-sec {
    margin-top: -350px;
    margin-left: 200px;
}


.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: 'Lexend', sans-serif;
    transition: all .3s ease;
}

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


.client-testi-area {
    background-color: #f6f7f8;
    padding: 70px 0 125px;
}


.client-testi-heading h2 {
    color: #1a2754;
    font-size: 35px;
}

.client-testi-heading .btn-normal {
    float: right;
    margin-top: -50px;
}

.client-single-testi {
    background-color: #ffffff;
    border-radius: 20px;
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    padding: 50px 50px 50px 50px;
    display: flex;
}

.client-single-testi .photo {
    width: 350px;
}

.client-single-testi .photo img {
    border-radius: 20px;
}

.client-single-testi .photo h3 {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

.client-single-testi .photo p {
    text-align: center;

}

.client-single-testi .content {
    padding-left: 30px;
}

.client-single-testi .content img {
    width: 70px;
    padding-bottom: 30px;
}

.client-single-testi .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.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: 50px 0;
    padding-bottom: 80px;
}

.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-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 select {
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    padding-left: 20px;
    background: #f5f5f5;
    height: 50px;
    width: 100%;
    min-width: 230px;
}

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

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






.card-header .btn {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    color: #1c144e;
    color: #05141f;
    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: '-';
    font-family: "FontAwesome";
}

.card-header .btn.collapsed::after {
    content: '+';
    font-family: "FontAwesome";
}


.client-testi-slider .owl-nav {
    position: relative;
    top: 50px;
    text-align: center;
}

.client-testi-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.client-testi-slider .owl-nav button span {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

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

.welcome-form-border {
    padding: 30px;
    background: rgba(0, 0, 0, .4)
}

.dam-about-us img {
    width: 100%;
}

.whatwedo-area {
    background-image: url(../img/what-we-do-background.png);
    padding-top: 50px;
    padding-bottom: 130px;
}

.dam-about-features {
    background-color: #ffc20e;
    border-radius: 20px;
}

.dam-about-col {
    display: flex;
    padding-bottom: 25px;
    padding-top: 25px;

}

.dam-about-col p {
    color: #000000;
    padding-left: 5px;
    padding-top: 10px;
}

.dam-about-col-broder-bottom {
    border-bottom: 1px solid #000;
    padding-left: 20px;
    padding-right: 20px;

}

.dam-about-col-broder-left {
    border-right: 1px solid #000;
}

.dam-about-features {
    margin-top: -200px;
    margin-left: auto;
    margin-right: auto;
}

.dam-about-display {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dam-what-we-do {
    padding-top: 50px;
}

.dam-what-we-do h2 {
    color: #ffffff;
    padding-bottom: 20px;
}

.dam-what-we-do p {
    color: #e1e3e9;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 100;
    line-height: 1.5;
}

.dam-what-we-do-img {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 100px;
}

.dam-what-we-do-img img {
    height: 200px;
}

.whatwedo-service-area {
    background-color: #f6f7f8;
    padding-top: 50px;
    padding-bottom: 80px;
}

.btn-dam-service {
    margin-top: 20px;
    margin-bottom: 40px;
}

.btn-dam-service a {
    padding: 10px 15px;
    background: #ffc20e;
    border: 1px solid #ffc20e;
    color: #1a2754;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-dam-service a:hover {
    background-color: #1a2754;
    color: #ffc20e;
}

.whatwedo-service {
    border-radius: 20px;
    background-color: #ffffff;
}

.whatwedo-service-img img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.whatwedo-service-detail {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.whatwedo-service-detail h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    color: #1a2754;
}

.whatwedo-service-detail p {
    font-size: 18px;
    font-weight: 100;
    color: #030303;
}

.whatwedo-service-top {
    margin-top: -150px;
}

.whatwedo-service-last {
    background-color: #ffc20e;
    min-height: 520px;
    border-radius: 20px;
}

.whatwedo-service-last h3 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 32px;
    padding-top: 120px;
    line-height: 1.5;
}

.btn-dam-service-last {
    margin-top: 30px;
    margin-bottom: 40px;
}

.btn-dam-service-last a {
    padding: 15px 20px;
    background: #1a2754;
    border: 1px solid #1a2754;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-dam-service-last a:hover {
    background-color: #ffffff;
    color: #1a2754;
}

.whatwedo-service-last-pd-left {
    padding-left: 60px;
}

.youtube-video-area {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.youtube-video-top h2 {
    color: #1a2754;
    padding-bottom: 30px;
}

.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;
}

.center-icon a {
    color: #ee0707;
}

.vido-sec img {
    position: relative;
    color: #ee0707;
}

.dam-our-clients-area {
    background-color: #1a2754;
    padding-top: 80px;
    padding-bottom: 80px;
}

.dam-our-clients-top h2 {
    color: #ffffff;
    padding-bottom: 30px;
}

.dam-our-clients-slider-img {
    border: 1px #fff solid;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.dam-our-clients-slider-img img {
    width: 80%;
    height: 80%;
    padding-top: 30px;
    padding-bottom: 30px;

}

.dam-our-clients .owl-nav {
    position: relative;
    bottom: 450px;
    text-align: right;
}

.dam-our-clients .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #1a2446 !important;
}

.dam-our-clients .owl-nav button span {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.dam-client-test-area {
    background-color: #f6f7f8;
    padding-top: 80px;
    padding-bottom: 80px;
}

.dam-client-test-top h2 {
    color: #1a2754;
    padding-bottom: 30px;
}

.dam-client-test {
    background-color: #ffffff;
    min-height: 200px;
    border-radius: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dam-client-test-padding {
    padding-top: 20px;
    text-align: center;
    margin: auto
}

.dam-client-test-padding img {
    width: 80px;
    padding-bottom: 20px;
    text-align: center;
    margin: auto;
}

.dam-client-test-padding p {
    padding-bottom: 10px;
}

.dam-client-test-img {
    margin: auto;
}

.dam-client-test-img img {
    height: 250px;
    margin: auto;
}

.dam-cli-test-bottom {
    text-align: center;
}

.dam-client-test-slider .owl-nav {
    position: relative;
    bottom: 390px;
    text-align: right;
}

.dam-client-test-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.dam-client-test-slider .owl-nav button span {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

.dam-product-area {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.dam-product-top {
    color: #1a2754;
    padding-bottom: 30px;
}

.dam-product-slider .owl-nav {
    position: relative;
    bottom: -40px;
    text-align: right;
}

.dam-product-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.dam-product-slider .owl-nav button span {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

.footer-form-box {
    margin: 20px;
    padding: 20px;
    background-color: #60ad74;
}

.footer-form-box h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
}

.industry-growth-area {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.industry-growth-area h2 {
    color: #393939;
    font-size: 45px;
    padding-bottom: 30px;
}

.industry-growth-area h2 span {
    color: #60ad74;
    font-size: 30px;
    letter-spacing: -5px;
}

.industry-growth-block .number {
    font-size: 20px;
    color: #000;
}

.industry-growth-block .bold {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}

.industry-growth-block hr {
    border: 1px solid #bbb;
}

.industry-growth-block .normal {
    padding-bottom: 30px;
    font-size: 18px;
}


.industry-growth-area img {
    padding-left: 50px;
    padding-right: 50px;
}

.industry-opportunities-area {
    background-color: #f6f7f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.industry-opportunities-area h2 {
    color: #393939;
    font-size: 45px;
    padding-bottom: 30px;
}

.industry-opportunities-area h2 span {
    color: #60ad74;
    font-size: 30px;
    letter-spacing: -5px;
}

.industry_opportunities_block1 {
    background-color: #fff;
    min-height: 420px;
    padding: 50px;
}

.industry_opportunities_block1 li::marker {
    color: #60ad74;
    list-style: square;
}

.industry_opportunities_block1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.industry_opportunities_block1 li {
    padding-left: 1em;
    text-indent: -.7em;
    padding-top: 10px;
    color: #000;
}

.industry_opportunities_block1 li::before {
    content: "• ";
    color: #60ad74;
    /* or whatever color you prefer */
    font-size: 30px;
}


.industry_opportunities_block2 {
    background-color: #60ad74;
    min-height: 595px;
    padding: 50px;
}

.industry_opportunities_block2 h5 {
    color: #fff;
    font-size: 26px;
}

.industry_opportunities_block2 li::marker {
    color: #fff;
    list-style: square;
}

.industry_opportunities_block2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.industry_opportunities_block2 li {
    padding-left: 1em;
    text-indent: -.7em;
    padding-top: 10px;
    color: #fff;
}

.industry_opportunities_block2 li::before {
    content: "• ";
    color: #fff;
    /* or whatever color you prefer */
    font-size: 30px;
}

.industry_opportunities_block3 {
    background-color: #fff;
    min-height: 595px;
    padding: 50px;
}

.iob3_box .box1 {

    background-color: #60ad74;
    margin-right: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: -150px;
}

.iob3_box .box2 {

    background-color: #78cbba;
    margin-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: -150px;
}

.iob3_box .box3 {

    background-color: #78b3cb;
    margin-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: -150px;
}


.iob3_box {
    rotate: 270deg;
}

.industry_opportunities_block3 h5 {
    padding-bottom: 60px;
}

.the-brand-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;

}

.the-brand-area h2 {
    color: #393939;
    font-size: 45px;
    padding-bottom: 30px;
}

.the-brand-area h2 span {
    color: #60ad74;
    font-size: 35px;
    letter-spacing: -5px;
}

.brand-area img {
    padding-top: 30px;
    padding-right: 100px;
    padding-bottom: 100px;
}

.brand-area-content h4 {
    color: #60ad74;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 40px;
}

.brand-area-content p {
    color: #000;
    font-size: 18px;
    padding-bottom: 40px;
}

.brand-area-content {
    margin-top: -70px;
}

.history-area {
    background-color: #60ad74;
    min-height: 610px;
    padding: 80px;
}

.history-area h3 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 20px;
}

.history-area p {
    color: #fff;
    padding-bottom: 15px;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
}

.growth-area {
    background-color: #f6f7f8;
    min-height: 725px;
    padding: 80px;
}

.growth-area h3 {
    font-size: 30px;
    padding-bottom: 50px;
    color: #303030;
}

.growth-area p {
    color: #000;
    padding-bottom: 15px;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    padding-top: 30px;
}

.brand-area-btn {
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.zk-product-area {
    background-color: #f6f7f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.zk-product-area h2 {
    color: #393939;
    font-size: 35px;
    padding-bottom: 30px;
}

.zk-product-area h2 span {
    color: #60ad74;
    font-size: 25px;
    letter-spacing: -5px;
}

.zk-product-bottom {
    background-color: #fff;
    padding: 30px;
    width: 409px;
    margin-bottom: 30px;
}

.zk-product-slider img {
    width: 409px;
}

.zk-product-bottom p {
    color: #000;
    font-size: 18px;
}

.zk-product-area-btn {
    margin: auto;
    text-align: center;
}

.zk-manufacturing-area {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.zk-manufacturing-area h2 {
    color: #393939;
    font-size: 35px;
    padding-bottom: 30px;
}

.zk-manufacturing-area h2 span {
    color: #60ad74;
    font-size: 25px;
    letter-spacing: -5px;
}

.zk-manufacturing-area img {
    padding-right: 50px;
}

.zk-manufacturing-area p {
    font-size: 18px;
    color: #070707;
    line-height: 30px;
    padding-bottom: 20px;
}

.zk-business-opportunities-area {
    background-color: #f6f7f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.zk-business-opportunities-area h2 {
    color: #393939;
    font-size: 35px;
    padding-bottom: 30px;
}

.zk-business-opportunities-area h2 span {
    color: #60ad74;
    font-size: 25px;
    letter-spacing: -5px;
}

.zk-business-opportunities-box {
    background-color: #fff;
    min-height: 200px;
    padding: 30px;
    margin-bottom: 30px;
}

.zk-business-opportunities-box .number {
    color: #6ab27d;
    font-size: 23px;
}

.zk-business-opportunities-box .content {
    color: #000;
    font-size: 18px;
}

.zk-business-opportunities-btn {
    margin: auto;
    padding-top: 30px;
    text-align: center;
}

.about-poomkudy-area {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-poomkudy-area h2 {
    color: #393939;
    font-size: 35px;
    padding-bottom: 30px;
}

.about-poomkudy-area h2 span {
    color: #60ad74;
    font-size: 25px;
    letter-spacing: -5px;
}

.about-poomkudy-area p {
    color: #000;
    line-height: 30px;
    font-size: 18px;
    padding-bottom: 30px;
}

.about-poomkudy-area img {
    margin-left: 50px;
    margin-top: -70px;

}

.zk-footer-first {
    background-color: #292929;
    width: 40%;
    min-height: 200px;
    padding-left: 350px;
    padding-right: 100px;
    padding-top: 100px;
}

.zk-footer-second {
    background-color: #60ad74;
    width: 60%;
    min-height: 300px;
    padding-left: 100px;
    padding-right: 200px;
    padding-top: 30px;
    margin-top: -50px;
}

.zk-footer-first .opening p {
    color: #ffffff;
    font-size: 15px;
    padding-top: 15px;
}


.zk-product .owl-nav {
    position: relative;
    bottom: 560px;
    text-align: right;
}

.zk-product .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.zk-product .owl-nav button span {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

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

.zk-product-bottom p span {
    color: #60ad74;
}

.zk-product-display-mobile {
    display: none;
}

.industry_opportunities_block1 h5 {
    font-size: 24px;
}

.industry_opportunities_block3 h5 {
    font-size: 20px;
}







.bt-wocs-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f4f7f9;
}

.bt-wocs-area h3 {
    text-align: center;
    margin: auto;
    font-size: 40px;
    color: #212121;
    padding-bottom: 50px;
}

.bt-wocs-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    margin-left: 50px;
    margin-bottom: 20px;
}

.bt-wocs-box-second p {
    font-size: 18px;
    padding-left: 10px;
    line-height: 30px;
}

.bt-wocs-box-first img {
    width: 300px !important;
}

.bt-wocs-box-second h5 {
    padding-top: 10px;
    padding-left: 10px;
    color: #212121;
    font-size: 20px;
}

.bt-wocs-box-second h6 {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: #80438F;
}

.bt-wocs-area .btn-normal-1 {
    text-align: center;
    margin: auto;
    padding-top: 10px;
}

.bt-wocs-slider .owl-nav {
    position: relative;
    bottom: 350px;
    text-align: right;
}

.bt-wocs-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.bt-wocs-slider .owl-nav button span {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

.bt-footer-cover-area {
    height: 500px;
    background-image: url(../img/footer-cover.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.bt-footer-cover-area .container {
    width: 100%;
}

.bt-footer-cover-area h3 {
    color: #5f5f5f;
    font-size: 30px;
    line-height: 40px;
    padding-left: 40px;
}

.bt-footer-cover-area .btn-normal-1 {
    padding-top: 20px;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .bt-footer-cover-area {
        height: auto;
        padding: 60px 0;
    }

    .bt-footer-cover-area h3 {
        font-size: 22px;
        line-height: 32px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bt-footer-cover-area .btn-normal-1 {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .bt-wcu-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bt-wocs-box {
        margin-left: 0;
        flex-direction: column;
    }

    .bt-wocs-box-first img {
        width: 80px !important;
        margin-bottom: 15px;
    }
}

.bt-footer-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0f1b24;
}

.bt-footer-image {
    padding-bottom: 25px;
    border-bottom: 1px #575f65 solid;
}

.bt-footer-address {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #575f65 solid;
}

.bt-footer-address p {
    color: #dddddd;
    font-size: 17px;
}

.bt-footer-copywrite {
    padding-top: 20px;
}


.galary-slider .owl-nav {
    position: relative;
    bottom: 800px;
    text-align: right;
}

.galary-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.galary-slider .owl-nav button span {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

.card-header span {
    background-color: #80438F;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -35px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}


.bt-our-works-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f4f4f4;
}

.bt-our-works-area h3 {
    font-size: 41px;
    color: #212121;
    float: left;
    margin-bottom: 30px;
}

.bt-our-works-area .btn-normal {
    float: right;
    margin-top: 15px;
}

.bt-our-works-area .row {
    justify-content: space-between;
    margin: auto;
}

.bt-our-works-content-area img {
    border-radius: 15px 15px 0 0;
}

.bt-our-works-data-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 0 0 15px 15px;
    min-height: 220px;
}

.bt-our-works-data-content h4 {
    font-size: 26px;
    padding-bottom: 7px;
}

.bt-our-works-data-content p {
    font-size: 20px;
    padding-bottom: 10px;
}

.bt-keyword {
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bt-keyword-first h1 {
    font-size: 35px;
    color: #212121;
    float: left;
    margin-bottom: 20px;
}

.bt-keyword-second h1 {
    font-size: 35px;
    color: #212121;
    float: left;
    margin-bottom: 20px;
}

.bt-keyword-first img {
    border-radius: 20px;
}

.bt-keyword-second img {
    border-radius: 20px;
}

.bt-keyword-first p {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #777;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 300px;
}

.bt-keyword-second p {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #777;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 300px;
}

/*featured section*/
.featured-heading {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    padding: 40px 20px;
    font-weight: bold;
    background: #fff;
}

.featured-heading span {
    color: #AF80B8;
}

.featured-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    background: #fff;
    overflow: hidden;
}

.featured-content {
    flex: 1;
    max-width: 500px;
    padding: 20px;
}

.featured-content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.featured-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
    text-align: left;
}

.featured-content a {
    display: inline-block;
    padding: 10px 20px;
    background: #AF80B8;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.featured-content a:hover {
    background: #fefefe;
    color: #AF80B8;

}

.featured-image {
    flex: 1;
    max-width: 500px;
    padding: 20px;
    text-align: center;
}

.featured-image img {
    max-width: 100%;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .featured-section {
        flex-direction: column;
        text-align: center;
    }

    .featured-image {
        order: -1;
    }
}



/*more about us*/

.more-about-us {
    text-align: center;
    padding: 50px 20px;
    background-color: #f8f8f8;
}

.more-about-us h2 {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.more-about-us h2 span {
    color: #BE72C8;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.more-about-us-feature {
    background: white;
    padding: 20px;
    border-radius: 20%;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.more-about-us-feature:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    transform: scale(1.05);
}

.more-about-us-feature span {
    font-weight: bold;
    font-size: 1.5rem;
    color: #BE72C8;
}

.more-about-us-feature p {
    margin-top: 10px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .features {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .more-about-us-feature {
        width: 45%;
        height: auto;
        border-radius: 20px;
    }
}


.footer-faq {
    margin-bottom: 0px;
}

.footer-faq-question {
    font-size: 18px;
    font-weight: bold;
    color: #0F1B24;
    cursor: pointer;
    padding: 10px;
    background-color: #0F1B24;
}

.footer-faq-answer {
    display: none;
    padding: 10px;
    border-left: 3px solid #2563eb;
    margin-top: 5px;
}

.footer-faq-answer a {
    display: block;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 14px;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
    margin: 5px 0;
    text-align: center;
}

.footer-faq-answer a:hover {
    background-color: #e5e7eb;
}

@media (max-width: 768px) {
    .footer-faq-title {
        font-size: 22px;
    }

    .footer-faq-question {
        font-size: 16px;
    }
}

/*new section*/
.bundle-packages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.bundle-packages-card {
    position: relative;
    width: 350px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: white;
}

.bundle-packages-card:hover {
    transform: scale(1.10);
}

.bundle-packages-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.bundle-packages-card-content {
    padding: 15px;
    text-align: center;
}

.bundle-packages-card-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    position: absolute;
    top: 120px;
    left: 50px;
    height: 60px;
    width: auto;
    background-color: #fefefea9;
    padding: 40px;
    color: #333;
}

.price {
    font-size: 1rem;
    color: #d32f2f;
    text-decoration: line-through;
}

.offer-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.offer-price span {
    font-size: 0.8rem;
    font-weight: bold;
    color: #333;
}

.description {
    font-size: 18px;
    margin-top: 5px;
    color: #333;
    position: absolute;
    top: 130px;
    left: 100px;
}

@media (max-width: 768px) {
    .bundle-packages {
        flex-direction: column;
        align-items: center;
    }
}

.iti {
    display: block;
}

.iti__country-list {
    z-index: 9999 !important;
}


/* Hero Section - bright-tec-new-banner */
.bright-tec-new-banner {
    position: relative;
    background: url('../img/banner-image-new.jpg') no-repeat center center;
    background-size: cover;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 100px 0 160px;
    /* overflow: visible; Removed hidden to allow stats bar to float */
}

.bright-tec-new-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 12px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    max-width: 700px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hero-content p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    opacity: 0.95;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    max-width: 500px;
}

.hero-form-wrapper {
    display: flex;
    justify-content: flex-end;
}

.glass-form {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 32px;
    padding: 35px 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 460px;
}

.glass-form h3 {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.glass-form p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 400;
}

.glass-form .form-control {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 15px 20px;
    height: 52px;
    font-size: 1.1rem;
    color: #222;
    transition: all 0.3s ease;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.glass-form .form-control:focus {
    background: #fff;
    box-shadow: 0 0 0 4px rgba(123, 49, 206, 0.2);
    border-color: #7B31CE;
}

.hero-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #7B31CE 0%, #FF8C00 100%);
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 1.15rem;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(123, 49, 206, 0.3);
}

.hero-submit-btn:hover {
    background: linear-gradient(135deg, #6A20BD 0%, #E07800 100%);
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(123, 49, 206, 0.4);
}

/* Stats Bar */
.hero-stats-bar {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
    max-width: 1200px;
    background: #ffffff;
    border-radius: 28px;
    padding: 30px 25px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.stats-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 16px;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
}

.stats-item:hover {
    background: #f5f0ff;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(123, 49, 206, 0.12);
}

.stats-item:hover .stats-icon {
    background: linear-gradient(135deg, #6A20BD, #7B31CE);
    transform: scale(1.12) rotate(-4deg);
    box-shadow: 0 8px 22px rgba(123, 49, 206, 0.55);
}

.stats-item:hover .stats-icon i {
    color: #ffffff;
}

@media (min-width: 768px) {
    .stats-item:not(:last-child) {
        border-right: 1px solid #f0f0f0;
    }
}

.stats-icon {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #7B31CE, #FF8C00);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(123, 49, 206, 0.35);
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.stats-icon i {
    color: #ffffff;
    font-size: 1.75rem;
}

.stats-text h4 {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0;
    color: #111;
    line-height: 1;
    margin-bottom: 3px;
    font-family: 'Baloo Chettan 2', sans-serif;
}

.stats-text p {
    font-size: 1rem;
    margin: 0;
    color: #666;
    font-weight: 600;
    letter-spacing: 0.1px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .bright-tec-new-banner {
        padding: 80px 0 60px;
        text-align: center;
        min-height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-content h1 {
        font-size: 2.8rem;
        margin: 0 auto 25px;
        padding-top: 30px;
    }

    .hero-form-wrapper {
        justify-content: center;
        margin-top: 60px;
    }

    .hero-stats-bar {
        position: relative !important;
        bottom: 0 !important;
        margin: 60px auto 0 !important;
        width: 100% !important;
        transform: none !important;
        left: 0 !important;
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .hero-stats-bar .row.flex-nowrap {
        flex-wrap: wrap !important;
    }

    .stats-item {
        margin-bottom: 25px;
        border-right: none !important;
        justify-content: center;
        padding-left: 0;
    }

    .stats-icon {
        width: 50px;
        height: 50px;
        margin-right: 12px;
        border-radius: 11px;
    }

    .stats-icon i {
        font-size: 1.4rem;
    }

    .stats-text h4 {
        font-size: 1.5rem;
        margin-bottom: 2px;
    }

    .stats-text p {
        font-size: 0.85rem;
    }

    .hero-stats-bar {
        padding: 30px 15px 10px;
        border-radius: 24px;
        margin-top: 50px !important;
    }

    .hero-content h1 {
        font-size: 2.2rem;
        margin-top: 70px;
    }
}


.bright-tec-new-design-service {
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}

.service-section-title {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .bright-tec-new-design-service {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .service-section-title {
        margin-bottom: 30px;
    }

    .service-section-title h2 {
        font-size: 1.8rem;
    }

    .service-section-title p {
        font-size: 1rem;
    }

    .service-card-new .card-img {
        height: 200px;
    }

    .service-card-new .card-text-wrapper h4 {
        font-size: 1.3rem;
    }
}

.service-section-title h2 {
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
    font-family: 'Playfair Display', serif;
}

.service-section-title p {
    font-size: 1.2rem;
    color: #666;
    font-family: 'Baloo Chettan 2', sans-serif;
}

.service-card-new {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 30px;
}

.service-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.service-card-new .card-img {
    height: 250px;
    overflow: hidden;
}

.service-card-new .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card-new:hover .card-img img {
    transform: scale(1.1);
}

.service-card-new .card-body-new {
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-card-new .card-text-wrapper h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
    font-family: 'Baloo Chettan 2', sans-serif;
}

.service-card-new .card-text-wrapper p {
    font-size: 0.95rem;
    color: #777;
    margin: 0;
    font-family: 'Baloo Chettan 2', sans-serif;
}

.service-card-new .card-arrow {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c144e;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.service-card-new:hover .card-arrow {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .service-section-title h2 {
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    .bright-tec-new-design-service {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .service-section-title h2 {
        font-size: 2.2rem;
    }
}

/* Our Simple Process Section */
.bright-tec-new-our-simple-process {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/bright-tec-background-1.jpg);
    background-blend-mode: overlay;
    position: relative;
    overflow: hidden;
}

.bright-tec-new-our-simple-process .container {
    position: relative;
    z-index: 2;
}

.process-section-title {
    text-align: center;
    margin-bottom: 10px;
}

.process-section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 33px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
}

.process-section-title p {
    font-size: 22px;
    color: #444;
    font-weight: 500;
}

.process-step-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.process-step-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.process-icon-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.process-icon-circle {
    width: 100px;
    height: 100px;
    background-color: #f5f4fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a3b8b;
    transition: all 0.4s ease;
}

.process-step-card:hover .process-icon-circle {
    background-color: #4a3b8b;
    color: #fff;
}

.process-content h4 {
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 21px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 12px;
}

.process-content p {
    font-size: 17px;
    line-height: 1.6;
    color: #666;
}

.process-arrow {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    color: #b1a9d4;
    font-size: 24px;
    z-index: 3;
    transition: transform 0.3s ease;
}

.process-step-card:hover .process-arrow {
    transform: translateY(-50%) translateX(10px);
}

.mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .process-section-title h2 {
        font-size: 1.8rem;
    }

    .process-icon-circle {
        width: 70px;
        height: 70px;
    }

    .process-icon-circle svg {
        width: 30px;
        height: 30px;
    }

    .process-content h4 {
        font-size: 18px;
    }

    .process-content p {
        font-size: 15px;
    }

    .process-icon-wrapper {
        margin-bottom: 20px;
    }
}

/* Our Portfolio Section */
.bright-tec-new-our-portfolio {
    padding: 60px 0;
    background-image: linear-gradient(to bottom, rgba(13, 0, 44, 0.8), rgba(0, 0, 0, 0.85)), url('../img/portfolio-bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.portfolio-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio-section-title p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.portfolio-feature-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 25px 20px;
    height: 100%;
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.portfolio-feature-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.portfolio-icon {
    width: 60px;
    height: 50px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #80438F;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.portfolio-feature-card:hover .portfolio-icon {
    background: #80438F;
    color: #fff;
}

.portfolio-card-content h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Baloo Chettan 2', sans-serif;
    line-height: 1.2;
}

.portfolio-card-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .portfolio-section-title h2 {
        font-size: 1.8rem;
    }

    .portfolio-feature-card {
        padding: 20px 15px;
    }

    .portfolio-icon {
        width: 45px;
        height: 45px;
    }

    .portfolio-icon svg {
        width: 24px;
        height: 24px;
    }

    .portfolio-card-content h4 {
        font-size: 17px;
    }
}

.portfolio-btn-wrapper {
    margin-top: 40px;
}

.view-more-btn {
    display: inline-block;
    padding: 12px 40px;
    background: linear-gradient(135deg, #7B31CE 0%, #FF8C00 100%);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(123, 49, 206, 0.3);
}

.view-more-btn:hover {
    background: #fff;
    color: #7B31CE;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(123, 49, 206, 0.4);
}

/* Redesigned About Section */
.bright-tec-new-about-area {
    padding: 60px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.about-section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 12px;
}

.about-section-title p {
    font-size: 1.1rem;
    color: #666;
    font-family: 'Baloo Chettan 2', sans-serif;
    max-width: 600px;
    margin: 0 auto;
}

.about-image-container {
    position: relative;
    padding-right: 20px;
}

.about-main-img {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    transition: transform 0.5s ease;
}

.about-image-container:hover .about-main-img {
    transform: scale(1.02);
}

.experience-badge-overlay {
    position: absolute;
    bottom: -30px;
    right: 0;
    background: linear-gradient(135deg, #7B31CE 0%, #FF8C00 100%);
    color: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(123, 49, 206, 0.3);
    z-index: 2;
    text-align: center;
}

.exp-badge-inner {
    display: flex;
    flex-direction: column;
}

.exp-number {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    font-family: 'Baloo Chettan 2', sans-serif;
}

.exp-text {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-text-content {
    padding-left: 20px;
}

.about-tagline {
    display: inline-block;
    color: #80438F;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}

.about-tagline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: #80438F;
}

.about-text-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
}

.about-text-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.mini-stat-card {
    background: #fdf2ef;
    padding: 20px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.mini-stat-card:hover {
    background: linear-gradient(135deg, #7B31CE 0%, #FF8C00 100%);
    transform: translateY(-5px);
}

.mini-stat-card h4 {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #7B31CE, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.mini-stat-card p {
    font-size: 0.9rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.mini-stat-card:hover h4,
.mini-stat-card:hover p {
    color: #fff;
}

.rounded-24 {
    border-radius: 24px;
}

@media (max-width: 991px) {
    .bright-tec-new-about-area {
        padding: 80px 0;
    }

    .about-image-container {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .about-text-content {
        padding-left: 0;
    }

    .experience-badge-overlay {
        bottom: -20px;
        right: 20px;
        padding: 20px 25px;
    }

    .exp-number {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .about-section-title h2 {
        font-size: 1.8rem;
    }

    .about-text-content h3 {
        font-size: 1.6rem;
    }

    .mini-stat-card h4 {
        font-size: 1.5rem;
    }
}

/* Redesigned Interiors Sections */
.bright-tec-new-home-interiors-area,
.bright-tec-new-commercial-interiors-area {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.bright-tec-new-home-interiors-area {
    background-color: #f9f9f9;
}

.bright-tec-new-commercial-interiors-area {
    background-color: #ffffff;
}

.interiors-section-header {
    margin-bottom: 50px;
}

.interiors-section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 33px;
    color: #111;
    font-weight: 700;
    margin-bottom: 12px;
}

.interiors-section-title p {
    font-size: 1.2rem;
    color: #666;
    font-family: 'Baloo Chettan 2', sans-serif;
    margin: 0;
}

.interior-service-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.commercial-card {
    background: #fbfbfc;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.interior-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.card-img-holder {
    height: 240px;
    overflow: hidden;
}

.card-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.interior-service-card:hover .card-img-holder img {
    transform: scale(1.1);
}

.card-details {
    padding: 30px;
}

.card-details h3 {
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-details p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

.learn-more-link {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #7B31CE, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 0.95rem;
    gap: 8px;
    transition: gap 0.3s ease;
}

.learn-more-link:hover {
    color: #80438F;
    gap: 12px;
}

.mt-50 {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .interiors-section-title h2 {
        font-size: 1.8rem;
    }

    .interiors-section-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .interiors-section-header .text-lg-right {
        text-align: center !important;
        margin-top: 30px;
    }
}

/* Redesigned Keywords Section */
.bright-tec-new-keywords-area {
    padding: 60px 0;
    background-color: #f4f7f6;
}

.keyword-feature-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.keyword-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.keyword-img-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.keyword-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.keyword-feature-card:hover .keyword-img-wrapper img {
    transform: scale(1.05);
}

.keyword-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #7B31CE 0%, #FF8C00 100%);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(123, 49, 206, 0.3);
}

.keyword-content {
    padding: 35px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.keyword-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.keyword-content p {
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.keyword-footer {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .keyword-img-wrapper {
        height: 250px;
    }

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

/* Redesigned Gallery Section */
.bright-tec-new-gallery-area {
    padding: 80px 0;
    background-color: #0f1c24;
    /* Keep the elegant dark theme */
}

.gallery-section-header {
    margin-bottom: 50px;
}

.gallery-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.gallery-tagline {
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 1.1rem;
    color: #b0bec5;
    max-width: 700px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(123, 49, 206, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.overlay-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #7B31CE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transform: scale(0.8);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .overlay-icon {
    transform: scale(1);
}

.tall-item {
    min-height: 500px;
}

.main-item {
    height: 350px;
}

.sub-item {
    height: 250px;
}

.light-outline-btn {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.light-outline-btn:hover {
    background: #ffffff;
    color: #0f1c24;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .gallery-title {
        font-size: 28px;
    }

    .tall-item {
        min-height: 400px;
    }

    .main-item,
    .sub-item {
        height: 300px;
    }
}

/* Redesigned Why Choose Us Section */
.bright-tec-new-wcu-area {
    padding: 60px 0;
    background-color: #ffffff;
}

.wcu-tagline {
    display: inline-block;
    color: #80438F;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.wcu-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
}

.wcu-features-list {
    display: grid;
    gap: 24px;
}

.wcu-feature-item {
    display: flex;
    align-items: center;
    background: #fbfbfc;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.wcu-feature-item:hover {
    transform: translateX(10px);
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border-color: rgba(190, 115, 200, 0.2);
}

.wcu-icon-holder-wrapper {
    margin-right: 30px;
}

.wcu-icon-holder {
    width: 65px;
    height: 65px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.wcu-icon-holder img {
    width: 35px;
    height: auto;
}

.wcu-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 8px;
}

.wcu-text p {
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 1rem;
    color: #666;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .wcu-main-title {
        font-size: 30px;
    }

    .wcu-feature-item {
        padding: 20px;
    }

    .wcu-icon-holder-wrapper {
        margin-right: 20px;
    }

    .wcu-text h3 {
        font-size: 20px;
    }
}

/* Redesigned Custom Furniture Section */
.bright-tec-new-furniture-area {
    padding: 80px 0;
    background-color: #fbfbfc;
}

.furniture-section-header {
    margin-bottom: 50px;
}

.furniture-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
}

.furniture-tagline {
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.furniture-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.furniture-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.furniture-img-wrapper {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.furniture-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.furniture-card:hover .furniture-img-wrapper img {
    transform: scale(1.08);
}

.furniture-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.furniture-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
}

.furniture-content p {
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

.furniture-footer {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .furniture-title {
        font-size: 28px;
    }

    .furniture-img-wrapper {
        height: 240px;
    }

    .furniture-content h3 {
        font-size: 22px;
    }
}

/* Redesigned FAQ Section */
.bright-tec-new-faq-area {
    padding: 80px 0;
    background-color: #ffffff;
}

.faq-section-header {
    margin-bottom: 50px;
}

.faq-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
}

.faq-section-tagline {
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.faq-card {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-card:hover {
    border-color: #80438F;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.faq-header {
    background: transparent;
    padding: 0;
}

.faq-btn {
    width: 100%;
    text-align: left;
    padding: 24px 30px;
    background: transparent;
    border: none;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-btn:focus {
    outline: none;
    box-shadow: none;
}

.faq-btn.collapsed {
    color: #444;
}

.faq-icon-toggle {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.faq-icon-toggle::before,
.faq-icon-toggle::after {
    content: '';
    position: absolute;
    background: #80438F;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.faq-icon-toggle::before {
    width: 14px;
    height: 2px;
}

.faq-icon-toggle::after {
    width: 2px;
    height: 14px;
}

.faq-btn:not(.collapsed) .faq-icon-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.faq-body {
    padding: 0 30px 24px 30px;
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    background: #fff;
}

@media (max-width: 767px) {
    .faq-section-title {
        font-size: 28px;
    }

    .faq-btn {
        padding: 20px 25px;
        font-size: 18px;
    }

    .faq-body {
        padding: 0 25px 20px 25px;
    }
}

/* Premium Modal Design - Optimised to match reference image */
.premium-modal-content {
    max-width: 460px;
    margin: 0 auto;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.custom-close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
    font-size: 24px;
    font-weight: 300;
    color: #999;
    opacity: 0.8;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
    line-height: 1;
    cursor: pointer;
}

.custom-close:hover {
    opacity: 1;
    color: #333;
}

.p-40 {
    padding: 35px 40px !important;
}

.modal-main-title {
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 30px;
    color: #1a1a1a;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1.2;
}

.modal-sub-title {
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 14px;
    color: #888;
    line-height: 1.4;
    margin-bottom: 25px;
}

.premium-label {
    display: block;
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #444;
    margin-bottom: 5px;
}

.premium-input {
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 15px;
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    background-color: #fff;
    width: 100%;
    margin-bottom: 15px;
}

.premium-input:focus {
    border-color: #cca33d;
    box-shadow: 0 0 0 0.2rem rgba(204, 163, 61, 0.15);
    outline: none;
}

.premium-input::placeholder {
    color: #adb5bd;
    font-size: 14px;
}

.premium-submit-btn {
    width: 100%;
    height: 52px;
    background-color: #cca33d;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Baloo Chettan 2', sans-serif;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.premium-submit-btn:hover {
    background-color: #b38f35;
    box-shadow: 0 4px 12px rgba(204, 163, 61, 0.25);
}

.premium-submit-btn:active {
    transform: translateY(0);
}

@media (max-width: 575px) {
    .p-40 {
        padding: 30px 20px !important;
    }

    .modal-main-title {
        font-size: 26px;
    }

    .premium-input {
        height: 46px;
    }
}