:root {
    --font-tangerine: 'Tangerine', cursive;
    font-family: "Tangerine", cursive;
    --font-primary: 'Inter', sans-serif;
    --color-primary: #000;
    --color-secondary: #fff;
    --color-accent: #d97706;
    /* Amber-600/800 approximation */
}

body {
    font-family: var(--font-primary);
    color: var(--color-primary);
    overflow-x: hidden;
}

.tangerine-regular {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
}

.tangerine-bold {
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
}

.font-tangerine {
    font-family: var(--font-tangerine);
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.object-fit-cover {
    object-fit: cover;
}

.hover-shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transform: translateY(-5px);
}

.transition-all {
    transition: all 0.3s ease-in-out;
}

.transition-transform {
    transition: transform 0.3s ease-in-out;
}

.card:hover .card-img-top img {
    transform: scale(1.05);
}

.btn-outline-warning {
    --bs-btn-color: #000;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
}

.bg-warning-subtle {
    background-color: #fffbeb !important;
    /* Amber-50 */
}

/* Custom Navbar Toggler */
.navbar-toggler:focus {
    box-shadow: none;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* --------------- */
button.navbar-toggler {
    border: none;
}

.mine-mintn-1 a {
    border: 2px solid #808080a6;
    border-radius: 0px;
    color: #000;
}

.mine-mintn-2 a {
    background: #000;
    border-radius: 0px;
    color: #fff;
}

.mine-mintn-1 {}

.heading-img img {
    width: 130px;
}
header {
    height: 100px;
}
.heading-img h5 {
    /* font-family: "Tangerine", cursive; */
    font-size: 50px;
    color: #000;
}

/* card css */
.all-services {
    padding-top: 110px;
}

.navbar-brand span {
    font-size: 40px;
    color: #000;
}

.decor-card {
    position: relative;
    background: white;
    /* border: 3px solid #FFD700; */
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.decor-card:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.decor-card .card-text-box:hover {
    background-color: #FFFBEB;
}

.card-image-container {
    position: relative;
    width: 100%;
    /* height: 350px; */
    overflow: hidden;
    /* background: #000; */
}

.card-image-container img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.card-image-container::after {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.decor-card:hover .card-image {
    transform: scale(1.15);
}

.card-text-box {
    position: relative;
    background: #FFF;
    padding: 19px 10px;
    text-align: center;
    border: 2px solid #FFD230;
    overflow: hidden;
    /* border-top: 3px solid #FFD700; */
}

/* .card-text-box::after {
    position: absolute;
    content: "";
    border: 2px solid #FFD230;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
} */

.decorative-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 0px;
    opacity: 0.1;
}

.decorative-icon svg {
    width: 100%;
    height: 100%;
    fill: #D4A574;
}

.card-title {
    /* font-family: 'Playfair Display', serif; */
    font-size: 22px;
    font-weight: 700;
    color: #8B4513;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-description {
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 15px;
    min-height: 50px;
}

.view-details-btn {
    display: inline-block;
    background: transparent;
    color: #8B4513;
    border: 2px solid #8B4513;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.view-details-btn:hover {
    background: #8B4513;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);
}

.corner-decoration {
    position: absolute;
    width: 60px;
    height: 60px;
    pointer-events: none;
}

.corner-top-left {
    bottom: 0px;
    left: -45px;
}

.corner-bottom-right {
    bottom: 0px;
    right: 12px;
}

.corner-decoration svg {
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.corner-decoration.corner-top-left svg {
    transform: rotate(0deg);
}

.corner-decoration.corner-bottom-right svg {
    transform: rotate(180deg);
}

.paln-btn a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    padding: 14px 26px;
    background: #FEE685;
    outline: 2px solid #ffd230;
    outline-offset: 3px;
}





@media (max-width: 768px) {
    .card-image-container {
        height: 280px;
    }

    .card-title {
        font-size: 1.5rem;
    }

    .card-text-box {
        padding: 25px 20px;
    }
}

/* card css */



/*  */
.plans-wrap h5 {
    font-size: 50px;
    color: #000;
}

.duble-border {
    /* padding: 131px 0px; */
    margin-top: 120px;
    margin-bottom: 57px;
}

.decorative-emblem {
    width: 50px;
    height: 50px;
    margin: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.decorative-emblem::after {
    position: absolute;
    content: "";
    left: -235px;
    top: 0px;
    width: 175px;
    height: 2px;
    background: linear-gradient(45deg, #00000003, #00000042);
}

.decorative-emblem::before {
    position: absolute;
    content: "";
    right: -235px;
    top: 0px;
    width: 175px;
    height: 2px;
    background: linear-gradient(45deg, #00000042, #00000003);
}

.decorative-emblem img {
    width: 80px;
    /* height: 100%; */
    /* fill: #d3d3d3; */
    opacity: 0.3;
    /* margin-bottom: 70px; */
    margin-top: -48px;
}

.plans-wrap {
    /* padding: 36px 18px 60px;
   padding-top: 100px; */
}

.plans {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.plan-card {
    background: var(--bg);
    border: 2px solid var(--card-border);
    box-shadow: var(--card-shadow);
    position: relative;
    transition: all 0.4s ease-out;
}

.plan-card {}

.plan-card--highlight {
    position: relative;
    background: var(--highlight-bg);
    border-color: var(--highlight-border);
    transition: all 0.4s ease-out;
}

.plan-card:hover {
    transform: translate3d(0px, -16px, 0px);
    transition: all 0.4s ease-out;
}

.plan-frame:hover {
    border: 2px solid rgb(239 184 45 / 97%);
    transition: all 0.4s ease-out;
}

/* inner frame (double-border look) */
.plan-frame {
    margin: 10px;
    border: 2px solid rgba(165, 150, 140, 0.55);
    padding: 28px 20px 26px;
    min-height: 420px;
    position: relative;
    transition: all 0.4s ease-out;
    overflow: hidden;
    outline: 1px solid #80808057;
    outline-offset: 10px;
}

/* Gold frame border slightly stronger */
.plan-card--highlight .plan-frame {
    border-color: rgb(239 184 45 / 97%);
    background: #fdf1c0;
}

/* Top small swirl mark (center) */
.plan-topmark {
    width: 48px;
    height: 22px;
    margin: 0 auto 10px;
    opacity: 0.55;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='60' viewBox='0 0 140 60'%3E%3Cpath d='M23 33c18-18 40-18 56-6 9 6 16 6 25-2 4-4 8-5 13-5' fill='none' stroke='%23c9a08c' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M88 24c5 6 14 8 29 3' fill='none' stroke='%23c9a08c' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* Corner floral images (using pseudo-elements) */
.plan-frame::before,
.plan-frame::after {
    content: "";
    position: absolute;
    width: 115px;
    height: 115px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.55;
    pointer-events: none;
}

.plan-frame::before {
    top: -55px;
    left: -45px;
    transform: rotate(-8deg);
    background-image: url(../images/svg/flower.svg);
    opacity: 0.2;
}

.plan-frame::after {
    top: -55px;
    right: -45px;
    transform: scaleX(-1) rotate(-6deg);
    background-image: url(../images/svg/flower.svg);
    opacity: 0.2;
}

.plan-title {
    margin: 6px 0 8px;
    text-align: center;
    color: #973C00;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 700;
}

.plan-subtitle {
    margin: 0 0 18px;
    text-align: center;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.plan-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
    margin: 0px 0 3px;
}

.plan-divider .line {
    width: 70px;
    height: 2px;
    background: linear-gradient(45deg, #00000003, #00000042);
}

.plan-divider .line-1 {
    width: 70px;
    height: 2px;
    background: linear-gradient(45deg, #00000042, #00000003);
}

.plan-divider .label {
    /* font-family: "Great Vibes", cursive; */
    font-size: 35px;
    color: #423531;
}

.plan-list {
    margin: 0;
    padding: 0 6px 0 6px;
    list-style: none;
    display: grid;
    gap: 12px;
    font-size: 13.5px;
    color: #2f2f2f;
}

.plan-list li {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    column-gap: 10px;
    line-height: 1.35;
}

.plan-list li::before {
    content: "✓";
    color: #c92577;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
}

/* responsive */
@media (max-width: 980px) {
    .plans {
        grid-template-columns: 1fr;
    }

    .plan-frame {
        min-height: unset;
    }
}

/*  */

/* forms */
.form-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.service-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Form Group */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Labels */
.form-label {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    display: block;
    margin-bottom: 4px;
}

/* Input Fields */
.form-input {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 16px;
    background-color: #ffffff;
    font-weight: 300;
    color: #333333;
    transition: border-color 0.2s ease;
}

.form-input:focus {
    outline: none;
    border-color: #6b7280;
}

.form-input::placeholder {
    color: #9ca3af;
}

/* Phone Input Wrapper */
.phone-input-wrapper {
    display: flex;
    border: 1px solid #000;
    border-radius: 0px;
    overflow: hidden;
    background-color: #ffffff;
}

.country-code {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background-color: #f3f4f6;
    border-right: 1px solid #000;
}

.flag-icon {
    width: 24px;
    height: 18px;
    border-radius: 2px;
    object-fit: cover;
}

.country-code-text {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.phone-input {
    flex: 1;
    border: none;
    border-radius: 0;
    padding-left: 12px;
}

.phone-input:focus {
    border: none;
    outline: none;
}

/* Select Dropdown */
#plan h5 {
    font-size: 50px;
    color: #000;
}

.form-select {
    width: 100%;
    padding: 10px 16px;
    padding-right: 40px;
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 15px;
    background-color: #ffffff;
    color: #333333;
    appearance: none;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'%3E%3C/path%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.form-select:focus {
    outline: none;
    border-color: #6b7280;
}

.form-select option {
    padding: 8px;
}

/* Helper Text */
.helper-text {
    font-size: 15px;
    color: #000;
    margin-top: 4px;
    margin-bottom: 0px;
}

/* Radio Buttons */
.radio-group {
    display: flex;
    gap: 24px;
    margin-top: 4px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}

.radio-label input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #333333;
}

.radio-label span {
    user-select: none;
}

/* Checkbox */
.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #333333;
}

.checkbox-label span {
    user-select: none;
}

/* Submit Button */
.submit-button {
    position: relative;
    width: 100%;
    padding: 12px 19px;
    background-color: #e5e3e3;
    color: #000;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    overflow: hidden;
    outline: 2px solid gray;
    outline-offset: 4px;
    /* border: 2px solid #fff;
        transition: all 0.4s ease-out; */
}


.submit-button:hover {
    background-color: #cfcfcf;
    border: 0;
    /* transition: all 0.4s ease-out; */
}

.submit-button:active {
    transform: scale(0.98);
}

.button-text {
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

/* Button Decorative Images */
.button-decoration {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    opacity: 0.2;
    background-image: url(../images/svg/flower.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.button-decoration-left {
    left: -40px;
}

.button-decoration-right {
    right: -40px;
}

.planning-d span {
    font-size: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* body {
        padding: 20px 16px;
    } */

    .service-form {
        gap: 20px;
    }

    .form-input,
    .form-select {
        padding: 10px 14px;
    }

    .submit-button {
        padding: 14px 20px;
        font-size: 15px;
    }

    .button-decoration {
        width: 60px;
        height: 60px;
    }

    .button-decoration-left {
        left: -30px;
    }

    .button-decoration-right {
        right: -30px;
    }
}

/* forms */


/* hire section css */
.submit-button-1 {
    position: relative;
    width: 221px;
    padding: 12px 19px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    overflow: hidden;
    outline: 2px solid rgb(255, 252, 252);
    outline-offset: 4px;
    margin: 0 auto;
}


.submit-button-1:hover {
    background-color: #cfcfcf;
    border: 0;
    /* transition: all 0.4s ease-out; */
}

.submit-button-1:active {
    transform: scale(0.98);
}

.button-decoration-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    opacity: 0.2;
    background-image: url(../images/svg/flower.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.button-decoration-left1 {
    left: -40px;
}

.button-decoration-right1 {
    right: -40px;
}







/* Slider Container */
.mine-banner-slider {
    /* margin-top: 100px; */
}

.slider-container {
    position: relative;
    width: 98%;
    height: 630px;
    /* overflow: hidden; */
    /* border-radius: 24px; */
    /* padding: 0px 20px; */

    z-index: 9;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

/* Slider Wrapper */
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Individual Slide */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

/* Background Image */
.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

/* Dark Overlay */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 20px;
}

/* Slide Content */
.slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 2rem;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

/* Primary Heading - Script Font */
.primary-heading {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Main Headline - Bold Sans-serif */
.main-headline {
    font-size: 55px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    /* line-height: 0; */
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
}

/* Subheading */
.subheading {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

/* CTA Button */
.cta-button {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #2c2c2c;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(200, 200, 200, 0.1) 10px, rgba(200, 200, 200, 0.1) 20px),
        linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    border: 1px solid #333333;
    border-radius: 8px;
    padding: 1rem 2.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 1rem 0;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}

.cta-button:active {
    transform: translateY(0);
}

/* Secondary Text - Script Font */
.secondary-text {
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.decorative-wave svg {}

/* Decorative Wave */
.decorative-wave {
    position: absolute;
    bottom: -20px;
    z-index: -1;
    left: 32%;
    /* background: aquamarine; */
    transform: translateX(-50%);
    width: 450px;
    /* height: 30px; */
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.8;
    transform: rotateZ(353deg);
    /* z-index: 9999999; */
}

/* Navigation Arrows */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    font-size: 3rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.ban-p-tag span {
    font-size: 15px;
}

.slider-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev {
    left: 30px;
}

.slider-nav.next {
    right: 30px;
}

/* Dots Indicator */
.slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

.dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.ban-p-tag {
    font-size: 28px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .primary-heading {
        font-size: 2rem;
    }

    .main-headline {
        font-size: 2.5rem;
    }

    .subheading {
        font-size: 1rem;
    }

    .secondary-text {
        font-size: 1.5rem;
    }

    .cta-button {
        font-size: 1rem;
        padding: 0.8rem 2rem;
    }

    .slider-nav {
        width: 50px;
        height: 50px;
        font-size: 2.5rem;
    }

    .slider-nav.prev {
        left: 15px;
    }

    .slider-nav.next {
        right: 15px;
    }

    .slide-content {
        padding: 1rem;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .primary-heading {
        font-size: 1.5rem;
    }

    .main-headline {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .subheading {
        font-size: 0.9rem;
    }

    .secondary-text {
        font-size: 1.2rem;
    }

    .cta-button {
        font-size: 0.9rem;
        padding: 0.7rem 1.5rem;
    }
}

.slide-content h2 {
    font-size: 45px;
    margin-bottom: 0;
}

/* hire section css */







/* footer section */
/* Reset */

/* Main Wrapper */
.main-wrapper {
    position: relative;
    z-index: 1;
    min-height: 62vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: linear-gradient(to bottom, #fff 0%, rgba(17, 55, 106, 0) 60%);
    background-repeat: no-repeat;
}

.main-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/footer-background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    /* light layer */
    z-index: -1;
    /* stays behind content */
}

.svgicon-1 {
    text-align: center;
}

.btn-2 {}

/* Photos Section */
.photos-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* gap: 20px; */
    margin-bottom: 40px;
}

.photo-item {
    width: 250px;
    height: 370px;
    position: relative;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all 0.4s ease;
    /* z-index: 99999; */
}

.photo-left {
    transform: rotate(-8deg);
    position: relative;
    z-index: 9;
}

.photo-right {
    transform: rotate(8deg);
}

.photo-item:hover {
    transform: rotate(0deg) scale(1.08);
    z-index: 10;
}

.planning-d {
    font-size: 30px;
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.photo-item:hover img {
    transform: scale(1.15);
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.photo-item:hover .hover-overlay {
    opacity: 1;
}

.hover-overlay span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}

/* Logo Section */
.logo-section {
    text-align: center;
    margin-bottom: 20px;
}

.logo-border img {
    width: 100px;
    opacity: 0.5;
}

.logo-section h5 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    transform: rotate(351deg);
}

/* .logo-border {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 2px solid #6b6b6b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
} */

.logo-text {
    font-family: 'Great Vibes', cursive;
    font-size: 38px;
    color: #4a4a4a;
}

/* Main Heading */
.main-heading {
    font-family: 'Great Vibes', cursive;
    font-size: 70px;
    text-align: center;
    color: #3a3a3a;
    margin-bottom: 25px;
    font-weight: 400;
}

/* Description */
.main-description {
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 30px;
    font-weight: 500;
}

/* CTA Button */
.cta-section {
    text-align: center;
    margin-bottom: 20px;
}

.plan-button {
    background: transparent;
    border: 2px solid #5a5a5a;
    color: #4a4a4a;
    padding: 13px 40px;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
}

.plan-button:hover {
    background: #5a5a5a;
    color: #fff;
}

/* Planning Text */
.planning-text {
    text-align: center;
    font-size: 15px;
    color: #5a5a5a;
    margin-bottom: 80px;
    font-weight: 300;
}

/* Footer Info */
.footer-info {
    margin-top: 45px;
    padding-top: 0px;
    text-align: left;
}

.footer-heading {
    font-size: 31px;
    font-weight: 400;
    color: #3a3a3a;
    margin-bottom: 15px;
    font-style: italic;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-list a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.3s;
}

.footer-list a:hover {
    color: #2a2a2a;
}

.contact-info {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 12px;
    font-weight: 300;
}

.contact-info a {
    color: #000;
    text-decoration: none;
}

.btn-2 {
    outline: 2px solid rgb(194, 194, 194);
}

.contact-info a:hover {
    text-decoration: underline;
}

.copyright-footer p {
    margin-bottom: 0;
}

/* QR Box */
.qr-box img {
    width: 152px;
}

.qr-inner {
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(0deg,
            #8a8a8a 0px,
            #8a8a8a 3px,
            transparent 3px,
            transparent 6px),
        repeating-linear-gradient(90deg,
            #8a8a8a 0px,
            #8a8a8a 3px,
            transparent 3px,
            transparent 6px);
}

/* Copyright Footer */
.copyright-footer {
    /* text-align: end; */
    margin-top: 50px;
    /* padding-top: 25px; */
    /* border-top: 1px solid rgba(0, 0, 0, 0.15); */
    font-size: 14px;
    color: #000;
}

.footer-links-bottom {
    margin-top: 10px;
}

.footer-links-bottom a {
    color: #000;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
}

.footer-links-bottom a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .photos-section {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .photo-left,
    .photo-right {
        transform: rotate(0deg);
    }

    .main-heading {
        font-size: 50px;
    }

    .main-description {
        font-size: 14px;
    }

    .footer-info {
        text-align: center;
    }

    .footer-info .col-md-4 {
        margin-bottom: 30px;
    }

    .qr-box {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .photo-item {
        width: 160px;
        height: 220px;
    }

    .main-heading {
        font-size: 40px;
    }
}

/* footer section */

/* gallery pages */
.magnific-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.magnific-img {
    display: inline-block;
    width: 100%;
    border: 10px solid #ffffff;
    box-shadow: 0px 0px 17px 5px #80808059;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width:100%;
  max-width: 100%;
  height: 400px;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  object-fit: contain;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* gallery pages */

/* services pages css */
a{
    text-decoration: none;
}
.min-home a{
    color: #000;
}
.last-text a{
    color: #000;
}
/* services pages css */


/* Contact Us */
.contact-left-info{
    
}
.contact-left-info h5 {
    font-weight: 600;
}
.contact-left-info a {
    color: #000;
}
.das {
    padding: 10px 0px;
}
.contact-insta-img img{
    width: 100%;
}
.contact-insta-img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 13px 3px #80808033;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: #000;
}
/* Contact Us */

.corner-decoration img {
    width: 115px;
    opacity: 0.1;
}
.ser-bg {
    padding: 7px;
    background: #fff;
}

.social-list {
    list-style: none;
    /* background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.social-list li {
    margin-bottom: 15px;
}

.social-list li:last-child {
    margin-bottom: 0;
}

.social-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s ease;
}

.social-link:hover {
    transform: translateX(5px);
}

.icon-wrapper {
    width: 25px;
    height: 25px;
    background-color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: background-color 0.3s ease;
}

.icon-wrapper i {
    color: white;
    font-size: 13px;
}

.social-name {
    font-size: 16px;
    font-weight: 500;
}

/* Hover effects for individual social platforms */
.social-list li:nth-child(1) .social-link:hover .icon-wrapper {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-list li:nth-child(2) .social-link:hover .icon-wrapper {
    background-color: #1877f2;
}

.social-list li:nth-child(3) .social-link:hover .icon-wrapper {
    background-color: #ff0000;
}

.social-list li:nth-child(4) .social-link:hover .icon-wrapper {
    background-color: #0077b5;
}

.social-list li:nth-child(5) .social-link:hover .icon-wrapper {
    background-color: #000000;
}
.navbar-brand img {
    width: 190px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    padding: 9px 12px !important;
    position: relative;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
    margin-left: 0px !important;
    height: 23px !important;
}

.select2-container .select2-search--inline .select2-search__field::placeholder{
    color: #000 !important;
}
