    body {

      font-family: Quicksand;
      position: relative;
      width: 100%;
      height: 100vh;
    }

.both_side_img {
    display: flex;
    justify-content: center;
    margin:20px 0;
    width: 100%;
    overflow: hidden;
}
.both_side_img img {
    margin: 0 5px;
}
.no-img.left {
        float: left;
        margin:0 20px 10px 0;
}
.expired-announcement h3 a,.expired-announcement p {
    color: #ddd !important;
}

.expired-announcement {
    border: 2px solid #ff00001c !important;
}

.subpage-icon {
    background: linear-gradient(135deg, rgb(63 172 200), rgb(120 194 215)) !important;
}
.no-img{
    width: 450px;
    height: 260px;
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748b;
}

.custom-table tbody tr td {
    background-color: aliceblue;
}


.no-img .img-frame{
    width: 74px;
    height: 58px;
    border: 3px solid #94a3b8;
    border-radius: 10px;
    position: relative;
    margin-bottom: 14px;
}

.no-img .img-frame::before{
    content: "";
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background: #94a3b8;
    border-radius: 50%;
}

.no-img .img-frame::after{
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 28px;
    height: 18px;
    background: #94a3b8;
    clip-path: polygon(0 100%, 35% 45%, 55% 70%, 100% 0, 100% 100%);
}

.no-img p{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .4px;
}


    .inner-content {
        box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
        padding: 30px 15px;
        border-radius: 20px;
        border: 1px solid rgba(226, 232, 240, .9);
    }

    .inner-content > .container {
        padding: 0;
    }
    iframe.pdf {
        min-height: 140vh;
    }
    
    .page-content ul li a {
    color: #308091;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.inner-content img {
    border: 1px solid #78c2d799;
    box-shadow: 3px 4px #78c2d799;
    transition: 0.5s all;
}



/* COVER */
.page-cover{
    height: 280px;
    background: url(<?= base_url('public/assets/front/images/tekirdag_cover.png') ?>) center/cover no-repeat;
    position: relative;
    color:#fff;
    margin-top: 70px;
}
.page-cover::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}
.page-cover .content{
    position:relative;
    z-index:2;
}

/* SIDEBAR */
.sidebar{
    min-height:100vh;
    background:#f8f9fa;
    border-right:1px solid #ddd;
}
.sidebar a{
    display:block;
    padding:12px 15px;
    color:#333;
    text-decoration:none;
    transition:.3s;
}
.sidebar a:hover{
    background:#0d6efd;
    color:#fff;
    padding-left:22px;
}

/* CONTENT ANIMATION */
.fade-up{
    animation: fadeUp .7s ease forwards;
}
@keyframes fadeUp{
    from{opacity:0; transform:translateY(20px)}
    to{opacity:1; transform:translateY(0)}
}

/* CARD HOVER */
.card-hover{
    transition:.3s;
}
.card-hover:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

/* PREMIUM SIDEBAR */
.sidebar-pro{
    background:#fff;
    border-radius:5px 5px 18px 18px;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
    overflow:hidden;
    position:sticky;
    top:20px;
    margin-top: 10px;
}

.sidebar-header{
    padding:25px;
    color:#fff;
}

.sidebar-header h5{
    margin:0;
    font-weight:600;
}

.sidebar-header small{
    opacity:.85;
}

.bel-bg {
  background-color: rgb(17 160 193 / 65%) !important;
}

/* MENU */
.sidebar-pro a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:5px 20px;
    background-color: #76c0d585;
    margin: 2px 0;
    color:#333;
    text-decoration:none;
    font-weight:500;
    position:relative;
    transition:.3s ease;
}

.sidebar-menu a i{
    font-size:18px;
    color:#089ac6;
    transition:.3s;
}

/* HOVER */
.sidebar-pro a:hover{
    background:#f1f5ff;
    padding-left:28px;
}

.sidebar-pro a:hover i{
    color:#0a58ca;
}

/* ACTIVE */
.sidebar-pro a.active{
    background:#f1f5ff;
    color: #438fa5 !important;
    font-weight:600;
}

.notice-toggle{
    background: linear-gradient(90deg,#ffc107,#ff9800);
    padding: 12px;
}

.notice-box{
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.3);
}

.notice-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,rgba(0,0,0,.75),rgba(0,0,0,.3));
}

.notice-content{
    position: relative;
    z-index: 2;
    padding: 30px;
    max-width: 600px;
}
.btn-modern {
    position: relative;
    padding: 14px 34px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    width: 30%;
    margin:20px 10px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
    cursor: pointer;
    overflow: hidden;
    transition: all .35s ease;
}

.btn-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #4dabf7, #0d6efd);
    opacity: 0;
    transition: opacity .35s ease;
}

.btn-modern span {
    position: relative;
    z-index: 2;
}

.btn-modern:hover::before {
    opacity: 1;
}

.btn-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(13,110,253,0.35);
}

table {
    margin:20px;
    box-shadow: 2px 2px 0 2px #64c0d6;
}

table tr {
    border:1px solid #64c9d6;
}

table tr th {
    padding: 10px;
    border:1px solid #64c9d6;
}

table tr td {
    border:1px solid #64c9d6;
    padding: 10px;
}

.notice-toggle{
    background: linear-gradient(90deg,#ffc107,#ff9800);
    padding: 12px;
}

.notice-box{
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.3);
}

.notice-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,rgba(0,0,0,.75),rgba(0,0,0,.3));
}

.notice-content{
    position: relative;
    z-index: 2;
    padding: 30px;
    max-width: 600px;
}
.btn-modern {
    position: relative;
    padding: 14px 34px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    width: 30%;
    margin:20px 10px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
    cursor: pointer;
    overflow: hidden;
    transition: all .35s ease;
}

.btn-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #4dabf7, #0d6efd);
    opacity: 0;
    transition: opacity .35s ease;
}

.btn-modern span {
    position: relative;
    z-index: 2;
}

.btn-modern:hover::before {
    opacity: 1;
}

.btn-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(13,110,253,0.35);
}

table {
    margin:20px;
    box-shadow: 2px 2px 0 2px #64c0d6;
}

table tr {
    border:1px solid #64c9d6;
}

table tr th {
    padding: 10px;
    border:1px solid #64c9d6;
}

table tr td {
    border:1px solid #64c9d6;
    padding: 10px;
}


span#mainWeatherTemp {
    font-weight: bold;
}


    .page-content iframe {
    width: calc(100% + 40px);
    max-width: none;
}

.woman_remember_div .page-content {
    padding: 30px;
    border-radius: 20px;
}

.main_div_3 {
    margin: 30px 0;
}

.inner-content a.not_real {
    margin:20px 0 !important;
}

ul.social-icons-inner {
    display: flex;
    padding-left: 0;
}

ul.social-icons-inner li {
    margin: 0 5px;
    list-style-type: none;
}


 .sp_pdf {
            width: 100%;
            height: 100vh;
            border: 0;
        }

        .inner-content a {
    background-color: #4fa9c6;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    display: block;
    border:1px solid transparent;
    margin: 20px auto 0;
    border-radius: 5px;
    transition: 0.5s all;
    box-shadow: 5px 5px #b0dbe8;
        }


  .inner-content ul li a:hover, .inner-content a:hover {
    background-color: transparent;
    color: #000 !important;
    border: 1px solid #ddd !important;
    margin-top: 15px !important;
}

.inner-content ul li a {
  color: #fff;
  font-size: 16px;
  margin:20px 0 !important;
}


 .subpages-section {
      padding: 30px 0;
    }

    .section-badge {
      display: inline-block;
      padding: 8px 16px;
      background: rgba(13, 110, 253, 0.08);
      color: #287a8d;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 14px;
    }

    .section-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 12px;
      color: #0f172a;
    }

    .section-desc {
      max-width: 720px;
      color: #64748b;
      font-size: 1rem;
      margin: 0 auto 45px;
    }

    .subpage-card {
      position: relative;
      height: 100%;
      border: 0;
      border-radius: 22px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
      transition: all 0.35s ease;
      transform: translateY(0);
    }

    .subpage-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    }

    .subpage-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(13, 202, 240, 0.03));
      opacity: 0;
      transition: 0.35s ease;
      z-index: 0;
    }

    .subpage-card:hover::before {
      opacity: 1;
    }

    .subpage-card .card-body {
      position: relative;
      z-index: 2;
      padding: 28px;
    }

    .subpage-icon {
      width: 68px;
      height: 68px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      background: linear-gradient(135deg, #0d6efd, #3aa0ff);
      color: #fff;
      font-size: 28px;
      margin-bottom: 20px;
      box-shadow: 0 12px 24px rgba(13, 110, 253, 0.22);
      transition: transform 0.35s ease;
    }

    .subpage-card:hover .subpage-icon {
      transform: scale(1.08) rotate(-3deg);
    }

    .subpage-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 12px;
    }

    .subpage-text {
      font-size: 0.96rem;
      color: #64748b;
      line-height: 1.7;
      margin-bottom: 20px;
      min-height: 88px;
    }

    .subpage-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      font-weight: 600;
      color: #0d6efd;
      transition: all 0.3s ease;
    }

    .subpage-link i {
      transition: transform 0.3s ease;
    }

    .subpage-link:hover {
      color: #0a58ca;
    }

    .subpage-link:hover i {
      transform: translateX(6px);
    }

    .fade-up {
      opacity: 0;
      transform: translateY(35px);
      animation: fadeUp 0.8s ease forwards;
    }

    .delay-1 { animation-delay: 0.1s; }
    .delay-2 { animation-delay: 0.2s; }
    .delay-3 { animation-delay: 0.3s; }
    .delay-4 { animation-delay: 0.4s; }
    .delay-5 { animation-delay: 0.5s; }
    .delay-6 { animation-delay: 0.6s; }

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }



.child-pages-section {
    padding: 28px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    border: 1px solid #e9ecef;
}

.child-page-card {
    display: block;
    height: 100%;
}

.child-page-card-inner {
    height: 100%;
    background: #fff;
    border: 1px solid #eef1f4;
    border-radius: 18px;
    padding: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.child-page-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(13, 110, 253, 0.12);
    border-color: #cfe2ff;
}

.child-page-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.child-page-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.child-page-text {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 18px;
    min-height: 48px;
}

.child-page-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0d6efd;
    font-weight: 600;
    border-top: 1px solid #f1f3f5;
    padding-top: 14px;
}

.child-page-arrow i {
    transition: transform 0.3s ease;
}

.child-page-card-inner:hover .child-page-arrow i {
    transform: translateX(6px);
}

.content-area img {
    max-width: 100%;
    height: auto;
}

    .footer-logo {
        display: block;
    margin: 20px auto;
    width: fit-content;
    }

    .nav-link {
        color: #fff !important;
    }

        .municipal-footer {
    background:rgb(17 160 193);
    color:#fff;
    font-size:14px;
}
    .footer-top {
    padding:60px 0;
}

.footer-top h5 {
    font-weight:600;
    margin-bottom:20px;
}

.footer-top p {
    opacity:.85;
}

.footer-top ul {
    list-style:none;
    padding:0;
    margin-left: 10px;
}

.footer-top ul li {
    list-style: disc;
    margin-bottom:10px;
}

.footer-top ul li a {
    color:#fff;
    text-decoration:none;
}

.footer-top ul li a:hover {
    color:#fff;
    text-decoration:underline;
}

.footer-contact li {
    display:flex;
    gap:10px;
    align-items:center;
}

.footer-bottom {
    background:#06283d;
    padding:15px 0;
    font-size:13px;
}

.footer-links a {
    color:#ccc;
    margin:0 8px;
    text-decoration:none;
}

.footer-links a:hover {
    color:#fff;
}

.footer-social a {
    color:#fff;
    margin-left:10px;
    font-size:18px;
}

.footer-social a:hover {
    color:#ffc107;
}

.footer-top a:hover,.footer-links a:hover {
    color: #ffc107 !important;
    text-decoration: none !important;
}

.cookie-banner {
    position: fixed;
    bottom: -120px;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 15px 0;
    z-index: 9999;
    font-size: 14px;
    transition: all 0.6s ease;
    opacity: 0;
}

.cookie-banner.show {
    bottom: 0;
    opacity: 1;
}

.cookie-banner p {
    color: #333;
}

.kvkk-link {
    margin-left: 6px;
    color: #0d6efd;
    text-decoration: underline;
    font-weight: 500;
}

.kvkk-link:hover {
    text-decoration: none;
}


.letter-bounce span {
  display: inline-block;
  animation: microBounce 4s ease-in-out infinite;
}

/*spbim*/
.letter-bounce span:nth-child(1) { animation-delay: 0s; }
.letter-bounce span:nth-child(2) { animation-delay: .08s; }
.letter-bounce span:nth-child(3) { animation-delay: .16s; }
.letter-bounce span:nth-child(4) { animation-delay: .24s; }
.letter-bounce span:nth-child(5) { animation-delay: .32s; }
.letter-bounce span:nth-child(6) { animation-delay: .40s; }
.letter-bounce span:nth-child(7) { animation-delay: .48s; }
.letter-bounce span:nth-child(8) { animation-delay: .56s; }
.letter-bounce span:nth-child(9) { animation-delay: .64s; }
.letter-bounce span:nth-child(10) { animation-delay: .72s; }
.letter-bounce span:nth-child(11) { animation-delay: .80s; }
.letter-bounce span:nth-child(12) { animation-delay: .88s; }
.letter-bounce span:nth-child(13) { animation-delay: .96s; }
@keyframes microBounce {
  0%, 85%, 100% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-6px);
  }
  95% {
    transform: translateY(0);
  }
}

.parent_menu {
    padding: 20px 20px;
}

.section-title p {
    font-size: 16px !important;
    font-weight: normal;
}


        .vid_ {
            width: 600px !important;
        }

        .btn-primary {
            background-color: #18758a !important;
            border:1px solid #18758a;
        }

        .btn-outline-primary {
            border: 1px solid #18758a;
            color: #18758a;
        }
        .btn-outline-primary:hover {
            background-color: #18758a;
            border: 1px solid #18758a;
            color: #fff !important;
        }

        .kadinin-yaninda-page .page-content {
            display: inline-block;
        }

           .custom-quote {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgb(98 52 177 / 18%)) !important;
    border-left: 6px solid #0d6efd;
    padding: 15px 35px;
    border-radius: 16px;
    font-style: italic;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.custom-quote p {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: #1c355e;
    margin-bottom: 15px;
}

.custom-quote footer {
    font-style: normal;
    font-weight: 700;
    color: #0d6efd;
}

@media (max-width: 767.98px) {

    .page-content h3 {
        text-align: unset !important;
    }

    .page-content p {
        text-align: unset !important;
    }

    .no-img.left {
        width: 100%;
    }

    .spbim_div {
        margin: 0 65px;
        text-align: center;
    }


    .footer-top ul li {
        list-style: none;
    }

  .section-title {
    font-size: 1.8rem;
  }

  .subpage-text {
    min-height: auto;
  }
.footer-top {
    padding-left: 50px;
    padding-right: 50px;
        text-align:center;
    }
    .footer-contact li {
        justify-content:center;
    }
    .footer-social {
        margin-top:10px;
    }
}

@media (max-width: 640px) {

    .vid_ {
        width: 100% !important;
    }

      .both_side_img {
    display: block !important;
  }

  .both_side_img img {
    margin-top: 20px;
  }

  .hero-slider .carousel-item img {
    height: fit-content;
  }

  aside {
    order:1;
  }


.hero-slider {
  height: 250px !important;
}

.hero-breadcrumb {
          top: 150px !important;
}
    .weather-scene {
        height: 220px !important;
    }
    .navbar-brand img {
        width: 250px !important;
    }
    .inner_content_area aside {order:1;}

    .custom-card {
        width: 100% !important;
    }
    .page-content img {
        width: 100% !important;
        height: auto !important;
    }
    .hero-overlay {
        top:0 !important;
    }
    .custom-table-wrapper {
        padding: 0 !important;
    }
    table.custom-table tr {
        display: grid;
    }

    .page-content iframe {
        width: 100%;
    }

    table.custom-table thead {
        display: none;
    }

    .custom-table thead th:first-child {
        border-radius: 0 !important;
    }
    .custom-table thead th:last-child {
        border-radius: 0 !important;
    }

    a[href^="mailto:"] {
      margin:10px 0 !important;
    }

    .next_project,.prev_project {
        width: 50%;
    }
    .next_project h3, .prev_project h3 {
        font-size: 15px;
        text-align: center;
    }
    .weather_info {
        font-size: 17px !important;
    }
    .card-body {
        gap: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .forecast-card {
        display: flex;
        justify-content: center;

    }

    .other_days {
        margin:5px 0;
        width: 100%;
    }
}
