html, body.tf-gk, .tf-gk, .tf-gk *{margin:0; padding:0; box-sizing:border-box;}
html{scroll-behavior:smooth;}
body.tf-gk{font-family:'Hind Siliguri', sans-serif; background:#f7f5f2; color:#242021; line-height:1.5; overflow-x:hidden;}
.tf-gk img{max-width:100%; display:block;}
.tf-gk a{text-decoration:none; color:inherit;}
.tf-gk .container{max-width:1100px; margin:0 auto; padding:0 20px;}
.tf-gk .ph, .tf-gk .ph-fill, .tf-gk .ph-bold{vertical-align:-0.125em;}
.tf-gk .tf-spin{display:inline-block; animation:tfGkSpin .8s linear infinite;}
@keyframes tfGkSpin{to{transform:rotate(360deg);}}

/* Header */
.tf-gk .site-header{position:sticky; top:0; z-index:60; background:#fff; border-bottom:1px solid #eee; padding:10px 0;}
.tf-gk .header-inner{display:flex; align-items:center; justify-content:space-between;}
.tf-gk .logo{display:flex; align-items:center; gap:9px;}
.tf-gk .logo-mark{width:38px; height:38px; border-radius:10px; background:linear-gradient(135deg,#d92b2b,#f0552b); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:17px; flex-shrink:0;}
.tf-gk .logo-text b{display:block; font-size:16px; font-weight:800; color:#1b1b1b; line-height:1.1;}
.tf-gk .logo-text span{display:block; font-size:11.5px; color:#888; font-weight:600;}
.tf-gk .header-cta{background:linear-gradient(90deg,#d92b2b,#f0552b); color:#fff; font-weight:700; font-size:13.5px; padding:9px 16px; border-radius:9px;}
@media (max-width:480px){ .tf-gk .header-cta{padding:8px 12px; font-size:12.5px;} .tf-gk .logo-text span{display:none;} }

.tf-gk .logo-image{max-height:40px; max-width:170px; object-fit:contain;}

.tf-gk .header-actions{display:flex; align-items:center; gap:10px;}
.tf-gk .gk-menu{display:flex; align-items:center; gap:22px;}
.tf-gk .gk-menu-link{font-size:13.5px; font-weight:700; color:#444; white-space:nowrap; transition:.15s;}
.tf-gk .gk-menu-link:hover{color:#d92b2b;}

/* মোবাইলে মেনু আগে সম্পূর্ণ লুকানো থাকত, কোনোভাবেই অ্যাক্সেস করা যেত না —
   এখন হ্যামবার্গার বাটনে ট্যাপ করলে লোগোর নিচে একটা ছিমছাম ড্রপডাউন প্যানেল হিসেবে দেখা যাবে। */
.tf-gk .gk-menu-toggle{
  display:none; width:38px; height:38px; border-radius:10px; border:1px solid #eee; background:#fff;
  align-items:center; justify-content:center; font-size:20px; color:#1b1b1b; cursor:pointer; flex-shrink:0;
}
.tf-gk .gk-menu-toggle .ph-x{display:none;}
.tf-gk .gk-menu-toggle.open .ph-list{display:none;}
.tf-gk .gk-menu-toggle.open .ph-x{display:block;}

@media (max-width:860px){
  .tf-gk .gk-menu-toggle{display:flex;}
  .tf-gk .header-inner{position:relative;}
  .tf-gk .gk-menu{
    display:flex; flex-direction:column; gap:2px;
    position:absolute; left:0; right:0; top:calc(100% + 10px); z-index:59;
    background:#fff; border:1px solid #f0ece4; border-radius:14px; padding:8px;
    box-shadow:0 14px 32px rgba(0,0,0,.12);
    opacity:0; pointer-events:none; transform:translateY(-8px); transition:.2s ease;
  }
  .tf-gk .gk-menu.open{opacity:1; pointer-events:auto; transform:translateY(0);}
  .tf-gk .gk-menu-link{padding:12px 14px; border-radius:10px; display:block; white-space:normal;}
  .tf-gk .gk-menu-link:active{background:#fff5f5;}
  .tf-gk .gk-menu-backdrop{position:fixed; inset:0; z-index:58; background:rgba(0,0,0,.25); opacity:0; pointer-events:none; transition:.2s;}
  .tf-gk .gk-menu-backdrop.open{opacity:1; pointer-events:auto;}
}

.tf-gk .announce{background:linear-gradient(90deg,#d92b2b,#f0552b); color:#fff; text-align:center; padding:9px 14px; font-weight:700; font-size:13px; letter-spacing:.3px;}

.tf-gk .wa-float{position:fixed; right:16px; bottom:78px; z-index:55; width:52px; height:52px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; font-size:26px; box-shadow:0 8px 20px rgba(37,211,102,.5);}
@media (min-width:861px){ .tf-gk .wa-float{bottom:24px;} }

/* Hero */
.tf-gk .hero{background:radial-gradient(circle at 20% 20%, #fff7e8, #fdeee0 60%, #f7f5f2); padding:28px 0 20px;}
@media (max-width:480px){ .tf-gk .hero{padding:18px 0 14px;} }
.tf-gk .hero-grid{display:grid; grid-template-columns:1fr 1fr; gap:36px; align-items:center;}
@media (max-width:860px){ .tf-gk .hero-grid{grid-template-columns:1fr;} }

.tf-gk .badge{display:inline-flex; align-items:center; gap:6px; background:#fff0d6; color:#a15c00; font-weight:700; font-size:13px; padding:6px 12px; border-radius:999px; margin-bottom:12px; border:1px solid #f0d29a;}
.tf-gk .hero h1{font-size:clamp(22px,4vw,34px); font-weight:800; color:#1b1b1b; margin-bottom:12px;}
.tf-gk .hero p.sub{font-size:15.5px; color:#4b4b4b; margin-bottom:16px;}
.tf-gk .feature-pills{display:flex; flex-wrap:wrap; gap:8px; margin-bottom:18px;}
.tf-gk .pill{background:#fff; border:1px solid #eadfce; padding:7px 13px; border-radius:10px; font-size:13px; font-weight:600; box-shadow:0 2px 6px rgba(0,0,0,.03);}
.tf-gk .stat-row{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:18px;}
.tf-gk .stat{background:#fff; border-radius:12px; padding:9px 14px; text-align:center; box-shadow:0 2px 8px rgba(0,0,0,.05); min-width:88px;}
.tf-gk .stat b{display:block; font-size:18px; color:#d92b2b;}
.tf-gk .stat span{font-size:11.5px; color:#666;}

.tf-gk .cta-btn{display:inline-block; background:linear-gradient(90deg,#d92b2b,#f0552b); color:#fff; font-weight:800; font-size:17px; padding:16px 34px; border-radius:12px; box-shadow:0 8px 20px rgba(217,43,43,.35); border:none; cursor:pointer; transition:transform .15s ease; text-align:center;}
.tf-gk .cta-btn:hover{transform:translateY(-2px);}
.tf-gk .cta-btn.block{display:block; width:100%;}
.tf-gk .cta-btn.style-dark{background:#ffcf4d; color:#3a1414; box-shadow:0 8px 24px rgba(255,207,77,.35);}
.tf-gk .cta-btn.style-outline{background:transparent; color:#d92b2b; border:2px solid #d92b2b; box-shadow:none;}
.tf-gk .cta-btn.size-lg{font-size:20px; padding:19px 42px;}
.tf-gk .cta-wrap{text-align:center;}
.tf-gk .cta-note{font-size:12.5px; color:#888; margin-top:8px;}
@media (max-width:480px){
  .tf-gk .cta-btn{width:100%; font-size:16px; padding:15px 20px;}
  .tf-gk .hero .cta-wrap{text-align:center !important;}
}

.tf-gk .hero-media{position:relative;}
.tf-gk .hero-carousel{border-radius:20px; overflow:hidden; box-shadow:0 20px 45px rgba(0,0,0,.15); position:relative; aspect-ratio:1/1; background:#fff;}
.tf-gk .hero-carousel img{width:100%; height:100%; object-fit:cover; position:absolute; inset:0; opacity:0; transition:opacity .5s ease;}
.tf-gk .hero-carousel img.active{opacity:1;}
.tf-gk .hero-carousel .tf-hero-video{width:100%; height:100%; object-fit:cover; position:absolute; inset:0;}
.tf-gk .hero-carousel .tf-hero-video-embed-wrap{position:absolute; inset:0; overflow:hidden;}
.tf-gk .hero-carousel .tf-hero-video-embed{position:absolute; inset:0; width:100%; height:100%; border:0;}
.tf-gk .carousel-dots{display:flex; justify-content:center; gap:6px; margin-top:12px;}
.tf-gk .dot{width:8px; height:8px; border-radius:50%; background:#ddd; cursor:pointer;}
.tf-gk .dot.active{background:#d92b2b; width:20px; border-radius:5px;}
.tf-gk .floating-tag{position:absolute; top:14px; right:14px; background:#fff; color:#d92b2b; font-weight:800; font-size:13px; padding:8px 14px; border-radius:999px; box-shadow:0 4px 14px rgba(0,0,0,.15);}

.tf-gk .trust-bar{background:#fff; border-top:1px solid #eee; border-bottom:1px solid #eee; padding:14px 0;}
.tf-gk .trust-row{display:flex; justify-content:space-around; flex-wrap:wrap; gap:12px; font-size:13.5px; font-weight:600; color:#444;}
.tf-gk .trust-row span{display:flex; align-items:center; gap:6px;}

.tf-gk .section{padding:44px 0;}
.tf-gk .section-title{text-align:center; font-size:clamp(20px,3vw,28px); font-weight:800; margin-bottom:8px; color:#1b1b1b;}
.tf-gk .section-sub{text-align:center; color:#666; font-size:14.5px; margin-bottom:30px;}
@media (max-width:480px){ .tf-gk .section{padding:30px 0;} .tf-gk .section-sub{margin-bottom:20px;} }

.tf-gk .why-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
@media (max-width:860px){ .tf-gk .why-grid{grid-template-columns:repeat(2,1fr);} }
.tf-gk .why-card{background:#fff; border-radius:16px; padding:22px 18px; text-align:center; box-shadow:0 4px 16px rgba(0,0,0,.05); border:1px solid #f0ece4;}
.tf-gk .why-icon{font-size:32px; margin-bottom:12px;}
.tf-gk .why-card p{font-size:14px; color:#4b4b4b; font-weight:600;}

.tf-gk .price-section{background:linear-gradient(135deg,#1b1b1b,#3a1414); color:#fff; border-radius:24px; margin:0 20px; padding:40px 24px; text-align:center; max-width:1060px; margin-left:auto; margin-right:auto;}
.tf-gk .price-section h2{font-size:clamp(20px,3vw,28px); font-weight:800; margin-bottom:22px;}
.tf-gk .price-box{display:flex; justify-content:center; align-items:baseline; gap:16px; flex-wrap:wrap; margin-bottom:22px;}
.tf-gk .old-price{font-size:20px; color:#c9a; text-decoration:line-through; opacity:.6;}
.tf-gk .new-price{font-size:clamp(32px,5vw,46px); font-weight:800; color:#ffcf4d;}
.tf-gk .save-tag{display:inline-block; background:#ffcf4d; color:#3a1414; font-weight:800; padding:6px 14px; border-radius:999px; font-size:13px; margin-bottom:22px;}
.tf-gk .price-section .cta-btn{background:#ffcf4d; color:#3a1414; box-shadow:0 8px 24px rgba(255,207,77,.35);}
@media (max-width:480px){ .tf-gk .price-section{margin:0 12px; padding:28px 18px; border-radius:18px;} }

.tf-gk .review-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
@media (max-width:860px){ .tf-gk .review-grid{grid-template-columns:1fr;} }
.tf-gk .review-card img{border-radius:14px; box-shadow:0 6px 18px rgba(0,0,0,.08);}

.tf-gk .support{background:#fff7e8; padding:40px 0;}
.tf-gk .support-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; max-width:760px; margin:0 auto; text-align:center;}
@media (max-width:700px){ .tf-gk .support-grid{grid-template-columns:1fr;} }
.tf-gk .support-btn{background:#fff; border-radius:14px; padding:18px; font-weight:700; box-shadow:0 4px 14px rgba(0,0,0,.06); border:1px solid #f0e6cf; display:flex; flex-direction:column; align-items:center; gap:8px;}
.tf-gk .support-btn .ic{font-size:26px;}

/* Elementor block wrapper — যাতে ইনজেক্ট করা Elementor কন্টেন্ট এই থিমের container/স্পেসিং এর সাথে মানানসই দেখায় */
.tf-gk .gk-elementor-block{padding:44px 0;}

/* ফানেল কন্টেন্টের সব Elementor কনটেইনার সবসময় ফুল-উইডথ থাকবে (আসল চওড়া আমাদের নিজস্ব
   .container ক্লাস কন্ট্রোল করে) — কিন্তু প্যাডিং এখন Elementor এর নিজস্ব "Advanced" ট্যাব
   থেকে স্বাভাবিকভাবেই কাস্টমাইজযোগ্য (আগে এখানে padding:0 !important জোর করে বসানো ছিল,
   যেটা এডমিনের সেট করা যেকোনো প্যাডিং সবসময় ওভাররাইড করে দিত)। */
.tf-gk .elementor-element.e-con{ max-width:none !important; width:100% !important; }

/* CHECKOUT */
.tf-gk #checkout{padding:50px 0 70px;}
.tf-gk .checkout-grid{display:grid; grid-template-columns:1.1fr 0.9fr; gap:26px; align-items:start;}
@media (max-width:900px){ .tf-gk .checkout-grid{grid-template-columns:1fr;} }

.tf-gk .card{background:#fff; border-radius:18px; padding:26px; box-shadow:0 6px 22px rgba(0,0,0,.06); border:1px solid #f0ece4;}
@media (max-width:480px){ .tf-gk .card{padding:18px; border-radius:14px;} .tf-gk #checkout{padding:24px 0 100px;} }
.tf-gk .card h3{font-size:18px; font-weight:800; margin-bottom:18px; padding-bottom:12px; border-bottom:2px solid #f5f0e8;}

.tf-gk .tf-cf-fields-grid{display:flex; flex-wrap:wrap; margin:0 -6px;}
.tf-gk .tf-cf-field{padding:0 6px; box-sizing:border-box;}
.tf-gk .tf-cf-collapsible-toggle{font-size:12.5px; font-weight:700; color:#d92b2b; cursor:pointer; margin-bottom:8px;}
.tf-gk .form-group{margin-bottom:16px;}
.tf-gk .form-group label{display:block; font-size:13.5px; font-weight:700; margin-bottom:6px; color:#333;}
.tf-gk .form-group input, .tf-gk .form-group textarea{width:100%; padding:13px 14px; border:1.5px solid #e3ddd2; border-radius:10px; font-size:15px; font-family:inherit; background:#fbfaf8; transition:border-color .15s;}
.tf-gk .form-group input:focus, .tf-gk .form-group textarea:focus{outline:none; border-color:#d92b2b; background:#fff;}

.tf-gk .radio-option{display:flex; align-items:center; justify-content:space-between; border:1.5px solid #e3ddd2; border-radius:10px; padding:12px 14px; margin-bottom:10px; cursor:pointer; transition:border-color .15s, background .15s;}
.tf-gk .radio-option:hover{border-color:#d92b2b;}
.tf-gk .radio-option.checked{border-color:#d92b2b; background:#fff5f5;}

.tf-gk .gk-shipping-msg{display:flex; align-items:center; gap:8px; background:#fff5f5; border:1px solid #f3d9d9; border-radius:10px; padding:11px 14px; font-size:13px; color:#333; margin:14px 0;}
.tf-gk .gk-field-toggle-row{display:flex; align-items:center; gap:9px; font-size:13.5px; font-weight:700; color:#333; margin:14px 0 10px; cursor:pointer;}
.tf-gk .gk-field-toggle-row input{width:18px; height:18px; accent-color:#d92b2b; flex:0 0 auto;}
.tf-gk .gk-coupon-row{display:flex; gap:8px;}
.tf-gk .gk-coupon-row input{flex:1;}
.tf-gk .gk-coupon-row button{flex:0 0 auto; padding:0 18px; border:none; border-radius:10px; background:#1b1b1b; color:#fff; font-size:13px; font-weight:700; cursor:pointer;}
.tf-gk .gk-coupon-msg{font-size:12px; margin-top:6px; min-height:14px;}
.tf-gk .gk-coupon-msg.success{color:#0aa860;}
.tf-gk .gk-coupon-msg.error{color:#d92b2b;}
.tf-gk .radio-option .left{display:flex; align-items:center; gap:10px; font-weight:600; font-size:14.5px;}
.tf-gk .radio-option input[type=radio]{width:18px; height:18px; accent-color:#d92b2b;}
.tf-gk .radio-option .price{font-weight:700; color:#d92b2b;}

.tf-gk .product-row{display:flex; align-items:center; gap:12px; border:1.5px solid #e3ddd2; border-radius:12px; padding:12px; margin-bottom:10px; cursor:pointer;}
.tf-gk .product-row.checked{border-color:#d92b2b; background:#fff5f5;}
.tf-gk .product-row img{width:56px; height:56px; object-fit:cover; border-radius:8px; flex-shrink:0;}
.tf-gk .product-row .pname{font-size:13.5px; font-weight:700; flex:1;}
.tf-gk .product-row .pprice{font-weight:800; color:#d92b2b; font-size:14px; white-space:nowrap;}

.tf-gk .order-summary-line{display:flex; justify-content:space-between; font-size:14.5px; padding:8px 0; border-bottom:1px dashed #eee;}
.tf-gk .order-summary-line.total{font-size:18px; font-weight:800; border-bottom:none; padding-top:14px;}
.tf-gk .order-summary-line.total .val{color:#d92b2b;}
.tf-gk .order-summary-line.discount .val{color:#0aa860;}

.tf-gk .place-order-btn{width:100%; background:linear-gradient(90deg,#d92b2b,#f0552b); color:#fff; border:none; padding:17px; border-radius:12px; font-size:17px; font-weight:800; cursor:pointer; box-shadow:0 8px 22px rgba(217,43,43,.3); margin-top:10px;}
.tf-gk .place-order-btn:hover{filter:brightness(1.05);}
.tf-gk .place-order-btn:disabled{opacity:.6; cursor:not-allowed;}
.tf-gk .secure-note{display:flex; align-items:center; justify-content:center; gap:6px; font-size:12.5px; color:#888; margin-top:12px;}

.tf-gk .sticky-mobile-cta{display:none; position:fixed; bottom:0; left:0; right:0; background:#fff; box-shadow:0 -6px 20px rgba(0,0,0,.12); padding:10px 14px; z-index:50; gap:8px;}
@media (max-width:860px){ .tf-gk .sticky-mobile-cta{display:flex; align-items:center;} }
.tf-gk .sticky-mobile-cta .price-wrap{flex-shrink:0;}
.tf-gk .sticky-mobile-cta .price{font-weight:800; color:#d92b2b; font-size:15px; display:block;}
.tf-gk .sticky-mobile-cta .old{font-size:11px; color:#999; text-decoration:line-through;}
.tf-gk .sticky-mobile-cta a.order-now{flex:1; text-align:center; background:linear-gradient(90deg,#d92b2b,#f0552b); color:#fff; font-weight:800; padding:13px 16px; border-radius:11px; font-size:14.5px;}
.tf-gk .sticky-mobile-cta a.call-now{flex-shrink:0; width:46px; height:46px; border-radius:11px; background:#f0f0f0; display:flex; align-items:center; justify-content:center; font-size:20px;}

.tf-gk footer{text-align:center; padding:24px 16px 100px; font-size:12.5px; color:#999;}
.tf-gk footer b{color:#666;}
@media (min-width:861px){ .tf-gk footer{padding-bottom:26px;} }

/* Thank-you page */
.tf-gk .tfgk-ty-hero{background:#fff; border-radius:20px; padding:36px 24px; text-align:center; box-shadow:0 6px 22px rgba(0,0,0,.06); border:1px solid #f0ece4; margin:26px 0;}
.tf-gk .tfgk-ty-check{width:64px; height:64px; margin:0 auto 14px;}
.tf-gk .tfgk-ty-check circle{stroke:#0aa860; stroke-width:2.5; fill:none; stroke-dasharray:166; stroke-dashoffset:166; animation:tfgkCircle .5s ease forwards;}
.tf-gk .tfgk-ty-check path{stroke:#0aa860; stroke-width:3; fill:none; stroke-dasharray:48; stroke-dashoffset:48; animation:tfgkCheck .3s .5s ease forwards;}
@keyframes tfgkCircle{to{stroke-dashoffset:0;}}
@keyframes tfgkCheck{to{stroke-dashoffset:0;}}
.tf-gk .tfgk-ty-hero h1{font-size:clamp(20px,3.5vw,28px); font-weight:800; margin-bottom:8px;}
.tf-gk .tfgk-ty-sub{color:#666; font-size:14.5px; margin-bottom:16px;}
.tf-gk .tfgk-ty-order-id{display:inline-block; background:#fff0d6; color:#a15c00; font-weight:700; padding:8px 16px; border-radius:999px; font-size:13.5px;}
.tf-gk .tfgk-ty-grid{display:grid; grid-template-columns:1.1fr 0.9fr; gap:20px; margin-bottom:20px;}
@media (max-width:820px){ .tf-gk .tfgk-ty-grid{grid-template-columns:1fr;} }
.tf-gk .tfgk-ty-item{display:flex; align-items:center; gap:10px; padding:10px 0; border-bottom:1px dashed #eee;}
.tf-gk .tfgk-ty-item img{width:48px; height:48px; object-fit:cover; border-radius:8px; flex-shrink:0;}
.tf-gk .tfgk-ty-item-name{font-weight:700; font-size:13.5px;}
.tf-gk .tfgk-ty-item-meta{font-size:12px; color:#888;}
.tf-gk .tfgk-ty-item-price{font-weight:800; color:#d92b2b; font-size:13.5px; margin-left:auto; white-space:nowrap;}
.tf-gk .tfgk-ty-item-free{color:#0aa860;}
.tf-gk .tfgk-ty-info-row{display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px dashed #eee; font-size:13.5px;}
.tf-gk .tfgk-ty-info-row .k{color:#888; font-weight:600;}
.tf-gk .tfgk-ty-info-row .v{font-weight:700; text-align:right;}

.tf-gk .toast.show{opacity:1 !important; transform:translateX(-50%) translateY(0) !important;}
.tf-gk .toast.error{background:#d92b2b !important;}
.tf-gk .place-order-btn.loading{opacity:.75; cursor:wait;}
