body {
    font-size: 16px !important;
}


/* ===============Header CSS ===================*/
.navbar {
    padding: 0px 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-weight: bold;
    font-size: 22px;
    color: #333 !important;
}

.navbar-nav .nav-link {
    color: #333 !important;
    margin: 0 10px;
    font-weight: 600;
    font-size: 16px;
}

.navbar-nav .nav-link:hover {
    color: #e1a328 !important;
}
/* Mobile menu icon black */
.navbar-toggler {
    border-color: rgba(0,0,0,0.2);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.call-box {
    margin-left: 15px;
    font-weight: 700;
    color: #E1A328;
    font-size: 18px;
}

.call-box i {
    margin-right: 5px;
}

@media (max-width: 991px) {
    
    .call-box {
        margin-top: 0px;
        display: block;
        margin-left: 0px;
        /*border: 1px solid #ccc;
        padding: 6px 10px;
        border-radius: 5px;*/
    }
}
/* Mobile center phone */
.mobile-call {
    /*position: absolute;
    left: 50%;*/
    transform: translateX(-63%);
    font-weight: 700;
    font-size: 16px;
    color: #E1A328;
}

.mobile-call i {
    margin-right: 5px;
}

/* Ensure navbar relative */
.navbar {
    position: relative;
}

/* Hide on desktop */
@media (min-width: 992px) {
    .mobile-call {
        display: none;
    }
}
/*================= Header CSS ===========================*/







/* ================= HERO SLIDER================= */
.hero-section {
    position: relative;
    margin-bottom: 0;
}

.hero-slider {
    position: relative;
}

.hero-slide {
    height: 90vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

/* overlay */
.hero-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    top: 0;
    left: 0;
}

.hero-slide .container {
    position: relative;
    z-index: 2;
}

.hero-slide h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

.hero-slide p {
    margin: 20px 0;
}

/* button */
.btn-custom {
    background: #fff;
    color: #000;
    border: 2px solid #E1A328;
    padding: 10px 20px;
    font-weight: 600;
}

/* ================= DOTS ================= */
.hero-slider .owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 20;
}

.hero-slider .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff !important;
    opacity: 0.5;
    display: block;
    margin: 5px;
    border-radius: 50%;
}

.hero-slider .owl-dot.active span {
    opacity: 1;
    transform: scale(1.3);
}

/* ================= FORM (DESKTOP) ================= */
.form-box {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 45px 25px;
    width: 320px;
    border-radius: 15px;
    z-index: 50;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: center;
}

/* ================= FEATURE ================= */
.feature-section {
    background: #1C314F;
    padding: 30px 0 30px;
    margin-top: -24px;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.feature-icon {
    font-size: 26px;
}

.feature-text {
    font-size: 17px;
}

/* divider desktop */
@media (min-width: 768px) {
    .border-md-left {
        border-left: 1px solid rgba(255,255,255,0.3);
    }
}

/* ================= MOBILE FIX ================= */
@media (max-width: 991px) {

    /* hero */
    .hero-slide {
        height: auto;
        padding: 60px 0 120px;
        text-align: center;
    }
    .hero-slide h1 {
        font-size: 25px;
    }
    /* FORM OVERLAP CENTER */
    .form-box {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 85%;
        width: 90%;
        max-width: 350px;
        border-radius: 20px;
        z-index: 100;
        text-align: center;
        padding: 50px 20px;
    }

    /* FEATURE BELOW FORM (IMPORTANT FIX) */
    .feature-section {
        padding-top: 429px; /* form er niche show korbe */
    }

    /* SIDE BY SIDE MOBILE (NOT CENTER) */
    .feature-box {
        justify-content: flex-start !important;
        text-align: left !important;
    }

    /* remove center issue */
    .feature-section .row {
        text-align: left !important;
    }
}

/* extra small mobile */
@media (max-width: 576px) {
    .hero-slide{
        text-align: center;
    }
    .hero-slide h1 {
        font-size: 23px;
    }
    .form-box h5{
        font-size: 13px;
        font-weight: bold;
    }

    .feature-box {
        padding: 10px 5px;
    }

    .feature-text {
        font-size: 14px;
    }
}
/* ================= HERO SLIDER ================= */





/*================= SERVICES SECTION================ */
/* SERVICES */
.services-section {
    padding: 60px 0;
    background: #fff;
}

.service-title {
    font-size: 32px;
    font-weight: 700;
}

/* BOX */
.service-box {
    display: block;
    text-decoration: none;
    color: #fff;
}

/* IMAGE BOX */
.img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* IMAGE */
.img-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease, opacity 0.5s ease;
    opacity: 0;
}

/* lazy loaded */
.img-box img.loaded {
    opacity: 1;
}

/* ZOOM */
.service-box:hover img {
    transform: scale(1.1);
}

/* TEXT OVERLAY */
.service-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;

    /* black gradient */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.97), rgba(0,0,0,0));
}

/* MOBILE */
@media (max-width: 767px) {

    .img-box img {
        height: 150px;
    }

    .service-title {
        font-size: 24px;
    }

    .service-name {
        font-size: 14px;
        padding: 8px;
    }
}
/*================= SERVICES SECTION================ */





/* ================ABOUT SECTION =========================*/
.about-section {
    padding: 0px 0 30px 0;
    background: #fff;
}

/* IMAGE */
.about-img img {
    border-radius: 10px;
    width: 100%;
    transition: transform 0.4s ease;
}

.about-img:hover img {
    transform: scale(1.05);
}

/* CONTENT */
.about-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-content p {
    color: #555;
    line-height: 1.7;
}

/* BUTTON */
.btn-about {
    margin-top: 15px;
    background: #E1A328;
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
}

.btn-about:hover {
    background: #c8901f;
    color: #fff;
    text-decoration: none;
}
.about-section {
    /*background: linear-gradient(to right, #F7E6BF54, #f8f9fa00);*/
}
/* MOBILE */
@media (max-width: 767px) {

    .about-content {
        text-align: center;
    }

    .about-content h2 {
        font-size: 24px;
    }
}
/* ================ABOUT SECTION =========================*/



/* ================HOW IT WORK SECTION =========================*/
/* SECTION */
.how-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

/* TITLE */
.how-title {
    font-size: 32px;
    font-weight: 700;
}

.how-sub {
    color: #666;
    margin: 10px 0 20px;
    font-size: 18px;
}

/* BUTTON */
.btn-how {
    background: linear-gradient(45deg, #E1A328, #ffcc33);
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
}

.btn-how:hover {
    color: #fff;
    opacity: 0.9;
}

/* CARD */
.how-card {
    position: relative;
    background: #243e63;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    color: #fff;
}

.how-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* IMAGE */
.how-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* STEP BADGE */
.step-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #E1A328;
    color: #fff;
    padding: 12px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

/* TEXT */
.how-card h5 {
    margin-top: 12px;
    font-size: 18px !important;
    font-weight: 600;
    padding: 0 10px;
}

/* MOBILE */
@media (max-width: 767px) {

    .how-title {
        font-size: 24px;
    }

    .how-card img {
        height: 130px;
    }

    .how-card h5 {
        font-size: 16px !important;
    }
    .how-sub{
       font-size: 16px; 
    }
}
/* ================HOW IT WORK SECTION =========================*/


/* ================GET ESTIMATE SECTION =========================*/
/* SECTION */
.estimate-section {
    padding: 0px 0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.estimate-title {
    font-size: 32px;
    font-weight: 700;
}

/* CARD */
.estimate-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.estimate-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* ICON */
.estimate-icon {
    font-size: 40px;
    color: #E1A328;
    margin-bottom: 15px;
}

/* TEXT */
.estimate-card h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.estimate-card p {
    color: #666;
    font-size: 17px;
}

/* BUTTON */
.btn-estimate {
    margin-top: 15px;
    background: #E1A328;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
}

.btn-estimate:hover {
    background: #243E63;
    color: #fff;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 767px) {

    .estimate-title {
        font-size: 24px;
    }

    .estimate-card {
        padding: 20px;
    }
}
/* ================GET ESTIMATE SECTION =========================*/


/* ================OUR PROJECTS SECTION =========================*/
/* SECTION */
.projects-section {
    padding: 60px 0;
    background: #fff;
}

.projects-title {
    font-size: 32px;
    font-weight: 700;
}

/* BOX */
.project-box {
    display: block;
}

/* IMAGE */
.project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* ZOOM */
.project-box:hover img {
    transform: scale(1.1);
}

/* OVERLAY */
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.project-overlay span {
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 8px 15px;
}

/* HOVER SHOW */
.project-box:hover .project-overlay {
    opacity: 1;
}

/* BUTTON */
.btn-projects {
    background: #E1A328;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
}

.btn-projects:hover {
    background: #c8901f;
    color: #fff;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 767px) {

    .projects-title {
        font-size: 24px;
    }

    .project-img img {
        height: 150px;
    }
}
/* ================OUR PROJECTS SECTION =========================*/



/* ================WHY CHOOSE SECTION =========================*/
/* SECTION */
.why-section {
    padding: 30px 0;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
}

/* LEFT CONTENT */
.why-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.why-content p {
    color: #555;
    margin-bottom: 15px;
}

.why-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.why-list li {
    margin-bottom: 8px;
    font-weight: 500;
}

/* BUTTON */
.btn-why {
    background: #E1A328;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
}

.btn-why:hover {
    background: #c8901f;
    color: #fff;
    text-decoration: none;
}

/* FORM */
.why-form {
    background: #fff;
    padding: 45px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.why-form h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

/* INPUT */
.why-form .form-control {
    border-radius: 8px;
    height: 45px;
}

/* BUTTON */
.btn-form {
    background: #E1A328;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
}

.btn-form:hover {
    background: #243E63;
    color: #fff;
}

/* BUTTON */
.btn-form2 {
    background: #243e63;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
}

.btn-form2:hover {
    background: #E1A328;
    color: #fff;
}

/* MOBILE */
@media (max-width: 767px) {

    .why-content {
        text-align: center;
    }

    .why-content h2 {
        font-size: 24px;
    }
    .why-section {
        padding: 0px 0;
    }
}
/* ================WHY CHOOSE SECTION =========================*/



/* ================FAQ SECTION SECTION =========================*/
/* FAQ SECTION */
.faq-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.faq-title {
    font-size: 32px;
    font-weight: 700;
}

/* CARD */
.faq-card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* HEADER */
.faq-header {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-header h6 {
    margin: 0;
    font-weight: 600;
}

/* ICON */
.faq-icon {
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
}

/* BODY */
.faq-body {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    color: #555;
}

/* ACTIVE STATE */
.collapse.show + .faq-icon {
    transform: rotate(45deg);
}

/* MOBILE */
@media (max-width: 767px) {
    .faq-title {
        font-size: 24px;
    }
}
/* ================FAQ SECTION SECTION =========================*/



/* ================TRUSTED BRAND SECTION =========================*/
/* SECTION */
.brand-section {
    padding: 30px 0 60px 0;
    background: #fff;
}

.brand-title {
    font-size: 32px;
    font-weight: 700;
}

/* ITEM */
.brand-item {
    text-align: center;
    padding: 15px;
}

/* IMAGE */
/*.brand-item img {
    max-width: 120px;
    margin: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}*/
.brand-item img {
    max-width: 160px;
    margin: auto;
    filter: none;       /* grayscale remove */
    opacity: 1;         /* full visible */
    transition: all 0.3s ease;
}
/* HOVER EFFECT */
.brand-item img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.1);
}

/* MOBILE */
@media (max-width: 767px) {
    .brand-item img {
        max-width: 90px;
    }
    .brand-section {
        padding: 0px 0 30px 0;
    }
}
/* ================TRUSTED BRAND SECTION =========================*/


/* ================REVIEW SECTION =========================*/
/* SECTION */
.testimonial-section {
    padding: 60px 0;
    background: #fff;
}

.testimonial-title {
    font-size: 32px;
    font-weight: 700;
}

/* CARD */
.testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
    margin: 10px;
}

/* IMAGE */
/* IMAGE WRAPPER */
.testimonial-img {
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;
}

/* IMAGE */
.testimonial-img img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

/* NAME */
.testimonial-card h5 {
    font-weight: 600;
    margin: 5px 0;
}

/* DATE */
.testimonial-date {
    font-size: 12px;
    color: #999;
}

/* ICON */
.quote-icon {
    font-size: 20px;
    color: #E74C3C;
    margin: 10px 0;
}

/* TEXT */
.testimonial-card p {
    font-size: 16px;
    color: #555;
}
/* STAR RATING */
.testimonial-rating {
    margin: 5px 0 10px;
}

.testimonial-rating i {
    color: #f1c40f;
    font-size: 14px;
    margin: 0 2px;
}
/* MOBILE */
@media (max-width: 767px) {
    .testimonial-title {
        font-size: 24px;
    }
}
/* ================REVIEW SECTION =========================*/


/* ================FOOTER SECTION =========================*/
/* FOOTER */
.footer-section {
    background: #000;
    color: #ccc;
    padding-top: 50px;
}

/* HEADINGS */
.footer-section h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ABOUT TEXT */
.footer-section p {
    font-size: 16px;
    line-height: 1.6;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #E1A328;
}

/* CONTACT */
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-contact i {
    margin-right: 8px;
    color: #E1A328;
}
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact i {
    margin-top: 4px;
}
/* SOCIAL */
.footer-social a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    background: #222;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #E1A328;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid #222;
    padding: 15px 0;
    margin-top: 20px;
    font-size: 14px;
}
.email-text {
    word-break: break-word;
    overflow-wrap: break-word;
}
/* MOBILE */
@media (max-width: 767px) {
    .footer-section {
        /*text-align: center;*/
    }
}
/* SCROLL TOP BUTTON */
#scrollTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #E1A328;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: 0.3s;
}

#scrollTopBtn:hover {
    background: #c8901f;
}
/* ================FOOTER SECTION =========================*/








/*============== BREADCRUMB SECTION FIX================= */
.breadcrumb{
    background: none;
    
}
.breadcrumb-item.active {
  color: #e1a328;
}
.breadcrumb-item a{
  color: #fff;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "/";
}
.breadcrumb-section {
    position: relative;
    padding: 100px 0 60px; /* bottom space add */
    margin-bottom: 40px;   /* important gap */
}

.breadcrumb-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}

/* REMOVE ANY NEGATIVE ISSUE */
.about-section {
    position: relative;
    z-index: 2;
    margin-top: 0 !important;
    padding-top: 30px;
}
/*============== BREADCRUMB SECTION FIX================= */




/*==============ABOUT US PAGE - MY VISSION================= */
/* MV SECTION */
.mv-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.mv-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

.mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.mv-icon {
    font-size: 40px;
    color: #E1A328;
    margin-bottom: 15px;
}

.mv-card h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.mv-card p {
    color: #555;
    font-size: 15px;
}

/* MOBILE */
@media (max-width: 767px) {
    .mv-card {
        padding: 20px;
    }
}
/*============== MY VISSION================= */




/* ===================CONTACT SECTION ======================*/
.contact-section {
    background: #fff;
    padding: 30px 0 60px 0;
}

/* LEFT */
.contact-info h2 {
    font-size: 32px;
    font-weight: 700;
}

.contact-info p {
    color: #555;
    margin: 15px 0;
}

.contact-details {
    list-style: none;
    padding: 0;
}

.contact-details li {
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-details i {
    color: #E1A328;
    margin-right: 8px;
}

/* SOCIAL */
.contact-social a {
    display: inline-block;
    margin-right: 10px;
    background: #243E63;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

.contact-social a:hover {
    background: #E1A328;
}

/* FORM */
.contact-form {
    background: #fff;
    padding: 45px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-form h4 {
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-form .form-control {
    height: 45px;
    border-radius: 8px;
}

.contact-form textarea {
    height: auto;
}

/* BUTTON */
.btn-contact {
    background: #E1A328;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
}

.btn-contact:hover {
    background: #243E63;
    color: #fff;
}
/* ===================CONTACT SECTION ======================*/



/* ============ SERVICE SECTION ============ */
.service-section {
    padding: 40px 0;
    background: #fff;
}

/* IMAGE */
.service-img img {
    width: 100%;
    border-radius: 10px;
    transition: 0.4s ease;
}

/* HOVER EFFECT */
.service-img:hover img {
    transform: scale(1.05);
}

/* CONTENT */
.service-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: justify;
}

/* BUTTON SPACING */
.service-content .btn {
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 767px) {

    .service-content {
        text-align: center;
    }

    .service-content h2 {
        font-size: 24px;
    }

    .service-img {
        margin-bottom: 15px;
    }
}































/* ================= OTHER CSS ================= */
/* LEFT SIDE */
.floating-contact {
    display: none; /* initially hidden */
}
.floating-contact {
    position: fixed;
    top: 50%;
    right: 0;   /* LEFT থেকে RIGHT */
    left: auto;
    transform: translateY(-50%);
    z-index: 9999;
}

/* BUTTON */
.float-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #243E63;
    color: #fff;

    width: 45px;
    height: 136px;

    margin: 5px 0;
    font-weight: 600;

    border-radius: 12px 0 0 12px; /* RIGHT side অনুযায়ী fix */
    transition: 0.3s;
    text-decoration: none !important;
}

/* ICON */
.float-btn i {
    font-size: 18px;
    margin-bottom: 10px;
}

/* TEXT */
.float-btn span {
    font-size: 12px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

/* CALL BUTTON */
.float-btn.call {
    background: #E1A328;
}

/* HOVER */
.float-btn:hover {
    width: 40px;
    color: #fff;
    text-decoration: none;
    transform: translateX(-5px); /* slide effect */
}



/* RIGHT SIDE */
/* WRAPPER */
.floating-contact {
    display: none; /* initially hidden */
    position: fixed;
    top: 50%;
    left: 0;   /* LEFT SIDE */
    right: auto;
    transform: translateY(-50%);
    z-index: 9999;
}

/* BUTTON */
.float-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #243E63;
    color: #fff;

    width: 40px;
    height: 136px;

    margin: 5px 0;
    font-weight: 600;

    border-radius: 0 12px 12px 0; /* LEFT side অনুযায়ী */
    transition: 0.3s;
    text-decoration: none !important;
}

/* ICON */
.float-btn i {
    font-size: 18px;
    margin-bottom: 10px;
}

/* TEXT */
.float-btn span {
    font-size: 12px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

/* CALL BUTTON */
.float-btn.call {
    background: #E1A328;
}

/* HOVER */
.float-btn:hover {
    width: 40px;
    color: #fff;
    text-decoration: none;
    transform: translateX(5px); /* RIGHT দিকে slide (IMPORTANT FIX) */
}
