:root {
    --bg-purple: rgba(111, 58, 250, 1);
    --bg-grey: rgba(111, 58, 250, 0.05);
    --pre-title: rgba(106, 105, 105, 0.79);
    --white-color: rgba(255, 255, 255, 1);
    --border-color: rgba(231, 231, 231, 1);

}

@font-face {
    font-family: "vazir";
    /* src: url(/static/fonts/yekanBakh/yekan\ bakh\ en\ 04\ regular.ttf); */
    src: url("../fonts/yekanBakh/yekan\ bakh\ en\ 04\ regular.ttf");
}

html,
body {
    margin: 0;
    padding: 0;
    background: var(--bg-grey);
    width: 100%;
    font-family: "vazir";
    scroll-behavior: smooth;

}

* {
    box-sizing: border-box;

}

/* Header/************** */

.header {
    position: relative;
    height: auto;
    width: 100%;
    justify-content: space-between;
    z-index: 9;
    font-family: "vazir";

}

.navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 1.25rem;
    margin-right: 6.25rem;
}

.navbar-nav .nav-item {
    color: var(--pre-title);
    list-style: none;
    padding: 0 1.25rem;

}

.navbar-nav .nav-item .nav-link {
    color: var(--pre-title);
    text-decoration: none;
    font-weight: 300;
    font-size: 0.938rem;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
    border-color: var(--bg-purple);

}

.btn-header .btn {
    font-family: "vazir";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
    margin-right: 1.25rem;
    z-index: 55;

}

.btn-header .btn-call {
    border: none;
    margin-left: 0.625rem;
    padding: 0.5rem 1rem;
    width: 180px;
    height: 45px;
    font-weight: 400;
    line-height: 100%;
    vertical-align: middle;
    border-radius: 12px;
    background-color: var(--bg-grey);
    color: var(--bg-purple);
    transition: 0.3s;

}

.btn-header .btn-call .btn-link {
    font-size: 0.75rem;
    color: var(--bg-purple);
    text-decoration: none;
}

.btn-header .btn-call:hover {
    font-size: 0.75rem;
    color: var(--bg-purple);
    text-decoration: none;
    background: var(--border-color);
}

.btn-header .btn-call .btn-img {
    width: 14px;
    height: 14px;
}

.btn-header .btn-reserve {
    border: none;
    margin-left: 0.625rem;
    padding: 0.5rem 1rem;
    width: 180px;
    height: 45px;
    font-weight: 400;
    line-height: 100%;
    border-radius: 12px;
    background: var(--bg-purple);
    color: var(--white-color);
    transition: 0.3s;
}

.btn-header .btn-reserve:hover {
    background: var(--bg-purple);
    color: var(--border-color);

}

.btn-header .btn-reserve .btn-link {
    font-size: 0.75rem;
    color: var(--white-color);
    text-decoration: none;
}

.btn-header .btn-reserve .btn-img {
    width: 14px;
    height: 14px;
}

.contact {
    font-family: "vazir";
    display: flex;
    padding: 0.625rem 18.125rem 0 0;
    gap: 15px;
    justify-content: unset;
}

.contact p {
    margin: 0;
}

.contact div {
    gap: 10px;

    padding: 20px;
    background-color: var(--bg-grey);
    border-radius: 8px;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 13px;
    letter-spacing: 0%;

}

.py-4 {
    direction: rtl;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0.625rem 43.75rem;
    border-radius: 8px;
    margin-right: -25rem;
    cursor: pointer;
}

.py-4 .container .location {
    width: 22rem;
    height: 35px;
    padding: 10px;
    background-color: var(--bg-grey);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    border-radius: 8px;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 13px;
    letter-spacing: 0%;
    vertical-align: middle;
    cursor: pointer;
}

.py-4 .container .location img {
    width: 16px;
    height: 16px;
    margin-right: 0.625rem;
}

.py-4 .container .date {
    width: 400px;
    height: 35px;
    padding-top: 0.625rem;
    background-color: var(--bg-grey);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    border-radius: 8px;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 13px;
    letter-spacing: 0%;
    vertical-align: middle;
    cursor: pointer;

}

.py-4 .container .date img {
    width: 16px;
    height: 16px;
    margin-right: 0.625rem;
}




/* Home */
.hero-section {
    font-family: "vazir";
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 50px;
    padding: 12.5rem 5% 0;
    margin-top: 5rem;


}


.col-lg-6 h4 {
    font-family: "vazir";
    font-size: 0.938rem;
    line-height: 1;
    color: var(--pre-title);

}

.col-lg-6 h2 {
    font-family: "vazir";
    font-size: 2.25rem;
    font-weight: 900;

}

.col-lg-6 p {
    font-family: "vazir";
    margin: 0.625rem 0 1.25rem;
    width: 400px;
    color: var(--pre-title);
    font-size: 0.813rem;
}

.buttons-wrapper .btn {
    font-family: "vazir";
    display: inline-block;
    padding: 0.625rem 1.875rem;
    border: 2px solid #ffff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    transition: .5s;
    font-size: 0.875rem;
}

.buttons-wrapper .btn-inline {
    background: var(--bg-purple);
    color: var(--white-color);

}

.buttons-wrapper .btn-border {
    background: var(--bg-grey);
    color: var(--bg-purple);
}

.buttons-wrapper .btn-inline:hover {
    background: var(--white-color);
    color: var(--bg-purple);
    border: 2px solid var(--bg-purple);
}

.buttons-wrapper .btn-border:hover {
    background: var(--bg-purple);
    color: var(--white-color);
    border: 2px solid var(--white-color);
}

.circle-up {
    display: flex;
    background: var(--white-color);
    position: relative;
    width: 400px;
    height: 400px;
    border: 23px solid var(--border-color);
    justify-items: center;
    align-items: center;

}

.circle-up .circle-img {
    background: var(--bg-purple);
    position: relative;
    width: 350px;
    height: 350px;
    border: 18px solid var(--white-color);
    border-radius: 50%;
    box-shadow: 0 0 20px #fff;
    align-items: center;

}

.circle-up .circle-img .img-fluid {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 380px;
    height: 360px;
    bottom: 2.5rem;
    right: 1.125rem;
    object-fit: cover;

}

.badge-box {
    position: absolute;
    z-index: 2;
    /* width:150px;
    height: 60px;
    background: var(--white-color);
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(9, 14, 22, 0.1);
    box-shadow: 5x var(--bg-purple); */
}

.badge-box img {
    width: 22px;
    height: 22px;
    margin-right: 0.313rem;
}

.badge-box .badge-item {

    background: #fff;
    padding: 0.625rem 0.938rem;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.badge-box .badge-item .btn {
    font-family: "vazir";
    position: relative;
    display: inline-block;
    padding: 0.313rem 1rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.938rem;
    color: #000;
}

.badge-box .badge-item p {
    font-family: "vazir";
    font-size: 12px;
    color: var(--pre-title);
    font-weight: 400;
    text-align: center;

}

/* introsection.////////////////////////// */
.intro-section {
    font-family: "vazir";
    margin-top: 5rem;
    height: 50vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10% 15% 0;
    gap: 50px;
}

.up-title .title span {
    font-family: "vazir";
    color: var(--bg-purple);

}

.circle-bottom {
    display: flex;
    height: 400px;
    width: 400px !important;
    background: var(--white-color);
    border-radius: 50%;
    border: 2px solid #000;


}

.circle-bottom .circle-box {
    display: flex;
    position: relative;
    width: 350px;
    height: 350px;
    background: var(--bg-purple);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-top: 1.125rem;
    margin-right: 1.125rem;

}

.circle-box img {
    position: relative;
    max-width: 350px;
    bottom: 3.563rem;
    right: 0.688rem;



}

.feature-first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    max-width: 500px;
}

.feature-box {
    padding: 0.938rem;
    margin-bottom: 0.625rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.circle-icon {
    background: var(--bg-grey);
    border-radius: 50%;
    width: 25px;
    height: 25px;

}

.feature-box img {
    width: 18px;
    height: 18px;
    background: var(--bg-grey);

}

.feature-box span {
    font-family: "vazir";
    margin-right: 0.625rem;
    font-size: 0.813rem;
    font-weight: 400;
}

/* services.//////////////// */
.services-section {
    font-family: "vazir";
    padding: 3.5rem 1.125rem;
    direction: rtl;
    margin-top: 5rem;
}

.services-section .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.text-secondary {
    font-size: 0.813rem;
}

.title-service {
    font-size: 1.875rem;
}

.accent {
    font-family: "vazir";
    color: var(--bg-purple);

}

.services-section .container .cards-wrapper {
    position: relative;
    min-height: 220px;

}

.position-relative .purple-rail {
    position: absolute;
    justify-content: center;
    align-items: center;
    right: 11.25rem;
    top: 6.25rem;
    width: 70%;
    height: 159px;
    background: var(--bg-purple);
    border-radius: 16px;
    z-index: 1;
}

.position-relative .cards {
    display: flex;
    position: relative;
    z-index: 99;
    top: 3.125rem;
    right: 1.875rem;

}

.position-relative .cards .card {
    font-family: "vazir";
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 220px;
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.1);
    overflow: hidden;
    border: 1px solid rgba(9, 14, 22, 0.1);


}

.position-relative .cards .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: right;
    text-align: right;
    width: 100%;
    height: 250px;



}

.position-relative .cards .card:hover {
    font-family: "vazir";
    cursor: pointer;
    box-shadow: 0 12px 40px rgba(16, 24, 40, 0.01);
    transform: translateY(-10px);
    transition: .5s;
    z-index: 99;

}

.position-relative .cards .card .card-body .card-icon {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bg-grey);
}

.position-relative .cards .card .card-body .card-icon img {
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    padding-top: 10px;
}

.position-relative .cards .card .card-body .card-title {
    font-size: 0.813rem;
    font-weight: 600;
    margin: 0.625rem 0 0.375rem;
}

.position-relative .cards .card .card-body .card-desc {
    font-size: 0.813rem;
    color: var(--pre-title);
    line-height: 1.5;
    margin: 0;
    white-space: nowrap;
}

.position-relative .cards .card .card-body .card-arrow {
    position: absolute;
    bottom: 20px;
    right: 18px;
    width: 10px;
    height: 10px;
    opacity: 0.8;
    display: flex;
    justify-content: right;
    align-self: flex-start;
}

/* testimonails.///////////////////////////////////////// */
.testimonial-section {
    font-family: "vazir";
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    padding: 40px 20px;
    position: relative;
    direction: rtl;
    display: flex;
    flex-direction: column;


}

.testimonial-section .container {
    height: 700px;
}

.testimonial-section .container .testimonial-title h2 {
    font-family: "vazir";
    font-size: 1.875rem;
}

.testimonial-section .container .testimonial-title h2 span {
    font-family: "vazir";
    color: var(--bg-purple);
}

.circle-out {
    position: relative;
    width: 800px;
    height: 500px;
    margin-top: 6.25rem;
    right: 11.25rem;
    justify-content: center;
    align-items: center;
    border-radius: 40%;
    border: 1px solid var(--border-color);
    background: radial-gradient(circle at center, var(--bg-purple) 0%, var(--white-color) 60%);
}

.circle-in {
    position: relative;
    width: 700px;
    height: 400px;
    top: 3.125rem;
    right: 3.125rem;
    justify-content: center;
    align-items: center;
    border-radius: 40%;
    border: 1px solid var(--border-color);

}
.comment-card{
    position: relative;
    width: 700px;
    height: 400px;
    top: 20px;
    justify-content: center;
    align-items: center;
    
}

.testimonial-card {
    height: 300px;

}

.testimonial-card .testimonial-avatar {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    top: 0.625rem;
    right: 19.375rem;
    border-radius: 50%;
    flex: 0 0 3.5rem;
    overflow: hidden;
    border: 5px solid var(--white-color);
    z-index: 10;
}

.testimonial-card .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-content {
    width: 500px;
    height: 300px;
    right: 6.25rem;
    background: var(--white-color);
    border-radius: 80px;
    border: 1px solid var(--bg-purple);
    box-shadow: 10px rgba(111, 44, 255, 0.08);
    position: relative;
    z-index: 5;
    text-align: right;
    overflow: hidden;
    justify-content: space-between;
    bottom: 1.235rem;
}

.comment-body {
    height: 80%;
}

.testimonial-content .col-6 h4 {
    font-family: "vazir";
    text-align: right;
    font-size: 0.938rem;
    margin: 0.375rem 0 2.5rem;
    font-weight: 700;

}

.testimonial-content .col-6 h5 {
    font-family: "vazir";
    text-align: right;
    font-size: 0.625rem;
    margin: 0.375rem 0 1.125rem;
    font-weight: 500;
    color: var(--bg-grey);

}

.testimonial-content .col-6 .stars {
    display: flex;
    gap: 6px;
    align-items: left;
    margin-top: 0.375rem;

}

.testimonial-content .testimonial-text {
    font-family: "vazir";
    margin: 0.875rem 0 1.375rem;
    line-height: 1.9;
    color: var(--pre-title);
    font-size: 0.875rem;
}

.circle-wrapper {
    position: relative;
    bottom: 28rem;
    display: flex;
    flex-direction: column;
    gap: 130px;

}

.circle-wrapper .row .circle-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 6;

}

.circle-wrapper .row .circle-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 3px solid var(--white-color);

}

.circle-wrapper .row .circle-item p {
    font-family: "vazir";
    font-size: 0.625rem;
    background: var(--white-color);
    border-radius: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 500;
}




.testimonial-content .slider-dots {
    width: 100%;
    height: 20%;
    margin-top: 30px;
    background: var(--bg-purple);
    padding-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    gap: 12px;
    position: relative;
    bottom: 15px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;

}

.testimonial-card .slider-dots .dots {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;

}

.testimonial-card .slider-dots .dot {
    width: 8px;
    height: 8px;
    background: var(--white-color);
    border-radius: 50%;
}

.dot.active {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background: var(--pre-title);
}

.slider-dots .arrows {
    display: flex;
    gap: 5px;
    align-items: center;
}

.arrow-btn {
    background: var(--bg-grey);
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
}

.arrow-btn img {
    width: 14px;
    height: 14px;
    fill: var(--white-color);
    opacity: 0.95;
}

/* gallery.///////////////////// */
.gallery-section {
    font-family: "vazir";
    padding: 9.375rem;
    direction: rtl;
    gap: 10px;
    display: grid;

}

.title-container {
    display: flex;
    flex-direction: column;
}

.gallery-pre {
    font-family: "vazir";
    font-size: 0.813rem;
    color: var(--bg-grey);
}

.gallery-title {
    font-family: "vazir";
    font-size: 1.875rem;
    font-weight: 900;
    justify-content: right;
    align-items: right;

}

.gallery-section img {
    width: 100%;
    max-width: 136px;
    height: auto;
    display: block;
    border-radius: 0.75rem;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
}

.gallery-container {
    text-align: justify;
    padding: 1.125rem;
    grid-column: span 2;
    grid-row: span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;

}

/* post.////////////////////////////////// */

.articles-section {
    font-family: "vazir";
    margin-top: 5rem;
    padding: 3.5rem 1.125rem;
    direction: rtl;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: right;

}

.section-header .section-subtitle {
    font-family: "vazir";
    color: var(--pre-title);
    font-size: 0.813rem;
    font-weight: 500;
    margin: 0;
}

.section-header .section-title {
    font-family: "vazir";
    font-size: 1.875rem;
    font-weight: 700;
    margin: 0.375rem 0 0;

}

.article-card {
    width: 295px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
    gap: 25px;
    transition: transform 0.3s;
}

.article-card:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;

}

.article-card a {
    font-family: "vazir";
    width: 100%;
    height: 191px;
    overflow: hidden;
    border-radius: 10px;

}

.article-card a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.article-card .card-body {
    padding: 0.625rem 0;
    display: flex;
    flex-direction: column;
    justify-content: right;
    text-align: right;
    gap: 15px;
}

.article-card .card-body .card-title {
    font-family: "vazir";
    font-weight: 600;
    font-size: 0.813rem;
}

.article-card .card-body .card-text {
    font-family: "vazir";
    font-size: 0.875rem;
    color: var(--pre-title);
    line-height: 1.5;
    margin: 0;

    overflow: hidden;
    text-overflow: ellipsis;
}

.article-card .card-body .card-date {
    font-family: "vazir";
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.625rem;
}

/* footer.//////////////////// */
.footer-section {
    font-family: "vazir";
    position: relative;
    background: var(--bg-purple);


    border-top-right-radius: 750px 230px;
    border-top-left-radius: 750px 200px;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 0;
    justify-content: space-between;
}

.top-up-button {
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -25px;
    box-shadow: 2px 1px 5px 5px var(--bg-grey);
    cursor: pointer;

}

.footer-top {
    position: relative;
    background: var(--bg-purple);
    top: -50px;
    left: 0;
    width: 100%;
    height: 70px;
}


.back-to-top img {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    color: var(--bg-purple);

}

.contact-bar {
    font-family: "vazir";
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;


}

.contact-bar span {
    font-family: "vazir";
    color: var(--white-color);
}

.contact-bar span img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white-color);
    margin-left: 5px;
}

.top-area {
    display: flex;
    justify-content: center;
    gap: 100px;

}

.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    padding-top: 0;
    gap: 10px;
    background: var(--white-color);
    color: var(--pre-title);
    border-radius: 20px;
    width: 800px;
    margin-bottom: 100px;
    height: 62px;

}

.footer-menu ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    font-size: 0.875rem;
    font-weight: 500;
}

.footer-menu ul li a {
    font-family: "vazir";
    text-decoration: none;
    color: var(--pre-title);

}

.footer-menu ul li a:hover {
    border-bottom: 1px solid var(--bg-purple);
}

.social-icons {
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: left;
    gap: 20px;
    background: rgba(255, 255, 255, 0.37);
    border-radius: 20px;
    height: 62px;
}

.socila-icons a {
    text-decoration: none;
    width: 30px;
    height: 30px;
}


.bottom-area {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 200px;
    text-align: right;
    justify-content: center;
    bottom: 3rem;
    right: 2rem;
    background-color: var(--white-color);
    padding: 10px 10px;
    border-radius: 30px;

}

.footer-content h6 {
    font-family: "vazir";
    font-size: 1rem;
    font-weight: 600;
    padding-right: 10px;

}

.footer-content h6 span {
    font-family: "vazir";
    color: var(--bg-purple);
}

.footer-content .footer-content .footer-text {
    font-family: "vazir";
    color: var(--bg-grey);
    font-size: 0.5rem;
    line-height: 1;
}

.symbols {
    background: rgba(255, 255, 255, 0.37);
    right: 30px;
    border-radius: 30px;
    height: 200px;

}

.symbols h6 {
    font-family: "vazir";
    color: var(--white-color);
    font-size: 0.875rem;
    font-weight: 400;
    text-align: right;
    padding-right: 20px;
    padding-top: 30px;
}

.symbols .trust-icons {
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.symbols .trust-icons img {
    width: 110px;
    height: 110px;

}

.bottom-text {
    background: rgba(255, 255, 255, 0.37);

}

.bottom-text {
    font-family: "vazir";
    font-size: 0.813rem;
    text-align: center;
    padding-top: 10px;
}

/* Mobile */
@media (max-width:768px) {

    .contact {
        padding-right: 0;
        align-items: center;
    }

    .contact .col-12 {
        width: 100%;
        flex-direction: row;

    }

    .buttons-wrapper {
        flex-direction: column !important;
        align-items: center;
    }

    .buttons-wrapper .btn {
        width: 100%;
        max-width: 300px;
    }

    .circle-bottom {
        justify-content: center !important;
        margin-right: 2rem;
    }

    .circle-wrapper {
        display: none !important;
    }

    .testimonial-content {
        width: 100% !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    .gallery-section {
        padding: 2rem 1rem;
    }

    .gallery-section .title-container h2 {
        font-size: 1.25rem;
        text-align: center;
    }

    .gallery-section .gallery-pre {
        font-size: 0.75rem;
        text-align: center;
    }

    .article-container .col-12 {
        margin-bottom: 1rem;
    }

    .article-card {
        width: 90%;
        gap: 15px;
    }

    .article-card a {
        height: auto;
    }

    .article-card .card-body .card-title {
        font-size: 0.75rem;
    }

    .article-card .card-body .card-text {
        font-size: 0.75rem;
    }

    .article-card .card-body .card-date {
        font-size: 0.625rem;
    }

    .contact-bar {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-section {

        border-top-right-radius: 300px 100px;
        border-top-left-radius: 300px 100px;
        height: auto;
    }

    .back-to-top {
        margin-left: 15rem;
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
        justify-content: center;
    }

    .top-area {
        flex-direction: column;
        gap: 0;
    }

    .footer-menu {
        width: 100px;
        height: 200px;
        justify-content: center !important;
        flex-wrap: wrap;

    }

    .footer-menu nav ul {
        display: flex;
        flex-direction: column;
    }

    .social-icons {
        justify-content: center !important;
        gap: 100px !important;
    }

    .bottom-area {
        flex-direction: column;
        align-items: center;
    }

    .footer-content,
    .symbols {
        width: 100%;
        text-align: center;
    }

    .trust-icons {
        justify-content: center !important;
    }

    .bottom-text {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 15px;
    }

    .circle-out,
    .circle-in {
        display: block !important;
    }

    #testimonial-cards-mobile .testimonial-card {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }

}

@media (max-width: 992px) {

    .circle-out,
    .circle-in {
        display: block !important;
    }

    #testimonial-cards-mobile .testimonial-card {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }

    .testimonial-content {
        width: 100% !important;
        right: 0 !important;
        bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .gallery-section img {
        max-width: 160px;
    }

    .gallery-section .title-container h2 {
        font-size: 1.5rem;
    }

    .gallery .col:nth-child(n+10) {
        display: none;
    }

    .article-card {
        width: 250px;
        gap: 20px;
    }

    .article-card .card-body .card-title {
        font-size: 0.78rem;
    }

    .article-card .card-body .card-text {
        font-size: 0.82rem;
    }

    .contact-bar {
        padding: 10px 20px;
    }

    .top-area {
        gap: 20px;
    }

    .bottom-area {
        gap: 20px;
    }

    .footer-content {
        width: 100%;
    }

    .symbols {
        width: 100%;
        text-align: center;
    }

    .trust-icons {
        justify-content: center !important;
    }

    .circle-out,
    .circle-in {
        display: block !important;

    }

    #testimonial-cards-mobile .testimonial-card {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }

    .testimonial-content {
        width: 100% !important;
        right: 0 !important;
        bottom: 0 !important;
    }
}


/* SWIPER STYLES FOR COMMENTS */


.comments-section {
    display: flex;
    align-items: end;
    width: 500px;
    overflow: hidden;
    height: 330px;
    
}

.comments {
    width: 100%;
    height: 300px;
    border-radius: 50px;
    background-color: white;
    position: relative;
    z-index: 10;

}


.swiper {

    height: 240px;
    overflow: visible !important;
}

.swiper-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    height: 60px;
    background-color: var(--bg-purple);
    border-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.swiper-pagination-custom {
    width: auto !important;
}

.swiper-button-next-custom,
.swiper-button-prev-custom {
    font-size: 22px;
    cursor: pointer;
    color: white;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: initial !important;
}

.swiper-pagination-bullet-active {
    background-color: silver !important;
}

.comment {
    padding: 30px;
    
}

.comment>img {

    border: 7px solid white;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateY(-50%) translateX(50%);
}

.comment .rating>p {
    padding-left: 5px;
}

.comment-text {
    text-align: justify;
}

@media (max-width:768px) {

    .comments-section {
        height: 430px;
        margin-top: 50px;
        width: 100%;
       
    }

    .comments {
        height: 400px;
        border: 2px solid var(--bg-purple);
    }

    .swiper {
        height: 340px;
    }

    .comment .row {
        margin-top: 20px;
    }
}