
body {
    overflow-x: hidden;
    background-color: rgb(249, 250, 251);
}

/*input:focus {*/
/*    outline: none !important;*/
/*    border: none;*/
/*}*/

ul {
    list-style: none;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

.firstSection {
    background-color: var(--config_color_1);
    background-image: url(/doctoreto/images/bg-pattern.webp);
}

.custom-border-right {
    border-right: 1px dashed white;
}

.custom-border-top {
    border-top: 1px dashed grey;
}

.blue-card {
    background-color: var(--config_color_1);
    background-image: url(/doctoreto/images/bg.png);
}

.half-circle::before {
    width: 11px;
    height: 22px;
    display: block;
    margin-top: -11px;
    top: 0px;
    right: -16px;
    position: absolute;
    content: "";
    background-color: var(--config_color_1);
    border-radius: 22px 0px 0px 22px;
}

.half-circle::after {
    width: 11px;
    height: 22px;
    display: block;
    margin-top: -11px;
    top: 0px;
    right: unset !important;
    left: -16px !important;
    position: absolute;
    content: "";
    background-color: var(--config_color_1);
    border-radius: 0px 22px 22px 0px !important;
}

.image-badge {
    width: 23px;
    height: 23px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    bottom: -3px;
    right: 120px;
}

.image-badge svg{
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
}

.dropdown-menu-1 {
    display: none;
}

.dropdown-toggle-1:hover .dropdown-menu-1 {
    display: block;
}

.dropdown-menu-2 {
    display: none;
}

.dropdown-toggle-2:hover .dropdown-menu-2 {
    display: block;
}

/*.active {*/
/*    border-color: rgb(65, 135, 255) !important;*/
/*    color: rgb(65, 135, 255);*/
/*    background-color: rgb(245, 250, 255);*/
/*}*/

.date-card:hover {
    cursor: pointer;
    background-color: #e1d9c936;
}

.mainSecH {
    font-size: 28px;
}

.fs-custom {
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .mainSecH {
        font-size: 16px !important;
    }
    .belwMainImg {
        width: 60px !important;
        height: 60px !important;
    }
    .fs-custom {
        font-size: 0.9rem !important;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .clip-text {
        max-width: 170px;
    }
    .modal-content {
        min-width: 100% !important;
        border-radius: 0% !important;
    }
    .nextFreeAppointment-BTN {
        width: 100% !important;
    }
    .modal-dialog {
        height: 100%;
    }
    .blue-swiper-slide {
        min-width: unset !important;
    }
    .medall4-img {
        width: 5rem !important; 
        height: 5rem !important;
    }
}

.active {
    color: var(--config_color_1) !important;
    border-bottom: 1px solid var(--config_color_1) !important;
}

.text-custom-blue {
    color: var(--config_color_1) !important;
}

.modal-content {
    min-width: 700px;
    border-radius: 1rem !important;
}

.date-card {
    min-width: 82px;
    min-height: 92px;
}

.nextFreeAppointment-BTN {
    width: 50%;
    background-color: rgb(18, 183, 106) !important;
}

.blue-swiper-slide {
    min-width: 520px;
}

.links a {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.navbar li:hover {
    color: rgb(103, 159, 255);
}

.date-card-wrapper::-webkit-scrollbar  {
    display: none;
}


.backg-white {
    background-color: white;
}

.custom-bg-1 {
   background-color: rgb(245, 250, 255);
}

.custom-bg-2 {
    background-color: rgb(236, 243, 255);
}

.active-2 {
    background-color: var(--config_color_1) !important;
    color: white;
}

.active-2 .bi-chevron-down {
    transform: rotate(180deg);
}

.clinic:hover {
    cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}


.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgb(65, 135, 255);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(65, 135, 255);
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.custom-radio {
    height: 1rem;
    width: 1rem;
}

.articles {
    color: rgb(65, 135, 255);
}

.border-primary-2 {
    border: 1px solid var(--config_color_1);
    color: var(--config_color_2) !important;
}

.bg-primary-1 {
    background-color: var(--config_color_1);
}

.medall4-img {
    width: 10rem; 
    height: 10rem;
}


/* Home Slider Section */
.home-slider-section {
    max-height: 100%;
    overflow-x: hidden;
}

.slider-wrapper-container {
    padding: 0 1rem;
    position: relative;
}

/* Swiper Container */
.swiper-home-slider {
    position: relative;
    overflow-x: hidden;
}

.swiper-wrapper {
    width: 100%;
    padding: 0 1.25rem;
}

/* Slide Styles */
.slider-slide {
    width: 100% !important;
    position: relative;
    height: 100%;
}

/* Desktop Slide Container */
.desktop-slide-container {
    display: none;
}

/* Slide Content */
.slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-image: var(--homeslide-bg-img);
}

.slide-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--config_color_1);
    display: flex;
    align-items: center;
}

.slide-subtitle.mobile {
    font-size: 11px;
}

.slide-subtitle-icon {
    width: 1rem;
    margin-left: 0.5rem;
    fill: var(--config_color_1);
}

.slide-title {
    color: #414141;
    font-size: 25px;
    font-weight: 600;
    margin: 0.5rem 0;
}

.slide-title.mobile {
    font-size: 20px;
}

.slide-description {
    text-align: justify;
    color: #A7A7A7;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1rem;
}

/* Slide Actions */
.slide-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.slide-primary-btn {
    color: white;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    background-image: linear-gradient(325deg, var(--config_color_2) 0%, var(--config_color_1) 100%);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.slide-secondary-btn {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline !important;
    color: inherit;
}

.slide-action-separator {
    font-size: 15px;
}

/* Slide Image */
.slide-image {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Mobile Slide Container */
.mobile-slide-container {
    display: block;
    margin-bottom: 1rem;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    height: 40px;
    width: 40px;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .desktop-slide-container {
        display: block;
    }
    
    .mobile-slide-container {
        display: none;
    }
    
    .slide-row {
        display: flex;
        padding: 0 0.75rem;
    }
    
    .slide-content-col {
        width: 50%;
    }
    
    .slide-image-col {
        width: 50%;
    }
}


/* Main Container */
.feature-container {
    background-color: var(--config_color_3);
    padding: 45px 40px;
    border-radius: 10px 50px 50px 50px;
    width: 100%;
}

/* Header Section */
.feature-header-row {
    margin-bottom: 0.75rem;
}

.feature-header-col {
    text-align: center;
    margin-bottom: 0.75rem;
}

.feature-header {
    display: inline-block;
    background-color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px 20px 20px 20px;
    box-shadow: 4px 0px 60px 0px rgba(187, 105, 119, 0.2);
}

.feature-header-icon {
    margin-left: 1rem;
    max-width: 3rem;
}

.feature-header-highlight {
    color: var(--config_color_1);
    margin: 0 0.5rem;
}

/* Feature Items Row */
.feature-items-row {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.feature-item-col {
    flex: 1 1 300px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0.75rem;
}

/* Feature Cards */
.feature-card {
    background-color: white;
    text-align: center;
    padding: 1.5rem;
    border-radius: 4px 20px 20px 20px;
    box-shadow: 4px 0px 60px 0px rgba(187, 105, 119, 0.2);
}

.feature-icon {
    width: 60px;
    height: 80px;
    margin-bottom: 1rem;
}

.feature-title {
    color: var(--config_color_1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.feature-description {
    color: #989898;
    font-size: 14px;
    font-weight: 400;
}

/* Feature Links */
.feature-link-container {
    text-align: center;
    margin-top: -0.5rem;
}

.feature-link {
    color: white;
    text-align: center;
    border-radius: 50px;
    padding: 0.25rem 0.5rem;
    background-image: linear-gradient(325deg, var(--config_color_2) 0%, var(--config_color_1) 100%);
    text-decoration: none;
    display: inline-block;
}

.feature-link-icon {
    margin-right: 0.25rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .feature-container {
        padding: 30px 20px;
        border-radius: 10px 30px 30px 30px;
    }
    
    .feature-item-col {
        flex: 1 1 100%;
    }
    
    .feature-header {
        padding: 0.5rem;
    }
    
    .feature-card {
        padding: 1rem;
    }
}


/* Container styles */
.cs-container {
    background-color: var(--config_color_3);
    border-radius: 10px 50px 50px 50px;
    padding: 0;
}

/* Image styles */
.cs-image {
    max-width: 100%;
}

/* Heading styles */
.cs-heading {
    padding: 0.5rem 0.5rem;
    background-color: white;
    display: inline-block;
    text-align: center;
    border-radius: 4px 20px 20px 20px;
    box-shadow: 4px 0px 60px 0px rgba(187, 105, 119, 0.2);
}

.cs-heading-img {
    margin-left: 1rem;
    max-width: 3rem;
}

.cs-heading-accent {
    color: var(--config_color_1);
}

/* Description styles */
.cs-description {
    text-align: justify;
    color: #A7A7A7;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

/* Button and link styles */
.cs-primary-btn {
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    color: white;
    background-image: linear-gradient(325deg, var(--config_color_2) 0%, var(--config_color_1) 100%);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.cs-secondary-btn {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline !important;
    color: #5E5E5E !important;
}

/* Stats section styles */
.cs-stats-item {
    padding: 10px 15px;
}

.cs-stats-box-container {
    padding: 10px 15px;
}

.cs-stats-box {
    background-color: white;
    text-align: center;
    padding: 15px;
    font-size: 24px;
    font-weight: 600;
    color: var(--config_color_1);
    min-width: 5.8rem;
    border-radius: 4px 16px 16px 16px;
    box-shadow: 0px 0px 50px 0px rgba(187, 105, 119, 0.2);
}

.cs-stats-text {
    font-size: 14px;
    font-weight: 600;
    color: #5D5D5D;
}


/* Container styles */
.theme4-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
}

/* Main image styles */
.theme4-main-image {
    max-width: 100%;
}

/* Title section styles */
.theme4-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin-bottom: 1rem;
}

.theme4-hr {
    width: 100%;
}

.theme4-title {
    width: 80%;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .theme4-title {
        white-space: normal;
    }
}

.theme4-title-text {
    font-size: 20px;
    font-weight: 400;
    color: #494949;
}

.theme4-title-accent {
    color: var(--config_color_1);
    font-weight: 700;
}

/* Swiper container styles */
.swiperTheme4 {
    position: relative;
    overflow-x: hidden;
    padding: 1rem;
}

@media (min-width: 768px) {
    .swiperTheme4 {
        padding: 0;
    }
}

/* Slide image styles */
.theme4-slide-image {
    width: 220px !important;
    height: 220px !important;
    object-fit: cover;
}



/* Container styles */
.custom-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: var(--config_color_3);
    border-radius: 10px 50px 50px 50px;
    padding: 30px;
}

/* Heading styles */
.custom-heading {
    padding: 0.75rem 1rem;
    background-color: white;
    display: inline-block;
    border-radius: 4px 20px 20px 20px;
    box-shadow: 4px 0px 60px 0px rgba(187, 105, 119, 0.2);
}

.heading-img {
    margin-left: 1rem;
}

/* Paragraph styles */
.custom-paragraph {
    margin-bottom: 3rem;
    text-align: justify;
    color: #595959;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65em;
}

@media (min-width: 768px) {
    .custom-paragraph {
        margin-bottom: 1rem;
    }
}

.custom-label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #7A7A7A;
}

.custom-input {
    display: block;
    width: 100%;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    padding: 12px 10px;
    margin-bottom: 1rem;
}

.custom-button {
    background-color: var(--config_color_1);
    color: white;
    border: none;
    padding: 8px 24px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: var(--config_color_2);
}

/* Container Styles */
.split-content-container {
    margin: 1rem 0;
}

/* Left Column Styles */
.left-column {
    padding: 0 15px;
}

.content-heading {
    margin-bottom: 1.5rem;
}

.accent-text {
    color: var(--config_color_1);
}

.responsive-image {
    max-width: 100%;
    height: auto;
}

/* Right Column Styles */
.right-column {
    padding: 0 15px;
}

.full-width-image {
    max-width: 100%;
    margin-bottom: 1.5rem;
}

/* Grid Layout Styles */
.content-grid {
    width: 100%;
}

.grid-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.grid-title {
    width: 70%;
    margin-bottom: 0;
    white-space: nowrap;
}

.grid-divider {
    width: 100%;
    margin: 0;
    border-color: #eaeaea;
}

.grid-row {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}

.grid-item {
    width: 20%;
    font-size: 17px;
    font-weight: 500;
    color: #6A6A6A;
    white-space: nowrap;
    margin: 0;
}

.text-center {
    text-align: center;
}

/* Accent Row Styles */
.accent-row .grid-item {
    color: var(--config_color_1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .grid-title,
    .grid-item {
        white-space: normal;
    }
    
    .left-column,
    .right-column {
        margin-bottom: 2rem;
    }
}



/* About Section Styles */
.about-section {
    margin: 3rem 0;
}

.about-row {
    background-color: #F1F1F1;
    border-radius: 20px;
    padding: 1rem 0;
}

.about-content {
    padding-right: 30px;
}

.about-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.about-title {
    font-size: 49px;
    font-weight: 600;
    color: var(--config_color_1);
    margin-bottom: 3rem;
}

.about-description {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    line-height: 1.65em;
    margin-bottom: 1rem;
}

.about-button {
    background-color: var(--config_color_1);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    width: 20%;
    text-decoration: none;
}

.about-image-col {
    padding-left: 30px;
}

.about-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.about-image {
    max-width: 400px;
    width: 100%;
    height: auto;
}

/* Portfolio Section Styles */
.portfolio-section {
    margin: 3rem 0;
}

.portfolio-header {
    border-bottom: 2px solid #B8B8B8;
    text-align: center;
}

.portfolio-title {
    color: var(--config_color_1);
    font-family: Peyda, Sans-serif;
    font-size: 29px;
    font-weight: 600;
    margin: 0;
    padding: 0.5rem 0;
}

.portfolio-grid {
    display: block;
    margin-top: 1rem;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .portfolio-grid {
        display: flex;
        align-items: center;
        gap: 1rem;
        justify-content: space-between;
    }
}

.portfolio-item {
    text-align: center;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .portfolio-item {
        margin-bottom: 0;
    }
}

.portfolio-img {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .portfolio-img {
        margin-bottom: 0;
    }
}

.portfolio-item-title {
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 1rem 3rem;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

/* FAQ Section Styles */
.faq-section {
    margin-top: 1rem;
}

.faq-icon-container {
    background-color: var(--config_color_1);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
}

.faq-heading {
    color: var(--config_color_1);
    font-weight: 600;
    margin: 1rem 0;
}

.faq-description {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    margin-bottom: 1rem;
}

.faq-accordion {
    border: 1px solid #dee2e6;
    height: auto;
}

.accordion-item {
    background-color: transparent;
}

.accordion-button {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 0.5rem 1rem !important;
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #767676 !important;
}

.accordion-icon {
    font-size: 30px !important;
    color: #767676 !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.accordion-content {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.65em !important;
    color: #7A7A7A !important;
    padding: 0.5rem !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .about-button {
        width: 100%;
    }
    
    .about-content, .about-image-col {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .about-title {
        font-size: 36px;
        margin-bottom: 2rem;
    }
}


.blog-card {
    box-shadow: 0px 0px 14px 0px rgba(187, 105, 119, 0.2);
}

.blog-date-circle {
    background-color: var(--config_color_1);
    color: white;
    border-radius: 50%;
    text-align: center;
    padding: 0.5rem;
    display: inline-block;
    height: 4rem;
    width: 4rem;
    margin-top: -2rem;
}

.blog-content {
    background-color: white;
    padding: 1rem;
    text-align: center;
}

.blog-title {
    font-size: 16px;
    font-weight: 400;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-description {
    color: #9C9C9C;
    font-size: 12px;
    font-weight: 400;
}


/* Important Links Section Styles */
.important-links-container {
    padding-right: 1rem;
}

.important-links-title {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 500;
}

.important-links-icon {
    width: 1rem;
    margin-left: 1rem;
}

.important-link {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 15px;
    font-weight: 400;
    color: #54595F !important;
}

.important-links-images {
    min-width: 40%;
}

.important-link-image {
    width: 100%;
    max-width: 7rem;
}

.important-link-image:last-child {
    max-width: 6rem;
}


.footer-cat {
    font-size: 15px; 
    font-weight: 500; 
    color: #7E7E7E;
}



.footer-p-cat {
    color: #C5C5C5;
}









