@font-face {
    font-family: "pinar";
    src: url("assets/fonts/Pinar-Light.woff2") format("woff2"),
        url("assets/fonts/Pinar-Light.woff") format("woff");
}

html,
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;

}

.page-body {
    font-family: pinar, sans-serif;
    background-color: #EEF0F6;
    padding-top: 110px;
    direction: rtl;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.main-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    z-index: 1000;
}

.logo {
    height: 40px;
}

.header-menu .nav-link {
    margin: 0 10px;
    color: #000000;
    font-size: 15px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.header-menu .nav-link:hover {
    color: #ff990a;
}

.header-menu .nav-link:hover {
    color: #ec8704;
    background-color: rgba(143, 177, 255, 0.169);
    border-radius: 6px;
}

.user-feedback {
margin-top: 3%;

    padding: 30px 0;
}

.feedback-cards {
    display: flex;
    justify-content: center;
    gap: 128px;
    flex-wrap: wrap;
}


.feedback-item {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    width: 340px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.feedback-item img {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
}


.feedback-item .btn {
    margin-top: 15px;
    background-color: #2f6fed;
    border-radius: 8px;
    padding: 8px 20px;
}

.login-btn {
    background: #d98c3b;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 8px 16px;
}

section,
footer {
    width: 100%;
}

.section-one,
.inquiry-section,
.why-section,
.video-guide-section,
.bimeha,
.sst-video-section {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.section-one {
    display: flex;
    gap: 3%;
    margin: 60px auto;
}

.section-right,
.section-left {
    flex: 1;
    background-color: #fff;
    min-height: 450px;
    padding: 40px;
    border-radius: 10px;

}

.section-right:hover,
.section-left:hover {
    box-shadow: 2px 1px 15px 1px rgb(42, 85, 255);
    border-top: 4px solid  #2f6fed;
}

.heading {
    font-weight: bold;
    font-size: 30px;
}

.section-body {
    padding-top: 40px;
}

.button-submit button {
    background-color: #E48F3D;
    color: white;
    width: 220px;
    padding: 10px;
    border-radius: 6px;
    border: none;
    display: block;
    margin: 40px auto 0;
}

.section-left-center {
    text-align: center;
}

.inquiry-section {
    background: #FAFAFA;
    padding: 50px;
    margin-top: 60px;
    border-radius: 20px;
}

.inquiry-title {
    font-size: 30px;
    margin-bottom: 35px;
}

.inquiry-type {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}

.inquiry-input-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.inquiry-input {
    width: 100%;
    max-width: 780px;
    height: 80px;
}

.inquiry-label {
    background: #1A44A6;
    color: #fff;
    border-radius: 20px;
}

.inquiry-field {
    background: #8299CE1A;
    border-radius: 10px;
    direction: rtl;
}

.inquiry-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.inquiry-card {
    width: 180px;
    min-height: 180px;
    background: #EEF0F6;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.inquiry-card:hover {
    box-shadow: 0 0 0 3px rgba(26, 68, 166, 0.8),
        0 0 20px rgba(26, 68, 166, 0.6);
    transform: translateY(-5px);
    background-color: #f8faff;
}

.inquiry-card img {
    width: 80px;
    margin: 0 auto 10px;
}

.inquiry-card span {
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
}

.inquiry-button {
    text-align: center;
    margin-top: 30px;
}

.inquiry-button button {
    background: #E48F3D;
    border-radius: 8px;
    border: none;
    padding: 10px 25px;
}

.why-section {
    padding: 70px 0;
}

.why-section .title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 50px;
}

.first-row,
.second-row {
    max-width: 1350px;
    margin: 0 auto;
    display: grid;
    gap: 30px;
}

.first-row {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
}

.second-row {
    grid-template-columns: repeat(2, 1fr);
}

.part1,
.part2 {
    background: #fff;
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;

    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.part1 .icon,
.part2 .icon3 {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
    border-radius: 14px;

    display: flex;
    align-items: center;

    justify-content: center;
    font-size: 26px;
}

.title-part1 {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content p {
    font-size: 14px;
    color: #555;
    line-height: 1.9;
}

@media (max-width: 992px) {
    .first-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .second-row {
        grid-template-columns: 1fr;
    }


}

@media (max-width: 576px) {

    .first-row,
    .second-row {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
}

.content p {
    text-align: right;
}


.video-guide-section {
    background-color: #FAFAFA;
    padding: 50px 0;
    border-radius: 13px;
}

.video-guide-section:hover {
    box-shadow: 0 0 0 3px rgba(26, 68, 166, 0.8),
        0 0 25px rgba(26, 68, 166, 0.5);
    transform: translateY(-2px);}

.video-guide-container {
    background: #f9f9f9;
    border-radius: 12px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    flex-wrap: wrap;
}

.video-guide-image img {
    width: 490px;
    border-radius: 50px;
    float: left;
    align-items: left;
    margin-left: 0;
}


.bimeha {
    background: #ffffff;
    border-radius: 18px;
    padding: 50px 20px;
    margin-top: 80px;
}

.asli {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.matn-rust {
    flex: 2;
    text-align: right;
    min-width: 260px;
}

.aks {
    flex: 1;
    text-align: center;
    min-width: 200px;
}

.aks img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.matn-rust h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.matn-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.matn-table td {
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    position: relative;
}

.matn-table td::before {
    content: "✔";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #f2994a;
    font-weight: bold;
    font-size: 16px;
}

.iconha {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.icon1 {
    background: #fff;
    border-radius: 20px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon1 img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.icon1 span {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.docme {
    background: #f2994a;
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    border-radius: 18px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}


.docme:hover {
    background: #e68932;
}

.footer {
    background-color: hsl(0, 0%, 95%);
    margin-top: 2%;
    padding-top: 40px;
    width: auto;
    height: 40%;
}

.footer .logo {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: -60px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.footer .logo img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    background: #f4f4f4;
    border-radius: 16px;
    padding: 8px;
}

.asli-foter {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.pain {
    flex: 1;
    min-width: 220px;
}

.pain h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.pain p {
    font-size: 13px;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    cursor: pointer;
}

.kenar-asli {
    display: flex;
    gap: 15px;
}

.soton-bala {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.soton-bala img {
    width: 120px;
    height: 40px;
    object-fit: contain;
}

.table-matn {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.table-matn td {
    padding: 6px 0;
    vertical-align: top;
    cursor: pointer;
    transition: color 0.3s ease;
}

.logo-shabake {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.logo-shabake img {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 10px;
    padding: 6px;
}

.foter-pain {
    width: 100%;
    margin: 0;
    margin: top 10px;;
    background: #1f3bb3;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    box-sizing: border-box;
}

.footer .pain h4:hover,
.footer .pain p:hover,
.table-matn td:hover,
.footer a:hover {
    color: #E48F3D;
}

#down {
   
   width: 85%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px;
    margin-right: 8%;
    margin-top: 3%;
}
#down:hover{
 box-shadow: 0 0 0 3px rgba(26, 68, 166, 0.8),
        0 0 25px rgba(26, 68, 166, 0.5);
    transform: translateY(-1px);
}

#down img {
    width: 300px;
    margin-top: 8px;
    border-radius: 10px;
}

#up {
    background-color: rgb(238, 240, 245);
    padding: 10px;
    margin-top: 20px;
}

.why-section .part1,
.why-section .part2 {
    transition: all 0.3s ease;
    
}

.why-section .part1:hover,
.why-section .part2:hover {
    box-shadow: 0 0 0 3px rgba(26, 68, 166, 0.8),
        0 0 25px rgba(26, 68, 166, 0.5);
    transform: translateY(-6px);
    background-color: #f8faff;
}

.satisfaction-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}


.satisfaction-box {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}


.satisfaction-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}


.satisfaction-image {
    overflow: hidden;
}

.satisfaction-image img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}


.satisfaction-box:hover .satisfaction-image img {
    transform: scale(1.15);
}

.satisfaction-box h3 {
    padding: 16px 16px 4px;
    margin: 0;
    font-size: 18px;
}

.satisfaction-box p {
    padding: 0 16px 20px;
    margin: 0;
    color: #555;
    font-size: 14px;
}

.feedback-item {
    text-align: center;
    border-radius: 18px;
    padding: 15px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}


.feedback-item:hover {
    box-shadow:
        0 0 0 3px rgba(26, 68, 166, 0.8),
        0 0 20px rgba(26, 68, 166, 0.5);
    transform: translateY(-5px);
}

.feedback-item img,
.feedback-item h6,
.feedback-item p,
.feedback-item button {
    transition: none;
}

.icon1 {
    background: #fff;
    border-radius: 20px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
}


.icon1:hover {
    transform: translateY(-6px);
    box-shadow:
        0 0 0 3px rgba(26, 68, 166, 0.8),
        0 0 25px rgba(26, 68, 166, 0.5);
}

.icon1 img,
.icon1 span {
    transition: none;
}

.video-guide-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    direction: ltr;
    

}

.video-guide-image {
    flex: 1;
    max-width: 480px;
    order: 0;
    
}

.video-guide-image img {
    width: 100%;
    border-radius: 20px;
    display: block;

}

.video-guide-content {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    order: 1;
    text-align: right;
}

.video-guide-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.video-guide-content p {
    font-size: 16px;
    line-height: 1.6;
}

.inquiry-button button {
    background: #ef8e33;
    color: #ffffff;
    border-radius: 8px;
    border: none;
    padding: 10px 25px;
    align-items: center;
    margin-left: -16%;
}

.feedback-item .btn {
    width: 180px;
    height: 45px;
    display: block;
    margin: 10px auto 0;
    font-weight: bold;
    font-size: 14px;
}

.inquiry-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.inquiry-right {
    flex: 0 0 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inquiry-right img {
    width: 150px;
    height: 200px;
    border-radius: 15px;
}

.inquiry-cards {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}



.in3 {
    background-color: #1A44A6;
    border-radius: 20px;
    
}

.d3 {
    Width: 780px;
    Height: 80px;
    margin-top: 5% !important;
}


.btn {
    background-color: #E48F3D;
    margin-right: 50%;
  margin-top: 5% !important;
    border-radius: 8px;
}