body {
    margin: 0;
    color: white;
    background-color: #07111f;

    background-image:
        linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.45)),
        url("./images/girne-taksi-desktop.png");

    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

h1 {
    font-size: 28px;
}

.top-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 22px 7%;
    width: 100%;
    box-sizing: border-box;
}

.logo {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.logo-main strong {
    color: #f5b942;
}

.logo-sub {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 4px;
    opacity: 0.8;
}
.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background-color: #f5b942;
    color: #111111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    border: 1px solid #ffd36b;
    border-radius: 24px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.header-phone:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 38px;
}

.main-nav a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 7px;
}

.main-nav a:hover {
    color: #f5b942;
}

.main-nav a.active {
    color: #f5b942;
    border-bottom: 2px solid #f5b942;
}

.languages {
    display: flex;
    gap: 12px;
    align-items: center;
}

.languages a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 18px;
}

.hero {
    position: relative;
    min-height: 38vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
}

.hero h2 {
    font-size: 42px;
    margin: 0 0 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.hero p {
    font-size: 18px;
    margin: 0 0 25px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.call-button {
    display: inline-block;
    background-color: #f5b942;
    color: #111111;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 30px;
    border-radius: 8px;
}

.call-button:hover {
    transform: scale(1.05);
}

.vip-vito {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 420px;
    max-width: 42%;
    height: auto;
}

.hero-small {
    display: block;
    color: #f5b942;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 14px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.services {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin: 5px 0 28px;
    font-size: 16px;
    font-weight: 500;
}

.services span {
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.contact-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.whatsapp-button {
    display: inline-block;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 30px;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.whatsapp-button:hover {
    transform: scale(1.05);
}

.transfer-section {
    background: transparent;
    padding: 20px 40px 25px;
    text-align: center;
    color: white;
}

.section-small {
    display: block;
    color: #f5b942;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 12px;
}

.transfer-section h2 {
    font-size: 32px;
    margin: 0 0 18px;
}

.transfer-cards {
    display: flex;
    justify-content: center;
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

.transfer-card {
    flex: 1;
    background-color: rgba(11, 15, 20, 0.72);
    border: 1px solid rgba(245, 185, 66, 0.25);
    border-radius: 12px;
   padding: 20px 20px;
    transition: transform 0.3s ease;
    backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}

.transfer-card:hover {
    transform: translateY(-8px);
    border-color: #f5b942;
}

.card-icon {
    font-size: 35px;
    margin-bottom: 18px;
}

.transfer-card h3 {
    color: #f5b942;
    font-size: 20px;
    margin: 0 0 12px;
}

.transfer-card p {
    color: #c7c7c7;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* NEDEN BIZ BOLUMU */
.why-us {
    padding: 15px 40px 20px;
    text-align: center;
    color: white;
}

.why-us h2 {
    font-size: 32px;
    margin: 0 0 18px;
}

.why-cards {
    display: flex;
    justify-content: center;
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

.why-card {
    flex: 1;
    background-color: rgba(11, 15, 20, 0.72);
    border: 1px solid rgba(245, 185, 66, 0.25);
    border-radius: 12px;
    padding: 20px 20px;
    transition: transform 0.3s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    border-color: #f5b942;
}

.why-icon {
    font-size: 35px;
    margin-bottom: 18px;
}

.why-card h3 {
    color: #f5b942;
    font-size: 20px;
    margin: 0 0 12px;
}

.why-card p {
    color: #c7c7c7;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.menu-toggle {
    display: none;
}
/* MOBIL UYUMLULUK */

@media (max-width: 768px) {

body {
    background-image: none;
    background-color: #101010;
}

    .top-header {
    position: relative;
    flex-direction: column;
    gap: 15px;
    padding: 15px 20px;
}

.header-phone {
    width: 80%;
    max-width: 260px;
    padding: 10px 14px;
    margin: 0 auto;
    font-size: 16px;
    box-sizing: border-box;
}
        
    .menu-toggle {
    display: block;
    background: transparent;
    color: white;
    border: 1px solid rgba(245, 185, 66, 0.6);
    border-radius: 8px;
    font-size: 26px;
    padding: 5px 12px;
    cursor: pointer;
    position: relative;
    z-index: 1100;
    }
    .main-nav {
    display: none;
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 210px;
    padding: 12px;
    background-color: rgba(11, 15, 20, 0.96);
    border: 1px solid rgba(245, 185, 66, 0.4);
    border-radius: 12px;
    z-index: 1000;
}
   .main-nav.open {
    display: flex;
    }
        
        
    .languages {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero {
        min-height: 42vh;
        padding: 15px 12px;
    }

    .hero h2 {
        font-size: 26px;
    }

    .hero-small {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .services {
        flex-direction: column;
        gap: 8px;
    }

    .contact-buttons {
        flex-direction: column;
        width: 100%;
    }

    .call-button,
    .whatsapp-button {
        width: 80%;
        max-width: 320px;
        text-align: center;
        box-sizing: border-box;
    }

    .transfer-section,
    .why-us {
        padding-left: 20px;
        padding-right: 20px;
    }

    .transfer-cards,
    .why-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        width: 100%;
    }

    .transfer-card,
    .why-card {
        width: 100%;
        max-width: none;
        padding: 14px  10px;
        box-sizing: border-box;
    }

.hotel-tourism {
    padding: 20px;
}

.hotel-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
}

.hotel-card {
    width: 100%;
    padding: 14px 10px;
    box-sizing: border-box;
}

.hotel-card h3 {
    font-size: 16px;
}

.hotel-card p {
    font-size: 13px;
    line-height: 1.35;
}

.hotel-icon {
    font-size: 26px;
    margin-bottom: 8px;
}

/* TAKSI TRANSFER MOBIL ACILIR MENU */

.transfer-menu-item {
    position: relative;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.transfer-menu-item .transfer-dropdown {
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    transform: none;
    width: 135px;
    min-width: 135px;
    padding: 7px 4px;
    margin-top: 0;
    z-index: 1300;
}

.transfer-dropdown a {
    padding: 7px 4px;
    font-size: 11px;
    text-align: center;
    white-space: normal;
}
.hotel-menu-item {
    position: relative;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.hotel-menu-link {
    display: block;
    width: 100%;
    text-align: center;
}

.hotel-menu-item .hotel-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    width: 150px;
    min-width: 150px;
    padding: 6px 4px;
    background-color: rgba(11, 15, 20, 0.96);
    border: 1px solid rgba(245, 185, 66, 0.4);
    border-radius: 10px;
    z-index: 1400;
}

.hotel-dropdown a {
    display: block;
    padding: 5px 4px;
    font-size: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

.hotel-dropdown.open {
    display: block;
}

/* İLETİŞİM MOBİL AÇILIR MENÜ */

.contact-menu-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-menu-link {
    display: block;
    width: 100%;
    text-align: center;
}

.contact-menu-item .contact-dropdown {
    top: 32px;
    left: 50%;
    width: 230px;
    padding: 4px;
}

.contact-dropdown a,
.contact-info {
    min-height: 40px;
    padding: 4px;
    gap: 2px;
}

.contact-dropdown span {
    font-size: 12px;
}

.contact-dropdown strong {
    font-size: 12px;
}

}

/* OTEL TURIZM MASAUSTU ACILIR MENU */

.hotel-menu-item {
    position: relative;
    display: flex;
    align-items: center;
}

.hotel-dropdown {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    padding: 10px;
    background-color: rgba(11, 15, 20, 0.96);
    border: 1px solid rgba(245, 185, 66, 0.4);
    border-radius: 10px;
    z-index: 1300;
}

.hotel-dropdown a {
    display: block;
    padding: 7px 8px;
    color: white;
    text-decoration: none;
    text-align: center;
    white-space: normal;
}

.hotel-dropdown a:hover {
    color: #f5b942;
}

.hotel-dropdown.open {
    display: block;
}

/* İLETİŞİM AÇILIR MENÜ */

.contact-menu-item {
    position: relative;
}

.contact-dropdown {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    padding: 10px;
    background-color: rgba(11, 15, 20, 0.96);
    border: 1px solid rgba(245, 185, 66, 0.4);
    border-radius: 10px;
    z-index: 1400;
}

.contact-dropdown a,
.contact-info {
    min-height: 65px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: white;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid rgba(245, 185, 66, 0.2);
}

.contact-dropdown a:hover {
    color: #f5b942;
    background-color: rgba(245, 185, 66, 0.08);
}

.contact-dropdown span {
    color: #f5b942;
    font-size: 15px;
}

.contact-dropdown strong {
    color: white;
    font-size: 15px;
}

.contact-info {
    border-bottom: none;
}

.contact-dropdown.open {
    display: block;
}

/* OTEL & TURIZM */

.hotel-tourism {
    padding: 55px 40px;
    text-align: center;
}

.hotel-tourism h2 {
    font-size: 32px;
    margin: 10px 0 30px;
}

.hotel-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

.hotel-card {
    background-color: rgba(11, 15, 20, 0.82);
    border: 1px solid rgba(245, 185, 66, 0.35);
    border-radius: 12px;
    padding: 25px 20px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.hotel-card:hover {
    transform: translateY(-8px);
    border-color: #f5b942;
}

.hotel-icon {
    font-size: 35px;
    margin-bottom: 18px;
}

.hotel-card h3 {
    color: #f5b942;
    font-size: 20px;
    margin: 0 0 12px;
}

.hotel-card p {
    color: #c7c7c7;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.hotel-card {
    text-align: center;
}

.hotel-icon {
    text-align: center;
}

.transfer-menu-item {
    position: relative;
    display: flex;
    align-items: center;
}

.transfer-dropdown {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    padding: 10px;
    background-color: rgba(11, 15, 20, 0.96);
    border: 1px solid rgba(245, 185, 66, 0.4);
    border-radius: 10px;
    z-index: 1200;
}

.transfer-dropdown a {
    display: block;
    padding: 10px 14px;
    color: white;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.transfer-dropdown a:hover {
    color: #f5b942;
}

.transfer-dropdown.open {
    display: block;
}

html {
    scroll-behavior: smooth;
}

/* GİRNE NÖBETÇİ ECZANELER */

.pharmacy-section {
    padding: 70px 40px;
    text-align: center;
    background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.58)),
    url("./images/girne-taksi-desktop.png");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #07111f;
    scroll-margin-top: 90px;
}

.pharmacy-menu-icon {
    margin-right: 3px;
    color: #ff2b2b;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
}

.pharmacy-section h2 {
    margin: 10px 0 8px;
    color: white;
    font-size: 32px;
}

.pharmacy-date {
    margin: 0 0 30px;
    color: #f5b942;
    font-size: 17px;
    font-weight: bold;
}

.pharmacy-cards {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pharmacy-card {
    min-height: 295px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    background-color: rgba(11, 15, 20, 0.88);
    border: 1px solid rgba(245, 185, 66, 0.45);
    border-radius: 14px;
    color: white;
    text-align: center;
}

.pharmacy-icon {
    margin-bottom: 8px;
    font-size: 30px;
}

.pharmacy-card h3 {
    margin: 4px 0 12px;
    color: #f5b942;
    font-size: 21px;
}

.pharmacy-hours,
.pharmacy-phone {
    margin: 5px 0;
    color: white;
    font-weight: bold;
}

.pharmacy-address {
    min-height: 48px;
    margin: 7px 0 12px;
    color: #eeeeee;
    line-height: 1.5;
}

.pharmacy-buttons {
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pharmacy-buttons a {
    flex: 1;
    padding: 11px 10px;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.pharmacy-call {
    background-color: #f5b942;
    color: #111111;
}

.pharmacy-map {
    background-color: #20d466;
    color: white;
}

.pharmacy-buttons a:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.pharmacy-source {
    margin: 22px 0 0;
    color: #dddddd;
    font-size: 14px;
}

.pharmacy-source a {
    color: #f5b942;
    font-weight: bold;
    text-decoration: none;
}

.pharmacy-source a:hover {
    text-decoration: underline;
}

/* NÖBETÇİ ECZANELER TABLET */

@media (max-width: 1024px) {
    .pharmacy-section {
        padding: 55px 24px;
    }

    .pharmacy-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* NÖBETÇİ ECZANELER MOBİL */

@media (max-width: 768px) {
    .pharmacy-section {
    padding: 35px 12px;
    background: transparent;
}

    .pharmacy-section h2 {
        font-size: 16px;
        line-height: 1.25;
    }

    .pharmacy-date {
        margin-bottom: 22px;
        font-size: 14px;
    }

    .pharmacy-cards {
        max-width: 340px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pharmacy-card {
        min-height: auto;
        padding: 14px 12px;
    }

    .pharmacy-icon {
        font-size: 22px;
    }

    .pharmacy-card h3 {
        font-size: 17px;
    }

    .pharmacy-address {
        min-height: auto;
        font-size: 13px;
    }

    .pharmacy-hours,
    .pharmacy-phone {
        font-size: 13px;
    }

    .pharmacy-buttons {
        margin-top: 8px;
    }

    .pharmacy-buttons a {
        padding: 8px 6px;
        font-size: 13px;
    }

    .pharmacy-source {
        font-size: 12px;
        line-height: 1.5;
    }
}

.languages a.active-language {
    color: #111111;
    background-color: #f5b942;
    border-color: #ffd36b;
    font-weight: 900;
}
