
/* Anasayfa */
@media (max-width: 575px) {
   .custom-sm-hide {
      display: none !important;
   }
  
}

@media (max-width: 1200px) {
    .custom-fikir-al {
      display: none !important;
   }
   .custom-main-gif {
      display: none !important;
   }
}


/* Portfolio listeleme sayfası */
.pf-hero-ptb {
    padding-top: 50px !important;
}

/* Portfolio detay sayfası */
@media (max-width: 520px) {
    /* 520px altında yan yana dizilimi bozup alt alta (sütun) yapar */
    .custom-flex-column {
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 20px; /* Elemanlar arasına biraz boşluk ekler, isteğe göre silebilirsin */
    }

    /* 520px altında merkezli yazıları sola yaslar */
    .custom-text-start {
        text-align: left !important;
    }
}


/* İletişim Sayfası */
.tp-contact-us-ptb {
        padding-top: 50px !important;
    }


/* Hakkımızda sayfası */

/* Masaüstü (Varsayılan - 1200px ve üzeri) */
.px-about-3-bigtext {
    font-size: 140px !important;
    line-height: 1.1; /* Yazıların iç içe geçmemesi için */
}

/* Laptop ve Küçük Masaüstü (992px - 1199px arası) */
@media (max-width: 1199px) {
    .px-about-3-bigtext {
        font-size: 110px !important;
    }
}

/* Tablet (768px - 991px arası) */
@media (max-width: 991px) {
    .px-about-3-bigtext {
        font-size: 80px !important;
    }
}

/* Mobil Yatay (576px - 767px arası) */
@media (max-width: 767px) {
    .px-about-3-bigtext {
        font-size: 60px !important;
    }
}

/* Mobil Dikey (575px ve altı) */
@media (max-width: 575px) {
    .px-about-3-bigtext {
        font-size: 45px !important;
    }
}


@media (max-width: 575px) {
    .px-inner-about-style .px-about-3-content p {
        font-size: 30px;
        margin-bottom: 30px;
    }
}



/* .ripple-image {
    position: relative;
    width: 100%;
    height: 600px; 
    overflow: hidden;
    display: block;
    background-color: #000; 
}

.ripple-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */