@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');

* {
  font-family: 'Raleway', sans-serif;
}

/* ✅ Parcaralan */
.parcaralan {
  position: relative;
  z-index: 100;
  background: hsl(0, 0%, 95%);
  border-radius: 16px;
  width: 100%;
  max-width: 942px;
  height: auto;
  min-height: 285px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box;
  margin: -80px auto -50px;
  margin-top: -125px;
}
.parcdetails{
  font-size: 20px;
  padding: 0 150px 0 150px;
}

.partitle {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  color: #f78f1e;
  margin: 0 0 20px 0;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.pardetails {
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  color: #374151;
  line-height: 1.6;
  margin: 0 0 25px 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  background: #f78f1e;
  color: white;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 25px;
  min-width: 140px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.cta-button:hover,
.cta-button:active {
  background: #ea580c;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

/* Start of Under Parcaralan */
.image-container {
  position: relative;
  display: inline-block;
  top: 100px;
  left: 25px;
}

.main-image {
  max-width: 100%;
  height: auto;
  margin: 50px;
}

.small-image {
  position: absolute;
  bottom: -150px;
  left: 250px;
  right: 0;
  width: 60%;
  height: auto;
  margin-top: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.info-container {
  display: grid
}

.main-flex {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 50px 50px 50px;
  padding-bottom: 250px;
  justify-content: center;
}

.info-section {
  padding: 150px 36px 40px 36px;
  line-height: 1.8;
  border-radius: 16px;
  margin: 50px;

}

.info-section h2 {
  color: #f78f1e;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 32px;
}

.info-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
}

.info-section li {
  margin-bottom: 32px;
  line-height: 1.7;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.info-section li:last-child {
  margin-bottom: 0;
}

.emoji {
  color: #f78f1e;
  font-size: 1.5em;
  line-height: 1.2;
}

.info-title {
  font-size: 20px;
}
.second-section .row{
  background-color: #f78f1e;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 0px 50px 0px;
  margin-left: 0;
  margin-right: 0;  
  margin-bottom: 20px;
  gap: 200px;

}
.second-section .row img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: -130px;  /* moves it upward */
  z-index: 10; /* ensures it appears above */
}
.sectitle{
  color: white;
  text-align: left;
  margin-top: -100px;

}
.p1, .p2{
  font-weight: 700;
  font-size: 20px;
}

.divider1 {
  height: 4px;               /* thickness */
  background-color: #fff;    /* line color */
  border: none;              /* remove default border */
}
.main-tsection {
  max-width: 90%; /* prevent Bootstrap limits */
  padding: 0;
}

.third-section .row{
  text-align: left;
}
.third-section .col1,.col2{
  padding: 40px;
}
.third-section h1{
  color: #f78f1e;
  font-weight: 700;
}
.col2{
  padding-top: 10px;
}
.ttitle{
  font-size: 70px;
  font-weight: 700;
  color: #f78f1e;
  margin-bottom: 0px;
}
.pbody{
  font-size: 20px;
  font-weight: 700;
}
.tpg{
  font-size: 20px;
  margin-top: 20px;
}
.center-btn {
  align-items: center;
  display: flex;
  gap: 60px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn1{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-weight: 500;
  width: 250px;
  height: 50px;
  font-size: 17px;
  background-color: rgb(255, 162, 0);
  color: white;
  text-decoration: none;
}
.btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  width: 250px;
  height: 50px;
  padding: 10px;
  font-size: 17px;
  background-color: rgb(255, 255, 255);
  color: rgb(255, 162, 0);
  border: rgb(255, 162, 0) solid 2px;
  text-decoration: none;
}
.arrow{
  font-size: 60px;
  margin-top: 3px;
}
.hrtitle{
  background-color: #000;
  height: 2px;               /* thickness */
  border: none; 
  width: 300px;
}

/* 🌟 DEFAULT (DESKTOP) */
.frsection {
  position: relative;  /* allows absolute positioning inside */
  max-width: 100%;
  margin: 10px 0 0 0;
  background: white;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.img4 {
  width: 100%;
  height: 700px;
  object-fit: cover;
  margin-bottom: -30px;
}
.img5 {
  visibility: hidden;
  margin-top: -320px;
}

/* Orange box with text (desktop overlay style) */
.text-overlay {
  position: absolute;
  bottom: 0; /* stick to the bottom */
  right: 100px;  /* align to the right */
  background: rgba(247, 143, 30, 0.95); /* orange with slight transparency */
  color: white;
  padding: 30px 40px;
  max-width: 700px;
}

.text-overlay h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-overlay p {
  font-size: 22px;
  margin: 0;
}


.ft1{
  font-size: 40px;
  color: #f78f1e;
}
.ft2{
  font-size: 25px;
}
/* Custom orange color */
.text-orange {
  color: #f78f1e;
}

/* Circle container */
.icon-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #f78f1e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* ensures image stays inside */
}

/* Image size inside circle */
  .icon-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}


/* Divider line */
.divider2 {
  width: 200px;
  margin: 0.5rem auto;
  border: 1px solid #000000;
}

.fifth-section {
  background-color: #f1f1f1 !important;
}

.fifth-section .row {
  justify-content: center; /* centers all cards */
  gap: 40px; /* gap between cards */
}

.card {
  padding: 50px 40px 10px 40px;
  background-color: #fff; /* card bg white */
}

/* ✅ Mobile View (425px and below) */
@media (max-width: 425px), (max-height: 896px) {
  .uppertext{

  }
  .parcaralan {
    margin-top: 0px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .parcdetails{
    font-size: 16px;
    padding: 0;

  }

  /* ✅ Move image-container under parcaralan */
  .image-container {
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: auto !important;
    left: auto !important;
  }

    .main-flex {
    flex-direction: column;
    align-items: center;
  }

  .info-section {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
    font-size: 5px;    
  }
  .emoji{
    font-size: 15px;
  }
  .info-title {
    font-size: 15px;
  }
  br{
        display: none;
  }
  .main-image {
  margin: 0;
  padding-top: 100px;
}
.second-section .row{
  padding: 50px;
}
.second-section .row img {
  top: -200px;  /* moves it upward */
}
.sectitle{
  margin-top: -150px;
  margin-bottom: 100px;
}
.main-tsection{
  text-align: center;
}
.tpg{
  font-size: 15px;
}
.col1 .center-btn {
    order: 4;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
.col2{
  margin-top: -30px;
}
.pbody{
    padding: 0 20px 20px 20px;

}

  .frsection {
    display: flex;
    flex-direction: column; /* stack elements vertically */
  }

  .img4 {
    height: auto; /* let image scale naturally */
    display: none;
  }
  .img5 {
    height: auto; /* let image scale naturally */
    visibility: visible !important;
    margin: 0;
  }

  .text-overlay {
    position: static;  /* ✅ remove absolute positioning */
    max-width: 100%;   /* full width */
    margin-top: 0;
    padding: 20px 50px 20px 50px;
    background: #f78f1e; /* solid orange */
    text-align: left;
  }

  .text-overlay h2 {
    font-size: 25px; /* smaller headline */
    line-height: 1.4;
  }

  .text-overlay p {
    font-size: 18px; /* smaller text for readability */
  }
  .text-orange{
    font-size: 25px;
  }
  .ft1{
  font-size: 30px;
  color: #f78f1e;
  }
  .ft2{
  font-size: 20px;
  }
  .icon-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.icon-circle {
  width: 110px;
  height: 110px;
}
.mb-0{
  font-weight: 700;
  font-size: 14px;
}
.divider2 {
  width: 200px;
  border: 1px solid #000000;
}
  .card{
    margin: 10px 60px 0 60px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-body{
    padding: 30px;
  }
}

