.cta-two .inner-container{
    background: linear-gradient(to right, #3F3F3F 0%, #2C266A 100%);
}
.feature-block_one-icon{
    padding: 20px 2px;
}
.welcome-one_learn-icon{
    width: 73px !important;
    padding: 20px;
}
.welcome-one_content-image {
    position: unset;
}
.welcome-one_content {
     position: unset;
     padding-left: unset;
}
.welcome-one_learn {
     margin-top: unset;
    margin-left: 24px;
}
.service-block_one-big_icon img {
    height: 55px;
}
.institute-block_one-icon {
    font-size: 50px;
    padding: 20px 5px;
    width: 100% !important;
}

.cta-one .auto-container{
    margin-top: 0;
}

.page-title {
    background-position: center;
}

.page-title .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6); /* black with 60% opacity */
    z-index: 1;
}

.page-title .auto-container {
    position: relative;
    z-index: 2; /* keeps content above overlay */
}

.ceo-message{
    background: #f7f7f7;
    padding: 40px 0;
}
.contact-info_icon {
    width: 100% !important;
    padding: 30px;
}
.scholar-block_one-image img {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 12px; /* optional: makes it look cleaner */
}
.scholar-block_one-image{
    background: #f7f7f7;
}
.scholar-block_one-content {
     height: unset;
     width: unset;
    margin-top: -37px;
    background: #ffffff;
}

.contact-ip-area {
    background: url("../images/bg-main1.jpeg") center center/cover no-repeat;
    position: relative;
    z-index: 1;
}

.contact-ip-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55); /* dark overlay */
    z-index: -1;
}

.header-top .bismillah{
    right: -110px;
}
.header-top {
    background-color: #A18851;
}
.header-top .left-box::before {
    background: linear-gradient(to left, #8a7144 0%, rgb(0 0 0 / 0%) 100%);
}
.header-top .left-box::after {
    border-right: 25px solid #A18851;
}

.package-card {
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Image block */
.package-img {
    width: 100%;
    height: 250px; /* fixed height */
    overflow: hidden;
}
.package-img img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* makes images same size, cropped nicely */
    display: block;
}

/* Text */
.card-title {
    font-size: 1.2rem;
    font-weight: 600;
}
.package-price {
    font-size: 1rem;
    color: #444;
}


.cta-two_icon {
    line-height: 95px;
}

.about-one_lamp {
    right: -18px;
}

.service-img {
    width: 100%;
    height: 250px; /* adjust as needed */
    object-fit: cover; /* keeps aspect ratio and crops overflow */
    border-radius: 10px; /* optional for rounded corners */
    display: block;
}

.cta-one {
    position: relative;
    z-index: 1;
}

.header-style-four .logo-box:before, .main-header.header-style-four .outer-box:before
 {
    background-color: #f7f7f7;
}

.main-header.header-style-four .header-upper .logo-box {
    padding: 0;
}

.institute-block_one-icon{
    background-color: white;
}

.slider-one .swiper-slide {
    padding: 100px 0px 140px;
}





/* ============================================
   SECTION 2 — ABOUT ONE
   ============================================ */

.about-one {
    padding: 90px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Decorative background elements */
.about-one_lamp,
.about-one_makkah {
    opacity: 0.06;
}

/* Image Column */
.about-one_image-outer {
    position: relative;
    padding: 16px 0 0 16px;
}

.about-one_color-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 85%;
    background: #fdf5e8;
    border-radius: 16px;
    z-index: 0;
}

.about-one_color-two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 60%;
    background: #f0e6d0;
    border-radius: 12px;
    z-index: 0;
}

.about-one_image {
    position: relative;
    z-index: 2;
    border-radius: 14px;
    overflow: hidden;
}

.about-one_image img {
    width: 100%;
    display: block;
    border-radius: 14px;
    border: 3px solid #D4B483;
}

.about-one_vector {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    opacity: 0.12;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Content Column */
.about-one_content-outer {
    padding-left: 30px;
}

/* Section Title overrides for About */
.about-one .sec-title.style-two .sec-title_title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #A18851;
    margin-bottom: 14px;
    position: relative;
}

.about-one .sec-title.style-two .sec-title_title::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #A18851;
    border-radius: 2px;
    flex-shrink: 0;
}

.about-one .sec-title_heading {
    font-size: 34px;
    font-weight: 700;
    color: #1a1108;
    line-height: 1.3;
    margin-bottom: 18px;
}

.about-one .sec-title_text {
    font-size: 15px;
    color: #5a5347;
    line-height: 1.85;
    margin-bottom: 0;
}

/* Middle content grid */
.about-one_middle-content {
    margin-top: 32px;
}

.about-one_middle-content .content {
    margin-bottom: 22px;
}

.about-one_middle-content .content h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1108;
    margin-bottom: 6px;
    position: relative;
    padding-left: 14px;
}

.about-one_middle-content .content h5::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 14px;
    background: #A18851;
    border-radius: 2px;
}

.about-one_middle-content .content p {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
    margin: 0;
    padding-left: 14px;
}

/* Credentials list */
.about-one_middle-content ul {
    background: #fdf8f1;
    border-left: 3px solid #A18851;
    border-radius: 0 10px 10px 0;
    padding: 14px 18px;
    margin-top: 12px;
}

.about-one_middle-content ul li {
    font-size: 13px;
    color: #5a5347;
    padding: 4px 0;
}

.about-one_middle-content ul li strong {
    color: #A18851;
    margin-right: 4px;
}

/* Icon */
.about-one_icon img {
    width: 70px;
    opacity: 0.75;
    margin-bottom: 10px;
}

/* Button */
.about-one .about-one_button {
    margin-top: 24px;
}

.about-one .theme-btn.btn-style-one {
    display: inline-block;
    padding: 13px 30px;
    background: #A18851;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.25s ease;
    border: none;
}

.about-one .theme-btn.btn-style-one:hover {
    background: #8a7144;
}

@media (max-width: 768px) {
    .about-one_content-outer {
        padding-left: 0;
        margin-top: 36px;
    }
    .about-one .sec-title_heading {
        font-size: 26px;
    }
}



/* ============================================
   SECTION 5 — WELCOME TWO (Travel Partner)
   ============================================ */

.welcome-two {
    padding: 90px 0;
    background: #fdf8f1;
    position: relative;
    overflow: hidden;
}

/* Dot pattern via pseudo-element — remove background-image from .welcome-two_pattern in blade */
.welcome-two_pattern,
.welcome-two_pattern-two {
    display: none; /* replaced by CSS below */
}

.welcome-two::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(212, 180, 131, 0.25) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    opacity: 0.6;
}

/* Content column */
.welcome-two_content-outer {
    position: relative;
    z-index: 1;
    padding-right: 30px;
}

.welcome-two .sec-title_title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #A18851;
    margin-bottom: 14px;
}

.welcome-two .sec-title_title::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #A18851;
    border-radius: 2px;
    flex-shrink: 0;
}

.welcome-two .sec-title_heading {
    font-size: 32px;
    font-weight: 700;
    color: #1a1108;
    line-height: 1.3;
    margin-bottom: 20px;
}

.welcome-two .sec-title_text {
    font-size: 14px;
    color: #5a5347;
    line-height: 1.85;
    margin-bottom: 18px;
}

/* Services pill grid */
.welcome-two_services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 30px;
}

.welcome-two_service-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e8d9bb;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1108;
    transition: border-color 0.2s, background 0.2s;
}

.welcome-two_service-pill:hover {
    border-color: #A18851;
    background: #fdf5e8;
}

.welcome-two_service-pill .pill-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #fdf0d9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

/* Image column */
.welcome-two_image-outer {
    position: relative;
    z-index: 1;
    padding: 16px 0 32px 16px;
}

.welcome-two_dots,
.welcome-two_dots-two {
    display: none; /* replaced by CSS frame border */
}

.welcome-two_image {
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid #D4B483;
    position: relative;
}

.welcome-two_image::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(to bottom, transparent 60%, rgba(26,17,8,0.3) 100%);
    z-index: 1;
    pointer-events: none;
}

.welcome-two_image img {
    width: 100%;
    display: block;
    border-radius: 18px;
}

/* Since badge */
.welcome-two_years {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #A18851;
    color: #ffffff;
    border-radius: 50px;
    padding: 11px 24px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(161, 136, 81, 0.35);
    z-index: 2;
}

.welcome-two_years .fa-globe {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
}

@media (max-width: 992px) {
    .welcome-two_content-outer {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .welcome-two .sec-title_heading {
        font-size: 26px;
    }
    .welcome-two_image-outer {
        padding-left: 0;
    }
}



/* ============================================
   SECTION 6 — INSTITUTE ONE (Why Choose Us)
   ============================================ */

.institute-one {
    padding: 90px 0;
    background: #ffffff;
}

/* Section header */
.institute-one .sec-title.centered {
    text-align: center;
    margin-bottom: 52px;
}

.institute-one .sec-title_title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #A18851;
    margin-bottom: 14px;
}

.institute-one .sec-title_title::before,
.institute-one .sec-title_title::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #A18851;
    border-radius: 2px;
}

.institute-one .sec-title_heading {
    font-size: 32px;
    font-weight: 700;
    color: #1a1108;
    line-height: 1.3;
    margin-bottom: 14px;
}

.institute-one .sec-title_text {
    font-size: 14px;
    color: #777777;
    line-height: 1.75;
    max-width: 620px;
    margin: 0 auto;
}

/* Cards */
.institute-block_one {
    margin-bottom: 24px;
}

.institute-block_one-inner {
    border: 1px solid #ede0c8;
    border-radius: 16px;
    padding: 36px 26px 30px;
    text-align: center;
    background: #ffffff;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.institute-block_one-inner:hover{
    color: black;
}

/* Top accent bar — hidden by default, shown on hover */
.institute-block_one-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #A18851;
    border-radius: 16px 16px 0 0;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.institute-block_one-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(161, 136, 81, 0.13);
    border-color: #D4B483;
}

.institute-block_one-inner:hover::before {
    opacity: 1;
}

/* Icon circle */
.institute-block_one-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #fdf5e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #A18851;
    margin: 0 auto 20px;
    transition: background 0.25s ease, color 0.25s ease;
}

.institute-block_one-inner:hover .institute-block_one-icon {
    background: #A18851;
    color: #ffffff;
}

/* Featured card (color-two variant — Visa Services) */
.institute-block_one.color-two .institute-block_one-inner {
    background: #ede0c8;
    border-color: #ede0c8;
}

.institute-block_one.color-two .institute-block_one-inner::before {
    opacity: 1;
}

.institute-block_one.color-two .institute-block_one-icon {
    background: #FDF8F1;
    color: #D4B483;
}

.institute-block_one.color-two .institute-block_one-heading a {
    color: #ffffff;
}

.institute-block_one.color-two .institute-block_one-text {
    color: rgba(255, 255, 255, 0.5);
}

.institute-block_one.color-two:hover .institute-block_one-inner {
    box-shadow: 0 14px 36px rgba(26, 17, 8, 0.25);
}

/* color-three and color-four — standard cards */
.institute-block_one.color-three .institute-block_one-inner,
.institute-block_one.color-four .institute-block_one-inner {
    border-color: #ede0c8;
}

/* Heading & text */
.institute-block_one-heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.institute-block_one-heading a {
    color: #1a1108;
    text-decoration: none;
    transition: color 0.2s;
}

.institute-block_one-heading a:hover {
    color: #A18851;
}

.institute-block_one-text {
    font-size: 13px;
    color: #888888;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .institute-one .sec-title_heading {
        font-size: 24px;
    }
    .institute-block_one-inner {
        padding: 28px 20px 24px;
    }
}



/* ============================================
   LOGIN PAGE
   ============================================ */

/* Page background */
.contact-ip-area {
    background: #fdf8f1 !important;
    padding: 60px 0;
}

/* Outer card */
.contact-ip-area .card {
    background-image: url( 'assets/images/1.jpeg');
    border-radius: 20px !important;
    padding: 10px 12px !important;
    border: none !important;
    box-shadow: 0 16px 48px rgba(161, 136, 81, 0.18) !important;
}

/* ---- LEFT PANEL ---- */
.contact-ip-area .col-lg-6:first-child {
    position: relative;
    overflow: hidden;
    padding: 50px 44px !important;
}

/* Decorative circle rings */
.contact-ip-area .col-lg-6:first-child::before {
    content: '';
    position: absolute;
    top: -90px;
    right: -90px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 55px solid rgba(161, 136, 81, 0.1);
    pointer-events: none;
}

.contact-ip-area .col-lg-6:first-child::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 40px solid rgba(161, 136, 81, 0.07);
    pointer-events: none;
}

/* Left heading */
.contact-ip-area .col-lg-6:first-child h2 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

/* Left label above heading — add this span in your blade: <span class="left-panel-label">Agent Portal</span> */
.left-panel-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #D4B483;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.left-panel-label::before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #D4B483;
    border-radius: 2px;
}

/* Lead paragraph */
.contact-ip-area .col-lg-6:first-child .lead {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.contact-ip-area .col-lg-6:first-child .lead .fw-semibold {
    color: #D4B483 !important;
}

/* Checklist */
.contact-ip-area .col-lg-6:first-child ul {
    position: relative;
    z-index: 1;
    margin-top: 28px !important;
}

.contact-ip-area .col-lg-6:first-child ul li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-ip-area .col-lg-6:first-child ul li i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(161, 136, 81, 0.2);
    border: 1.5px solid #D4B483;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #D4B483 !important;
    flex-shrink: 0;
}

/* ---- RIGHT PANEL (form box) ---- */
.form-div {
    padding: 36px 32px;
    background: #ffffff;
    border-radius: 14px;
    height: 100%;
}

.form-div h2 {
    font-size: 22px;
    font-weight: 800;
    color: #1a1108;
    margin-bottom: 6px;
}

.form-div .text-muted {
    font-size: 13px;
    color: #aaa !important;
}

/* Form labels */
.form-div .form-label {
    font-size: 12px;
    font-weight: 700;
    color: #5a5347;
    margin-bottom: 7px;
}

/* Forgot password link */
.form-div .form-label a {
    color: #A18851 !important;
    font-size: 12px;
    text-decoration: none;
}

.form-div .form-label a:hover {
    color: #8a7144 !important;
    text-decoration: underline;
}

/* Inputs */
input.form-control {
    border: 1.5px solid #e8d9bb !important;
    border-radius: 9px !important;
    padding: 0.7rem 1rem !important;
    font-size: 13px !important;
    background: #fdfaf5 !important;
    color: #1a1108 !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

input.form-control:focus {
    border-color: #A18851 !important;
    box-shadow: 0 0 0 0.2rem rgba(161, 136, 81, 0.15) !important;
    background: #fff !important;
}

/* Password toggle button */
.toggle-password {
    border-color: #e8d9bb !important;
    border-left: none !important;
    background: #fdf5e8 !important;
    color: #A18851 !important;
    border-radius: 0 9px 9px 0 !important;
    padding: 0 14px !important;
    transition: background 0.2s;
}

.toggle-password:hover {
    background: #f5ead6 !important;
}

/* Input group border fix */
.input-group .form-control {
    border-right: none !important;
    border-radius: 9px 0 0 9px !important;
}

/* Submit button */
.form-div .btn-primary {
    background: #A18851 !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 14px !important;
    letter-spacing: 0.3px;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.form-div .btn-primary:hover {
    background: #8a7144 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(161, 136, 81, 0.35) !important;
}

/* Sign up link */
.form-div .text-center a {
    color: #A18851 !important;
    font-weight: 700;
}

.form-div .text-center a:hover {
    color: #8a7144 !important;
}

@media (max-width: 992px) {
    .contact-ip-area .col-lg-6:first-child {
        padding: 36px 28px !important;
        border-radius: 14px 14px 0 0;
    }
    .form-div {
        padding: 24px 20px;
    }
}




/* ============================================
   REGISTER PAGE
   ============================================ */

/* Page background — same as login */
.contact-ip-area {
    background: #fdf8f1 !important;
    padding: 60px 0;
}

/* Outer card */
.contact-ip-area .card {
    background-image: url('../images/1.jpeg') !important;
    background-position: center center !important; /* Show bottom part */
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0 16px 48px rgba(161, 136, 81, 0.18) !important;
}

/* ---- LEFT PANEL ---- */
.contact-ip-area .col-lg-6:first-child {
    position: relative;
    overflow: hidden;
    padding: 44px 36px !important;
}

.contact-ip-area .col-lg-6:first-child::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 48px solid rgba(161, 136, 81, 0.1);
    pointer-events: none;
}

.contact-ip-area .col-lg-6:first-child h2 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 12px;
}

.contact-ip-area .col-lg-6:first-child .lead {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.8;
}

.contact-ip-area .col-lg-6:first-child .lead .fw-semibold {
    color: #D4B483 !important;
}

/* Feature cards grid */
.contact-ip-area .col-lg-6:first-child .row {
    margin-top: 10px;
}

.contact-ip-area .col-lg-6:first-child .bg-white {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(161, 136, 81, 0.2) !important;
    border-radius: 12px !important;
    padding: 18px 14px !important;
    box-shadow: none !important;
    transition: border-color 0.25s ease;
}

.contact-ip-area .col-lg-6:first-child .bg-white:hover {
    border-color: rgba(161, 136, 81, 0.5) !important;
}

/* Feature icons */
.contact-ip-area .col-lg-6:first-child .bg-white i {
    color: #D4B483 !important;
    font-size: 22px !important;
}

/* Feature titles */
.contact-ip-area .col-lg-6:first-child .bg-white h6 {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 5px !important;
}

/* Feature text */
.contact-ip-area .col-lg-6:first-child .bg-white p {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.4) !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* ---- RIGHT PANEL ---- */
.form-div {
    padding: 32px 28px;
    background: #ffffff;
    border-radius: 14px;
}

.form-div h2 {
    font-size: 20px;
    font-weight: 800;
    color: #1a1108;
    margin-bottom: 5px;
}

.form-div .text-muted {
    font-size: 13px;
    color: #bbb !important;
}

/* Inputs */
input.form-control {
    border: 1.5px solid #e8d9bb !important;
    border-radius: 9px !important;
    padding: 0.65rem 1rem !important;
    font-size: 13px !important;
    background: #fdfaf5 !important;
    color: #1a1108 !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

input.form-control:focus {
    border-color: #A18851 !important;
    box-shadow: 0 0 0 0.2rem rgba(161, 136, 81, 0.15) !important;
    background: #fff !important;
}

/* Submit button */
.form-div .btn-primary {
    background: #A18851 !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 13px !important;
    letter-spacing: 0.3px;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.form-div .btn-primary:hover {
    background: #8a7144 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(161, 136, 81, 0.35) !important;
}

/* Login link */
.form-div .text-center a {
    color: #A18851 !important;
    font-weight: 700;
}

.form-div .text-center a:hover {
    color: #8a7144 !important;
}

@media (max-width: 992px) {
    .contact-ip-area .col-lg-6:first-child {
        padding: 32px 24px !important;
        border-radius: 14px 14px 0 0;
    }
    .form-div {
        padding: 22px 18px;
    }
}



/* ============================================
   SECTION 1 — MAIN SLIDER (slider-one)
   ============================================ */

.slider-one {
    position: relative;
    overflow: hidden;
}

/* Swiper container */
.slider-one .main-slider.swiper-container {
    width: 100%;
    height: 100vh;
    min-height: 580px;
    max-height: 780px;
    position: relative;
}

/* Each slide */
.slider-one .swiper-slide {
    position: relative;
    overflow: hidden;
}

/* Background image layer */
.slider-one .slider-one_image-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.04);
    transition: transform 6s ease;
}

/* Zoom effect on active slide */
.slider-one .swiper-slide-active .slider-one_image-layer {
    transform: scale(1);
}

/* Dark overlay — remove inline style from blade, use this */
.slider-one .slider-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 10, 4, 0.58);
    z-index: 1;
}

/* Gold tint bottom fade */
.slider-one .slider-overlay::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: linear-gradient(to top, rgba(26, 17, 8, 0.55) 0%, transparent 100%);
}

/* Left accent bar */
.slider-one .swiper-slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 90px;
    background: #A18851;
    border-radius: 0 4px 4px 0;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.6s ease 0.4s;
}

.slider-one .swiper-slide-active::before {
    opacity: 1;
}

/* Decorative ring — top right */
.slider-one .swiper-slide::after {
    content: '';
    position: absolute;
    top: -120px;
    right: -90px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    border: 65px solid rgba(161, 136, 81, 0.07);
    z-index: 2;
    pointer-events: none;
}

/* Content wrapper */
/* Content wrapper */
.slider-one .slider-one_content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;      /* Vertical center */
    justify-content: center;  /* Horizontal center */
    text-align: center;
}

/* Content box */
.slider-one .slider-one_content-inner {
    max-width: 700px;
    padding: 0 20px;
    margin: 0 auto;
}

/* Slide label / title */
.slider-one .slider-one_title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #D4B483;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.slider-one .slider-one_title::before,
.slider-one .slider-one_title::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #D4B483;
    border-radius: 2px;
    flex-shrink: 0;
}

.slider-one .swiper-slide-active .slider-one_title {
    opacity: 1;
    transform: translateY(0);
}

/* Main heading */
.slider-one .slider-one_heading {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease 0.35s, transform 0.7s ease 0.35s;
}

.slider-one .swiper-slide-active .slider-one_heading {
    opacity: 1;
    transform: translateY(0);
}

/* Sub text */
.slider-one .slider-one_text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.85;
    max-width: 500px;
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease 0.5s, transform 0.7s ease 0.5s;
}

.slider-one .slider-one_text strong {
    color: #D4B483;
    font-weight: 600;
}

.slider-one .swiper-slide-active .slider-one_text {
    opacity: 1;
    transform: translateY(0);
}

/* Button wrapper */
.slider-one .slider-one_button {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease 0.65s, transform 0.7s ease 0.65s;
}

.slider-one .swiper-slide-active .slider-one_button {
    opacity: 1;
    transform: translateY(0);
}

/* Button — btn-style-two */
.slider-one .theme-btn.btn-style-two {
    display: inline-block;
    padding: 15px 40px;
    background: #A18851;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #A18851;
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.slider-one .theme-btn.btn-style-two .btn-wrap {
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    height: 20px;
}

.slider-one .theme-btn.btn-style-two .text-one,
.slider-one .theme-btn.btn-style-two .text-two {
    display: block;
    transition: transform 0.3s ease;
    line-height: 20px;
}

.slider-one .theme-btn.btn-style-two:hover {
    background: transparent;
    color: #D4B483;
    border-color: #D4B483;
}

.slider-one .theme-btn.btn-style-two:hover .text-one {
    transform: translateY(-20px);
}

.slider-one .theme-btn.btn-style-two:hover .text-two {
    transform: translateY(-20px);
}

/* ---- Navigation Arrows ---- */
.slider-one .slider-one-arrow {
    position: absolute;
    bottom: 36px;
    right: 60px;
    display: flex;
    gap: 12px;
    z-index: 10;
}

.slider-one .main-slider-prev,
.slider-one .main-slider-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(161, 136, 81, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4B483;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.slider-one .main-slider-prev:hover,
.slider-one .main-slider-next:hover {
    background: #A18851;
    border-color: #A18851;
    color: #ffffff;
}

/* ---- Pagination dots (if using swiper pagination) ---- */
.slider-one .swiper-pagination {
    position: absolute;
    bottom: 44px;
    left: 60px;
    display: flex;
    gap: 8px;
    z-index: 10;
    width: auto;
}

.slider-one .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    transition: background 0.3s ease, width 0.3s ease;
    margin: 0 !important;
}

.slider-one .swiper-pagination-bullet-active {
    background: #A18851;
    width: 48px;
}

/* ---- Responsive ---- */
@media (max-width: 1200px) {
    .slider-one .slider-one_heading {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    .slider-one .main-slider.swiper-container {
        min-height: 480px;
        max-height: 600px;
    }
    .slider-one .slider-one_heading {
        font-size: 34px;
    }
    .slider-one .slider-one_text {
        font-size: 14px;
    }
    .slider-one .slider-one-arrow {
        right: 30px;
        bottom: 24px;
    }
    .slider-one .swiper-pagination {
        left: 30px;
        bottom: 32px;
    }
}

@media (max-width: 767px) {
    .slider-one .main-slider.swiper-container {
        min-height: 420px;
        max-height: 520px;
    }
    .slider-one .slider-one_heading {
        font-size: 26px;
        letter-spacing: 0;
    }
    .slider-one .slider-one_title {
        font-size: 10px;
    }
    .slider-one .slider-one_text {
        font-size: 13px;
        margin-bottom: 24px;
    }
    .slider-one .theme-btn.btn-style-two {
        padding: 12px 28px;
        font-size: 12px;
    }
    .slider-one .slider-one-arrow {
        display: none;
    }
}

.slider-one .slider-one_image-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;      /* Fills the entire area */
    background-position: center; /* Keeps image centered */
    background-repeat: no-repeat;
}


.bg-custom2 {
    background: #A18851 !important;
}


.breadcumb-wrapper {
    padding: 100px 0 !important;
}