/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/* ===== RESET & BASE ===== */
* { box-sizing: border-box !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { color: #555; font-size: 14px; font-family: 'Poppins', sans-serif; line-height: 1.8; font-weight: normal; overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { letter-spacing: 0; font-weight: normal; position: relative; padding: 0 0 10px 0; line-height: normal; color: #111; margin: 0; }
h1 { font-size: 24px } h2 { font-size: 22px } h3 { font-size: 18px }
h4 { font-size: 16px } h5 { font-size: 14px } h6 { font-size: 13px }
p { margin: 0 0 12px 0; font-weight: 300; font-size: 14px; line-height: 1.8; padding: 0; }
a { color: #222; text-decoration: none !important; outline: none !important; transition: all .3s ease-in-out; }
a:hover { color: #e65100; }
ul, li, ol { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; height: auto; }
button { border: 0; margin: 0; padding: 0; cursor: pointer; }
button:focus { outline: none; }
:focus { outline: 0; }

/* ===== UTILITIES ===== */
.full { float: left; width: 100%; }
.layout_padding { padding-top: 80px; padding-bottom: 80px; }
.padding_0 { padding: 0; }
.bg-light { background-color: transparent !important;}

/* Global clearfix - prevents float collapse on all sections */
.top_bar::after,
.header_section::after,
.navbar_section::after,
.hero_banner::after,
.about_section::after,
.company_section::after,
.services_section_new::after,
.packages_section::after,
.testimonial_section_new::after,
.cta_section::after,
.footer_section_new::after {
    content: "";
    display: table;
    clear: both;
}

/* ===== TOP BAR ===== */
.top_bar {
    width: 100%;
    display: block !important;
    overflow: hidden;
    color: white;
    background-color: #1a237e;
    padding: 7px 0;
    border-bottom: 3px solid #e65100;
    position: relative;
    z-index: 999;
}

.top_bar_left {
    float: left;
    padding-left: 10px;
}

.top_bar_right {
    float: right;
    padding-right: 10px;
}

/* ===== HEADER ===== */
.header_section {
    width: 100%;
    display: block !important;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 3px solid #e65100;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    padding: 14px 0;
    position: relative;
    z-index: 998;
    min-height: 80px;
}
.header_logo_area { display: flex; align-items: center; padding: 4px 0; }
.header_logo_area img { height: 72px; width: auto; }
.header_site_name { margin-left: 14px; }
.header_site_name h2 {
    font-size: 20px; font-weight: 800; color: #1a237e;
    margin: 0; padding: 0; line-height: 1.2; font-family: 'Sen', sans-serif;
}
.header_site_name p { font-size: 11px; color: #e65100; margin: 2px 0 0; padding: 0; font-weight: 600; letter-spacing: 1px; }
.header_right_area { text-align: right; padding-top: 8px; }
.header_contact_btn a {
    background-color: #1a237e;
    color: #fff !important;
  padding: 8px 18px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
    display: inline-block;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
.header_contact_btn a:hover { background-color: #e65100; color: #fff !important; }

/* ===== NAVBAR ===== */
.navbar_section {
    width: 100%;
    display: block !important;
    overflow: visible;
    background-color: #1a237e;
    position: relative;
    z-index: 997;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}
.navbar_section .navbar {
  padding: 0;
  margin: 0;
    background: transparent !important;
    width: 100%;
}
.navbar_section .navbar-collapse { justify-content: center; }
.navbar_section .navbar-nav {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin: 0; padding: 0;
}
.navbar_section .navbar-nav .nav-item { flex-shrink: 0; display: flex; }
.navbar_section .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 18px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    border-radius: 0;
}
.navbar_section .navbar-nav .nav-item .nav-link:hover,
.navbar_section .navbar-nav .nav-item.active .nav-link {
    background-color: #e65100;
    color: #fff !important;
    border-bottom: 3px solid #ffb300;
}
.navbar_section .navbar-toggler {
    border: 2px solid rgba(255,255,255,0.6);
    padding: 4px 10px;
  margin: 8px;
}
.navbar_section .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* old navbar overrides */
.navbar { padding: 0; }
.navbar-brand { margin: 0; padding: 5px 0; }
.navbar-nav.ml-auto { display: flex !important; }
.navbar-light .navbar-nav .nav-link { color: #333; font-size: 14px; }

/* ===== PAGE BANNER ===== */
.page_banner {
    background: linear-gradient(135deg, #1a237e 0%, #1565c0 100%);
    padding: 24px 0 22px;
}
.page_banner h1 {
    color: #fff; font-size: 30px; font-weight: 800;
    font-family: 'Sen', sans-serif; margin: 0; padding: 0;
}
.page_banner p { color: rgba(255,255,255,0.75); margin: 8px 0 0; padding: 0; font-size: 13px; }
.page_banner p a { color: #ffb300; }

/* ===== HERO BANNER ===== */
.hero_banner {
    width: 100%;
    padding: 65px 0 85px;
    background: linear-gradient(135deg, #1a237e 0%, #283593 55%, #1565c0 100%);
    position: relative;
    overflow: hidden;
}
.hero_banner::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 42%;
    background: rgba(255,255,255,0.03);
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}
.hero_badge {
    display: inline-block;
    background-color: #e65100;
    color: #fff;
    font-size: 11px; font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.hero_title {
 font-size: 38px; font-weight: 800;
    color: #fff; line-height: 1.25;
    margin-bottom: 18px;
    font-family: 'Sen', sans-serif; padding: 0;
}
.hero_title span { color: #ffb300; }
.hero_desc { font-size: 15px; color: rgba(255,255,255,0.85); margin-bottom: 30px; line-height: 1.75; padding: 0; }
.hero_btn_primary {
    background-color: #e65100; color: #fff !important;
    padding: 12px 28px; border-radius: 5px;
    font-size: 14px; font-weight: 700;
    margin-right: 10px; display: inline-block;
    text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s;
}
.hero_btn_primary:hover { background-color: #fff; color: #1a237e !important; }
.hero_btn_outline {
    border: 2px solid #fff; color: #fff !important;
    padding: 10px 26px; border-radius: 5px;
    font-size: 14px; font-weight: 700;
    display: inline-block; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s;
}
.hero_btn_outline:hover { background-color: #fff; color: #1a237e !important; }
.hero_img_box { text-align: center; padding-top: 10px; }
.hero_img_box img { max-width: 100%; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3)); }
.hero_stats { margin-top: 45px; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 28px; }
.hero_stat_item { text-align: center; }
.hero_stat_item h3 { font-size: 30px; font-weight: 800; color: #ffb300; margin: 0; padding: 0; }
.hero_stat_item p { font-size: 11px; color: rgba(255,255,255,0.7); margin: 4px 0 0; padding: 0; text-transform: uppercase; letter-spacing: 1px; }

/* ===== SECTION TITLE ===== */
.section_title { text-align: center; margin-bottom: 45px; }
.section_title .badge_label {
    display: inline-block;
    background-color: #fff3e0; color: #e65100;
    font-size: 11px; font-weight: 700;
    padding: 4px 14px; border-radius: 20px;
    letter-spacing: 1.5px; text-transform: uppercase;
    margin-bottom: 12px; border: 1px solid #ffcc80;
}
.section_title h2 {
    font-size: 30px; font-weight: 800; color: #1a237e;
    font-family: 'Sen', sans-serif; margin: 0; padding: 0 0 8px;
}
.section_title p { font-size: 14px; color: #666; margin: 0 auto; padding: 0; max-width: 100%; }
.section_divider {
    width: 55px; height: 4px;
    background: linear-gradient(90deg, #e65100, #ffb300);
    margin: 10px auto 14px; border-radius: 2px;
}
.section_label {
    font-size: 11px; font-weight: 700; color: #e65100;
    text-transform: uppercase; letter-spacing: 2px;
 margin-bottom: 8px; display: block;
}

/* ===== FEATURE CARDS ===== */
.about_section { width: 100%; float: left; padding: 80px 0; background-color: #f8f9fc; }
.feature_card {
  background: #fff; border-radius: 10px;
    padding: 32px 22px; text-align: center;
    box-shadow: 0 4px 20px rgba(26,35,126,0.07);
    border-top: 4px solid #1a237e;
    transition: all 0.3s; height: 100%;
}
.feature_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(26,35,126,0.14);
    border-top-color: #e65100;
}
.feature_card .icon_box {
    width: 68px; height: 68px;
    background: linear-gradient(135deg, #e8eaf6, #c5cae9);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
    font-size: 26px; color: #1a237e;
}
.feature_card h4 { font-size: 16px; font-weight: 700; color: #1a237e; margin-bottom: 10px; padding: 0; }
.feature_card p { font-size: 13px; color: #666; line-height: 1.7; margin: 0; padding: 0; }

/* ===== COMPANY SECTION ===== */
.company_section { padding: 80px 0; background: #fff; }
.company_section h2 { font-size: 26px; font-weight: 800; color: #1a237e; font-family: 'Sen', sans-serif; margin-bottom: 16px; padding: 0; }
.company_section p { font-size: 14px; color: #555; line-height: 1.8; margin: 0 0 12px; padding: 0; }
.check_list { list-style: none; padding: 0; margin: 16px 0; }
.check_list li { font-size: 13px; color: #444; padding: 5px 0; display: flex; align-items: flex-start; }
.check_list li i { color: #e65100; margin-right: 10px; font-size: 15px; margin-top: 2px; flex-shrink: 0; }
.company_img_box {
    background: linear-gradient(135deg, #1a237e, #1565c0);
    border-radius: 12px; padding: 30px; text-align: center;
    height: 100%; min-height: 280px;
    display: flex; flex-direction: column; justify-content: center;
}
.company_img_box img { max-width: 100%; border-radius: 8px; }

/* ===== SERVICES NEW ===== */
.services_section_new { padding: 50px 0; background-color: #f8f9fc; }
.service_card_new {
    background: #fff; border-radius: 10px;
    padding: 28px 20px; text-align: center;
    margin-bottom: 26px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
    transition: all 0.3s; border-bottom: 3px solid transparent; height: 100%;
}
.service_card_new:hover {
    transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(26,35,126,0.12);
 border-bottom-color: #e65100;
}
.service_card_new .svc_icon {
    width: 62px; height: 62px;
    background: linear-gradient(135deg, #1a237e, #1565c0);
    border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px; color: #fff;
}
.service_card_new h5 { font-size: 15px; font-weight: 700; color: #1a237e; margin-bottom: 8px; padding: 0; }
.service_card_new p { font-size: 13px; color: #666; line-height: 1.7; margin: 0; padding: 0; }

/* ===== PACKAGES ===== */
.packages_section { padding: 80px 0; background: linear-gradient(135deg, #1a237e 0%, #283593 100%); }
.packages_section .section_title h2 { color: #fff; }
.packages_section .section_title p { color: rgba(255,255,255,0.75); }
.packages_section .badge_label { background-color: rgba(255,255,255,0.12); color: #ffb300; border-color: rgba(255,255,255,0.2); }
.pkg_card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px; padding: 35px 24px; text-align: center;
    transition: all 0.3s; height: 100%;
}
.pkg_card:hover, .pkg_card.featured {
    background: rgba(255,255,255,0.14); border-color: #e65100; transform: translateY(-5px);
}
.pkg_card .pkg_num {
    width: 50px; height: 50px; background-color: #e65100; border-radius: 50%;
    color: #fff; font-size: 20px; font-weight: 800;
    display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.pkg_card h4 { font-size: 20px; font-weight: 700; color: #fff; padding: 0 0 4px; }
.pkg_card .pkg_price { font-size: 34px; font-weight: 800; color: #ffb300; padding: 0; margin: 6px 0; }
.pkg_card .pkg_label { font-size: 11px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.pkg_card p { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.7; margin: 0 0 22px; padding: 0; }
.pkg_btn {
    display: inline-block; background-color: #e65100; color: #fff !important;
    padding: 10px 28px; border-radius: 5px; font-size: 13px; font-weight: 700;
    text-transform: uppercase; transition: all 0.3s;
}
.pkg_btn:hover { background-color: #fff; color: #1a237e !important; }

/* ===== TESTIMONIALS NEW ===== */
.testimonial_section_new { padding: 80px 0; background: #fff; }
.testi_card {
    background: #f8f9fc; border-radius: 12px;
    padding: 30px 26px; border-left: 5px solid #1a237e;
    margin-bottom: 10px; height: 100%; display: flex; flex-direction: column;
}
.testi_card .quote_icon { font-size: 34px; color: #e65100; line-height: 1; margin-bottom: 12px; }
.testi_card p { font-size: 13px; color: #555; font-style: italic; line-height: 1.8; margin: 0 0 18px; padding: 0; flex-grow: 1; }
.testi_author { display: flex; align-items: center; margin-top: auto; }
.testi_author img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; margin-right: 12px; border: 2px solid #1a237e; }
.testi_author h6 { font-size: 13px; font-weight: 700; color: #1a237e; margin: 0; padding: 0; }
.testi_author span { font-size: 12px; color: #e65100; display: block; }

/* ===== CTA ===== */
.cta_section { padding: 70px 0; background: linear-gradient(135deg, #e65100, #ff6d00); text-align: center; }
.cta_section h2 { font-size: 28px; font-weight: 800; color: #fff; font-family: 'Sen', sans-serif; margin-bottom: 10px; padding: 0; }
.cta_section p { font-size: 15px; color: rgba(255,255,255,0.88); margin: 0 0 28px; padding: 0; }
.cta_btn_white {
    background-color: #fff; color: #e65100 !important;
  padding: 12px 30px; border-radius: 5px; font-size: 14px; font-weight: 700;
    display: inline-block; text-transform: uppercase; margin: 0 8px; transition: all 0.3s;
}
.cta_btn_white:hover { background-color: #1a237e; color: #fff !important; }
.cta_btn_outline_white {
    border: 2px solid #fff; color: #fff !important;
    padding: 10px 28px; border-radius: 5px; font-size: 14px; font-weight: 700;
    display: inline-block; text-transform: uppercase; margin: 0 8px; transition: all 0.3s;
}
.cta_btn_outline_white:hover { background-color: #fff; color: #e65100 !important; }

/* ===== FOOTER NEW ===== */
.footer_section_new { background-color: #0d1257; padding: 70px 0 0; }
.footer_brand h3 { font-size: 18px; font-weight: 800; color: #fff; font-family: 'Sen', sans-serif; padding: 0 0 8px; margin: 0; }
.footer_brand p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.7; margin: 0; padding: 0; }
.footer_social { margin-top: 16px; }
.footer_social a {
    display: inline-flex; width: 34px; height: 34px;
    background: rgba(255,255,255,0.08); border-radius: 50%;
    align-items: center; justify-content: center;
    color: #fff; font-size: 13px; margin-right: 6px; transition: all 0.3s;
}
.footer_social a:hover { background-color: #e65100; }
.footer_heading {
    font-size: 14px; font-weight: 700; color: #fff;
    padding: 0 0 12px; margin: 0 0 14px;
    border-bottom: 2px solid #e65100; display: block;
}
.footer_links { list-style: none; padding: 0; margin: 0; }
.footer_links li { margin-bottom: 8px; }
.footer_links li a { font-size: 13px; color: rgba(255,255,255,0.6); transition: all 0.3s; display: block; }
.footer_links li a:hover { color: #ffb300; padding-left: 5px; }
.footer_links li a i { margin-right: 6px; color: #e65100; font-size: 11px; }
.footer_contact_item {
 display: flex; align-items: flex-start;
    margin-bottom: 12px; color: rgba(255,255,255,0.6); font-size: 13px;
}
.footer_contact_item i { color: #e65100; margin-right: 10px; margin-top: 3px; font-size: 14px; flex-shrink: 0; }
.footer_bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px; padding: 18px 0; text-align: center;
}
.footer_bottom p { font-size: 13px; color: rgba(255,255,255,0.45); margin: 0; padding: 0; }
.footer_bottom a { color: #ffb300; }

/* ===== CONTACT FORM ===== */
.mail_section_1 { width: 65%; margin: 0 auto; }
.mail_text {
    width: 100%; float: left; font-size: 14px; color: #414140;
    background-color: #fff; border: 1px solid #ddd;
    padding: 11px 18px; margin-top: 16px; border-radius: 4px;
}
input.mail_text::placeholder, textarea.massage-bt::placeholder { color: #aaa; }
.massage-bt {
    color: #414140; width: 100%; font-size: 14px;
    background-color: #fff; border: 1px solid #ddd;
    padding: 14px 18px; height: 120px; margin-top: 16px; border-radius: 4px;
}
.send_bt { width: 170px; margin: 20px auto 0; text-align: center; }
.send_bt a {
    width: 100%; text-align: center; font-size: 14px;
    color: #fff; background-color: #e65100;
    padding: 13px; display: block; border-radius: 5px;
    font-weight: 700; text-transform: uppercase; transition: all 0.3s;
}
.send_bt a:hover { background-color: #1a237e; color: #fff; }

.save-page-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 8px;
    border: 1px solid #D3D1C7;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #5F5E5A;
    transition: border-color .15s, background .15s, color .15s;
}

    .save-page-btn:hover {
        border-color: #888780;
        color: #2C2C2A;
    }

    .save-page-btn.saved {
        background: #E1F5EE;
        border-color: #1D9E75;
        color: #085041;
    }