/* Add custom CSS styles below */ 

.-mt-62{
      margin-top: -290px;
}

.navbar-brand img, .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 100px;
}



@media (max-width: 768px) {
    
[data-section-name="home.slider-ads"] h3 {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

  [data-section-name="home.slider-ads"] .text-lg {
    font-size: 1.5rem;
  
}
  
}

.has-overlay:after{
      background-color: rgb(0 0 0 / 40%);
}

.carousel-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, 
    rgba(255,255,255,0.65) 0%, 
    rgba(255,255,255,0.35) 35%, 
    rgba(255,255,255,0) 100% );
    z-index: 1;
}


[data-section-name="home.slider-ads"] .s-button-element .s-button-text{
      color: #473b31;
}

[data-section-name="home.slider-ads"] .s-button-element:not(:disabled):not([loading]) {
    position: relative;
    padding: 14px 32px;
    border: none;
    background: linear-gradient(
        to bottom,
        #fff3b0 0%,
        #f9dc5c 35%,
        #e8b923 60%,
        #c99200 100%
    );
      border-radius: 3px 30px;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    box-shadow:
        inset 0 2px 4px rgba(255,255,255,0.5),
        inset 0 -3px 6px rgba(160,110,0,0.25),
        0 8px 20px rgba(212,175,55,0.35);
    transition: all 0.3s ease;
    border: 2px solid #f1c644;
}

[data-section-name="home.slider-ads"] .s-button-element:hover {
    transform: translateY(-3px);
    box-shadow:
        inset 0 2px 4px rgba(255,255,255,0.6),
        inset 0 -3px 6px rgba(160,110,0,0.3),
        0 12px 28px rgba(212,175,55,0.45);
}

[data-section-name="home.slider-ads"] .s-button-element::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.85),
        transparent
    );
    transform: skewX(-25deg);
    animation: shine 2.8s infinite;
}

@keyframes shine {
    0% { left: -120%; }
    100% { left: 180%; }
}

.s-block--slider-with-bg .slider-bg:before{
  
}

h3 {
    font-size: 27px !important;
    line-height: 2 !important;
}

p{
  font-size: 15px !important;
}

[data-section-name="home.store-features"] h3.text-sm {
  font-size: 22px !important;
    color: brown;
}

[bundle-id="1078728572"].s-block{
  
    padding-block: 0px !important;

}

[bundle-id="1078728572"] h2 {
    margin: 0 !important;
    animation: multiBlink 4s infinite;
}

@keyframes multiBlink {
    0%, 10%, 20%, 30% {
        opacity: 1;
    }

    5%, 15%, 25% {
        opacity: 0;
    }

    35%, 100% {
        opacity: 1;
    }
}


[data-section-name="home.enhanced-square-banners"].s-block {
  padding-top: 0px !important;
}


[data-section-name="home.enhanced-square-banners"] .banner-entry h3,[data-section-name="home.enhanced-square-banners"] .banner-entry p{
      opacity: 1;
}


[data-section-name="home.enhanced-square-banners"] .banner-entry {
          height: 350px;
}


[data-section-name="home.enhanced-square-banners"] .banner-entry:first-child {
      border-radius: 3px 80px 3px 3px;
  
}

[data-section-name="home.enhanced-square-banners"] .banner-entry:nth-last-child(1) {

  border-radius: 3px 3px 3px 80px;
}



[data-section-name="home.enhanced-square-banners"] .banner-entry {
  opacity: 0;
  transform: translateX(60px);
  transition: 0.8s ease;
}

[data-section-name="home.enhanced-square-banners"] .banner-entry.show {
  opacity: 1;
  transform: translateX(0);
}


/*تعديل حجم بطاقة قبل وبعد */

[data-section-name="home.before-after"]{
      width: 50%;
}

/*تغيير شكل بطاقة المنتج*/

.s-product-card-entry{
      border-radius: 35px 0px 35px 0px;
}




/*تنسيق صفحة الاطباء*/

 .page-title{
        text-align:center;
        font-size:42px;
        margin-bottom:15px;
        color:#7b5d52;
        font-weight:bold;
    }

    .subtitle{
        text-align:center;
        color:#777;
        margin-bottom:50px;
        font-size:18px;
    }

    .doctors-grid{
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
        gap:30px;
    }

    .doctor-card{
        background:#fff;
        border-radius:28px;
        overflow:hidden;
        box-shadow:0 15px 35px rgba(0,0,0,0.08);
        transition:0.4s ease;
        border:1px solid rgba(0,0,0,0.04);
    }

    .doctor-card:hover{
        transform:translateY(-10px);
        box-shadow:0 20px 45px rgba(0,0,0,0.12);
    }

    .doctor-image{
        width:100%;
        height:340px;
        object-fit:cover;
    }

    .doctor-content{
        padding:28px;
    }

    .doctor-name{
        font-size:28px;
        color:#6b4f45;
        margin-bottom:18px;
        font-weight:bold;
    }

    .section-title{
        color:#b9896c;
        font-size:18px;
        margin-top:18px;
        margin-bottom:10px;
        font-weight:bold;
    }

    .doctor-content p,
    .doctor-content li{
        line-height:1.9;
        color:#555;
        font-size:15px;
    }

    ul{
        padding-right:18px;
    }

    li{
        margin-bottom:6px;
    }

    .experience-box{
        margin-top:18px;
        background:#f9f3f0;
        padding:14px 18px;
        border-radius:16px;
        font-weight:bold;
        color:#7b5d52;
    }

    @media(max-width:768px){
        .page-title{
            font-size:32px;
        }

        .doctor-image{
            height:280px;
        }
    }



/* تنسيق صفحة من نحن */

  .about-wrapper{
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(135deg,#fdfaf8,#f7f1ed);
    overflow: hidden;
}

  .about-wrapper .about-section{
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2;
}

 .about-wrapper .image-frame{
    padding: 18px;
    border-radius: 35px;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(18px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    border: 1px solid rgba(255,255,255,0.7);
}

 .about-wrapper .image-frame img{
    width: 100%;
    border-radius: 25px;
    display: block;
}

 .about-wrapper .badge{
    display: inline-block;
           padding-bottom: 25px;
        padding-top: 12px;
        padding-inline: 20px;
    background: rgba(255,255,255,0.75);
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #8a6c5d;
    font-weight: 600;
    margin-bottom: 20px;
}

 .about-wrapper .content h1{
    font-size: 56px;
    margin-bottom: 25px;
    color: #2f2a28;
}

 .about-wrapper .content p{
    font-size: 18px;
    line-height: 2;
    color: #5e5753;
    margin-bottom: 20px;
}

 .about-wrapper .intro{
    font-size: 22px !important;
    color: #3b3532 !important;
}

 .about-wrapper .feature-box{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
}

 .about-wrapper .feature-box div{
    background: white;
    padding: 14px 22px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    font-size: 15px;
    font-weight: 600;
    color: #6b5247;
}

 .about-wrapper .cards{
    display: grid;
    gap: 20px;
    margin-top: 35px;
}

 .about-wrapper .card{
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(12px);
    padding: 28px;
    border-radius: 22px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

 .about-wrapper .card h3{
    margin-bottom: 12px;
    font-size: 24px;
    color: #d1a952;
}

 .about-wrapper .card p{
    margin: 0;
    font-size: 16px;
}

 .about-wrapper .bio-box{
    max-width: 500px;
    margin: 70px auto 0;
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    position: relative;
    z-index: 2;
}

 .about-wrapper .bio-box h3{
    font-size: 34px;
    margin-bottom: 10px;
    color: #2f2a28;
}

 .about-wrapper .bio-box span{
    display: block;
    width: 80px;
    height: 2px;
    background: #d7b9a8;
    margin: 15px auto 25px;
}

 .about-wrapper .bio-box p{
    margin: 8px 0;
    color: #6f6662;
}

 .about-wrapper .glow{
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .35;
}

 .about-wrapper .glow-1{
    width: 350px;
    height: 350px;
    background: #f3d6c5;
    top: -100px;
    right: -80px;
}

 .about-wrapper .glow-2{
    width: 300px;
    height: 300px;
    background: #e8d9ff;
    bottom: 0;
    left: -100px;
}

@media(max-width: 991px){
     .about-wrapper .about-section{
        grid-template-columns: 1fr;
    }

     .about-wrapper .content h1{
        font-size: 40px;
    }
}


/* تنسيق صفحة  الخدمات */


.header{
    text-align:center;
    margin-bottom:70px;
}

.header h1{
    font-size:55px;
    margin-bottom:18px;
    color:#1e1e1e;
}

.header p{
    font-size:20px;
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(350px,1fr));
    gap:35px;
}

.service-card{
    background:white;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    transition:0.4s ease;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
    margin: 0 0 25px !important;
}

.service-content{
    padding:30px;
}

.service-content h2{
    font-size:32px;
    margin-bottom:15px;
    color:#b5893c;
}

.service-content p{
    font-size:18px;
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
}

.features{
    list-style:none;
}

.features li{
    padding:10px 0;
    border-bottom:1px solid #f2f2f2;
    font-size:17px;
    color:#444;
}

.features li:last-child{
    border:none;
}

.cta-box{
    margin-top:70px;
    background:#1f1f1f;
    color:white;
    padding:45px;
    border-radius:30px;
    text-align:center;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.cta-box h3{
    font-size:34px;
    margin-bottom:15px;
    color:#f2cf88;
}

.cta-box p{
    font-size:19px;
    color:#ddd;
}

@media(max-width:768px){
    .header h1{
        font-size:40px;
    }

    .service-image img{
        height:220px;
    }
}

.content--single-page{
  width: 100% !important;
}

/*صفحة اتصل بنا*/


.contact-page *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.contact-page{
    background: #faf8f6;
    color:#333;
    line-height:1.8;
    max-width:1200px;
    margin:auto;
    padding:60px 20px;
}

.contact-page .title{
    text-align:center;
    margin-bottom:50px;
}

.contact-page .title span{
    display:inline-block;
    background:#d8b98a;
    color:white;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:15px;
}

.contact-page .title h1{
    font-size:42px;
    color:#222;
    margin-bottom:15px;
}

.contact-page .title p{
    color:#777;
    max-width:650px;
    margin:auto;
}

.contact-page .contact-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    align-items:center;
    margin-bottom:50px;
}

.contact-page .contact-info{
    background:white;
    padding:40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.contact-page .info-item{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:30px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

.contact-page .info-item:last-child{
    border:none;
    margin-bottom:0;
}

.contact-page .info-item img{
    width:60px;
    height:60px;
    object-fit:contain;
}

.contact-page .info-text h3{
    font-size:18px;
    margin-bottom:5px;
    color:#222;
}

.contact-page .info-text a{
    color:#666;
    text-decoration:none;
    font-size:16px;
}

.contact-page .contact-image img{
    width:100%;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.contact-page .map-container{
    margin-top:40px;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.contact-page .map-container iframe{
    width:100%;
    height:450px;
    border:none;
}

@media(max-width:768px){
    .contact-page .contact-wrapper{
        grid-template-columns:1fr;
    }

    .contact-page .title h1{
        font-size:32px;
    }
}