:root {
    --fontFamily: 'Montserrat', Arial, sans-serif;
}

body {
    background-color: rgba(252,251,239,1);
    margin: 0;
    width: 100%;
}

header {
    max-width: 1200px;
    height: 100px;
    padding: 15px 30px 0;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.logo-container {
    width: 110px;
}

.logo {
    width: 69px;
    height: 69px;
}

.nav-tabs-container {
    height: 69px;
    display: flex;
    gap: 38px;
    justify-content: center;
    align-items: center;
}

.nav-tabs-container > div {
    font-size: 16px;
    color: #000000;
    font-family: var(--fontFamily);
    cursor: pointer;
}

.nav-tabs-container div:hover {
    color: #c68230;
}

.socials {
    width: 110px;
}

.socials-container {
    height: 69px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.burger {
    display: none;
}

.burger hr {
    display: block;
    width: 30px;
    height: 1px;
    background: #ffffff;
    border-radius: 2px;
    transition: .3s;
    margin: 4px;
    transform-origin: center;
}

.burger.active hr:nth-child(1) {
    transform:rotate(45deg);
}
.burger.active hr:nth-child(2) {
    opacity: 0;
}
.burger.active hr:nth-child(3) {
    transform: translateY(-14.1px) rotate(-45deg);
}

.mobile-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.mobile-nav {
    text-align: center;
    padding: 20px 0;
}

.mobile-nav div{
    padding: 10px;
    font-size: 16px;
    color: #000000;
    font-family: var(--fontFamily);
    cursor: pointer;
}

.mobile-nav div:hover {
    color: #c68230;
}

.mobile-header .socials-container {
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.sign_up {
    padding-top: 30px;
    width: 100%;
}

.sign_up-container {
    margin: 0 20px;
    display: flex;
    margin: auto;
    justify-content: center;
}

.sign_up-btn-container {
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sign_up-btn-container-header {
    margin: 0;
    font-size: 30px;
    font-family: var(--fontFamily);
    font-weight: 600;
    color: rgb(198, 130, 48)
}

.sign_up-btn-container-btn {
    width: 224px;
    margin-top: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgb(164, 83, 52);
    color: rgb(255, 255, 255);
    border: none;
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 600;
}

.sign_up-img-container {
    max-width: 560px;
    width: 100%;
}

.top-row {
    display: flex;
    gap: 14px;
    align-items: center;
}

.top-row img:nth-child(1){
    width: 320px;
    height: 440px;
    opacity: 0;
}

.sign_up-img-container img:nth-child(2){
    width: 214px;  
    opacity: 0;
}

.bottom-row{
    display: flex;
}

.bottom-row img{
    margin-top: -70px;
    margin-left: 150px;
    width: 342px;
    height: 214px;
    opacity: 0;
}

.line-container {
    width: 100%;
    padding: 30px 0;

}
.whites{
            background: #eff2f5;
}
.line-container > hr {
    height: 69px;
    width: 1px;
    border: none;
    margin: 0 auto;
    background-color: #000000;
}

.learn {
    padding: 30px 0;
    width: 100%;
}

.learn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.learn-container-p {
    text-align: center;
    margin: 0;
    line-height: 1.45;
    font-size: 18px;
    font-family: var(--fontFamily);
    font-weight: 400;
    padding: 0 20px;
}

.learn-container-btn {
    width: 184px;
    height: 60px;
    border-radius: 30px;
    margin-top: 60px;
    background-color: #2e4352;
    color: white;
    border: none;
    font-size: 16px;
    font-family: var(--fontFamily);
    font-weight: 600;
}

.about {
    padding: 90px 0;
    width: 100%;
}

.about-container {
    max-width: 880px;
    padding: 60px;
    margin: auto;
    background-color: #eff2f5;
    border: 1px solid #a45334;
}

.about-container-header {
    font-size: 22px;
    font-family: var(--fontFamily);
    font-weight: 600;
    margin: 0;
    color: rgb(198, 130, 48);
    padding-bottom: 35px;
}

.about-container > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:calc(100% - 60px);
}

.about-container-p {
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    margin: 0;
}

.for_whom {
    padding: 30px 0 60px;
    width: 100%;
}

.for_whom-container {
    display: flex;
    justify-content: center;
}

.for_whom-container-item {
    padding: 0 20px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.for_whom-container-item img {
    width: 70px;
    height: 70px;
    justify-self: center;
}

.for_whom-container h3 {
    justify-self: center;
    color: rgb(164, 83, 52);
    font-family: var(--fontFamily);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 23px 0;
    line-height: 1.35;
}

.for_whom-container p {
    margin: 0;
    line-height: 1.55;
    font-family: var(--fontFamily);
    font-weight: 500;
    font-size: 16px;
}

.for_whom-container ul {
    padding: 0 0 0 20px;
    line-height: 1.55;
    font-family: var(--fontFamily);
    font-weight: 500;
    font-size: 16px;
}

.about-author {
    background-color: #eff2f5;
    width: 100%;
    padding-bottom: 10px;
}

.about-author-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-author-container-img {
    width: 222px;
    height: 222px;
    border-radius: 50%;
    margin-bottom: 30px;
    background-color: #000000;
}

.about-author-container-h2 {
    margin: 0 0 30px 0;
    color: rgb(198, 130, 48);
    font-family: var(--fontFamily);
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1.55;
}

.about-author-container-h3 {
    font-family: var(--fontFamily);
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1.55;
    margin: 0;
    max-width: 620px;
    padding: 0 20px 30px;
}

.about-author-container-p {
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1.55;
    margin: 0;
    max-width: 750px;
    padding: 0 20px;
}

.about-author-container-btn {
    margin-top: 60px;
    padding: 0 60px;
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 600;
    background-color: #8ba072;
    color: #ffffff;
    height: 60px;
    border-radius: 30px;
    border: none;
}


.program-container {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.program-container-header {
    margin: 0;
    text-align: center;
    font-size: 42px;
    line-height: 1.23;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 90px;
}

.program-container-steps{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.program-container-step {
    display: flex;
    gap: 40px;
}

.step-circle-and-line {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2e4352;
    border: 2px solid #2e4352;
    margin: 4px 0;
}

.step-line {
    width: 2px;
    height: 174px;
    background: #d4d4d4;
}

.step-text-header {
    font-size: 26px;
    color: #a45334;
    font-family: var(--fontFamily);
    margin: 0 0 30px;
    line-height: 1.23;
    font-weight: 600;
}

.step-text-paragraph {
    font-family: var(--fontFamily);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    margin: 0;
    max-width: 704px;
}

.first-step {
    padding: 60px 0 75px;
}

.first-step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first-step-header {
    font-family: var(--fontFamily);
    font-size: 24px;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 90px;
}

.first-step-results {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
}

.result {
    margin-bottom: 15px;
    display: flex;
    max-width: 460px;
    width: 100%;
}

.result img {
    width: 30px;
    height: 30px;
    margin-right: 16px;
}

.result p {
    max-width: 510px;
    margin: 0;
    font-size: 16px;
    font-family: var(--fontFamily);
    font-weight: 400;
}

.attention {
    margin-top: 90px;
    max-width: 760px;
    background-color: #e3c5a0;
    display: flex;
    padding: 30px 30px;
}

.attention p {
    margin: 10px 0 0 20px;
    line-height: 1.55;
    font-family: var(--fontFamily);
    font-size: 16px;
}

.reviews {
    background-color: #eff2f5;
}

.people-rewiews {
    padding: 45px 0 60px;
}

.review {
    max-width: 420px;
    height: 400px;
    padding: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #a45334;
    background-color: rgb(252, 251, 239);
    overflow: hidden;
    box-sizing: border-box;
}

.review-container {
    display: flex;
}

.review-container img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #000;
}

.videos {
    padding: 105px 0;
    display: flex;
    justify-content: center;
        background: #eff2f5;
}

.video-button {
    width: 68px;
    padding: 0;
    color: #000;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    opacity: 0.7;
}
button{
    cursor: pointer;
}
.video-button:hover {
    color: red;
    opacity: 1;
}

.sign-form {
    padding: 30px 0 60px;
        background: #eff2f5;
}

form {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}

input {
    color: #000000;
    border: 1px solid #a45334;
    background-color: #eff2f5;
    border-radius: 30px;
    padding: 20px 20px 20px;
    width: 293px;
    height: 20px;
}

form > button {
    width: 224px;
    height: 60px;
    border-radius: 30px;
    background-color: rgb(164, 83, 52);
    color: rgb(255, 255, 255);
    border: none;
    font-family: var(--fontFamily);
    font-size: 16px;
    font-weight: 600;
}

input::placeholder {
    opacity: .5;
    font-size: 16px;
    font-family: var(--fontFamily);
}

input:focus {
    color: #a45334;
    border: 1px solid #a45334;
    outline: none;
}

input:focus::placeholder{
    margin-top: -20;
    font-size: 12px;
}

.video {
    max-width: 260px;
    width: 100%;
    height: 146px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video:nth-child(1){
    background-image: url(../assets/y_preview1.jpg);
}

.video:nth-child(2){
   background-image: url(../assets/y_preview2.jpg);
}

.video:nth-child(3) {
    background-image: url(../assets/y_preview3.jpg);
}

.video:nth-child(4) {
  background-image: url(../assets/y_preview4.jpg);
}
footer {
    background-color: #2e4352;
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

footer > img {
    width: 55px;
    height: 55px;
    padding-bottom: 37px;
}

.footer-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 900px;
    align-items: center;
    justify-content: center;
}

.footer-btn {
    padding: 8px 18px;
    background-color: #c68230;
    color: white;
    border-radius: 30px;
    border: none;
    font-size: 12px;
    font-family: var(--fontFamily);
    cursor: pointer;
}

.footer-contacts {
    display: flex;
    padding-top: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-contacts p{
    margin: 0;
    color: #d6d6d6;
    font-family: var(--fontFamily);
    font-size: 14px;
    opacity: .5;
    text-align: center;
}


@media screen and (max-width: 1200px) {
    .sign_up-btn-container {
        max-width: 460px;
    }

    .sign_up-img-container {
    max-width: 460px;
    width: 100%;
    }
    
    .top-row img:nth-child(1){
    width: 266px;
    height: 360px;
    }

    .top-row img:nth-child(2){
    width: 174px;
    height: 208px;
    }

    .bottom-row img{
        width: 278px;
        height: 174px;
        margin-top: -50px;
        margin-left: 120px;
    }
}

@media screen and (max-width: 960px) {
    header {
        background-color: #2e4352;
    }

    .nav-tabs-container {
        display: none;
    }

    .socials {
        display: none;
    }

    .burger {
        display: block;
        margin-top: 30px;
    }

    .sign_up-container {
        flex-direction: column;
        align-items: center;
    }

    .sign_up-btn-container {
        max-width: 560px;
    }

    .sign_up-img-container {
        max-width: 560px;
    }

    .sign_up-btn-container-btn {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .top-row img:nth-child(1){
    max-width: 350px;
    height: 472.5px;
    width: 100%;
    }

    .top-row img:nth-child(2){
    width: 230px;
    height: 276px;
    }

    .bottom-row img{
        width: 368px;
        height: 230px;
        margin-top: -50px;
        margin-left: 120px;
    }

    .for_whom-container {
        flex-direction: column;
        align-items: center;
    }

    .for_whom-container-item {
        max-width: 600px;
    }

    .videos {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .video {
        max-width: 600px;
        margin: 0 20px;
        width: 100%;
        height: 330px;
    }

    form {
        flex-direction: column;
        align-items: center;
    }

    form > button {
        width: 335px;
    }
}

@media screen and (max-width: 640px) {

    .top-row {
        padding: 0 20px;
    }

    .top-row img:nth-child(1){
    max-width: 50%;
    max-height: 50%;
    width: 100%;
    height: 100%;
    }

    .top-row img:nth-child(2){
    max-width: 50%;
    max-height: 50%;
    width: 100%;
    height: 100%;
    }

    .bottom-row {
        padding: 0 20px;
    }

    .bottom-row img{
        max-width: 585px;
        max-height: 381px;
        width: 100%;
        height: 100%;
        padding-top: 20px;
        margin: auto;
    }

    .sign_up-btn-container {
        padding-left: 20px;
    }
}

@media screen and (min-width: 1201px) {
    .mobile-header {
        display: none;
    }
}

.none {
    display: none;
}
.personal-cabinet-btn {
    font-family: var(--fontFamily);
    background-color: #8ba072;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
      margin-left: auto;
}

.personal-cabinet-btn:hover {
    background-color: #5d6e49;
}
.about-author-slider {
    margin: 60px auto;
    max-width: 1200px;
    position: relative;
}
form > button:hover,.sign_up-btn-container-btn:hover{
    background-color: rgb(104 53 33);
}
.sign_up-btn-container-btn:hover{
    background-color: #182936;
}
.about-author-container-btn:hover{
    background-color: #5d6e49;
}
.swiper {
    width: 100%;
    height: 400px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.swiper-slide:hover {
    transform: scale(1.05);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

/* Пагинация */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
}

.swiper-pagination-bullet-active {
        background-color: rgb(164, 83, 52) !important;
}

.zoom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.zoom-modal-content {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255,255,255,0.1);
}

.zoom-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
}

.zoom-close:hover {
    color: #ccc;
}
/* Секция отзывов */
.reviews-slider-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.reviews-title {
    text-align: center;
    font-size: 2.5rem;
    color: #2e4352;
    margin-bottom: 50px;
    font-weight: 300;
}

/* Слайдер отзывов */
.reviewsSwiper {
    width: 100%;
    height: 500px;
    padding: 20px 0;
}

.review-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.review-card {
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fcfbef;
    height: 440px;
    position: relative;
    font-family: var(--fontFamily);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
        border-width: 1px;
    border-style: solid;
    border-color: #a45334;
}
.review-header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 25px;
}

.review-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-info {
    flex: 1;
}

.review-info h3 {
    margin: 0 0 5px 0;
    color: #2e4352;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
}

.review-info p {
    margin: 0;
    color: #666;
    font-size: 1rem;
    line-height: 1.4;
}

.review-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.review-text {
    color: #444;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
    font-size: 1rem;
}

.review-content::after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, #fcfbef);
    pointer-events: none;
}

.read-more-btn {
    background: transparent;
    border: 2px solid #2e4352;
    color: #2e4352;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: auto;
    font-weight: 500;
}

.read-more-btn:hover {
    background: #2e4352;
    color: white;
    transform: translateY(-2px);
}

.reviewsSwiper .swiper-button-next,
.reviewsSwiper .swiper-button-prev {
    color: #2e4352;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.reviewsSwiper .swiper-button-next:after,
.reviewsSwiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.reviewsSwiper .swiper-button-next:hover,
.reviewsSwiper .swiper-button-prev:hover {
    background: #2e4352;
    color: white;
    transform: scale(1.1);
}

.reviewsSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
    transition: all 0.3s ease;
}

.reviewsSwiper .swiper-pagination-bullet-active {
    background: #2e4352;
    transform: scale(1.2);
}

.review-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size:16px;
    background-color: rgba(0,0,0,0.8);
    animation: fadeIn 0.3s ease;
    font-family: var(--fontFamily);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.review-modal-content {
    background-color: #fcfbef;
    margin: 5% auto;
    padding: 40px;
    border-radius: 15px;
    width: 90%;
    max-width: 700px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.3s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

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

.review-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #666;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.review-close:hover {
    color: #2e4352;
    background: rgba(46, 67, 82, 0.1);
}

.modal-review-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8d5;
}

.modal-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}

.modal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-review-info {
    flex: 1;
}

.modal-review-info h3 {
    margin: 0 0 8px 0;
    color: #2e4352;
    font-size: 1.5rem;
    font-weight: 600;
}

.modal-review-info p {
    margin: 0;
    color: #666;
    font-size: 1.1rem;
}

.modal-review-text {
    color: #444;
    line-height: 1.7;
    font-size: 1rem;
    text-align: left;
}

.modal-review-text p {
    margin: 0;
}

@media (max-width: 1024px) {
    .reviewsSwiper {
        height: 480px;
    }
    
    .review-card {
        height: 420px;
        padding: 30px;
    }
    
    .review-avatar {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }
    
    .review-info h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .reviews-slider-section {
        padding: 40px 15px;
    }
    
    .reviewsSwiper {
        height: 500px;
    }
    
    .review-card {
        height: 450px;
        padding: 25px;
    }
    
    .review-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .review-avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .review-modal-content {
        margin: 10% auto;
        padding: 30px 20px;
        width: 95%;
    }
    
    .modal-review-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .modal-avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .personal-cabinet-btn{
        margin-top:10px;
        display: block;
    }
    .review-card {
        height: 480px;
        padding: 20px;
    }
    
    .review-text {
        -webkit-line-clamp: 7;
    }
    
    .review-content::after {
        bottom: 45px;
    }
}
.review-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.review-text {
    color: #444;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
    font-size: 1rem;
}

.review-more-dots {
    text-align: center;
    color: #2e4352;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    padding: 10px 0;
    transition: all 0.3s ease;
    align-self: center;
}

.review-more-dots:hover {
    transform: scale(1.2);
    color: #1a2a37;
}
.form-agreement {
     font-family: var(--fontFamily);
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 15px;
    line-height: 1.4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.form-agreement a {
    color: #2e4352;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.form-agreement a:hover {
    color: #1a2a37;
}
.error {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

input:invalid {
    border-color: #e74c3c;
}
a {
    cursor: pointer;
}
.form-success {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}
.notification {
     font-family: var(--fontFamily);
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    max-width: 400px;
}

.notification-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    border-left: 4px solid #2e4352;
    position: relative;
}

.notification.success .notification-content {
    border-left-color: #28a745;
}

.notification.error .notification-content {
    border-left-color: #dc3545;
}

.notification-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}

.notification-message {
    padding-right: 25px;
    line-height: 1.5;
}
.iti {
    font-family: var(--fontFamily);
}

.iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
    }
}

.mob{
padding: 30px;
}
.iti__selected-flag {
    padding: 0 8px;
}
.iti--separate-dial-code .iti__selected-flag {
      background-color: unset !important;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: 5px !important;
}