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


header {
    background: #DAEFF1;
}
.blog-home-cat {
    background: #DAEFF1;
}
.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;
}
.main-menu-top .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    font-weight: 600;
    position: relative;
    color: #525252;
}
.main-menu-top .navbar-nav .nav-link.active: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);
}






.bhp-cats ul {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    justify-content: center;
}
.bhp-cats ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.bhp-cats li {
    margin-bottom: 20px;
}
.bhp-cats {
    padding-bottom: 50px;
    border-bottom: 1px solid #0F8A91;
}
.bhp-cats li a {
    padding: 11px 15px;
    background: #ffffff50;
    border-radius: 500rem;
    border: 1px solid #fff;
}





.blog-section-grid {
    background: #DAEFF1;
}
.blog-section-grid-2 {
    background: #FFF0E1;
}
.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: 0;
    object-fit: cover;
    height: 100%;
}
.blog-post-flex .blog-post-t-1 .bp-img img {
    border-radius: 16px;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    object-fit: cover;
}
.blog-post-flex .blog-post-t-1 {
    height: 360px;
}
.blog-post-flex .blog-post-t-2 .bp-img img {
    border-radius: 16px;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    object-fit: cover;
}
.blog-post-flex .blog-post-t-2 {
    height: 250px;
}
.blog-post-t-2 img {
    border-radius: 16px;
    width: 100%;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    height: 100%;
}
.bp-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 2;
}
.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: 100%;
    top: 0;
    border-radius: 16px;
    z-index: 0;
}
.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: 100%;
    top: 0;
    border-radius: 16px;
    z-index: 0;
}
.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;
}
.h-about-title {
    color: #183C4C;
    font-size: 36px;
    font-weight: 900;
    position: relative;
    width: fit-content;
}
.h-about-title:after {
    content: "";
    position: absolute;
    background-image: url(../img/after-t.svg);
    height: 22px;
    width: 28px;
    margin-right: -35px;
    top: 15px;
    left: -40px;
}
.h-about-btn {
    background: #24ADB5;
    padding: 14px 20px;
    height: fit-content;
    color: #fff;
    border-radius: 500rem;
    width: fit-content;
}
.h-about-btn a{
    color: #fff;
}
.blog-post-t-3 {
    background: #F8FFFF;
    padding: 15px;
    border-radius: 32px;
    border: 1px solid #24ADB5;
}
.bpt-3-img img {
    width: 100%;
    border-radius: 24px;
}
a.bpt-3-title {
    color: #213B4A;
    font-weight: 800;
    font-size: 20px;
    height: 80px;
    overflow: hidden;
    display: block;
}
.bpt-t-3-description {
    color: #213B4A;
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
}
.bpt-3-bot .bp-user-title {
    color: #24ADB5 !important;
}
.bpt-3-bot .bp-date-title {
    color: #24ADB5 !important;
}
.bp-3-cats ul {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px 0;
}
.bp-3-cats li a {
    font-size: 12px;
    color: #fff;
    background: #24ADB5;
    padding: 5px 10px;
    border-radius: 500rem;
}





.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;
}
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.page-link.page-link-next, a.page-link.page-link-prev {
    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 13px;
}
li.page-item.pan.active .page-link {
    background: #24ADB5;
    padding: 8px 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;
}



.breadcrumb.cats-bread ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 100%;
}
.breadcrumb ul {
    display: flex;
    width: 100%;
}
.breadcrumb li a{
    color: #474747;
    font-size: 16px;
}
.circle-wrapper {
    position: relative;
    width: 118px;
    height: 118px;
}
.circle {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(0, 180, 210, 0.15);
    position: relative;
    z-index: 10;
}
.circle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    transform: translate(-50%, -50%) rotate(222deg);
    opacity: 0.8;
    border-left-color: #fff;
}
.ring1 {
    width: 140px;
    height: 140px;
}
.cat-box-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cat-box-des{
    color: #323232;
    font-size: 16px;
    font-weight: 500;
}
.fp-image img{
    border-radius: 32px;
}
.fp-title a{
    color: #183C4C;
    font-size: 28px;
    font-weight: 800;
    max-width: 80%;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.fp-des {
    color: #323232;
    font-weight: 500;
    font-size: 16px;
    max-width: 80%;
    padding-bottom: 30px;
}
.fp-title a:before {
    content: "";
    position: absolute;
    background: #ADEAEE;
    width: 125px;
    height: 125px;
    border-radius: 500rem;
    top: -40px;
    right: -20px;
    z-index: -1;
}
.cat-description {
    padding: 36px;
    border: 1px solid #DADADA;
    border-radius: 24px;
    box-shadow: 0 11px 24px 1px #ddd;
    font-size: 16px;
    color: #2A2A2A;
    line-height: 30px;
    text-align: justify;
}
.cd {
    margin: auto;
    position: relative;
    top: -25px;
}
.sp-image img{
    border-radius: 32px;
    width: 100%;
}
.sp-title{
    color: #183C4C;
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.sp-des{
    color: #323232;
    font-size: 18px;
    font-weight: 400;
}
.stpd-time{
    font-size: 16px;
    font-weight: 400;
}
.stps-title {
    font-size: 20px;
    font-weight: 600;
}
.stps-social li a {
    background: #24ADB5;
    width: 50px;
    height: 50px;
    border-radius: 500rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-content h2{
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}
.sp-content h3{
    font-size: 21px;
    font-weight: 600;
    padding: 20px 0;
}
.sp-content{
    font-size: 16px;
    font-weight: 400;
}
.sp-content .quote{
    margin: 25px 0;
    border-radius: 18px;
    background: #F3FEFF;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 120px 30px 45px;
    text-align: justify;
    position: relative;
}
.sp-content .quote:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 8px;
    right: 0;
    top: 0;
    border-radius: 0 500rem 500rem 0;
    background: #009BA4;
}
.sp-content .quote:after{
    position: absolute;
    content: "";
    height: 74px;
    width: 74px;
    border-radius: 29px 0 0 29px;
    background-image: url("../img/icon/quote-down.svg");
    right: 25px;
    top: 0;
    bottom: 0;
    margin:auto;
}
.sp-content img{
    display: block;
    padding: 20px 0;
    border-radius: 28px;
    width: 100%;
    height: 100%;
}
.relation-title {
    font-weight: 700;
    font-size: 20px;
    padding-right: 15px;
    position: relative;
}
.relation-title:before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 500rem;
    background: #FF8945;
    right: 0;
    top: 10px;
}
.sidebar-title {
    color: #0F8A91;
    font-size: 16px;
    padding-right: 20px;
    position: relative;
    padding-bottom: 13px;
    border-bottom: 1px solid #B6B6B6;
    margin-bottom: 6px;
}
.sidebar-title:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 500rem;
    background: #FF8945;
    right: 0;
    top: 5px;
}
.sidebar{
    margin-bottom: 60px;
}
.sidebar-news-later {
    background-image: url(../img/sidebar-bg.svg);
    min-height: 603px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sn-title {
    font-size: 24px;
    color: #474747;
    font-weight: 700;
}
.sn-des {
    font-size: 20px;
    font-weight: 400;
}

.s-menu a {
    color: #484848;
    font-size: 28px;
    font-weight: 700;
}
.s-menu li {
    padding: 15px;
}
.s-menu img {
    width: 58px;
}
.s-menu li {
    border-radius: 20px;
    margin: 15px 0;
}
.s-menu li:nth-child(odd) {
    background: #E8FAFB;
}
.s-menu li:nth-child(even) {
    background: #B2E1FF;
}

.s-related li a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.s-related li img {
    border-radius: 8px;
}
.s-related li a span{
   font-size: 14px;
    font-weight: 600;
    color: #2a2a2a;
    text-align: justify;
}
.s-related li {
    margin: 25px 0;
}

.sidebar.sidebar-rate {
    background: #F3FEFF;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}
.rate-title {
    font-size: 20px;
    font-weight: 700;
}

/* Comments Section Styles */
.sp-bot-comments {
    clear: none !important;
    overflow: visible;
    float: none !important;
    display: block;
}

.sp-bot-comments * {
    clear: none !important;
}

.comments-area {
    margin-top: 40px;
    clear: none !important;
    overflow: visible;
    float: none !important;
    display: block;
    width: 100%;
}

/* Override WordPress default comment list styles */
/* #comments,
#comments *,
#comments .commentlist,
#comments .comment-list,
#comments ol.commentlist,
#comments ul.commentlist,
#comments .comment,
#comments .comment-body,
#comments .comment-meta,
#comments .comment-author,
#comments .comment-content,
#comments .navigation,
#comments .comment-navigation,
#comments nav {
    clear: none !important;
    float: none !important;
}

#comments .commentlist,
#comments .comment-list,
#comments ol.commentlist,
#comments ul.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments .navigation:after,
#comments .comment-navigation:after {
    clear: none !important;
    content: none !important;
    display: none !important;
} */

.sp-bottom {
    clear: none;
    float: none;
    overflow: visible;
}

/* Ensure sidebar stays aligned */
/* .single-section > .container > .row {
    align-items: flex-start !important;
    display: flex !important;
    flex-wrap: wrap !important;
} */

/* .single-section .col-lg-8 {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
    max-width: 66.66666667% !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box;
}

.single-section .col-lg-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
    align-self: flex-start !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box;
} */

/* Force sidebar to stay in place even when comments are present */
/* .single-section .col-lg-8 .sp-bottom,
.single-section .col-lg-8 .sp-bot-comments,
.single-section .col-lg-8 #comments {
    clear: none !important;
    float: none !important;
}

/* Comment Form Styles */
/* .comment-form-comment-wrapper {
    margin-bottom: 20px;
}  */
.comment-textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 12px;
    background: #F5F5F5;
    font-size: 16px;
    font-family: var(--bs-body-font-family);
    color: #525252;
    resize: vertical;
    min-height: 120px;
}

.comment-textarea::placeholder {
    color: #999;
}

.comment-textarea:focus {
    background: #EEEEEE;
}

.comment-form-fields {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.comment-form-author,
.comment-form-email {
    flex: 1;
}

.comment-input {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 12px;
    background: #F5F5F5;
    font-size: 16px;
    font-family: var(--bs-body-font-family);
    color: #525252;
}

.comment-input::placeholder {
    color: #999;
}

.comment-input:focus {
    background: #EEEEEE;
}

.email-privacy-note {
    display: block;
    font-size: 12px;
    color: #DC3545;
    margin-top: 5px;
}

.comment-form-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-top: 15px;
}

.comment-form-cookies {
    display: flex;
    align-items: center;
    gap: 8px;
    order: 2;
}

.comment-form-cookies input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #24ADB5;
}

.comment-form-cookies label {
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    margin: 0;
}

.comment-form-submit {
    display: flex;
    align-items: center;
    order: 1;
}

.comment-submit-btn {
    background: #24ADB5;
    color: #fff;
    padding: 12px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.comment-submit-btn:hover {
    background: #1d8a91;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(36, 173, 181, 0.3);
}

/* Comments List Styles */
.comments-list-wrapper {
    margin-top: 40px;
    clear: none !important;
    float: none !important;
    overflow: visible;
    display: block;
    width: 100%;
}

.comments-list-wrapper * {
    clear: none !important;
    float: none !important;
}

.comment-item {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    clear: none !important;
    float: none !important;
    width: 100%;
}

.comment-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-avatar {
    flex-shrink: 0;
}

.comment-avatar-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-content {
    flex: 1;
}

.comment-author {
    font-size: 18px;
    font-weight: 700;
    color: #213B4A;
    margin-bottom: 10px;
}

.comment-text {
    font-size: 16px;
    color: #525252;
    line-height: 28px;
    text-align: justify;
}

/* Comment Form Title Removal */
.comment-respond .comment-reply-title {
    display: none;
}

/* Responsive Styles */
@media (min-width: 992px) {
    .single-section > .container > .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    
    .single-section .col-lg-8 {
        order: 1;
    }
    
    .single-section .col-lg-4 {
        order: 2;
    }
}

@media (max-width: 768px) {
    .menu-right,
    .menu-left {
        display: none;
    }

    .navbar-container {
        justify-content: center;
    }

    .logo-center {
        margin: 0 auto;
    }

    .comment-form-fields {
        flex-direction: column;
        gap: 15px;
    }

    .comment-item {
        gap: 12px;
    }

    .comment-avatar-img {
        width: 50px;
        height: 50px;
    }

    .comment-author {
        font-size: 16px;
    }

    .comment-text {
        font-size: 14px;
        line-height: 24px;
    }
}