/* Nehir / JA-37 Detailed Pricing Section - Start */
.detailed-pricing-section {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  overflow-x: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
}
.pricing-plans-title {
  position: relative;
}
.pricing-plans-title > .subtitle {
  position: absolute;
  bottom: 12px;
  left: 5px;
  font-family: var(--font-heading);
  font-size: var(--font-size-lg);
  font-weight: 600;
  color: var(--primary-color);
  z-index: -1;
}
.pricing-table thead td {
  text-align: center;
  padding: 70px 10px 30px 10px;
  vertical-align: middle;
  border: none;
}
/* İlk header satırında üst çizgi olmaması */
.pricing-table thead tr:first-child td {
  border-top: none;
}
.pricing-table tbody td {
  text-align: center;
  padding: 12px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.pricing-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid black;
}
.pricing-table tr.category-row td {
  font-family: var(--font-heading);
  font-size: var(--font-size-lg);
  font-weight: 600;
  text-align: left;
  color: var(--primary-color);
  border-top: none !important;
  border-left: none;
  border-right: none;
  padding-left: 5px;
}
.table-heading {
  font-family: var(--font-heading);
  font-size: var(--font-size-lg);
  font-weight: 600;
  margin: 0 0 10px;
}
.plan-btn,
.contact-btn {
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 15px 28px;
  border: 1px solid var(--primary-color);
  background: none;
  color: var(--primary-color);
  font-family: var(--font-text);
  font-size: clamp(var(--font-size-sm), 1vw, var(--font-size-base));
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
}
.plan-btn:hover,
.contact-btn:hover {
  background-color: var(--primary-color);
  color: white;
}
.pricing-table tbody td {
  border: 1px solid black;
  gap: 24px;
  text-align: center;
}
.pricing-table tr .category-row td {
  font-family: var(--font-text);
  font-size: var(--font-size-md);
  font-weight: 600;
}
.pricing-table img {
  max-width: 20px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .detailed-pricing-section {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pricing-table img {
    max-width: 24px;
    width: 100%;
    height: auto;
  }
  .pricing-table thead button {
    display: none;
  }
  .pricing-table thead h3 {
    font-size: var(--font-size-md);
  }
  .pricing-table tbody td {
    font-size: var(--font-size-sm);
  }
  .pricing-table thead td {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 420px) {
  .pricing-table thead h3 {
    font-size: var(--font-size-sm);
  }
  .pricing-plans-title > .subtitle {
    font-size: var(--font-size-base);
  }
  .pricing-table tr.category-row td {
    font-size: var(--font-size-base);
  }
}
@media screen and (max-width: 363px) {
  .pricing-table thead h3 {
    font-size: 12px;
  }
  .pricing-plans-title > .subtitle {
    font-size: var(--font-size-sm);
  }
  .pricing-table tr.category-row td {
    font-size: var(--font-size-sm);
  }
}
@media screen and (max-width: 334px) {
  .pricing-table thead h3 {
    font-size: 10px;
  }
  .pricing-plans-title > .subtitle {
    font-size: 12px;
  }
  .pricing-table tr.category-row td {
    font-size: 12px;
  }
}
/* Nehir / JA-37 Detailed Pricing Section - End */
/* Nehir / JA-45 - Contact Section Start */
.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px;
  margin: 0 auto;
}
.contact-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  height: auto;
  gap: 60px;
}
.contact-section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.contact-title {
  color: var(--primary-color);
  font-family: var(--font-text);
  line-height: 21.78px;
  font-weight: 500;
  font-size: var(--font-size-md);
}

.contact-heading {

  color: black;
  font-family: var(--font-heading);
  font-size: var(--font-size-3xl);
  font-weight: 600;
  line-height: 40.32px;
}
.contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  align-items: flex-start;

  gap: 48px;
  width: 100%;
}
.contact-content .input-section {
  gap: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-content .input-section .input-name-email {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  gap: 40px;
}
.contact-input {
  width: 100%;
  height: auto;

  border: 1px solid #cacaca;

  border-radius: 8px;
  padding: 10px;
  gap: 10px;
  font-family: var(--font-text);
  font-size: var(--font-size-base);

  font-weight: 400;

  line-height: 36px;
}
.contact-input-msg {
  width: 100%;
  height: 146px;

  border: 1px solid #cacaca;

  border-radius: 8px;
  padding: 10px;
  gap: 10px;
  font-family: var(--font-text);
  font-size: var(--font-size-base);

  font-weight: 400;

  line-height: 36px;
  resize: none;
}
.contact-btn {
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 28px;

  gap: 10px;

  border-radius: 8px;
  background-color: var(--primary-color);
  color: white;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: var(--font-size-base);
  line-height: 19.36px;
  transition: all 0.2s ease-in-out;
}

.contact-btn:hover {
  scale: 1.05;
}
.btn-error,
.btn-success {

.contact-btn:hover{
  scale: 1.05;
}
.btn-error, .btn-success {

  background-color: var(--primary-color);
  color: white;
}
@media (max-width: 1200px) {

  .input-name-email {

    flex-direction: column;
    flex-wrap: wrap;
  }
  .contact-input {
    height: 60px;
  }
  .contact-input-msg {
    height: 146px;
    padding: 5px;
  }
}

@media (max-width: 1024px) {

  .contact-section {
    padding: 80px;
  }
  .contact-content {
    align-items: center;
  }
  .contact-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 50px;
  }
  .contact-container {
    gap: 30px;
  }
  .contact-section-text {

    gap: 15px;
  }
  .contact-heading {
    font-size: 28px;
  }

  .contact-content {

    gap: 40px;
  }
  .contact-content .input-section,
  .contact-content .input-section .input-name-email {
    gap: 20px;
  }
}

@media (max-width: 524px) {
  .contact-section {
    padding: 20px;
  }
  .contact-title {

    font-size: 14px;
  }
  .contact-heading {
    font-size: 20px;
  }

  .contact-input,
  .contact-input-msg {

    font-size: 14px;
  }
  .contact-input {
    height: 40px;
  }
  .contact-input-msg {
    height: 130px;
  }

  .contact-btn {

    font-size: 14px;
  }
}
/* Nehir / JA-45 - Contact Section End */

/* Nehir / JA-33 - Contact Info Section Start */

.contact-info-section {

  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 80px 120px;
  gap: 70px;
  font-family: var(--font-text);
}
.contact-info-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  max-width: 465px;
  height: 274px;
}
.contact-info-title {
  font-size: var(--font-size-md);
  font-weight: 500;
  line-height: 100%;
  color: var(--primary-color);
}
.contact-info-heading {
  font-family: var(--font-heading);
  font-size: var(--font-size-6xl);
  font-weight: 700;
  line-height: 130%;
  color: var(--secondary-color);
  text-align: left;
}
.contact-info-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  max-width: 700px;
  height: 274px;
}
.contact-info-email,
.contact-info-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 27px;
  max-width: 310px;
  height: auto;
}
.email-title,
.number-title {
  font-size: var(--font-size-xl);
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

.email-title::after,
.number-title::after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background-color: black;
  margin-top: 10px;

}
.email-content,
.number-content {
  max-width: 246px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 20px;
}
.email-content-title,

.number-content-title {

  font-size: var(--font-size-xl);
  font-weight: 600;
  line-height: 100%;
}
.email-content-text,

.number-content-text {
  font-size: var(--font-size-lg);
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1200px) {

  .contact-info-section {
    flex-direction: column;
    padding: 80px 24px;
  }
  .contact-info-left {
    height: auto;
  }

  .contact-info-right {
    height: auto;
  }
}
@media (max-width: 500px) {
  .contact-info-heading {
    font-size: 40px;
  }
  .email-title,
  .email-content-title,
  .number-title,
  .number-content-title {
    font-size: var(--font-size-md);
  }
  .email-content-text,
  .number-content-text {
    font-size: var(--font-size-md);
  }
}
@media (max-width: 390px) {

  .contact-info-heading {
    font-size: 30px;
  }
  .contact-info-right {
    gap: 15px;
  }

  .email-title,
  .email-content-title,
  .number-title,
  .number-content-title {
    font-size: var(--font-size-base);
    line-height: 32px;
  }
  .email-content-text,
  .number-content-text {

    font-size: var(--font-size-base);
    line-height: 20px;
  }
  .email-content,
  .number-content {
    gap: 10px;
  }

  .email-title::after,
  .number-title::after {

    margin-top: 5px;
  }
}
/* Nehir / JA-33 - Contact Info Secftion End */

/* Nehir / JA-35 - Newsletter Section Start */
.newsletter-section {
  padding: 100px 120px;
  background-color: var(--primary-color);
  color: white;
  font-family: var(--font-text);
}
.newsletter-container {
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.newsletter-text-content {

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  max-width: 560px;
  gap: 16px;
}

.newsletter-title {

  font-family: var(--font-heading);
  font-size: var(--font-size-5xl);
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}
.newsletter-text {
  font-size: var(--font-size-lg);
  font-weight: 400;
  line-height: 150%;
  width: 100%;
}

.newsletter-subscribe-container {

  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 560px;
  width: 100%;
  border-radius: 20px;
}
.subscribe-input {

  background-color: #ffffff66;

  color: white;
  padding: 27px 32px;
  gap: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: none;
  min-width: 416px;
  width: 100%;
  height: 84px;
  font-size: var(--font-size-md);
  font-weight: 500;
  line-height: 30px;
}
.subscribe-input::placeholder {
  color: white;
}
.subscribe-btn {
  background-color: white;
  color: var(--primary-color);
  max-width: 144px;
  height: 84px;
  padding: 16px 32px;
  gap: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: var(--font-size-base);
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1440px) {

  .newsletter-text-content {
    max-width: 672px;
  }
  .newsletter-title {
    font-size: var(--font-size-4xl);
  }
  .newsletter-text {
    font-size: var(--font-size-md);
  }
  .newsletter-subscribe-container {
    max-width: 672px;
  }
  .subscribe-input {
    min-width: unset;
  }
}
@media (max-width: 1200px) {
  .newsletter-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 835px) {
  .newsletter-container {
    gap: 60px;
  }
  .newsletter-title {
    font-size: var(--font-size-3xl);
  }
  .newsletter-text {

    font-size: var(--font-size-base);
  }
  .newsletter-section {
    padding: 48px 24px;
  }
  .subscribe-input {
    font-size: var(--font-size-base);
    height: 64px;
  }
  .subscribe-btn {
    font-size: var(--font-size-sm);
    height: 64px;
  }
}
@media (max-width: 520px) {
  .newsletter-container {
    gap: 50px;
  }

  .newsletter-title {

    font-size: var(--font-size-2xl);
  }
  .subscribe-input {
    font-size: var(--font-size-sm);
    height: 54px;
  }
  .subscribe-btn {
    font-size: 12px;
    height: 54px;
  }
}

@media (max-width: 375px) {

  .subscribe-input {
    font-size: 12px;
    height: 44px;
  }
  .subscribe-btn {
    font-size: 10px;
  }
}

/* Nehir / JA-35 - Newsletter Section End */
/*nihat / JA-19 Footer Section - Start */
footer {
  background-color: white;
  color: black;
  padding: 20px;
  margin-top: 80px;
  font-family: var(--font-text);
}

.footer-columns {
  display: flex;
}

.company-description {
  width: 400px;
  margin-left: 30px;
  margin-right: 200px;
}

.services h3 {
  margin-bottom: 10px;
}
.info h3 {
  margin-bottom: 10px;
}
.contact h3 {
  margin-bottom: 10px;
}

.column h3 {
  font-weight: normal;
}

.services,
.info,
.contact {
  margin-right: 50px;
}

.column ul,
p {
  color: var(--dark-gray);
}

.company-name {
  color: var(--primary-color);
  font-size: 1.5em;
  margin-bottom: 10px;
}

.copyright {
  margin-top: 50px;
  text-align: center;
}

.copyright-symbol {
  color: green;
}

.rights {
  color: var(--dark-gray);
}

.c2022 {
  color: var(--dark-gray) !important;
}

@media screen and (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
  }

  .column {
    margin: 10px 0;
  }
}
/*nihat / JA-19 Footer Section - End */

