*{box-sizing:border-box;margin:0;padding:0}
:root{--cream:#f7f3ea;--paper:#fff;--ink:#173c35;--dark:#082c27;--gold:#b38a46;--muted:#60706b;--line:#e8e2d7;--shadow:0 12px 35px rgba(18,50,45,.08)}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:#243530;background:var(--cream);line-height:1.65}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,92%);margin:auto}
.section{padding:74px 0}
.white{background:#fff}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,247,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(20,55,49,.08)}
.nav-wrap{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:43px;height:43px;border-radius:13px;background:var(--dark);color:#fff;display:grid;place-items:center;font-weight:800;font-size:22px;box-shadow:0 8px 20px rgba(8,44,39,.2)}
.brand strong{display:block;font-size:20px;letter-spacing:-.4px;color:var(--dark)}
.brand small,.brand em{display:block;font-size:8px;line-height:1.35;font-style:normal;color:#9a742e}
.brand em{color:#61716b}
.nav{display:flex;gap:28px;align-items:center}
.nav a{font-size:13px;font-weight:600;color:#243530;padding:25px 0;border-bottom:2px solid transparent}
.nav a:hover,.nav a.active{color:var(--dark);border-color:var(--gold)}
.menu-toggle{display:none;background:none;border:0;font-size:27px;color:var(--dark)}
.hero{padding:38px 0 25px;overflow:hidden;background:linear-gradient(110deg,#faf6ed,#f2eadc)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:390px}
.hero-copy{padding:25px 20px 35px 8px;max-width:600px}
.eyebrow{font-size:12px;letter-spacing:1.5px;font-weight:800;color:#6c624f}
.hero h1{font-size:clamp(44px,6vw,68px);line-height:1.02;letter-spacing:-2.8px;color:var(--dark);margin:8px 0}
.hero h2{font-size:19px;color:#4e645d;margin-bottom:10px}
.lead{font-size:19px;line-height:1.35;color:#173c35;margin-bottom:9px}
.hero p:not(.lead){max-width:550px;color:#4f625c;font-size:14px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}
.btn,.small-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:11px 19px;font-weight:700;font-size:13px;transition:.2s}
.btn:hover,.small-btn:hover{transform:translateY(-2px)}
.btn-primary,.small-btn{background:var(--dark);color:#fff}
.btn-outline,.outline-btn{border:1px solid #bdbdbd;color:var(--dark);background:#fff}
.location{font-size:12px;color:#52635e;font-weight:600}
.hero-photo-wrap{height:420px;position:relative;display:flex;align-items:end;justify-content:center}
.hero-photo-bg{position:absolute;width:85%;height:90%;right:2%;bottom:0;background:radial-gradient(circle at 55% 45%,#e6ddc9 0 25%,transparent 26%),linear-gradient(135deg,#e8e0d0,transparent 55%);border-radius:50% 50% 8% 8%}
.hero-photo{position:relative;z-index:2;height:410px;width:375px;object-fit:cover;object-position:center top;mask-image:linear-gradient(to bottom,#000 90%,transparent 100%);filter:saturate(.92) contrast(1.03)}
.hero-note{position:absolute;right:-32px;top:75px;z-index:3;font-family:"Playfair Display",serif;font-style:italic;font-size:22px;line-height:1.05;color:#183d36;transform:rotate(-3deg)}
.hero-note span{color:#a57b37}
.trust-strip{background:#fff;padding:0 0 22px}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}
.trust-item{display:flex;gap:15px;padding:22px 25px;align-items:center;border-right:1px solid var(--line)}
.trust-item:last-child{border:0}
.icon,.round-icon{display:grid;place-items:center;background:var(--dark);color:#fff;border-radius:50%;flex:none}
.icon{width:44px;height:44px;font-size:22px}
.trust-item h3{font-size:14px;color:var(--dark)}
.trust-item p{font-size:11px;color:#65716d;line-height:1.45}
.about-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:45px;align-items:center}
.about-image{height:260px;border-radius:10px;background:linear-gradient(120deg,#1e3c36,#526c61);position:relative;overflow:hidden;box-shadow:var(--shadow)}
.about-image:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(5,28,24,.65),transparent 55%),url("assets/profile.jpg") center 35%/cover;opacity:.28}
.code-card{position:absolute;z-index:2;right:25px;top:25px;color:#fff;font-family:"Playfair Display",serif;font-style:italic;font-size:18px;line-height:1.15}
.code-card span{font-family:monospace;font-style:normal;font-size:30px;display:block;margin-bottom:20px}
.section-title{font-size:34px;line-height:1.15;color:var(--dark);letter-spacing:-1px;margin:4px 0 15px}
.about-grid p{font-size:14px;color:#596963;margin:10px 0}
.cards{display:grid;gap:15px}
.cards.four{grid-template-columns:repeat(4,1fr)}
.cards.three{grid-template-columns:repeat(3,1fr)}
.card{background:#fff;border:1px solid var(--line);padding:25px 19px;border-radius:10px;box-shadow:0 8px 22px rgba(18,50,45,.05)}
.round-icon{width:43px;height:43px;background:#eee7d8;color:var(--dark);font-size:18px;margin-bottom:13px}
.card h3{font-size:15px;color:var(--dark);margin-bottom:8px}
.card p{font-size:12px;color:#60706b;line-height:1.55}
.section-intro{font-size:13px;color:#68746f;margin:-8px 0 20px}
.business-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 10px 28px rgba(18,50,45,.06)}
.business-photo{height:125px;background-position:center;background-size:cover}
.scrap{background-image:linear-gradient(rgba(13,55,46,.1),rgba(13,55,46,.2)),url("https://i.postimg.cc/PJ8YXm6h/Eco-Metal-Traders.png")}
.computers{background-image:linear-gradient(rgba(13,55,46,.08),rgba(13,55,46,.12)),url("https://i.postimg.cc/3Rq2QLZW/MS-Asa-Enterprise.png")}
.cyber{background-image:linear-gradient(rgba(13,55,46,.35),rgba(13,55,46,.35)),url("https://i.postimg.cc/wvrDYWk1/Cyber-Pros.png")}
.business-body{padding:18px}
.business-icon{float:left;width:35px;height:35px;border-radius:50%;background:#cadbd8;color:var(--dark);display:grid;place-items:center;margin-right:9px;font-weight:800}
.business-body h3{font-size:14px;color:var(--dark);padding-top:5px}
.business-body>strong{display:block;clear:both;color:#a17a3d;font-size:11px;margin:12px 0 8px}
.business-body p{font-size:11px;color:#5e6e68;line-height:1.5;min-height:52px}
.meta{font-size:10px;color:#566963;margin:7px 0}
.small-btn{font-size:10px;padding:8px 14px;margin-top:8px}
.service-detail{background:#f2ecdf}
.detail-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:50px;align-items:center}
.service-detail p{color:#60706b;font-size:14px}
.service-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
.service-list span{font-size:12px;background:#fff;padding:11px 12px;border-radius:8px;border:1px solid var(--line);color:#40544d}
.service-highlight{background:var(--dark);color:#fff;border-radius:14px;padding:35px;min-height:260px;box-shadow:var(--shadow)}
.service-highlight .big-number{font-size:56px;font-weight:800;color:#c8a466;line-height:1}
.service-highlight h3{font-size:24px;margin:15px 0 7px}
.service-highlight p{color:#d5e0dc}
.section-dark{background:var(--dark);padding:65px 0;color:#fff}
.light{color:#fff}
.eyebrow.light{color:#d3bb8e}
.dark-cards{margin-top:25px}
.dark-cards article{padding:20px;border-right:1px solid rgba(255,255,255,.2)}
.dark-cards article:last-child{border:0}
.dark-cards span{font-size:28px;color:#e0c48e}
.dark-cards h3{font-size:14px;margin:7px 0}
.dark-cards p{font-size:11px;color:#c8d4d0}
.bank-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.bank-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:7px;box-shadow:0 7px 20px rgba(18,50,45,.05)}
.bank-card>b{font-size:15px;color:#cadbd8;margin-bottom:5px}
.bank-card span{font-size:11px;color:#62716c}
.bank-card strong{color:#1d3933}
.payment-section{padding-top:20px}
.payment-grid{display:grid;grid-template-columns:1.05fr 1.15fr .75fr;gap:15px}
.payment-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:25px;box-shadow:0 7px 20px rgba(18,50,45,.05)}
.mfs{font-size:17px;font-weight:800;margin:10px 0;color:#8c365e}
.mfs span{color:#b38a46;margin:0 5px}
.payment-number{font-size:24px;font-weight:800;color:var(--dark);margin:7px 0}
.payment-card small{display:block;font-size:9px;color:#7a8581;margin-top:10px}
.contact-card p{font-size:12px;margin:8px 0;color:#000000}
.contact-card a{font-weight:700;color:#1ebd40}
.qr-card{text-align:center}
.qr-placeholder{width:120px;height:120px;margin:15px auto;background:repeating-linear-gradient(45deg,#111 0 4px,#fff 4px 8px);display:grid;place-items:center;color:#fff;font-weight:800;border:10px solid #fff;box-shadow:0 3px 12px #bbb}
.qr-card p{font-size:9px;color:#7b8782}
.cta{padding:35px 0;background:linear-gradient(110deg,#f7f0e3,#eee6d6)}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}
.cta h2{font-size:30px;color:var(--dark)}
.cta p{font-size:12px;color:#60706b;max-width:650px}


/* =========================================
   Footer & Social Icons CSS (Cleaned)
========================================= */

.footer {
    background: #082c27;
    color: #fff;
    padding: 30px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* সমান ৩টি কলাম */
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* প্রথম ভাগ (ব্র্যান্ড) */
.footer-brand {
    text-align: left;
}
.footer-brand strong, 
.footer-brand span, 
.footer-brand small {
    display: block;
    line-height: 1.6;
}
.footer-brand strong {
    font-size: 24px;
    margin-bottom: 5px;
}
.footer-brand span, 
.footer-brand small {
    font-size: 10px;
    color: #bdcbc6;
    margin-top: 3px;
}

/* মাঝের ভাগ (সোশ্যাল আইকন) */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px; 
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #f1f1f1;
    color: #333;
    font-size: 16px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
    background-color: #007bff;
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* শেষের ভাগ (কপিরাইট) */
.copyright {
    font-size: 12px;
    color: #aebeb8;
    text-align: right;
    line-height: 1.6;
}

/* =========================================
   Responsive Media Queries 
========================================= */

@media(max-width: 900px) {
    .nav {gap: 17px}
    .hero-grid {grid-template-columns: 1fr 1fr}
    .hero-photo {width: 340px; height: 360px}
    .hero-note {right: -5px; font-size: 18px}
    .cards.four {grid-template-columns: repeat(2, 1fr)}
    .bank-grid {grid-template-columns: 1fr}
    .payment-grid {grid-template-columns: 1fr 1fr}
    .qr-card {grid-column: 1 / -1}
}

@media(max-width: 768px) {
    /* মোবাইলের জন্য ফুটার ডিজাইন */
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }
    .footer-brand, 
    .copyright {
        text-align: center;
    }
}

@media(max-width: 700px) {
    .nav-wrap {min-height: 65px}
    .menu-toggle {display: block}
    .nav {display: none; position: absolute; top: 65px; left: 0; right: 0; background: #fffdf7; border-bottom: 1px solid var(--line); padding: 12px 5%; flex-direction: column; align-items: stretch; gap: 0}
    .nav.open {display: flex}
    .nav a {padding: 12px 0; border-bottom: 1px solid #eee}
    .brand small {font-size: 7px}
    .brand em {font-size: 7px}
    .section {padding: 55px 0}
    .hero {padding-top: 20px}
    .hero-grid {grid-template-columns: 1fr; min-height: auto}
    .hero-copy {padding: 15px 0 5px}
    .hero h1 {font-size: 48px}
    .hero h2 {font-size: 16px}
    .lead {font-size: 17px}
    .hero-photo-wrap {height: 330px; margin-top: 5px}
    .hero-photo {height: 325px; width: 325px}
    .hero-note {right: 8%; top: 35px; font-size: 17px}
    .trust-grid {grid-template-columns: 1fr}
    .trust-item {border-right: 0; border-bottom: 1px solid var(--line)}
    .trust-item:last-child {border-bottom: 0}
    .about-grid, .detail-grid {grid-template-columns: 1fr; gap: 28px}
    .about-image {height: 230px}
    .section-title {font-size: 29px}
    .cards.three, .cards.four {grid-template-columns: 1fr}
    .business-photo {height: 150px}
    .service-list {grid-template-columns: 1fr}
    .service-highlight {min-height: 210px}
    .payment-grid {grid-template-columns: 1fr}
    .qr-card {grid-column: auto}
    .cta-inner {flex-direction: column; align-items: flex-start}
    .cta h2 {font-size: 27px}
}

@media(max-width: 420px) {
    .hero h1 {font-size: 41px}
    .hero-photo {width: 285px; height: 305px}
    .hero-photo-wrap {height: 305px}
    .actions .btn {width: 100%}
}








CSS


@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr; /* মোবাইলে ১টি কলাম হয়ে যাবে */
        text-align: center;
        gap: 40px; /* নিচে নিচে ফাঁকা জায়গা */
    }
    
    /* মোবাইলে বাম ও ডান পাশের লেখাও সেন্টারে চলে আসবে */
    .footer-brand, 
    .copyright {
        text-align: center;
    }
}


























@media(max-width:900px){
  .nav{gap:17px}.hero-grid{grid-template-columns:1fr 1fr}.hero-photo{width:340px;height:360px}.hero-note{right:-5px;font-size:18px}
  .cards.four{grid-template-columns:repeat(2,1fr)}.bank-grid{grid-template-columns:1fr}.payment-grid{grid-template-columns:1fr 1fr}.qr-card{grid-column:1/-1}
  .footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
  .nav-wrap{min-height:65px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:65px;left:0;right:0;background:#fffdf7;border-bottom:1px solid var(--line);padding:12px 5%;flex-direction:column;align-items:stretch;gap:0}.nav.open{display:flex}.nav a{padding:12px 0;border-bottom:1px solid #eee}
  .brand small{font-size:7px}.brand em{font-size:7px}
  .section{padding:55px 0}.hero{padding-top:20px}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:15px 0 5px}.hero h1{font-size:48px}.hero h2{font-size:16px}.lead{font-size:17px}
  .hero-photo-wrap{height:330px;margin-top:5px}.hero-photo{height:325px;width:325px}.hero-note{right:8%;top:35px;font-size:17px}
  .trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}
  .about-grid,.detail-grid{grid-template-columns:1fr;gap:28px}.about-image{height:230px}.section-title{font-size:29px}
  .cards.three,.cards.four{grid-template-columns:1fr}.business-photo{height:150px}
  .service-list{grid-template-columns:1fr}.service-highlight{min-height:210px}
  .payment-grid{grid-template-columns:1fr}.qr-card{grid-column:auto}
  .cta-inner{flex-direction:column;align-items:flex-start}.cta h2{font-size:27px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:12px}.copyright{text-align:left;grid-column:1/-1}
}
@media(max-width:420px){
  .hero h1{font-size:41px}.hero-photo{width:285px;height:305px}.hero-photo-wrap{height:305px}.actions .btn{width:100%}
}
