:root {
    --bs-primary: #002637;
    --bs-primary-rgb: rgba(0, 38, 55, 1);
    --bs-secondary: #B68640;
    --bs-secondary-rgb: rgba(182, 134, 64, 1);
    --bs-tertiary: #006BD5;
    --bs-tertiary-rgb: rgba(0, 107, 213, 1);
    --bs-success: #007846;
    --bs-success-rgb: rgba(0, 120, 70, 1);
    --bs-warning: #783200;
    --bs-warning-rgb: rgba(120, 50, 0, 1);
    --bs-error: #780000;
    --bs-error-rgb: rgba(120, 0, 0, 1);
    --color-primary-container: #B3C1C7;
    --color-primary-container-rgb: rgba(179, 193, 199, 1);
    --color-secondary-container: #F4DCB9;
    --color-secondary-container-rgb: rgba(244, 220, 185, 1);
    --color-tertiary-container: #B3D6FA;
    --color-tertiary-container-rgb: rgba(179, 214, 250, 1);
    --color-error-container: #EACCCC;
    --color-error-container-rgb: rgba(234, 204, 204, 1);
    --color-success-container: #CCEADD;
    --color-success-container-rgb: rgba(204, 234, 221, 1);
    --color-warning-container: #EAD8CC;
    --color-warning-container-rgb: rgba(234, 216, 204, 1);
    --text-border-outline: #71787E;
    --bg-surf-container-low: #F0F4F8;
    --text-border-on-surface-var: #41484D;
    --text-border-on-surface: #181C1F;
    --bs-body-font-family: Yekan Bakh FaNum;
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 100;
    font-stretch: normal;
    src: url('../fonts/Yekan/woff/YekanBakhFaNum-Thin.woff') format('woff'),
    url('../fonts/Yekan/woff2/YekanBakhFaNum-Thin.woff2') format('woff2');
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    src: url('../fonts/Yekan/woff/YekanBakhFaNum-Light.woff') format('woff'),
    url('../fonts/Yekan/woff2/YekanBakhFaNum-Light.woff2') format('woff2');
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    src: url('../fonts/Yekan/woff/YekanBakhFaNum-Regular.woff') format('woff'),
    url('../fonts/Yekan/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    src: url('../fonts/Yekan/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),
    url('../fonts/Yekan/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    src: url('../fonts/Yekan/woff/YekanBakhFaNum-Bold.woff') format('woff'),
    url('../fonts/Yekan/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    src: url('../fonts/Yekan/woff/YekanBakhFaNum-ExtraBold.woff') format('woff'),
    url('../fonts/Yekan/woff2/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;
    src: url('../fonts/Yekan/woff/YekanBakhFaNum-Black.woff') format('woff'),
    url('../fonts/Yekan/woff2/YekanBakhFaNum-Black.woff2') format('woff2');
}
@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 950;
    font-stretch: normal;
    src: url('../fonts/Yekan/woff/YekanBakhFaNum-ExtraBlack.woff') format('woff'),
    url('../fonts/Yekan/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
}
*{
    font-family: var(--bs-body-font-family);
    color: #525252;
}
ul{
    margin:0;
    padding:0 ;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
input:focus{
    outline: 0 !important;
    box-shadow: none !important;
}
button {
    border: 0;
    background: none;
}
.h-btn{
    border-radius: 500rem;
    padding: 15px 36px;
    display: flex;
    gap: 8px;
    width: max-content;
    align-items: center;
}
.btn-t-1{
    background: #24ADB5;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.btn-t-2{
    background: #173C4A;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

header {
    /*background-image: url(../img/headerbg.svg);*/
    /*width: 100%;*/
    /*min-height: 700px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    position: relative;
}
header:before{
    content: "";
    position: absolute;
    background-image: url(../img/headerbg.svg);
    width: 100%;
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
    left: 0;
    z-index: -1;
}
.home-page header:before{
    content: "";
    position: absolute;
    background-image: url(../img/home/home-bg.svg) !important;
    width: 100%;
    min-height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50px;
}
.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.menu-right {
    display: flex;
    gap: 0;
    flex: 1;
    justify-content: flex-end;
    padding-left: 3rem;
}
.menu-left {
    display: flex;
    gap: 0;
    flex: 1;
    justify-content: flex-start;
    padding-right: 3rem;
}
.main-menu-top a.nav-link {
    padding: 0 15px !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    font-weight: 600;
    position: relative;
    color: #525252;
}
.navbar-nav .current-menu-item.active a{
    position: relative;
    font-weight: 600;
    color: #525252;
}
.navbar-nav .current-menu-item.active a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
    background: #F9C763;
    width: 15px;
    height: 3px;
    border-radius: 500rem;
}
.logo-center {
    flex-shrink: 0;
}
.logo-container {
    background: linear-gradient(135deg, #17a2b8 0%, #20c0d7 100%);
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(23, 162, 184, 0.3);
    transition: transform 0.3s ease;
}
.logo-container:hover {
    transform: translateY(-2px);
}


.home-hero-title{
    font-size: 56px;
    font-weight: 900;
    color:#183C4C;
}
.home-hero-title span {
    color: #24ADB5;
    position: relative;
}
.home-hero-title span:after{
    content: "";
    position: absolute;
    background-image: url(../img/home/span-bg.svg);
    width: 100%;
    min-height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.home-hero-description{
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    padding: 24px 0;
    text-align: center;
}

.zero-s-title {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    color: #183C4C;
    position: relative;
}
.zero-s-title span {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    color: #24ADB5;
    position: relative;
}
.zero-s-title:before {
    content: "";
    position: absolute;
    background-image: url(../img/home/before-t.svg);
    height: 22px;
    width: 28px;
    margin-right: -35px;
    top: 15px;
}
.zero-s-title:after {
    content: "";
    position: absolute;
    background-image: url(../img/home/after-t.svg);
    height: 22px;
    width: 28px;
    margin-left: -78px;
    top: 15px;
}
.zero-s-description{
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    text-align: center;
}

.service-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
}
.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.zero-boxes .row {
    margin-bottom: 0;
}


.h-about-title {
    color: #183C4C;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-right: 40px;
}
.h-about-description {
    text-align: justify;
    width: 90%;
    padding: 20px 0;
    color: #323232;
    font-size: 16px;
}
.h-about-title:before {
    content: "";
    position: absolute;
    background-image: url(../img/home/before-t.svg);
    height: 22px;
    width: 28px;
    margin-right: -35px;
    top: 15px;
}
.about-video img{
    width: 100%;
}

.logo-box {
    border-radius: 16px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.customer-boxes .col-lg-2.col-md-3.col-sm-6 {
    background: #fff;
}

.cb1 .col-lg-2.col-md-3.col-sm-6:nth-child(even) {
    background-color: #EBF4F4;
}
.cb2 .col-lg-2.col-md-3.col-sm-6:nth-child(odd) {
    background-color: #EBF4F4;
}

.logo-box img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
section.customer-section,section.chalenge-section{
    position: relative;
    overflow: visible;
}
section.customer-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    background-image: url(../img/home/home-bg-pat.svg);
    background-repeat: no-repeat;
    height: 937px;
    width: 440px;
    z-index: 9;
}
section.chalenge-section:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/home/home-bg-cha.svg);
    background-repeat: no-repeat;
    height: 782px;
    width: 440px;
    z-index: -1;
}


.h-chal-title {
    color: #183C4C;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-right: 40px;
}
.h-chal-title span {
    color: #24ADB5;
    font-size: 36px;
    font-weight: 700;
}
.h-chal-description {
    text-align: justify;
    width: 90%;
    padding: 20px 0;
    color: #323232;
    font-size: 16px;
}
.h-chal-title:before {
    content: "";
    position: absolute;
    background-image: url(../img/home/before-t.svg);
    height: 22px;
    width: 28px;
    margin-right: -35px;
    top: 15px;
}
.lc-row {
    border-radius: 500rem;
    border: 1px solid #AEDEE2;
    color: #474747;
    font-weight: 500;
    font-size: 18px;
    padding: 18px 30px 18px 20px;
    margin-bottom: 10px;
    position: relative;
    transition: all .4s;
    background: #F0FEFF;
    background: linear-gradient(90deg, rgba(240, 254, 255, 0.86) 0%, rgba(255, 255, 255, 1) 57%);
}
.lc-row:hover {
    border: 1px solid #59D4DB;
}
.lc-row:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 500rem;
    background: #F9C763;
    right: 12px;
    top: 27px;
}
.blog-sec-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-post-t-1{
    position: relative;
    height: 100%;
}
.blog-post-t-2 {
    position: relative;
    height: 195px;
}
.blog-post-t-1 img {
    border-radius: 16px;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.blog-post-t-2 img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 16px;
    position: absolute;
    z-index: -1;
}
.bp-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.bp-date img,.bp-user img {
    width: fit-content;
    position: relative;
    z-index: 0;
}
.blog-post-t-1 {
    position: relative;
    height: 100%;
}
.bp-cats ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    padding: 15px 15px;
}
.bp-cats li a {
    font-size: 12px;
    color: #fff;
    background: #FF8945;
    padding: 5px 10px;
    border-radius: 500rem;
}
a.bp-title {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}
.bp-bot {
    padding: 20px;
}
.blog-post-t-1:after {
    content: "";
    position: absolute;
    background: #020202;
    background: linear-gradient(107deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 37%) 96%);
    width: 100%;
    height: 95.3%;
    top: 0;
    border-radius: 16px;
    z-index: -1;
}
.blog-post-t-2:after {
    content: "";
    position: absolute;
    background: #020202;
    background: linear-gradient(107deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 37%) 96%);
    width: 100%;
    height: 98%;
    top: 0;
    border-radius: 16px;
    z-index: -1;
}
.bp-bot-bot {
    display: flex;
    gap: 25px;
}
.bp-user,.bp-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.bp-user-title,.bp-date-title {
    color: #fff;
}



.page-hero-des {
    font-size: 40px;
    color: #183C4C;
    font-weight: 900;
    max-width: 77%;
    margin: auto;
    padding-bottom: 45px;
}
.filter-tabs {
    width: max-content;
    margin: auto;
    background: #ffff;
    border-radius: 500rem;
    padding: 6px;
    border: 1px solid #24ADB530;
    display: flex;
    flex-direction: row;
    gap: 15px;
    box-shadow: 0 0 48px -18px #48D4DD;
}
button.filter-btn {
    color: #183C4C;
    font-weight: 600;
    padding: 12px 24px;
}
button.filter-btn.active {
    background: #24ADB5;
    border-radius: 500rem;
    border: 0;
    padding: 12px 24px;
    color: #fff;
    font-weight: 600;
}
.portfolio-image{
    position: relative;
}
.portfolio-image img {
    border-radius: 20px;
    width: 100%;
}
.portfolio-card{
    transition: all 2s;
}
.portfolio-overlay{
    display: none;
    transition: all 2s;
}
.portfolio-card:hover .portfolio-overlay {
    display: flex;
    position: absolute;
    top: 0;
    background: #17171799;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all 2s;
}
.overlay-content a h3 {
    color: #fff;
    font-weight: 700 !important;
    font-size: 24px;
}
a.next.page-numbers span, a.prev.page-numbers span {
    background: #24ADB5;
    border-radius: 500rem !important;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
li.page-item.pan .page-link {
    height: 45px;
    width: 45px;
    background: linear-gradient(rgb(255 253 253) 100%, rgb(70 167 210 / 0%) 94%) padding-box, linear-gradient(to top, rgb(255 255 255) 7%, rgb(0 174 255 / 65%) 61%) border-box;
    border-radius: 50em;
    border: 1px solid transparent;
}
a.page-link {
    color: #183C4C;
    font-size: 20px;
    padding: 8px 16px;
}
li.page-item.pan.active .page-link {
    background: #24ADB5;
    padding: 10px 18px;
}

.cta-1 img {
    width: 100%;
}



footer{
    background-image: url("../img/footerbg.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-dec {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    line-height: 30px;
}
.fs-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
}
.fm-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
}
.fs-list img {
    width: 73px;
}
.fm-menu ul li a:before {
    content: "";
    position: absolute;
    background: #FF8945;
    height: 8px;
    width: 8px;
    border-radius: 500rem;
    right: 0;
    top: 10px;
}
.fm-menu ul li a {
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-right: 15px;
    position: relative;
}
.fmc-text {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.fmc {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.fmc-hours {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}
.portfolio-title{
    color: #183C4C;
    font-size: 40px;
    font-weight: 800;
    padding-top: 20px;
}
.portfolio-description {
    padding-top: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.portfolio-since {
    padding-top: 20px;
    color: #183C4C;
    font-weight: 800;
    font-size: 18px;
}
.portfolio-since span {
    padding-top: 20px;
    color: #183C4C;
    font-weight: 500;
    font-size: 18px;
}
.portfolio-tags{
    margin-top: 20px;
    padding-top: 20px;
}
.portfolio-tag {
    background: #CFF5F7;
    border-radius: 500rem;
    border: 1px solid #24ADB5;
    padding: 9px 20px;
    font-size: 16px;
    color: #183C4C;
    font-weight: 600;
}
.portfolio-simple {
    position: relative;
}
.portfolio-simple img {
    width: 100%;
    min-height: 445px;
    object-fit: cover !important;
    border-radius: 30px;
}
.ps-title {
    position: absolute;
    bottom: 30px;
    background: #E2F2F3;
    padding: 10px 20px;
    border-radius: 500rem;
    right: 30px;
    color: #005A94;
}
.pm-title {
    text-align: center;
    font-weight: 800;
    font-size: 48px;
    color: #183C4C;
    position: relative;
}
.pm-title:before {
    content: "";
    position: absolute;
    background-image: url(../img/before.svg);
    height: 41px;
    width: 28px;
    margin-right: -35px;
    top: 10px;
}
.pm-title:after {
    content: "";
    position: absolute;
    background-image: url(../img/after.svg);
    height: 41px;
    width: 28px;
    margin-left: -78px;
    top: 10px;
}
.h-blog-description {
    text-align: justify;
    padding: 20px 0;
    color: #323232;
    font-size: 16px;
}
.chal-card img {
    width: 100%;
}





.ads-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}
.consulotion-box{
    background-image: url("../img/home/greenbg.svg");
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
    text-align: justify;
    padding: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 28px;
}
.colsol-top {
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    color: #fff;
}
.cb-title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.conlsol-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cb-icon {
    background: #F86217;
    width: 48px;
    height: 48px;
    border-radius: 500rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cb-icon-2 {
    background: #003456;
    width: 48px;
    height: 48px;
    border-radius: 500rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.advertise-box {
    background: #CEF0FF;
    background: linear-gradient(141deg, rgba(206, 240, 255, 1) 0%, rgba(24, 129, 176, 1) 96%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 72px 24px;
    border-radius: 28px;
}
.cb-title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    width: 60%;
}
.cb-title-2 {
    font-size: 28px;
    color: #183C4C;
    font-weight: 700;
    width: 55%;
}
.btn {
    display: inline-block;
    background: #007bff;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 10px;
}

.right img {
    border-radius: 15px;
}
.profile-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
    position: relative;
    display: flex;
}
.profile-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
    position: relative;
}
.pc-left {
    padding: 15px 0;
}
.pc-right img {
    width: 87%;
    z-index: 1;
}
.profile-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
.profile-name {
    color: #fff;
}
.pct {
    padding-right: 15px;
    position: relative;
    top: 20px;
}
.pct:before {
    content: "";
    position: absolute;
    background: #E3CB84;
    width: 15px;
    height: 6px;
    border-radius: 500rem;
    right: -5px;
    top: 25px;
}
.pcs .pct {
    padding: 0;
    top: 15px;
}
.pcs .profile-name {
    text-align: center;
}
.pcs .profile-title {
    text-align: center;
}
.pcs .pct:before {
    content: "";
    position: absolute;
    background: #E3CB84;
    width: 5px;
    height: 15px;
    border-radius: 500rem;
    right: 0;
    left: 0;
    top: -25px;
    margin: auto;
}
.pcm,.pcs{
    position: relative;
}
.pcm:before {
    content: "";
    position: absolute;
    background-image: url(../img/home/mask.svg);
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 40%;
    background-size: contain;
}
.pcs:before {
    content: "";
    position: absolute;
    background-image: url(../img/home/mask1.svg);
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    background-size: contain;
}
.pcl:before {
    content: "";
    position: absolute;
    background-image: url(../img/home/mask3.svg);
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    background-size: contain;
}
.pcl .pc-right img {
    width: 91%;
}
.pcl .pct {
    margin-right: 50px;
    margin-top: 20px;
}







/* Simple Contact Page Styles */
.simple-contact-page {
    font-family: 'Yekan Bakh FaNum', sans-serif;
    min-height: 100vh;
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-tertiary) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Coming Soon Section */
.coming-soon-section {
    padding: 2rem 0;
}

.coming-soon-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 3rem 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Logo */
.logo-container {
    margin-bottom: 2rem;
}

.logo-img {
    max-width: 200px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

/* Title */
.coming-soon-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Subtitle */
.coming-soon-subtitle {
    font-size: 1.2rem;
    color: var(--text-border-on-surface-var);
    opacity: 0.8;
    line-height: 1.6;
}

/* Contact Form Container */
.contact-form-container {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Simple Contact Form */
.simple-contact-form .form-label {
    font-weight: 600;
    color: var(--bs-primary);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.simple-contact-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-align: center;
}

.simple-contact-form .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 38, 55, 0.25);
    transform: translateY(-2px);
}

.simple-contact-form .form-control.is-invalid {
    border-color: var(--bs-error);
    animation: shake 0.5s ease-in-out;
}

.simple-contact-form .form-control.is-valid {
    border-color: var(--bs-success);
}

/* Submit Button */
.simple-contact-form .btn-primary {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-tertiary) 100%);
    border: none;
    border-radius: 15px;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: none;
}

.simple-contact-form .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 38, 55, 0.4);
}

.simple-contact-form .btn-primary:disabled {
    opacity: 0.7;
    transform: none;
    box-shadow: none;
}

/* Contact Info */
.contact-info {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.contact-text {
    font-size: 1rem;
    color: var(--text-border-on-surface-var);
    margin-bottom: 0.5rem;
}

.contact-text strong {
    color: var(--bs-primary);
}

/* Alert Messages */
.alert {
    border-radius: 15px;
    border: none;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    margin-top: 1rem;
}

.alert-success {
    background: var(--color-success-container);
    color: var(--bs-success);
    border-left: 4px solid var(--bs-success);
}

.alert-danger {
    background: var(--color-error-container);
    color: var(--bs-error);
    border-left: 4px solid var(--bs-error);
}

/* Loading Animation */
.btn-loading .spinner-border {
    width: 1rem;
    height: 1rem;
}

/* Shake Animation */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Fade In Animation */
.coming-soon-content {
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .coming-soon-content {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }

    .coming-soon-title {
        font-size: 2.5rem;
    }

    .coming-soon-subtitle {
        font-size: 1.1rem;
    }

    .logo-img {
        max-width: 150px;
    }

    .contact-form-container {
        padding: 1.5rem;
    }

    .simple-contact-form .form-control {
        padding: 12px 15px;
        font-size: 1rem;
    }

    .simple-contact-form .btn-primary {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .home-page header:before {
        min-height: 785px;
    }
    .simple-contact-page {
        padding: 1rem;
    }

    .coming-soon-content {
        padding: 1.5rem 1rem;
        margin: 0.5rem;
    }

    .coming-soon-title {
        font-size: 2rem;
    }

    .coming-soon-subtitle {
        font-size: 1rem;
    }

    .logo-img {
        max-width: 120px;
    }

    .contact-form-container {
        padding: 1rem;
    }

    .contact-info {
        padding: 1rem;
    }

    .contact-text {
        font-size: 0.9rem;
    }
    .hh-i-two.pt-3 {
        display: none;
    }
    .hh-i-one.text-start {
        display: none;
    }
    .hh-i-three.text-end {
        display: none;
    }
    .ads-section {
        grid-template-columns: 1fr;
    }
    .right img {
        width: 100%;
    }
    section.chalenge-section:after {
        width: 100%;
    }
    .blog-section{
        display: none;
    }
    .h-btn {
        padding: 15px 20px;
    }
    .zero-s-title:after {
        top: 70px;
    }
    .cmmd .col-6:last-child {
        display: none;
    }
}