a{
  text-decoration: none;
  color: inherit;
}


    /* Navbar */
    .navbar {
      /* padding: 15px 30px; */
      background: #E4F2FF;
    }

    .navbar-brand {
      font-weight: 700;
      font-size: 1.5rem;
      color: #111;
    }
    .navbar-brand span {
      color: #2f80ed;
    }
    
    
.logo
{
    height: 60px;
}
    

    .nav-link {
      color: #111 !important;
      font-weight: 500;
      margin: 0 10px;
    }
    .nav-link.active {
      color: #2f80ed !important;
      font-weight: 600;
    }


  
    /* ==========nav active=========== */



.navbar .nav-link:hover {
  color: #187bff;
}


.navbar .nav-link.active {
  color: #187bff !important;
  font-weight: 700;
  border-bottom: 2px solid #187bff;
}




/* =======================home page ===================== */



/* ================= HERO SLIDER ================= */
.home_abt_slider_section {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.home_abt_slider {
    width: 100%;
    height: 100%;
}

.home_abt_slide {
    width: 100%;
    /* height: 100%; */
    height: 900px;
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 1s ease-in-out;
}

.home_abt_slide.active {
    opacity: 1;
}

.home_abt_overlay {
    width: 100%;
    height: 100%;
    /* background: rgba(5, 14, 32, 0.65); */
    position: absolute;
    inset: 0;
}

.home_abt_slide_content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    max-width: 550px;
    color: #fff;
}

.home_abt_slide_content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.home_abt_slide_content p {
    font-size: 16px;
    margin: 18px 0 30px;
}

.home_abt_btn {
    background: #cd965e;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: .3s;
}

.home_abt_btn:hover {
    background: #b27e46;
}

.home_abt_logo_img {
    width: 220px;
    margin-top: 40px;
}

/* ================= SLIDER DOTS ================= */
.home_abt_dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.home_abt_dot {
    width: 10px;
    height: 10px;
    background: #ffffff80;
    border-radius: 50%;
    transition: .3s;
}

.home_abt_dot.active {
    background: #fff;
    transform: scale(1.2);
}



/* ========================================================= */
/* ================= ABOUT SECTION ================= */
.home_abt_about_section {
    padding: 70px 0;
}

.home_abt_container {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

.home_abt_left_img_box img {
    width: 100%;
    border-radius: 10px;
}

.home_abt_right_text h2 {
    color: #243a79;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.home_abt_right_text ul {
    margin-bottom: 30px;
}

.home_abt_right_text ul li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .home_abt_container {
        flex-direction: column;
        text-align: center;
    }

    .home_abt_slide_content
 {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        top: 65%;
    }


    .home_abt_slide_content h1 {
        font-size: 20px !important;
    }


    .home_abt_slide_content p {
    font-size: 16px;
    margin: 0px !important;
}

.home_abt_slide {
    height: 300px;
}


.home_abt_slider_section {
    height: 350px;
}

    .home_abt_logo_img {
        margin-left: auto;
        margin-right: auto;
    }


    /* ================= */


    .home_abt_right_text ul {
    margin-bottom: 30px;
    text-align: justify;
}

.who_we_text_ {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 15px;
    color: #444;
    text-align: justify;
}

.footer_col_ {
    flex: none !important;
}

.footer_container_ {
    gap: 20px !important;
}

.CONTACT_US_section {
    padding: 60px 0px !important;
}


}





@media (max-width: 576px) {
    .home_abt_slide_content h1 {
        font-size: 28px;
    }
    .home_abt_slide_section {
        height: 75vh;
    }
}




/* ================================== */


/* ================================================== */



.home_serv_section_ {
    padding: 60px 20px;
    text-align: center;
}

.home_serv_title_ {
    font-size: 16px;
    font-weight: 600;
    color: #8a6e4c;
}

.home_serv_subtitle_ {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
}

/* ======================= SERVICE CARDS ======================= */
.home_serv_cards_wrapper_ {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.home_serv_card_ {
    width: 300px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: 0.3s;
}

.home_serv_card_:hover {
    transform: translateY(-5px);
}

.home_serv_card_img_ img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.home_serv_card_title_ {
    background: #2236e3;
    color: #fff;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
}

/* ======================= BUTTON ======================= */
.home_serv_btn_ {
    background: #d5a062;
    padding: 12px 22px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.home_serv_btn_:hover {
    background: #c28a4f;
}

/* ======================= WHY CHOOSE US ======================= */


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

.wh_hm_section{
    width: 100%;
    padding: 60px 0;
    background: #ffffff;
}

.wh_hm_container{
    width: 90%;
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.wh_hm_left{
    flex: 1.2;
}

.wh_hm_subtitle{
    color: #b48b57;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wh_hm_title{
    color: #1a1a52;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}

.wh_hm_text{
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    max-width: 350px;
}

.wh_hm_right{
    flex: 1.2;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.wh_hm_box{
    background: #f2f1ff;
    padding: 22px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #292981;
    font-size: 15px;
    font-weight: 500;
}

.wh_hm_box i{
    font-size: 22px;
    color: #292981;
}

/* ------------------ RESPONSIVE ------------------ */

@media(max-width: 992px){
    .wh_hm_container{
        flex-direction: column;
        text-align: left;
    }

    .wh_hm_left{
        width: 100%;
    }

    .wh_hm_right{
        width: 100%;
    }
}

@media(max-width: 600px){
    .wh_hm_right{
        grid-template-columns: 1fr;
    }

    .wh_hm_title{
        font-size: 26px;
    }

    .wh_hm_box{
        padding: 18px;
    }
}



/* ====================================================== */


/* ------------------------------------------ */


/* SECTION */
.home_projct_section_ {
    padding: 60px 0;
    background: #f7f9fc;
}

.home_projct_container_ {
    width: 90%;
    margin: auto;
    text-align: center;
}

/* TITLES */
.home_projct_subtitle_ {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6c6c90;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.home_projct_title_ {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
}

/* GALLERY */
.home_projct_gallery_ {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.home_projct_item_ {
    width: 100%;
    height: auto;
}

.home_projct_item_ img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    border: 1px solid #e2e2e2;
}



.home_projct_item_ {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.home_projct_video_ {
    width: 100%;
    height: 100%;
    object-fit: cover; /* same behavior as image cover */
    display: block;
}


/* =======================================
   RESPONSIVE DESIGN
   ======================================= */

/* Tablets - 2 columns */
@media (max-width: 992px) {
    .home_projct_gallery_ {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .home_projct_title_ {
        font-size: 20px;
    }
}

/* Mobile - 1 column */
@media (max-width: 600px) {
    .home_projct_gallery_ {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }

    .home_projct_title_ {
        font-size: 18px;
    }

    .home_projct_subtitle_ {
        font-size: 14px;
    }
}





/* ======================About====================== */


/* ===================== ABOUT US BANNER ===================== */

.about_us_banner_ {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url("../images/about-banner.jpg"); /* Update your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 6px solid #fff; /* adds clean white frame like image */
}

/* Dark overlay */
.about_us_overlay_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.45); */
}

/* Text container */
.about_us_content_ {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
        top: 20%;
}

/* Title */
.about_us_title_ {
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
}

/* Subtitle */
.about_us_subtitle_ {
    font-size: 15px;
    margin-top: 10px;
    opacity: 0.9;
}

/* ===================== RESPONSIVE ===================== */

/* Tablets */
@media (max-width: 992px) {
    .about_us_banner_ {
        height: 300px;
    }

    .about_us_title_ {
        font-size: 30px;
    }

    .about_us_subtitle_ {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .about_us_title_ {
        font-size: 26px;
    }

    .about_us_subtitle_ {
        font-size: 13px;
    }
}



/* ======================================== */


/* MAIN SECTION */
.who_we_section_ {
    width: 100%;
    padding: 60px 0;
    background: #F5F5FD;
}

.who_we_top_heading_ {
    text-align: center;
    margin-bottom: 50px;
}

.who_we_top_heading_ h2 {
    font-size: 28px;
    font-weight: 700;
    color: #3E3F9B;
}

.who_we_top_heading_ p {
    font-size: 16px;
    color: #555;
    margin-top: 5px;
}

/* CONTAINER */
.who_we_container_ {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* LEFT CONTENT */
.who_we_left_ {
    flex: 1;
}

.who_we_title_ {
    font-size: 26px;
    color: #3E3F9B;
    margin-bottom: 20px;
    font-weight: 700;
}

.who_we_text_ {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 15px;
    color: #444;
}

/* RIGHT IMAGE */
.who_we_right_ {
    flex: 1;
}

.who_we_image_ {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    object-fit: cover;
}



/* MISSION & VISION */
.who_we_mission_vision_section_ {
    width: 90%;
    margin: 60px auto;
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

.who_we_mission_card_,
.who_we_vision_card_ {
    flex: 1;
    background: #f5f7ff;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #e0e2f0;
    box-shadow: 0px 5px 4px 0px #8E8E8E40;

}

.who_we_icon_box_ {
    width: 50px;
    height: 50px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #3E3F9B;
    margin-bottom: 15px;
}

.who_we_icon_blue_ {
    background: #e6ecff;
    color: #3E3F9B;
}

.who_we_card_title_ {
    font-size: 20px;
    font-weight: 700;
    color: #3E3F9B;
    margin-bottom: 10px;
}

.who_we_blue_ {
    color: #3E3F9B;
}

.who_we_card_text_ {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}



/* -------------------------- */
/* RESPONSIVE DESIGN */
/* -------------------------- */

/* TABLETS */
@media (max-width: 992px) {
    .who_we_container_ {
        flex-direction: column;
        text-align: center;
    }

    .who_we_mission_vision_section_ {
        flex-direction: column;
    }
}

/* MOBILE */
@media (max-width: 576px) {

    .who_we_top_heading_ h2 {
        font-size: 22px;
    }

    .who_we_title_ {
        font-size: 22px;
    }

    .who_we_card_title_ {
        font-size: 18px;
    }

    .who_we_container_ {
        width: 95%;
    }

    .who_we_mission_vision_section_ {
        width: 95%;
        gap: 20px;
    }
}



/* ==================================== */

/* MAIN SECTION */
.about_choose_section_ {
    padding: 70px 0;
    background: #F5F5FD;
}

.about_choose_container_ {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

/* HEADINGS */
.about_choose_title_ {
    font-size: 32px;
    font-weight: 700;
    color: #3d3da8;
    margin-bottom: 10px;
}

.about_choose_subtitle_ {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
}

.about_choose_desc_ {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

/* CARDS ROW */
.about_choose_row_ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* CARD BOX */
.about_choose_card_ {
    background: #3d3da8;
    padding: 30px 20px;
    border-radius: 14px;
    text-align: center;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    height: 100%;
}

.about_choose_card_:hover {
    transform: translateY(-5px);
}

/* ICON */
.about_choose_icon_ img {
    width: 50px;
    margin-bottom: 15px;
}

/* CARD TEXT */
.about_choose_card_title_ {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.about_choose_card_text_ {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.5;
}


/* ======================================
   RESPONSIVE BREAKPOINTS
   ====================================== */

/* Tablets - 2 cards */
@media (max-width: 992px) {
    .about_choose_row_ {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .about_choose_title_ {
        font-size: 28px;
    }
}

/* Mobile - 1 card */
@media (max-width: 600px) {
    .about_choose_row_ {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .about_choose_title_ {
        font-size: 24px;
    }

    .about_choose_subtitle_ {
        font-size: 18px;
    }
}





/* =================================SERVICE PAGE================ */


/* HEADER SECTION */
        .service_main_title_box {
            text-align: center;
            padding: 40px 20px 20px;
        }

        .service_main_title {
            font-size: 22px;
            font-weight: 600;
            color: #1f2a56;
        }

        .service_sub_title {
            margin-top: 5px;
            font-size: 13px;
            color: #7a7f91;
        }

        /* CATEGORY TITLE */
        .service_category_box {
            width: 90%;
            margin: 0 auto;
            padding: 15px 0;
            font-size: 18px;
            font-weight: 600;
            color: #3E3F9B !important;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .service_category_icon {
            width: 20px;
            color: #3E3F9B !important;
        }

        /* GRID WRAPPER */
        .service_grid {
            width: 90%;
            margin: auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            padding-bottom: 40px;
        }

        /* SERVICE CARD */
        .service_card {
            background: #ffffff;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
            transition: 0.3s ease;
        }

        .service_card:hover {
            transform: translateY(-5px);
        }

        .service_card img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

        .service_card_title {
            background: #3E3F9B;
            color: #ffffff;
            text-align: center;
            padding: 12px;
            font-weight: 500;
            font-size: 15px;
        }

        /* FOOTER CTA BUTTON */
        .service_footer_box {
            width: 100%;
            text-align: center;
            padding: 50px 20px;
            background-color: #F5F5FD;
        }

        .service_footer_text {
            font-size: 20px;
            font-weight: 600;
            color: #1f2a56;
            margin-bottom: 15px;
        }

        .service_footer_btn {
            padding: 12px 28px;
            font-size: 15px;
            background: #d4a565;
            border: none;
            border-radius: 6px;
            color: #fff;
            font-weight: 500;
            cursor: pointer;
            transition: 0.3s ease;
        }

        .service_footer_btn:hover {
            background: #bb8d50;
        }

        /* RESPONSIVE */
        @media(max-width: 992px) {
            .service_grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media(max-width: 600px) {
            .service_main_title {
                font-size: 20px;
            }

            .service_grid {
                grid-template-columns: 1fr;
            }

            .service_card img {
                height: 180px;
            }

            .service_footer_text {
                font-size: 16px;
            }
        }




  /* ======================= serv STYLE ======================= */

/* SECTION */
.digital_serv_section{
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 40px 20px;
    text-align: center;
}

.digital_serv_heading_box h3{
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
}

.digital_serv_heading_box p{
    font-size: 14px;
    margin-top: 5px;
    color: #555;
}

/* TITLE ROW */
.digital_serv_title_row{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    /* justify-content: center; */
}

.digital_serv_main_title{
    font-size: 26px;
    font-weight: 600;
}

.digital_serv_icon{
    width: 32px;
}

/* GRID */
.digital_serv_grid{
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.digital_serv_card{
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.digital_serv_card img{
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.digital_serv_card p{
    padding: 12px;
    background: #4f5eff;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

/* FOOTER SECTION */
.digital_serv_footer_section{
    text-align: center;
    padding: 60px 20px;
    margin-top: 40px;
    background-color: #F5F5FD;
}

.digital_serv_footer_title{
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 25px;
}

.digital_serv_contact_btn{
    background: #4f5eff;
    padding: 12px 28px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}


/* RESPONSIVE */

@media (max-width: 992px){
    .digital_serv_grid{
        grid-template-columns: repeat(2,1fr);
    }

    .digital_serv_card img{
        height: 160px;
    }
}

@media (max-width: 600px){
    .digital_serv_grid{
        grid-template-columns: 1fr;
    }

    .digital_serv_card img{
        height: 150px;
    }

    .digital_serv_main_title{
        font-size: 22px;
    }

    .digital_serv_footer_title{
        font-size: 20px;
    }
}



/* ====================================== */



/* TOP HEADER SECTION */
.serv_print_top_section {
    text-align: center;
    padding: 40px 20px;
    background: #f4effc;
}

.serv_print_main_heading {
    font-size: 26px;
    font-weight: 700;
    color: #111;
}

.serv_print_sub_heading {
    font-size: 15px;
    margin-top: 5px;
    color: #444;
}

/* SECTION TITLE */
.serv_print_title_box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 10%;
    margin-bottom: 20px;
}

.serv_print_icon {
    width: 26px;
}

.serv_print_title {
    font-size: 22px;
    font-weight: 600;
}

/* GRID SECTION */
.serv_print_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 0 10% 50px 10%;
}

.serv_print_card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.serv_print_card:hover {
    transform: translateY(-5px);
}

.serv_print_card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.serv_print_card_title {
    background: #3E3F9B;
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: 600;
}

/* CONTACT SECTION */
.serv_print_contact_section {
    text-align: center;
    padding: 50px 20px;
    background: #F5F5FD;
}

.serv_print_contact_text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.serv_print_contact_btn {
    padding: 12px 28px;
    background: #ffb93f;
    color: black;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
}

/* RESPONSIVE DESIGN */

/* Tablet */
@media (max-width: 992px) {
    .serv_print_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .serv_print_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .serv_print_title_box {
        padding: 20px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .serv_print_grid {
        grid-template-columns: 1fr;
    }

    .serv_print_main_heading {
        font-size: 20px;
    }

    .serv_print_card img {
        height: 150px;
    }
}


/* ====================================== */

/* ======================= CIONTCT STYLE ======================= */


.CONTACT_US_section {
    padding: 60px 5%;

    background: #f5f5fc;
}

.CONTACT_US_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;

        width: 90%;
    margin: auto;
}



.CONTACT_US_icon {
    color: #BB8B5A;
    font-size: 22px;
    min-width: 30px;
}



/* LEFT SIDE */
.CONTACT_US_left {
    width: 40%;
    min-width: 300px;
}

.CONTACT_US_title {
    font-size: 28px;
    font-weight: 600;
    color: #3E3F9B;
}

.CONTACT_US_subtitle {
    margin-top: 5px;
    font-size: 14px;
    color: #6f6f6f;
}

.CONTACT_US_info_item {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
    gap: 15px;
}



.CONTACT_US_label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.CONTACT_US_text {
    font-size: 14px;
    color: #666;
}

/* RIGHT SIDE FORM */
.CONTACT_US_form_box {
    background: #373b93;
    width: 55%;
    padding: 30px;
    border-radius: 10px;
    min-width: 320px;
}

.CONTACT_US_form_row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.CONTACT_US_input {
    width: 100%;
    padding: 10px 8px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: white;
    font-size: 13px;
}

.CONTACT_US_input::placeholder {
    color: #e0e0e0;
}

.CONTACT_US_textarea {
    width: 100%;
    height: 90px;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: white;
    font-size: 13px;
    resize: none;
}

.CONTACT_US_textarea::placeholder {
    color: #e0e0e0;
}

.CONTACT_US_btn {
    background: #0d6efd;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .CONTACT_US_container {
        flex-direction: column;
    }

    .CONTACT_US_left, 
    .CONTACT_US_form_box {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .CONTACT_US_form_row {
        flex-direction: column;
        gap: 10px;
    }

    .CONTACT_US_form_box {
        padding: 20px;
    }

    .CONTACT_US_title {
        font-size: 24px;
    }
}


/* ================= FOOTER MAIN ================= */
.footer_section_ {
    background: #ffffff;
    border-top: 2px solid #dcdced;
    padding: 60px 0 0;
    font-family: "Poppins", sans-serif;
    color: #2e3a87;
}

.footer_container_ {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* ================= COLUMN BASIC STYLE ================= */
.footer_col_ {
    flex: 1 1 250px;
}

.footer_about_ {
    max-width: 300px;
}

.footer_logo_ {
    width: 80px;
    margin-bottom: 15px;
}

.footer_brand_title_ {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_about_text_ {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* ================= SOCIAL ICONS ================= */
.footer_social_links_ a {
    text-decoration: none;
}

.footer_icon_ {
    width: 42px;
    /* height: 42px; */
    padding: 10px 4px;
    background: #2e3a87;
    color: #fff;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 19px;
    transition: 0.3s;
}

.footer_icon_:hover {
    background: #18266a;
}

/* ================= LINKS ================= */
.footer_col_title_ {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_links_ li {
    list-style: none;
    margin-bottom: 10px;
}

.footer_links_ li a {
    text-decoration: none;
    color: #2e3a87;
    font-size: 14px;
    transition: .3s;
}

.footer_links_ li a:hover {
    color: #101b58;
    text-decoration: underline;
}

/* ================= CONTACT ================= */
.footer_contact_row_ {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.footer_contact_icon_ {
    margin-right: 10px;
    font-size: 16px;
    color: #2e3a87;
}

.footer_address_ span {
    line-height: 1.5;
}

/* ================= COPYRIGHT ================= */


.footer_bottom_ {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid #e2e2e2;
    font-size: 14px;
    color: #555;
    background: #fff;
    flex-wrap: wrap;
    gap: 10px;
}

.footer_copy_ {
    margin: 0;
}

.footer_designby_ {
    white-space: nowrap;
}

.footer_designby_ a {
    color: #FF7F32;
    font-weight: bold;
    text-decoration: none;
}

.footer_designby_ a:hover {
    text-decoration: underline;
}

/* ✅ Mobile Responsive */
@media (max-width: 576px) {
    .footer_bottom_ {
        flex-direction: column;
        text-align: center;
    }
}


/* ================= RESPONSIVE ================= */

/* Tablets */
@media (max-width: 992px) {
    .footer_container_ {
        justify-content: center;
        text-align: center;
    }
    .footer_contact_row_ {
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .footer_container_ {
        flex-direction: column;
        text-align: center;
    }

    .footer_icon_ {
        margin: 0 5px 10px;
    }

    .footer_contact_row_ {
        justify-content: center;
    }
}






/* =======================FLOTING BTN=================== */



/* ========================FLOTING BTN  end =================== */



.FLOTING_buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.FLOTING_btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

/* Individual Button Colors */
.FLOTING_call {
    background: #28a745;
}

.FLOTING_whatsapp {
    background: #25D366;
}

.FLOTING_email {
    background: #BB8B5A;
}

/* Hover Effect */
.FLOTING_btn:hover {
    transform: translateY(-4px) scale(1.05);
}

/* Mobile Optimization */
@media (max-width: 576px) {
    .FLOTING_buttons {
        right: 12px;
        bottom: 12px;
    }

    .FLOTING_btn {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
}




