﻿/* Rich inner page styles for Al Nikaah Mubarak. Classes use anm-inner prefix to avoid conflicts. */
.anm-inner-hero {
    position: relative;
    overflow: hidden;
background-image: url('../images/inner-ban.jpg');
   background-repeat: no-repeat;
   background-size: cover;
    padding:60px 0;
    color: #fff
}

.anm-inner-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23D4AF37' stroke-opacity='.16' stroke-width='1'%3E%3Cpath d='M60 6 112 60 60 114 8 60Z'/%3E%3Ccircle cx='60' cy='60' r='22'/%3E%3C/g%3E%3C/svg%3E");
    opacity: .55
}

.anm-inner-hero .container {
    position: relative;
    z-index: 1
}

.anm-inner-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: 48px;
    align-items: center
}

.anm-inner-breadcrumb {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: rgba(0, 0, 0, 0.84);
    font-size: 14px;
    margin-bottom: 18px;
    background: rgb(255 255 255 / 59%);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50px;
    padding: 9px 16px
}

.anm-inner-breadcrumb a {
    color: #D4AF37;
    font-weight: 700
}

.anm-inner-title {
    color: #000000;
    font-size: clamp(34px, 5vw, 58px);
    margin-bottom: 18px
}

.anm-inner-lead {
    max-width: 780px;
    color: rgba(0, 0, 0, 0.86);
    font-size: 17px;
    margin-bottom: 0
}

.anm-inner-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px
}

.anm-inner-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(212, 175, 55, .25);
    border-radius: 50px;
    padding: 9px 14px;
    color: #fff;
    font-size: 13px
}

.anm-inner-hero-points i {
    color: #D4AF37
}

.anm-inner-visual {
    position: relative;
    min-height: 360px
}

.anm-inner-visual-main {
    width: 72%;
    margin-left: auto;
    border-radius: 190px 190px 18px 18px;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .16);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32)
}

.anm-inner-visual-main img {
    width: 100%;
    height: 390px;
    object-fit: cover
}

.anm-inner-visual-small {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 48%;
    border-radius: 18px;
    overflow: hidden;
    border: 7px solid #fff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .28)
}

.anm-inner-visual-small img {
    width: 100%;
    height: 190px;
    object-fit: cover
}

.anm-inner-visual-note {
    position: absolute;
    left: 22px;
    top: 28px;
    background: #fff;
    color: #08362C;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
    max-width: 220px
}

.anm-inner-visual-note strong {
    display: block;
    color: #0E5E4E;
    font-size: 24px;
    line-height: 1
}

.anm-inner-visual-note span {
    font-size: 12px;
    color: #5B6461
}

.anm-inner-section {
    padding: 78px 0
}

.anm-inner-soft {
    background: #fbfaf5
}

.anm-inner-pattern {
    background: #f8f8f5 url('../images/back.png') center/cover fixed
}

.anm-inner-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 12px
}

.anm-inner-kicker:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #D4AF37
}

.anm-inner-text-lg {
    font-size: 17px;
    color: #333;
    line-height: 1.85
}

.anm-inner-grid-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(14, 94, 78, .08);
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 12px 34px rgba(14, 54, 44, .08);
    transition: .35s;
    position: relative;
    overflow: hidden
}

.anm-inner-grid-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(135deg, #E9C766, #D4AF37, #B4892A)
}

.anm-inner-grid-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 45px rgba(14, 54, 44, .14)
}

.anm-inner-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(14, 94, 78, .1), rgba(212, 175, 55, .2));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E5E4E;
    font-size: 25px;
    margin-bottom: 18px
}

.anm-inner-grid-card h2,
.anm-inner-grid-card h3 {
    font-size: 21px;
    margin-bottom: 10px
}

.anm-inner-list {
    list-style: none;
    margin: 22px 0 0;
    padding: 0
}

.anm-inner-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    color: #333
}

.anm-inner-list i {
    color: #D4AF37;
    margin-top: 4px
}

.anm-inner-band {
    background: linear-gradient(135deg, #0E5E4E, #08362C);
    color: #fff;
    position: relative;
    overflow: hidden
}

.anm-inner-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cg fill='none' stroke='%23D4AF37' stroke-opacity='.18'%3E%3Cpath d='M45 2 L83 45 L45 88 L7 45 Z'/%3E%3Ccircle cx='45' cy='45' r='16'/%3E%3C/g%3E%3C/svg%3E")
}

.anm-inner-band .container {
    position: relative;
    z-index: 1
}

.anm-inner-band h2,
.anm-inner-band h3 {
    color: #fff
}

.anm-inner-band p {
    color: rgba(255, 255, 255, .78)
}

.anm-inner-process {
    counter-reset: step
}

.anm-inner-process-card {
    height: 100%;
    padding: 30px;
    background: #eaeaea;
    border-radius: 14px;
    box-shadow: 0 12px 34px rgba(14, 54, 44, .08);
    border: 1px solid rgba(212, 175, 55, .2)
}

.anm-inner-process-card:before {
    counter-increment: step;
    content: counter(step);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #E9C766, #D4AF37);
    color: #08362C;
    font-weight: 800;
    margin-bottom: 18px
}

.anm-inner-profile-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(212, 175, 55, .25);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(14, 54, 44, .1)
}

.anm-inner-profile-card img {
    width: 100%;
    height: 310px;
    object-fit: cover
}

.anm-inner-profile-body {
    padding: 22px
}

.anm-inner-badge {
    display: inline-flex;
    background: #D4AF37;
    color: #08362C;
    border-radius: 40px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px
}

.anm-inner-meta {
    list-style: none;
    padding: 0;
    margin: 14px 0 0
}

.anm-inner-meta li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #eee;
    padding: 7px 0;
    font-size: 14px
}

.anm-inner-story {
    height: 100%;
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    border: 1px solid rgba(14, 94, 78, .08);
    box-shadow: 0 12px 34px rgba(14, 54, 44, .08);
    position: relative;
    overflow: hidden
}

.anm-inner-story:after {
    content: "";
    position: absolute;
    right: -32px;
    top: -32px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(212, 175, 55, .12)
}

.anm-inner-story-mark {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #E9C766, #D4AF37);
    color: #08362C;
    font-size: 26px;
    margin-bottom: 18px
}

.anm-inner-story h2,
.anm-inner-story h3 {
    font-size: 20px
}

.anm-inner-story-place {
    display: block;
    color: #0E5E4E;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 12px
}

.anm-inner-quote {
    font-style: italic;
    color: #333
}

.anm-inner-contact-link {
    color: #0E5E4E;
    font-weight: 600
}

.anm-inner-policy {
    background: #fff;
    border-radius: 14px;
    padding: 34px;
    box-shadow: 0 12px 34px rgba(14, 54, 44, .08)
}

.anm-inner-policy h2 {
    font-size: 24px;
    margin-top: 24px
}

.anm-inner-policy h2:first-child {
    margin-top: 0
}

.anm-inner-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 30px
}

.anm-inner-stat-tile {
    text-align: center;
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    border: 1px solid rgba(212, 175, 55, .2);
    box-shadow: 0 12px 34px rgba(14, 54, 44, .08)
}

.anm-inner-stat-tile strong {
    display: block;
    font-size: 34px;
    color: #0E5E4E
}

.anm-inner-stat-tile span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #5B6461
}

.anm-inner-image-panel {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(14, 54, 44, .16);
    border: 8px solid #fff
}

.anm-inner-image-panel img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover
}

@media(max-width:991.98px) {
    .anm-inner-hero-grid {
        grid-template-columns: 1fr;
        text-align: center
    }

    .anm-inner-breadcrumb {
        justify-content: center
    }

    .anm-inner-hero-points {
        justify-content: center
    }

    .anm-inner-visual {
        max-width: 560px;
        margin: 0 auto
    }

    .anm-inner-kicker {
        justify-content: center
    }

    .anm-inner-kicker:before {
        display: none
    }
}

@media(max-width:767.98px) {
    .anm-inner-hero {
        padding: 64px 0 58px
    }

    .anm-inner-section {
        padding: 56px 0
    }

    .anm-inner-visual {
        min-height: 300px
    }

    .anm-inner-visual-main img {
        height: 310px
    }

    .anm-inner-visual-small img {
        height: 150px
    }

    .anm-inner-visual-note {
        left: 10px;
        top: 10px
    }

    .anm-inner-profile-card img {
        height: 280px
    }

    .anm-inner-policy {
        padding: 24px
    }
}