@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  background-color: #f6f6f8;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-p1 {
  padding: 50px 0;
}

.bg-color-white {
  background-color: white;
}

.box {
  width: 100%;
  height: 100px;
  background-color: #0d6efd;
}

/*################################*/

.nav-logo {
  text-align: center;
  margin: 20px 0;
}

.nav-logo img {
  width: 250px;
  transition: all 0.3s ease-in-out;
}

.menu-list {
  text-align: end;
}

.menu-list ul li {
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
}

.nav-menu {
  position: absolute;
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #dddddd44;
  z-index: 9999;
}

.menu-list {
  height: 110px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 40px;
}

.menu-list ul li a {
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.banner-home {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-home .carousel {
  width: 100%;
  height: 100%;
}

.banner-home,
.carousel,
.carousel-inner {
  width: 100%;
  height: 100vh;
}

.banner-home .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100vh;
}

.banner-home .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-home-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 500px;
}

.banner-home-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 600;
}

.content-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0f0fb8;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: start;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 3%;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
}

.carousel-indicators .active {
  width: 35px;
}

.carousel-control-prev {
  right: 110px !important ;
  top: 92%;
  left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-bottom: 1px solid #dddddd;
  font-size: 24px;
}

.carousel-control-next {
  right: 50px !important ;
  top: 92%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-bottom: 1px solid #dddddd;
  font-size: 24px;
}

.home-about-title {
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 20px;
}

.home-about-title .line {
  width: 32px;
  height: 2px;
  background-color: #0f0fb8;
  margin-right: 10px;
}

.home-about-title label {
  font-size: 14px;
  font-weight: 600;
  color: #0f0fb8;
}

.about-home-content-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0f172a;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.home-about-photos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.home-photos {
  width: 250px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

.home-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-banner-content-left {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 0 7%;
}

.bg-banner-content-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.banner-content {
  display: grid;
  justify-content: flex-start;
}

.banner-content h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
  z-index: 2;
}

    .banner-content h3 {
        font-size: 36px;
        color: #fff;
        margin-bottom: 10px;
        z-index: 2;
    }


.banner-content p {
  color: #fff;
  max-width: 500px;
  z-index: 2;
}

.banner-content-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  border: 1px solid #fff;
  width: 100px;
  text-align: center;
}

.bg-banner-content-right {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  padding: 0 7%;
}

.bg-banner-content-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.banner-content-right {
  text-align: end;
}

.banner-content-right a {
  display: inline-block;
  margin-left: auto;
}

.bg-banner-bottom {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  padding: 0 7%;
}

.bg-banner-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.banner-content-bottom {
  text-align: center;
  width: 100%;
  z-index: 9999;
}

.banner-content-bottom h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}

    .banner-content-bottom h3 {
        font-size: 36px;
        color: #fff;
        margin-bottom: 10px;
    }

    .banner-content-bottom h4 {
        font-size: 36px;
        color: #fff;
        margin-bottom: 10px;
    }

.banner-content-bottom p {
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
}

.footer-content {
  padding: 50px 0 0 0;
  background-color: white;
}

.footer-about img {
  width: 250px;
  margin-bottom: 20px;
}

.footer-about p {
  color: #64748b;
  font-size: 16px;
}

.footer-about ul {
  display: flex;
}

.footer-about ul li {
  margin-right: 10px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1f5f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-about ul li a {
  color: #475569;
  transition: all 0.3s ease-in-out;
}

.footer-menu h2 {
  font-weight: 700;
  color: black;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-menu ul li a {
  font-weight: 400;
  color: #475569;
  line-height: 2;
}

.footer-menu ul li i {
  color: #0f0fb8;
  margin: 0 5px 0 0;
}

.footer-copy {
  color: #64748b;
  font-size: 14px;
  margin: 0;
}

.footer-bottom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: end;
}

.footer-bottom-menu li {
  display: inline-block;
  margin-left: 15px;
}

.footer-bottom-menu li a {
  color: #64748b;
}

.footer-bottom-content {
  border-top: 1px solid #e2e8f0;
  align-items: center;
  height: 100px;
  margin-top: 25px;
  width: 100%;
  align-content: center;
}

.page-nav-cls {
  background-color: white;
  height: 80px;
}

.page-nav-cls .nav-logo img {
  width: 200px;
}

.page-nav-cls .menu-list {
  height: 80px;
}

.page-nav-cls .menu-list ul li a {
  color: black;
}

.page-nav-cls .nav-logo {
  text-align: center;
  margin: 7px 0;
}

.page-banner {
  width: 100%;
  height: 600px;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  display: flex; 
  align-items: center;
  justify-content: center;
}

/*####### ACCORDİON ######*/

#productionAccordion .accordion-item {
  border: none;
  background: transparent;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

.step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}
.icon-box {
  width: 45px;
  height: 45px;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 2;
  transition: 0.3s;
  color: #888;
}
.v-line {
  width: 2px;
  background: #dbdbe6;
  flex-grow: 1;
}

.content-box {
  flex-grow: 1;
  padding: 15px 25px;
  border-radius: 16px;
  transition: all 0.3s ease;
  background-color: transparent;
}

.accordion-item:has(.show) .content-box {
  background-color: #f8f9fa;
}

.accordion-item:has(.show) .icon-box {
  background: transparent;
  border: 3px solid #1a237e;
  color: #1a237e;
}

.accordion-button {
  padding: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #000;
  font-weight: 700;
  border: none;
  font-size: 1.1rem;
}
.accordion-button::after {
  display: none;
}

.step-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #e9ecef;
}
.step-img {
  border-radius: 12px;
  width: 100%;
  margin-top: 15px;
}

.accordion-content {
  max-width: 750px;
}
/*####### ACCORDİON ######*/

.page-title {
  text-align: center;
  padding: 20px 0;
}

.page-title label {
  color: #0f0fb8;
  font-weight: 700;
  font-size: 12px;
}

.page-title h2 {
  font-size: 32px;
  font-weight: 700;
}

.form-container {
  background-color: #f2f2f2; 
  border-radius: 30px;
  padding: 60px;
  max-width: 900px;
  margin: 50px auto;
}
.form-label {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}
.form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ddd;
}
.upload-area {
  border: 2px dashed #ccc;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  background-color: white;
  cursor: pointer;
  transition: 0.3s;
}
.upload-area:hover {
  border-color: #1019b5;
  background-color: #f8f9fa;
}
.btn-custom {
  background-color: #1019b5; 
  color: white;
  padding: 15px 60px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
  width: 100%;
}
.btn-custom:hover {
  background-color: #0a118a;
  color: white;
  transform: translateY(-2px);
}

.preview-item {
  position: relative;
  width: 80px;
  height: 80px;
}
.preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.remove-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

.page-banner {
    position: relative;
    background-size: cover;
    background-position: center;
}

    .page-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }



.page-banner-home-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 500px;
  z-index:99;
}

.page-banner-home-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 600;
}

.process-card {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  border: 1px solid #f1f5f9;
}

.timeline-container {
  position: relative;
}

.timeline-container::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: #e2e8f0;
  z-index: 1;
}

.step-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  z-index: 2;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-icon-wrap {
  width: 50px;
  height: 32px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  color: #6366f1;
  font-size: 0.9rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  background-color: #e7e7f8;
}

.step-content {
  padding-top: 4px;
}
.step-title {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1rem;
  color: #0f172a;
}
.step-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
}

.info-box {
  background: #0f0fb81a;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  border: 1px solid #f1f5f9;
  height: 100%;
}
.info-box i {
  font-size: 30px;
  color: #1e293b;
  margin-bottom: 12px;
  display: block;
}
.info-box p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.info-box small {
  font-size: 13px;
  color: #64748b;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  height: 100%;
}
.service-img {
  height: 160px;
  background-color: #000;
  position: relative;
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.service-body {
  padding: 25px;
  text-align: center;
}
.service-title {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.service-text {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 15px;
}

.consult-card {
  background: #0f172a;
  color: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
}
.btn-consult {
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 8px;
  padding: 12px;
  border: none;
  transition: 0.3s;
}
.btn-consult:hover {
  background: #f1f5f9;
}
.phone-link {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.85rem;
  display: block;
  margin-top: 20px;
  border: 1px solid #334155;
  padding: 10px 0;
  border-radius: 10px;
}

.bottom-banner {
  background: #fff;
  border-radius: 16px;
  padding: 35px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  border: 1px solid #f1f5f9;
}
.banner-text {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0;
  letter-spacing: -0.5px;
}

.bottom-content p {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  max-width: 700px;
  margin-top: 10px;
}

.desing-card {
  padding: 20px;
  border: 1px solid #e9ecef;
  background-color: #ffffff;
}

.feature-section {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); /* Yumuşak bir gölge */
}

.feature-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}

.feature-description {
  font-size: 15px;
  line-height: 1.6;
  color: #6c757d;
}

.feature-card {
  background: #fdfdfd;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: #4b49ac;
  box-shadow: 0 10px 25px rgba(75, 73, 172, 0.1);
}

.icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(75, 73, 172, 0.08);
  color: #4b49ac;
  margin-bottom: 20px;
}

.card-h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #212529;
}

.view-all-link {
  color: #4b49ac;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.view-all-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}


.information-title p {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  max-width: 700px;
  margin-top: 10px;
}

.accordion-icon{
    color: #64748b;
}

.accordion-button:not(.collapsed){
    color: black !important;
}

.the-stone{
    position: absolute;
    bottom: -50px;
    right: -10px;
}

.certifica-photo img{
    rotate: 3deg;
}

   
.certifica-list .bi-check-circle-fill {
    font-size: 1.2rem;
}



.btn-link:hover {
    color: #004dc7 !important;
    text-decoration: underline !important;
}


@media (max-width: 991px) {
    .row {
        flex-direction: column-reverse;
    }
}


.page-banner-home-content-faset {
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: #fff;
  max-width: 500px;
  text-align: center; 
}

.page-banner-home-content-faset h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 600;
}


.faset-title{
    text-align: center;
}

.faset-title h2{
    font-size: 32px;
    font-weight: 700;
}

.faset-title p{
    max-width: 800px;
    margin: 0 auto;
}

.fasset-content{
    background-color: white;
    border-radius: 15px;
    padding: 30px;
}

.step-faset i{
    width: 40px;
    height:40px;
    background-color: #0F0FB81A;
    color: #0a118a;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
}

.step-faset span{
    font-weight: 700;
    margin-top: 15px;
    color: #0a118a;
}


.faset-box-photo{
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
}

.faset-box-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faset-box-info-content{
        display: grid;
    align-items: center;
    align-content: center;
    height: 370px;
    
}

.faset-box-info-content p{
    font-weight: 400;
    color: #475569;
    line-height: 2;
}

.faset-box-info-content ul li{
    font-weight: 400;
    color: #475569;
    line-height: 2;
}

.faset-box-info-content ul li i{
    color: #0f0fb8;
    margin: 0 5px 0 0;
}

.blog-section{
    background-color: #101022;
    padding: 50px 0;
}

.blog-info{
    text-align: center;
}

.blog-info i{
    color: #0F0FB8;
    font-size: 25px;
    margin-bottom: 30px;
}

.blog-info-content{
    text-align: center;
    display: flex;
    justify-content: center;
}

.blog-info-content p {
    position: relative;
    padding-bottom: 15px; 
    max-width: 600px;
    color: white;
    margin-top: 30px;
}

.blog-info-content p::after {
    content: "";
    display: block;
    width: 50px;          
    height: 3px;    
    background-color: #0F0FB8; 
    margin: 10px auto 0;  
}

.blog-info-user h4{
    color: white;
    font-size: 18px;
}


.blog-info-user p{
    font-weight: 400;
    color: #475569;
    line-height: 2;
}

