     /* ===== Local Persian Font (public_html/fonts/IRANSansWeb.woff => /fonts/IRANSansWeb.woff) ===== */
    @font-face{
      font-family: "IRANSansWeb";
      src: url("/assets/fonts/IRANSansWeb.woff") format("woff");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    :root{
      --blue:#0d47a1;
      --red:#c62828;
      --white:#ffffff;
      --ink:#0b1220;
      --muted:#5e6a7f;
      --navy:#0b2443;
      --bg:#f6f9ff;
      --card:#ffffff;
      --radius:20px;
      --shadow:0 14px 38px rgba(0,0,0,.14);
      --ring: 0 0 0 1px rgba(13,71,161,.12), 0 10px 24px rgba(13,71,161,.12);
    }

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: "IRANSansWeb";
      color:var(--ink);
      background:#fafbff;
      overflow-x:hidden;
      line-height:1.7;
    }

    /* ===== RTL helpers ===== */
    body{ direction: rtl; }
    .menu a{ white-space:nowrap; }
    .menu{ flex-direction:row-reverse; }
    .foot{ direction:rtl; }
    .news .header{ direction:rtl; }
    .news-body, .card-body{ text-align:right; }

    /* ===== Hide ANY leftover chat widgets (requested) ===== */
    #tidio-chat, #crisp-chatbox, .chat-widget, .chat-box, .chat-container, [class*="chat" i]{ display:none !important; visibility:hidden !important; opacity:0 !important; }

    /* ===== Sticky / Glass NAV ===== */
    .nav{
    position:fixed;
    inset:0 0 auto 0;
    z-index:60;
    padding:14px 22px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.nav-inner{
    width:min(1180px,100%);
    display:flex;
    align-items:center;
    gap:14px;
    justify-content:space-between;      
    backdrop-filter:saturate(160%) blur(10px);
    background:linear-gradient(180deg, rgba(11,36,67,.78), rgba(11,36,67,.64));
    border:1px solid rgba(255,255,255,.16);
    border-radius:14px;
    padding:10px 14px;
    box-shadow:0 10px 28px rgba(0,0,0,.2);
}


.brand{
    order:2;                     
}
.menu{
    order:1;                     
    display:flex;
    gap:5px;
    align-items:center;
    direction:rtl;               
}
.menu a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    font-size:16px;
    padding:8px 12px;
    border-radius:10px;
    transition:background .2s ease, transform .06s ease;
    text-align:right;           
}
.menu a:hover{
    background:rgba(255,255,255,.14);
}


.brand img{
    max-width:190px;
    height:auto;
    filter:drop-shadow(0 0 12px rgba(255,255,255,.95));
}
.cta{
    text-decoration:none;
    font-weight:800;
    font-size:14px;
    padding:10px 16px;
    border-radius:999px;
    background:linear-gradient(135deg, var(--red), #e84343);
    color:#fff;
    box-shadow:0 8px 24px rgba(200,40,40,.35);
}



    /* =========================================================
       PROFESSIONAL SERVICES DROPDOWN (blue light + slow close)
       ========================================================= */
/* mega wrapper */

 .mega{
position:relative;
}

.mega-trigger{
cursor:pointer;
text-decoration:none;
}

.mega-panel{

position:absolute;

top:100%;
right:0;

width:920px;

background:#173453;

border-radius:14px;

padding:35px;

opacity:0;
visibility:hidden;

transform:translateY(10px);

transition:.25s;

box-shadow:0 20px 50px rgba(0,0,0,.25);

}

.mega:hover .mega-panel{
opacity:1;
visibility:visible;
transform:translateY(0);
}

.mega-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:40px;

}

/* column */

.mega-col{
display:flex;
flex-direction:column;
gap:14px;
padding-left:25px;
border-left:1px solid rgba(255,255,255,0.08);
}

/* remove line from last column */

.mega-col:last-child{
border-left:none;
}



/* title */

.mega-title{

color:#fff;

font-weight:700;

font-size:16px;

text-decoration:none;

margin-bottom:6px;

}

/* groups */

.mega-group{
display:flex;
flex-direction:column;
gap:6px;
}

/* links */

.mega-col a{

color:#fff;

text-decoration:none;

font-size:15px;

transition:.2s;

}

.mega-col a:hover{

color:#fff;

padding-right:5px;

}

       

       /* ===== MOBILE ONLY ===== */

@media (max-width:900px){

.nav{
display:none;
}

.mobile-nav{
display:block;
}

}

/* ===== DESKTOP ONLY ===== */

@media (min-width:901px){

.mobile-nav{
display:none;
}

.mobile-overlay{
display:none;
}

}

       
   .mobile-nav{
position:fixed;
top:0;
left:0;
width:100%;
z-index:1000;
margin:0;
padding:0;
}


/* header */

.mobile-header{
display:flex;
align-items:center;
justify-content:space-between;
direction:ltr;
padding:16px 16px;
background:#40546e;
position:relative;
z-index:1002;
margin:0;

}

.mobile-brand img{
height:40px;
}
.mobile-hamburger{
order:3;
}

.mobile-brand{
order:2;
}

.mobile-cta{
order:1;
}


/* hamburger */

.mobile-hamburger{
width:34px;
height:26px;
border:none;
background:none;
display:flex;
flex-direction:column;
justify-content:space-between;
cursor:pointer;
padding:0;
}

.mobile-hamburger span{
display:block;
width:100%;
height:3px;
background:#fff;
border-radius:2px;
}


/* menu panel */

.mobile-menu{
position:fixed;
top:70;
right:-300px;
width:300px;
height:calc(100% - 70px);
background:#40546e;
z-index:1001;
overflow-y:auto;
transition:right .3s ease;
box-shadow:-10px 0 25px rgba(0,0,0,.1);
}


.mobile-menu.active{
right:0;
}

/* overlay */

.mobile-overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.35);
opacity:0;
visibility:hidden;
transition:.3s;
z-index:999;
}

.mobile-overlay.active{
opacity:1;
visibility:visible;
}

/* links */

.mobile-links{
display:flex;
flex-direction:column;
padding:20px 20px 40px;
gap:14px;
}

.mobile-links a{
text-decoration:none;
line-height: 2.8;
color:#fff;
font-size:16px;
}

.mobile-dropdown-panel a{
color:#fff;
}


/* dropdown */

.mobile-dropdown-head{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
}

.mobile-dropdown-toggle{
border:none;
background:none;
font-size:20px;
cursor:pointer;
color:#fff;
padding:6px;
}
.mobile-dropdown-panel a{
display:block;
padding:8px 0;
}


.mobile-dropdown-panel{
max-height:0;
overflow:hidden;
transition:max-height .3s ease;
padding-left:10px;
}

.mobile-dropdown.open .mobile-dropdown-panel{
max-height:400px;
}

.mobile-cta{
background:#e53935;
color:#fff;
padding:8px 14px;
border-radius:999px;
font-weight:700;
font-size:12px;
text-decoration:none;
box-shadow:0 6px 16px rgba(229,57,53,.35);
}

.mobile-dropdown-toggle{
border:none;
background:none;
font-size:18px;
cursor:pointer;
color:#fff;
padding:8px;
}




   /* ===== HOME HERO ===== */

header.hero.home-hero{
  position:relative;
  isolation:isolate;
  min-height: 92vh !important;
  color:#fff;
  overflow:hidden;
  display:grid;
  place-items:center;
  text-align:center;
}

/* background image */
header.hero.home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:url('/image/bluealfalogistic-hero.webp') center/cover no-repeat;
  z-index:-2;
  filter:brightness(1.25) contrast(.9);
}

/* overlay gradient */
header.hero.home-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(
    180deg,
    rgba(0,12,32,.35) 0%,
    rgba(0,20,40,.45) 40%,
    rgba(0,10,24,.82) 100%
  ) !important;
}

/* inner container */
header.hero.home-hero .hero-inner{
  max-width:980px;
  padding:80px 20px 70px;
}

/* eyebrow */
header.hero.home-hero .eyebrow{
  display:inline-flex;
  gap:8px;
  align-items:center;
  font-weight:800;
  padding:6px 6px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  margin-bottom:6px;
} 

/* small title */
header.hero.home-hero h1{
  margin:0 0 12px;
  font-family:Poppins,"IRANSansWeb";
  font-weight:500;
  letter-spacing:.2px;
  font-size:clamp(16px, 3vw, 24px);
  line-height:1.5;
  text-shadow:0 10px 28px rgba(0,0,0,.35);
}

/* main title */
header.hero.home-hero h2{
  margin:0 auto;
  font-family:Poppins,"IRANSansWeb";
  font-weight:800;
  font-size:clamp(30px,4.5vw,50px);
}

/* description */
header.hero.home-hero p{
  margin:0 auto;
  max-width:760px;
  color:#e1e8ff;
  font-size:clamp(15px,2vw,19px);
}

/* buttons */
.home-hero .hero-actions{
  display:flex;
  gap:8px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:22px;
}
.btn{
  display:inline-block;
  padding:12px 26px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  transition:transform .06s ease, box-shadow .2s ease, background .2s ease;
}

.btn-primary{
  background:linear-gradient(135deg, var(--red), #e84343);
  color:#fff;
  box-shadow:0 8px 24px rgba(200,40,40,.35)
}

.btn-primary:hover{
  transform:translateY(-1px)
}

.btn-outline{
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  background:rgba(255,255,255,.18);
}

.btn-outline:hover{
  transform:translateY(-1px)
}



    /* =====Home Generic Sections & Containers ===== */
    .section{padding:70px 20px}
    .wrap{width:min(1180px,100%); margin:0 auto}
    h2.section-title{margin:0 0 10px; font-family:Poppins, "IRANSansWeb", Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size:clamp(24px,3.6vw,38px); color:#0A0E18; text-align:center}
    .section-sub{margin:0 auto 26px; text-align:center; color:#72809c; max-width:820px}

    /* ===== BEAUTIFIED: Achievements / Stats ===== */
    .stats{background:linear-gradient(180deg,#ffffff 0%, #f7f9ff 100%);}
    .stats-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:22px}
    .stat-card{position:relative; overflow:hidden; border-radius:22px; background:var(--card); box-shadow:var(--shadow); padding:26px 22px; border:1px solid #e7ecff; transform:translateY(20px); opacity:0; transition:transform .7s cubic-bezier(.2,.8,.2,1), opacity .7s}
    .stat-card.reveal{transform:translateY(0); opacity:1}

    .stat-card::before{content:""; position:absolute; inset:-2px; border-radius:24px; background:linear-gradient(135deg, rgba(13,71,161,.18), rgba(198,40,40,.18)); -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; padding:2px}

    .stat-head{display:flex; align-items:center; gap:14px; margin-bottom:10px}
    .stat-icon{width:56px; height:56px; border-radius:16px; display:grid; place-items:center; background:linear-gradient(135deg,#0d47a1,#2a65d6); box-shadow:0 8px 22px rgba(13,71,161,.32)}
    .stat-icon svg{width:30px; height:30px; fill:#fff}
    .stat-title{font-weight:800; color:#0A0E18}
    .stat-value{font-size:clamp(32px,4.5vw,46px); font-weight:900; color:#0A0E18; letter-spacing:.2px}
    .stat-label{margin:6px 0 0; color:var(--muted); font-weight:600}
    .stat-badge{position:absolute; left:14px; top:14px; background:linear-gradient(135deg,#c62828,#ff5a5a); color:#fff; font-weight:800; font-size:11px; padding:6px 10px; border-radius:999px}

    /* =====Home Services ===== */

.cards-container {
  max-width: 1180px;
  margin: 0 auto; 
  padding: 0 15px; 
}

/* شبکه کارت‌ها */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}


.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.35s, box-shadow 0.35s;
  border: 1px solid #e7ecff;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 0;
}

.card-link:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
  z-index: 1;
}


.card {
  background: #fff;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}


.thumb {
  aspect-ratio: 16/9;
  background: #eaf0ff center/cover no-repeat;
  pointer-events: none;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}


.card-body {
  padding: 18px;
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


.chip {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: #073a96;
  background: #eef3ff;
  border: 1px solid rgba(13, 71, 161, 0.18);
  border-radius: 999px;
  padding: 4px 10px; 
  margin-bottom: 8px;
  user-select: none;
  width: 70px;             
  white-space: nowrap;     
}


.card h3 {
  margin: 6px 0 8px;
  font-size: 18px;
  color: #0b2443;
  user-select: none;
}


.card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}

/
.card-body a {
  font-weight: 700;
  color: #0A0E18;
  text-decoration: none;
  cursor: pointer;
}

.card-body a:hover {
  text-decoration: underline;
}


    /* =====Home News ===== */
    .news {padding-top: 20px; background: linear-gradient(180deg,#f8faff 0%, #ffffff 100%)}
    .news .header { display:flex; justify-content:space-between; align-items:end; gap:12px; margin-bottom:14px }
    .news .header h2{margin:0; font-size:clamp(22px,3.6vw,34px); color:#0b2443}
    .news .header a{ text-decoration:none; font-weight:800; font-size:14px; padding:8px 12px; border-radius:999px; border:1px solid #dbe3ff; color:#0b2443; background:#fff; }
    .news .header a:hover{background:#0b2443; color:#fff}
    .news-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
    .news-card{ border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); overflow:hidden; border:1px solid #e7ecff; transition:.35s ease; }
    .news-card:hover{transform:translateY(-8px) scale(1.03); box-shadow:0 22px 50px rgba(0,0,0,.22)}
    .news-thumb{aspect-ratio:16/9; background:#eaf0ff center/cover no-repeat}
    .news-body{padding:16px}
    .news-meta{color:#0A0E18; font-size:12px; margin:2px 0 6px}
    .news-card h3{margin:6px 0 8px; font-size:18px; color:#0b2443; line-height:1.35}
    .news-card p{margin:0 0 8px; color:var(--muted); font-size:14px}
    .news-more{display:inline-block; font-weight:800; color:#ce2e2e; text-decoration:none}
    .news-more:hover{text-decoration:underline}

    /* =====Home Partners ===== */
    .partners { padding: 40px 20px 10px; background: linear-gradient(180deg,#f8faff 0%, #ffffff 100%); }
    .partners .wrap { width:min(1180px,100%); margin:0 auto; }
    .partners-card { border-radius: var(--radius); background: var(--card); border:1px solid #e7ecff; box-shadow: var(--shadow); overflow: hidden; }
    .partners-head { display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; padding:16px 18px; border-bottom:1px dashed #e4ebff; background:linear-gradient(135deg, rgba(13,71,161,.05), rgba(198,40,40,.05)); }
    .partners-head h2 { margin:0; font-size: clamp(18px, 2.6vw, 22px); color: var(--navy); }
    .partners-head p { margin:0; font-size:13px; color: var(--muted); }
    .logos-grid { display:grid; grid-template-columns: repeat(6, minmax(120px,1fr)); gap:14px; padding:16px; }
    .logo-tile { height:96px; border-radius:14px; background: linear-gradient(180deg,#ffffff,#f9fbff); border:1px solid #e7ecff; display:flex; align-items:center; justify-content:center; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
    .logo-tile:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,.12); border-color: rgba(13,71,161,.25); }
    .logo-tile img { max-width:120px; max-height:60px; object-fit:contain; }







    
    /* =====General styles for other pages ===== */    


.page-hero{
  position:relative;
  min-height:55vh;
  display:grid;
  place-items:center;
  text-align:center;
  color:#fff;
  overflow:hidden;
  z-index:0;
}

.page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;

  background:
    linear-gradient(
      0deg,
      rgba(11,36,67,.80) 0%,
      rgba(11,36,67,.70) 35%,
      rgba(11,36,67,.55) 70%,
      rgba(11,36,67,.35) 100%
    ),
    url("/image/blue-alfa-logistic.webp") center/cover no-repeat;
}

.page-hero-inner{
  position:relative;
  z-index:2;
  max-width:900px;
  padding:100px 20px 60px;
}


.page-hero h1{
  margin:0 0 12px;
  font-size:clamp(30px,5vw,44px);
  line-height:1.2;
  font-weight:800;
}

.page-hero p{
  font-size:18px;
  color:#e2e6f3;
}
  
/* MOBILE FIX */

@media (max-width:960px){

  .page-hero{
    min-height:40vh;
    margin-top:40px;
  }

  .page-hero-inner{
    padding:80px 16px 30px;
  }

  .page-hero h1{
    font-size:clamp(24px,7vw,32px);
  }

  .page-hero p{
    font-size:15px;
  }

}
       
  
  
      /* ===== Hide ANY leftover chat widgets (requested) ===== */
    #tidio-chat, #crisp-chatbox, .chat-widget, .chat-box, .chat-container, [class*="chat" i]{ display:none !important; visibility:hidden !important; opacity:0 !important; }
  
  /* ===== Contact section ===== */
    .section{padding:52px 20px}
    .contact-wrapper{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:28px;
      max-width:1080px;
      margin:0 auto;
    }
    .contact-box{
      background:#fff;
      padding:28px;
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      border:1px solid #e7ecff;
    }
    .contact-box h2{margin:0 0 10px; color:var(--navy)}
    .contact-info p{margin:10px 0; color:var(--muted); line-height:1.9}
    .contact-info strong{color:var(--ink)}

    form{display:grid; gap:14px}
    input, textarea{
      width:100%;
      padding:12px 14px;
      border:1px solid #cfd6e6;
      border-radius:12px;
      font-size:15px;
      outline:none;
    }
    input:focus, textarea:focus{
      border-color: rgba(13,71,161,.45);
      box-shadow: 0 0 0 3px rgba(13,71,161,.12);
    }
    textarea{min-height:120px; resize:vertical}

    button{
      background:linear-gradient(135deg, var(--red), #e84343);
      border:none;
      color:#fff;
      font-weight:800;
      padding:14px;
      border-radius:999px;
      cursor:pointer;
      transition:.2s;
      font-size:15px;
    }
    button:hover{opacity:.92}
    
     /* ===== Popup modal ===== */
    .popup{
      position:fixed;
      inset:0;
      background:rgba(0,0,0,.65);
      display:none;
      justify-content:center;
      align-items:center;
      z-index:9999;
    }
    .popup.open{display:flex}
    .popup-content{
      background:#fff;
      padding:28px 24px;
      border-radius:16px;
      width:min(92vw,420px);
      text-align:center;
      box-shadow:0 12px 36px rgba(0,0,0,.25);
      animation:fadeIn .25s ease;
      border-top:6px solid transparent;
    }
    .popup-content.success{border-top-color:var(--ok)}
    .popup-content.error{border-top-color:var(--err)}
    .popup-content p{font-size:16px; margin:0 0 18px; color:#333; line-height:1.9}
    .popup-actions{display:flex; justify-content:center}
    .popup-actions button{
      background:linear-gradient(135deg,#0d47a1,#1e63d3);
      color:#fff;
      padding:10px 22px;
      border:none;
      border-radius:10px;
      cursor:pointer;
      font-weight:900;
    }
    @keyframes fadeIn{
      from{opacity:0; transform:translateY(-8px)}
      to{opacity:1; transform:translateY(0)}
    }

    /* ===== Responsive ===== */
    @media(max-width:960px){
      .contact-wrapper{grid-template-columns:1fr}
      .menu{display:none}
      .brand img{max-width:160px}
       header.hero{margin-top:50px}

    }

       /* Gallery grid */
    .gallery {
    display:flex;
  flex-wrap:wrap;
  flex-direction:row-reverse;
  gap:40px;
  padding:40px 20px;
  max-width:1200px;
  margin:0 auto;
}

    .gallery img {
    width:calc(25% - 30px);
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:25px;
  cursor:pointer;
  border:3px solid #143050;   
  box-shadow:0 10px 25px rgba(0,0,0,.25);
  transition:transform .25s, box-shadow .25s, border-color .25s;
  direction:ltr; 
  
}

.gallery img:hover {
  transform:scale(1.04);
  box-shadow:0 18px 40px rgba(0,0,0,.35);
  border-color:#1b4a7a; 
}

    /* Lightbox */
    .lightbox {
      position:fixed;
      inset:0;
      background:rgba(0,0,0,.85);
      display:none;
      justify-content:center;
      align-items:center;
      z-index:9999;
    }

    .lightbox.open { display:flex; }

    .lightbox img {
      max-width:90%;
      max-height:80vh;
      border-radius:14px;
      box-shadow:0 12px 36px rgba(0,0,0,.6);
      animation:fadeIn .3s ease;
    }

    .close-btn {
      position:absolute;
      top:20px; left:30px; /* RTL */
      font-size:32px;
      color:#fff;
      font-weight:700;
      cursor:pointer;
      user-select:none;
      transition:.2s;
    }

    .close-btn:hover { color:#ff5252; }

    @keyframes fadeIn {
      from{opacity:0; transform:scale(.95)}
      to{opacity:1; transform:scale(1)}
    } 
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
  }
}




    
     /* Layout */
    .section{padding:38px 20px}
    .wrap{width:min(1040px,100%); margin:0 auto}

    /* Main card with gradient border */
    .quote-shell{
      position:relative;
      border-radius:28px;
      padding:1px;
      background:linear-gradient(135deg, rgba(13,71,161,.28), rgba(198,40,40,.22));
      box-shadow:var(--shadow);
    }
    .quote-card{
      background:rgba(255,255,255,.92);
      border-radius:27px;
      border:1px solid rgba(255,255,255,.65);
      overflow:hidden;
      box-shadow:var(--shadow2);
      backdrop-filter: blur(10px);
    }

    .quote-head{
      padding:18px 18px;
      border-bottom:1px solid rgba(231,236,255,.9);
      background:
        radial-gradient(700px 220px at 30% 0%, rgba(13,71,161,.10), transparent 60%),
        radial-gradient(700px 220px at 70% 0%, rgba(198,40,40,.08), transparent 60%),
        linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.78));
      display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap;
      flex-direction:row-reverse;
      text-align:right;
    }
    .quote-head h2{margin:0; font-size:20px; color:var(--navy)}
    .quote-head p{margin:6px 0 0; color:var(--muted); font-size:12.5px; line-height:1.9}

    .badge-mail{
      display:inline-flex; align-items:center; gap:8px;
      font-weight:800; font-size:12px;
      color:#0A0E18;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid var(--line);
      background:linear-gradient(180deg,#fff,#f7f9ff);
      box-shadow:0 8px 18px rgba(0,0,0,.05);
      white-space:nowrap;
      direction:ltr; /* email LTR */
      text-align:left;
    }
    .badge-dot{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(135deg, var(--red), #ff6b6b);
      box-shadow:0 6px 16px rgba(198,40,40,.30);
    }

    .quote-body{padding:18px 18px 20px}

    /* Section blocks inside form */
    .block{
      border:1px solid var(--line);
      border-radius:18px;
      background:linear-gradient(180deg,#ffffff,#f8faff);
      padding:14px;
      box-shadow:0 10px 22px rgba(0,0,0,.04);
    }
    .block + .block{margin-top:14px}
    .block-title{
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
      margin:0 0 12px;
      flex-direction:row-reverse;
    }
    .block-title h3{
      margin:0;
      font-size:13px;
      font-weight:900;
      letter-spacing:.2px;
      color:var(--navy);
      display:flex; align-items:center; gap:10px;
      flex-direction:row-reverse;
    }
    .pill{
      font-size:11px;
      font-weight:800;
      color:#0A0E18;
      background:#eef3ff;
      border:1px solid rgba(13,71,161,.18);
      border-radius:999px;
      padding:5px 10px;
    }

    .grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:14px;
    }

    label{
      display:flex; align-items:center; justify-content:space-between; gap:10px;
      font-weight:900; color:#21324f; font-size:12px; margin:0 0 7px;
    }
    .req{
      font-weight:900;
      font-size:10.5px;
      color:#7b88a6;
    }

    /* Field with icon */
    .control{position:relative}
    .icon{
      position:absolute;
      right:12px; top:50%;
      transform:translateY(-50%);
      width:18px; height:18px;
      opacity:.72;
      pointer-events:none;
      fill:#2d4167;
    }

    .field{
      width:100%;
      border:1px solid var(--line2);
      border-radius:14px;
      padding:12px 40px 12px 12px; /* icon on right */
      font-size:13px;
      outline:none;
      background:rgba(255,255,255,.98);
      box-shadow:0 1px 0 rgba(0,0,0,.02);
      transition: box-shadow .18s ease, border-color .18s ease, transform .06s ease;
      font-family:"IRANSansWeb", ui-sans-serif,system-ui,"Segoe UI",Roboto,Helvetica,Arial,"Tahoma";
    }
    select.field{padding-right:40px}
    textarea.field{padding-right:40px}
    .field:focus{
      border-color: rgba(13,71,161,.55);
      box-shadow: var(--ring);
    }
    .field:active{transform:translateY(0.5px)}
    .help{margin-top:6px; color:#7b88a6; font-size:11.5px; line-height:1.9}
    .span-2{grid-column:1 / -1}

    /* Buttons */
    .actions{
      display:flex; gap:10px; align-items:center; justify-content:flex-start; flex-wrap:wrap;
      margin-top:12px
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:8px;
      text-decoration:none; font-weight:900;
      padding:12px 16px; border-radius:999px;
      transition:transform .06s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      border:none; cursor:pointer;
      font-size:13px;
      font-family:"IRANSansWeb", ui-sans-serif,system-ui,"Segoe UI",Roboto,Helvetica,Arial,"Tahoma";
    }
    .btn-primary{
      background:linear-gradient(135deg, var(--red), #ff5a5a);
      color:#fff;
      box-shadow:0 12px 30px rgba(200,40,40,.26);
    }
    .btn-primary:hover{transform:translateY(-1px)}
    .btn-primary:disabled{opacity:.65; cursor:not-allowed}
    .btn-outline{
      background:#fff;
      color:#0A0E18;
      border:1px solid var(--line2);
      box-shadow:0 10px 22px rgba(0,0,0,.05);
    }
    .btn-outline:hover{border-color: rgba(13,71,161,.35); transform:translateY(-1px)}

    /* Notices (hidden by default; show only after submit) */
    .notice{
      margin-top:14px;
      border-radius:16px;
      padding:14px 14px;
      border:1px solid var(--line);
      background:linear-gradient(180deg,#ffffff,#f7f9ff);
      display:none;
    }
    .notice.ok{
      display:block;
      border-color:rgba(13,71,161,.22);
      box-shadow:0 12px 28px rgba(13,71,161,.10);
    }
    .notice.bad{
      display:block;
      border-color:rgba(198,40,40,.28);
      box-shadow:0 12px 28px rgba(198,40,40,.10);
    }
    .notice strong{color:#0A0E18}
    .small{color:var(--muted); font-size:12.5px; margin:6px 0 0; line-height:1.9}
    
    
   
   
/* ===========================
   BLOG PAGE (ISOLATED)
   =========================== */

.blog-page {
  direction: rtl;
  padding-top: 50px; 
}

/* ====== Header (H1 + P) ====== */
.blog-page .blog-header {
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 0 16px;
}

.blog-page .blog-header h1 {
  margin: 0 0 10px;
  font-size: clamp(26px, 4vw, 38px);
  color: var(--navy);
}

.blog-page .blog-header .lead {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.8;
}

/* ====== Layout ====== */
.blog-page .blog-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 40px;
}

.blog-page .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* ====== Card ====== */
.blog-page .card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid #e7ecff;
  transition: transform .2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-page .card:hover {
  transform: translateY(-4px);
}

.blog-page .thumb {
  aspect-ratio: 16/9;
  background: #eaf0ff center/cover no-repeat;
}

.blog-page .body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-page .meta {
  color: #0A0E18;
  font-size: 12px;
  margin-bottom: 6px;
}

.blog-page h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 18px;
}

.blog-page .lead {
  color: var(--muted);
  margin: 0 0 12px;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-page .content {
  line-height: 2;
  color: #0A0E18;
}

.blog-page .content img {
  max-width: 100%;
  border-radius: 14px;
}
.blog-page .post-title a {
  color: #0A0E18;
  text-decoration: none;
  font-weight: 900;
  transition: color .2s ease;
}

.blog-page .post-title a:hover {
  color:#cf2f2f;
}
.blog-page .read-more {
  color:#cf2f2f;
  font-weight:900;
  text-decoration:none;
  margin-top: auto;
}

.blog-page .read-more:hover {
  text-decoration:none;
}


/* ===== Tablet ===== */
@media (max-width: 980px) {

  .blog-page {
    padding-top:20px;
  }

  .blog-page .blog-grid {
    grid-template-columns: repeat(2,1fr);
    gap:16px;
  }

  .blog-page .blog-header {
    text-align:center;
  }

}

/* ===== Mobile ===== */
@media (max-width: 640px) {

  .blog-page {
    padding-top:90px;
  }

  .blog-page .blog-header h1 {
    font-size:24px;
  }

  .blog-page .blog-header .lead {
    font-size:14px;
    line-height:1.9;
  }

  .blog-page .blog-grid {
    grid-template-columns:1fr;
    gap:14px;
  }

  .blog-page .body {
    padding:12px;
  }

  .blog-page h2 {
    font-size:16px;
    line-height:1.6;
  }

  .blog-page .lead {
    font-size:14px;
  }

}

/* ===== Small phones ===== */
@media (max-width: 420px) {

  .blog-page .blog-container {
    padding:0 12px 30px;
  }

  .blog-page .thumb {
    aspect-ratio: 16/10;
  }

}


/* single-BLOG */

.blog-page {
    margin-top: 50px;

}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card-content {
    padding: 20px;
}

.blog-card h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-card p {
    color: #0A0E18;
    line-height: 1.6;
}
.blog-card-link{
display:block;
text-decoration:none;
color:inherit;
position:relative;
z-index:1;
}

.card{
position:relative;
cursor:pointer;
}

.card *{
pointer-events:none;
}

.blog-card-link{
pointer-events:auto;
}



/* SINGLE BLOG POST */

 
.main-wrapper {
    background-color: #f9f9f9;
    margin-top: 60px;
    padding: 60px 0;
    direction: rtl;
}

.blog-post-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px 900px; /* ستون چپ 300 و راست 900 */
    gap: 5px;
    align-items: start;
}

/* استایل محتوای اصلی */
.blog-content-area {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.post-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
}

.post-body h1, .post-body h2, .post-body h3 {
    color: #0A0E18;
    margin-top: 30px;
    line-height: 1.4;
}

.post-body p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #0A0E18;
    text-align: rtl;
}

.post-header-new {
    display: flex;
    flex-direction: row-reverse; /* تصویر در سمت راست، متن در سمت چپ */
    gap: 30px;
    align-items: center;
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    direction: rtl; /* اطمینان از راست‌چین بودن */
}

.post-header-content {
    flex: 1; /* اشغال فضای سمت راست */
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post-date {
    font-size: 0.85rem;
    color: #888;
    display: block;
}

.post-header-content h1 {
    font-size: 24px;
    line-height: 1.5;
    color: #0A0E18;
    margin: 0;
    font-weight: 800;
}

.post-summary {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

.post-header-image {
    width: 380px; 
    height: 240px;
    flex-shrink: 0; 
}

.post-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .post-header-new {
        flex-direction: column-reverse; /* در موبایل تصویر بالا و متن پایین قرار بگیرد */
        padding: 20px;
        gap: 20px;
    }

    .post-header-image {
        width: 100%;
        height: auto;
    }

    .post-header-content h1 {
        font-size: 22px;
    }
}


/* استایل سایدبار چسبنده */
.blog-sidebar {
    height: 100%;
}

.sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 120px; 
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 10;
}

.sidebar-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.sidebar-box span {
    font-size: 1.1rem;
    font-weight:600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #082B4A;
    color: #003d82;
}

/* استایل فهرست مطالب (TOC) */
#toc-container ul {
    list-style: none;
    padding: 10;
    margin-top: 10;
    text-align: right;
}

#toc-container li {
    margin-bottom: 10px;
}

#toc-container li.h3 {
    margin-right: 15px;
    font-size: 0.7rem;
}

#toc-container a {
    text-decoration: none;
    color: #444;
    transition: 0.3s;
    font-size: 0.95rem;
    display: block;
}

#toc-container a:hover {
    color: #D33232;
    padding-right: 5px;
}
/* استایل بخش نویسنده */
.author-info {
    display: flex;
    flex-direction: column; 
    align-items: center;    
    text-align: center;
    padding: 10px 5px;
}

.author-info img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: contain; 
    border: 1px solid #f0f0f0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); 
}

.author-info span {
    display: block;        
    margin-bottom: 12px;
    color: #D33232;
    font-weight: bold;
    font-size: 1.05rem;
    line-height: 1.4;
}

.author-info p {
    font-size: 0.9rem;
    color: #555;           
    line-height: 1.7;
    margin: 0;
    text-align: center; 
}



@media (max-width: 1024px) {
    .blog-post-layout {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    
    .blog-sidebar {
        order: 2; 
    }
    
    .sticky-container {
        position: static;
    }
}



.hidden-toc-item {
    display: none;
}


#toc-toggle {
    background: none;
    border: none;
    color: #003d82;
    font-family: "IRANSansWeb";
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: right;
    transition: 0.3s;
}

#toc-toggle:hover {
    color: #003d82;
    text-decoration: underline;
}

 
#toc-list.expanded .hidden-toc-item {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}




/* ================================
   Summary Table (Desktop + Mobile Cards)
   BlueAlpha Theme
================================ */

/* Wrapper */
.summary-table-wrapper {
    margin: 30px 0;
    direction: rtl;
        width: 100%;
    position: relative;
}

/* Table container */
.summary-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        margin-left: auto;
    margin-right: auto;
}

/* Header */
.summary-table thead {
    background: #082b4a;
}

.summary-table thead th {
    color: #ffffff;
    font-weight: 700;
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid #082b4a;
    text-align: center;
}

/* Body cells */
.summary-table td {
    padding: 14px 16px;
    border: 1px solid #082b4a;
    color: #082b4a;
    font-size: 14px;
    background: #ffffff;
    transition: all 0.25s ease;
    text-align: center;
}

/* Hover effect */
.summary-table tbody tr:hover td {
    background: #fafbff;
    color: #cc2c2c;
}

/* Column 1 always bold */
.summary-table td:first-child,
.summary-table th:first-child {
    font-weight: 700;
}

/* Corner rounding fix */
.summary-table thead tr th:first-child { border-top-right-radius: 14px; }
.summary-table thead tr th:last-child { border-top-left-radius: 14px; }
.summary-table tbody tr:last-child td:first-child { border-bottom-right-radius: 14px; }
.summary-table tbody tr:last-child td:last-child { border-bottom-left-radius: 14px; }

/* ================================
   Mobile: Convert table → Cards
================================ */
@media (max-width: 768px) {

    /* Hide normal table header */
    .summary-table thead {
        display: none;
    }

    /* Convert each row to card */
    .summary-table,
    .summary-table tbody,
    .summary-table tr,
    .summary-table td {
        display: block;
        width: 100%;
    }

    .summary-table {
        box-shadow: none;  /* remove table shadow */
        border: none;
    }

    .summary-table tr {
        background: #ffffff;
        margin-bottom: 16px;
        padding: 16px;
        border-radius: 14px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
        border: 1px solid #dce4ee;
    }

    /* Each cell becomes a row with label */
    .summary-table td {
        border: none !important;
        padding: 10px 0;
        position: relative;
        font-size: 14px;
        text-align: right;
    }

    /* Add pseudo-label using data-label */
    .summary-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #082b4a;
        display: block;
        margin-bottom: 4px;
        font-size: 13px;
        opacity: 0.85;
    }

    /* Column 1 bold is still kept */
    .summary-table td:first-child {
        font-weight: 700 !important;
    }
}
/* ==============================================
   Logistics CTA (Isolated for Single Blog Post)
============================================== */

.blog-post .logistics-cta {
    max-width: 1180px; 
    width: 100%;
    margin: 40px auto; 
    background: linear-gradient(180deg, rgba(11,36,67,.78), rgba(11,36,67,.64));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 25px; 
    padding: 40px 50px;
    direction: rtl; 
    font-family: "IRANSansWeb", sans-serif;
    box-sizing: border-box;
}

.blog-post .logistics-cta .cta-inner-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; 
    gap: 20px;
}

.blog-post .logistics-cta .cta-text-content {
    flex: 1;
}

.blog-post .logistics-cta .cta-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); 
}

.blog-post .logistics-cta .cta-action-buttons {
    display: flex;
    flex-direction: column; 
    gap: 15px;
    align-items: stretch;
}


.blog-post .logistics-cta a.cta-btn {
    --btn-width: 240px;     
    --btn-height: 48px;     
    --btn-font-size: 16px;   

    width: var(--btn-width);
    height: var(--btn-height);
    font-size: var(--btn-font-size);
    
    background-color: #cf2f2f; 
    color: #ffffff !important; 
    text-decoration: none !important; 
    border-radius: 8px; 
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 10px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    direction: ltr; 
    box-sizing: border-box;
}

.blog-post .logistics-cta a.cta-btn:hover {
    background-color: #667589;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.blog-post .logistics-cta a.cta-btn:active {
    transform: translateY(0);
}

.blog-post .logistics-cta .phone-icon {
    display: block;
}

/* ====== Responsive (Mobile) ====== */
@media screen and (max-width: 768px) {
    .blog-post .logistics-cta {
        width: auto; 
        margin: 20px 15px; 
        padding: 30px 20px;
        border-radius: 20px; 
    }

    .blog-post .logistics-cta .cta-inner-container {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap; 
    }

    .blog-post .logistics-cta .cta-text-content {
        flex: auto; 
    }

    .blog-post .logistics-cta .cta-title {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .blog-post .logistics-cta .cta-action-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .blog-post .logistics-cta a.cta-btn {
        width: 100%; 
        height: auto; 
        padding: 14px 20px;
    }
}
/* ==============================================
   Accordion (Isolated for Single Blog Post)
============================================== */

  .blog-post .accordion-section {
    --navy: #0b2443;     
    --bg-section: #f9faff;
    --radius: 20px;      
    --shadow: 0 14px 38px rgba(0,0,0,.14);
    --blue: #ffffff; 

    padding: 20px 20px;
    background: #fff;
    direction: rtl; 
    font-family: "IRANSansWeb", sans-serif;
}

.blog-post .accordion {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;                     
}

.blog-post .accordion-item {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;             
    transition: height .3s ease;
    border: none; 
}

.blog-post .accordion-summary {
    position: relative;           
    padding: 16px 48px 16px 20px;  
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;               
    color: #0A0E18;            
    list-style: none !important; 
}

.blog-post .accordion-summary::-webkit-details-marker,
.blog-post .accordion-summary::marker {
    display: none !important;
}

.blog-post .accordion-summary::after {
    content: "▾";
    position: absolute;
    left: 20px;                    
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 14px;
    color: #0A0E18;            
    transition: transform .2s ease, color .2s ease;
}

.blog-post .accordion-item[open] .accordion-summary {
    background: var(--navy);       
    color: #fff;           
}

.blog-post .accordion-item[open] .accordion-summary::after {
    color: #fff;            
    transform: translateY(-50%) rotate(180deg);  
}

.blog-post .accordion-content {
    padding: 16px 20px;
    border-top: 1px solid rgba(0,0,0,.08);
    background: #fff;
    color: #0A0E18;               
    line-height: 1.9;
}

.blog-post .accordion-content p {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit;
    font-size: 15px;
}

/* ====== Responsive ====== */
@media (max-width: 960px) {
    .blog-post .accordion-summary {
        font-size: 16px;
        padding: 14px 44px 14px 16px;
    }
}

/* --- Single Blog Image (No Background Container) --- */
.single-blog-image-box {
    width: 880px;
    max-width: 100%;
    margin: 50px auto;
}

.single-blog-image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

/* Mobile */
@media (max-width: 768px) {
    .single-blog-image-box {
        width: calc(100% - 10px); 
        height: auto;             
        aspect-ratio: 16 / 9;     
        margin: 20px auto;
        border-radius: 15px;      
    }

    .single-blog-image-box img {
        width: 100%;
        height: 100%;
        object-fit: contain; 

    }
}



  /* destinations */
.destinations-section{
    max-width:1180px;
    margin:60px auto;
    padding:60 16px;
    align-text: rtl
}

.destinations-section h1{
    text-align:right;
    font-size:28px;
    margin-bottom:40px;
}



.destinations-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    align-items:stretch;
}



.destination-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
    display:flex;
    flex-direction:column;
    transition:.3s;
}

.destination-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}



.destination-image{
    width:100%;
    height:170px;
    object-fit:cover;
}



.destination-content{
    padding:20px;
    display:flex;
    flex-direction:column;
    flex:1;
}



.destination-content h3{
    margin:0 0 5px;
    font-size:18px;
    min-height:48px;
    line-height:1.5;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.destination-content h3 a{
    text-decoration:none;
    color:#082b4a;
    transition:.3s;
}

.destination-content h3 a:hover{
    color:#d53434;
}



.destination-summary{
    font-size:14px;
    color:#555;
    line-height:1.7;
    text-align:justify;
    margin-bottom:10px;
    margin-top:0;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;

    min-height:4.8em;
}


/* destination buttons - isolated */

.destinations-section .destination-buttons{
    display:flex;
    gap:10px;
    margin-top:auto;
}

.destinations-section .destination-buttons .btn{
    flex:1;
    padding:10px 0;
    border-radius:20px;
    font-size:14px;
    border:none;
    cursor:pointer;
    transition:.3s;
}

.destinations-section .btn-more{
    background:#082b4a;
    color:#fff;
}

.destinations-section .btn-more:hover{
    background:#0d3f6b;
}

.destinations-section .btn-call{
    background:#d43333;
    color:#fff;
}

.destinations-section .btn-call:hover{
    background:#b72222;
}




@media(max-width:1024px){

.destinations-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.destinations-grid{
    grid-template-columns:1fr;
}

}
@media (max-width:600px){

.destinations-section h1{
    text-align:center;
    font-size:24px;
}

}


    
      
      
      
  /* SERVICES SECTION */
    .section{padding:20px 20px; background:#f9faff;}
    .services-container{max-width:1180px; margin:0 auto; display:grid; gap:50px}
    .service{
      display:grid; grid-template-columns:1fr 2fr; gap:28px; align-items:center;
      background:#fff; border-radius:var(--radius); box-shadow:var(--shadow);
      overflow:hidden;
    }
    .service:nth-child(even){
      direction:rtl; /* alternate layout */
    }
    .service img {
    max-height: 350px; 
    width: auto; 
    height: auto;
    max-width: 100%;
    object-fit: contain; 
    display: block;
    }
    .service-content{
      padding:28px;
      direction:rtl;
      text-align:right;
      text-color:#0A0E18;
    }
    .service-content ul {
    list-style-type: disc; 
    padding-left: 20px; 
    margin: 0; 
    }

    .service-content li {
    color: #0A0E18; 
    line-height: 1.9; 
    margin-bottom: 10px; 
    }
    
    .service-content h1,
.service-content h2,
.service-content h3,
.service-content h4 {
  font-size: clamp(20px, 1.4vw + 12px, 24px);
  line-height: 1.4;
  margin-top: 10px;
  color: var(--navy);
}


    .service-content p{color:#0A0E18; line-height:1.9; margin-bottom:0}    
    
    /* ===== MOBILE FIX - SERVICES ===== */
@media screen and (max-width:768px){

  .section .services-container .service{
    display:flex !important;
    flex-direction:column !important;
  }

  .section .services-container .service:nth-child(even){
    direction:ltr !important;
  }

  .section .services-container .service img{
    width:100% !important;
    max-height:260px !important;
    height:auto !important;
    object-fit:cover !important;
  }

  .section .services-container .service-content{
    order:2;
    padding:22px;
  }

  .section .services-container .service img{
    order:1;
  }

}

      
.service1 {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto !important;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}  
      
      
      
.section-title-link {
  text-decoration: none;         
  color: inherit;                 
}


.section-title-link:hover,
.section-title-link:focus {
  text-decoration: none;
  color: inherit;                 
} 
    
.custom-link{
            text-decoration:none;
            font-weight:bold;
            color:#de3b3b;
        }
        .custom-link:hover,
        .custom-link:focus{
            color:#de3b3b;
            text-decoration:none;
        }
        
.red-check-list {
    list-style: none !important;   
    padding: 0;
    margin: 0;
}

.red-check-list li {
    position: relative;
    padding-right: 40px;           
    margin: 12px 0;
    line-height: 1.6;
}


.red-check-list li::marker {
    content: "" !important;
}


.red-check-list li::before {
    content: "\2714";              
    color: #b71c1c;
    font-size: 1.2em;
    position: absolute;
    right: 8px;                    
    top: 0;
    background: transparent !important; 
    box-shadow: none !important;
}


.red-check-list.horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px; 
    align-items: flex-start;
    justify-content: center;
}

.red-check-list.horizontal li {
    margin: 0;
    padding-right: 28px;
    padding-top: 20px;   
    white-space: nowrap; 
}

.red-check-list.horizontal li::before {
    top: 20px;   
}



@media (max-width: 768px) {
    .red-check-list.horizontal {
        display: block; 
    }

    .red-check-list.horizontal li {
        margin: 10px 0;
        white-space: normal; 
    }
}


 /* CUSTOM FOUR SERVICES SECTION */
.custom-four-services-section {
    padding: 10px 20px;
    background: #f9faff;
}

.custom-four-services-container {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px; 
}

.custom-four-service {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 20px; 
    text-align: right; 
}

.custom-four-service h3 {
    color: var(--navy);
    margin-top: 0; 
}

.custom-four-service p {
    color: #0A0E18;
    line-height: 1.9; 
    margin-bottom: 0; 
}
.custom-four-services-section{
    padding:70px 20px;
    background:#f9faff;
}
.custom-four-services-container{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);  
    gap:28px;
}
.custom-four-service{
    background:#fff;
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    padding:20px;
    text-align:right;
}
.custom-four-service h3{
    color:var(--navy);
    margin-top:0;
}
.custom-four-service p{
    color:#0A0E18;
    line-height:1.9;
    margin-bottom:0;
}

@media (max-width: 960px) {           
    .custom-four-services-container{
        grid-template-columns: 1fr;  
        
        /* gap: 16px; */
    }
}

.custom-seven-services-section{
    padding:70px 20px;
    background:#f9faff;
}
.custom-seven-services-container{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);   
    gap:28px;
}


.custom-seven-service{
    background:#fff;
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    padding:20px;
    text-align:right;                      
}
.custom-seven-service h3{
    color:var(--navy);
    margin-top:0;
}
.custom-seven-service p{
    color:#0A0E18;
    line-height:1.9;
    margin-bottom:0;
}


.custom-seven-service--with-img{
    display:flex;                         
    flex-direction:row-reverse;           
    align-items:center;                   
    gap:12px;                              
}


.custom-seven-service--with-img .img-part{
    flex:0 0 var(--img-width,40%);        
}
.custom-seven-service--with-img .img-part img{
    max-height: 350px; 
    width: auto;
    height: auto;
    max-width: 100%;
    display:block;
    border-radius:4px;
    object-fit: contain;                   
}


.custom-seven-service--with-img .text-part{
    flex:1;                              
}


.custom-seven-service:nth-child(5){
    grid-column:1 / -1;                   
}


@media (max-width:768px){
    .custom-seven-services-container{
        grid-template-columns:1fr;       
    }

    
    .custom-seven-service--with-img{
        flex-direction:column;           
        align-items:center;
        text-align:center;
    }
    .custom-seven-service--with-img .img-part{
        flex:0 0 auto;
        width:100%;
        max-width:250px;                  
        margin:0 auto 12px;               
    }
}

/* CUSTOM MIXED SERVICES 5 SECTIONS */
.custom-mixed-services-section {
    padding: 20px 20px;
    background: #f9faff;
}

.custom-mixed-services-container {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 28px; 
}

.custom-mixed-service {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 20px; 
    text-align: right; 
}

.custom-mixed-service h3 {
    color: var(--navy);
    margin-top: 0; 
}

.custom-mixed-service p {
    color: #0A0E18;
    line-height: 1.9; 
    margin-bottom: 0; 
}

.custom-mixed-services-container > .custom-mixed-service:nth-child(3) {
    grid-column: 1 / 3; 
}

.custom-mixed-services-container > .custom-mixed-service:nth-child(n+4) {
    grid-column: span 1; 
}

@media (max-width: 960px) {
    .custom-mixed-services-container {
        grid-template-columns: 1fr; 
    }

    .custom-mixed-services-container > .custom-mixed-service:nth-child(3) {
        grid-column: 1; 
    }
}

.custom-section-three{
    padding:20px 20px;          
    max-width:1200px;
    margin:0 auto;
    background:#f9faff;        
}


.custom-section-three .custom-services-container{
    display:grid;
    grid-template-columns:repeat(2,1fr);   
    gap:30px;                               
}



.custom-section-three .custom-service:nth-child(1),
.custom-section-three .custom-service:nth-child(2){
    grid-column:span 1;                
}


.custom-section-three .custom-service:nth-child(3){
    grid-column:1 / -1;                 
}


.custom-section-three .custom-service{
    display:flex;
    align-items:start;
    background:#fff;
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    overflow:hidden;
    padding:16px;                       
    transition:transform .3s ease;
}
.custom-section-three .custom-service:hover{
    transform:translateY(-5px);
}

.custom-section-three .custom-service-content{
    direction:rtl;                     
    text-align:right;
    color:#0A0E18;                     
}
.custom-section-three .custom-service-content h3{
    font-size:clamp(18px,3vw,24px);
    font-weight:800;
    margin-bottom:12px;
    color:var(--navy);                 
}
.custom-section-three .custom-service-content p{
    font-size:clamp(14px,2vw,16px);
    color:#0A0E18;                       
}


@media (max-width:768px){
    .custom-section-three .custom-services-container{
        grid-template-columns:1fr;    
    }

    
    .custom-section-three .custom-service{
        grid-column:span 1 !important;
    }
}

:root{
    --navy:#0b2443;     
    --bg-section:#f9faff;
    --radius:20px;      
    --shadow:0 14px 38px rgba(0,0,0,.14);
}


.accordion-section{
    padding:10px 20px;
    background:var(--bg-section);
    margin-bottom:50px; 
}



.accordion{
    max-width:1180px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:12px;                     
}


.accordion-item{
    background:#fff;
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    overflow:hidden;             
}


.accordion-summary{
    position:relative;           
    padding:16px 48px 16px 20px;  
    cursor:pointer;
    font-weight:600;
    font-size:18px;               
    color:#0A0E18;            
    direction:rtl;               
}


.accordion-summary::-webkit-details-marker,
.accordion-summary::marker{
    display:none;
}


.accordion-summary::after{
    content:"▾";
    position:absolute;
    left:20px;                    
    top:50%;
    transform:translateY(-50%) rotate(0deg);
    font-size:14px;
    color:#0A0E18;            
    transition:transform .2s ease, color .2s ease;
}


.accordion-item[open] .accordion-summary{
    background:var(--navy);       
    color:#fff;           
}
.accordion-item[open] .accordion-summary::after{
    color:#fff;            
    transform:translateY(-50%) rotate(180deg);  
}


.accordion-content{
    padding:16px 20px;
    border-top:1px solid rgba(0,0,0,.08);
    background:#fff;
    color:#0A0E18;               
    line-height:1.9;
}


.accordion-item{
    transition:height .3s ease;
}


@media (max-width:960px){
    .accordion-summary{
        font-size:16px;
        padding:14px 44px 14px 16px;
    }
}



 
.image-section{
  
    padding-left:0;
    padding-right:0;
    margin-top:20px;
    margin-bottom:20px;
    background:#fafbff;
}
.image-section .services-container{
    
    max-width:100%;          
    margin:0 auto;           
    grid-template-columns:1fr;
    gap:0;                   
}

.image-box{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    width:100%;               
    background:#fafbff;
    border-radius:20px;
    box-shadow:var(--shadow);
    overflow:hidden;
}

.service-image{
    width:100%;               
    height:100%;             
    object-fit:cover;        
    display:block;           
}

@media (max-width:768px){
    .image-section .services-container{
        
    }

    .service-image{
        

    }
}  

/* =====================================
   SECTION WRAPPER (1180px aligned)
===================================== */

.section-two-columns-dynamic {
    width: 100%;
    max-width: 1180px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    box-sizing: border-box;
}


/* =====================================
   GRID
===================================== */

.section-two-columns-dynamic .dynamic-grid {
    display: grid;
    gap: 20px;
    width: 100%;
}

/* ratios */
.section-two-columns-dynamic.ratio-40-60 .dynamic-grid { grid-template-columns: 40% 58.4%; }
.section-two-columns-dynamic.ratio-60-40 .dynamic-grid { grid-template-columns: 58.4% 40%; }
.section-two-columns-dynamic.ratio-50-50 .dynamic-grid { grid-template-columns: 1fr 1fr; }
.section-two-columns-dynamic.ratio-30-70 .dynamic-grid { grid-template-columns: 30% 70%; }
.section-two-columns-dynamic.ratio-20-80 .dynamic-grid { grid-template-columns: 20% 80%; }


/* =====================================
   CARD STYLE
===================================== */

.section-two-columns-dynamic .dynamic-card,
.section-two-columns-dynamic .dynamic-image-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.section-two-columns-dynamic .dynamic-card-body {
    padding: 24px;
}
.section-two-columns-dynamic .dynamic-card h2 {
    margin: 0 0 12px;
    font-size: 20px;
    color: #0b2443;
}
.section-two-columns-dynamic .dynamic-card h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #0b2443;
}

.section-two-columns-dynamic .dynamic-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #0A0E18;
}


/* =====================================
   IMAGE CARDS
===================================== */

.section-two-columns-dynamic .dynamic-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 768px) {

    .section-two-columns-dynamic {
        width: calc(100% - 32px);
        max-width: none;
    }

    .section-two-columns-dynamic .dynamic-grid {
        grid-template-columns: 1fr !important;
    }

    .section-two-columns-dynamic .dynamic-image-card {
        height: auto;
    }

    .section-two-columns-dynamic .dynamic-image-card img {
        height: auto;
        object-fit: cover;
    }
}



.custom-heading {
    color: var(--navy);
    text-align: right;
    margin: 20px 170px; 
    font-size: 24px;
    line-height: 1.3;
}


@media (max-width: 1024px) {
    .custom-heading {
        margin: 10px 60px;
        font-size: 22px;
    }
}


@media (max-width: 768px) {
    .custom-heading {
        margin: 8px 16px;
        font-size: 20px;
    }
}


@media (max-width: 480px) {
    .custom-heading {
        margin: 6px 12px;
        font-size: 18px;
    }
}
    
    
 .blue-dot-list{
    list-style:none;               
    padding:0;
    margin:0;
}


.blue-dot-list li{
    position:relative;            
    padding-right:28px;           
    margin-bottom:12px;           
    line-height:1.6;
}


.blue-dot-list li::before{
    content:"";                   
    width:8px;                    
    height:8px;
    background:#0d1a33;           
    border-radius:50%;            
    position:absolute;
    right:0;                      
    top:50%;                      
    transform:translateY(-50%);  
}

.mini-box-section{
    padding:10px 20px;                 
    background:#f9faff;
}


.mini-box-section .section-title{
    text-align:rtl;
    margin:10 160 40px;
    font-size:clamp(28px,5vw,28px);
    color:var(--navy);
}

.mini-box-container{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    gap:28px;
    grid-template-columns: 1fr;
}

.mini-box{
    background:#fff;
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    overflow:hidden;
    display:flex;
    flex-direction:column;   
}


.mini-box-header{
    background:var(--navy);          
    color:#fff;                      
    padding:16px 20px;
    font-weight:800;
    font-size:1.1rem;
    text-align:rtl;
}

.mini-box-body{

    padding:16px 20px;
    direction:rtl;
    text-align:right;
}


@media (max-width:960px){
    .mini-box-section{
        padding:50px 12px;   
    }
}

.mini-box-section .section-title{
    text-align: rtl;                    
    margin: 16px 160px 40px;             
    font-size: clamp(28px,5vw,28px);     
    color: var(--navy);
}


@media (max-width:960px){
    .mini-box-section .section-title{
       
        margin-left: 20px;   
        margin-right: 20px;

    }
}

@media (max-width:480px){
    .mini-box-section .section-title{
        margin-left: 12px;
        margin-right: 12px;
    }
}
    
    
    
    

    
 .logistics-cta {
    max-width: 1180px; 
    width: 100%;
    margin: 40px auto; 
    background: linear-gradient(180deg, rgba(11,36,67,.78), rgba(11,36,67,.64));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 25px; 
    padding: 40px 50px;
    direction: rtl; 
    font-family: "IRANSansWeb";
    box-sizing: border-box;
    box-shadow:var(--shadow);
}


.cta-inner-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    flex-wrap: nowrap; 
    gap: 20px;
}


.cta-text-content {
    flex: 1;
}


.cta-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); 
}


.cta-action-buttons {
    display: flex;
    flex-direction: column; 
    gap: 15px;
    align-items: stretch; 
}

  .cta-btn {
    
    --btn-width: 240px;     
    --btn-height: 48px;     
    --btn-font-size: 16px;   

    width: var(--btn-width);
    height: var(--btn-height);
    font-size: var(--btn-font-size);
    
    background-color: #cf2f2f; 
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px; 
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 10px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    direction: ltr; 
    box-sizing: border-box;
}


.cta-btn:hover {
    background-color: #667589;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.cta-btn:active {
    transform: translateY(0);
}


.phone-icon {
    display: block;
}



@media screen and (max-width: 768px) {
    .logistics-cta {
        width: auto; 
        margin: 20px 15px; 
        padding: 30px 20px;
        border-radius: 20px; 
    }

    .cta-inner-container {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap; 
    }

    .cta-text-content {
        flex: auto; 
    }

    .cta-title {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .cta-action-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .cta-btn {
        width: 100%; 
        height: auto; 
        padding: 14px 20px;
    }
}  


.tabs-box {
  width: auto;
  max-width: 1180px;
  margin: 20px auto;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  box-sizing: border-box;
}

.tabs-box input[type="radio"] { display: none; }

.tabs-titles {
  display: flex;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.tabs-titles label {
  flex: 1;
  padding: 16px 10px;
  text-align: center;
  cursor: pointer;
  color: #082b4a;
  background: #fff;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.tabs-titles label h3,
.tabs-titles label h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: inherit;
}

.tabs-titles label:hover { color: #d53434; }

/* Active tab title (6 tabs) */
#tab1:checked ~ .tabs-titles label[for="tab1"],
#tab2:checked ~ .tabs-titles label[for="tab2"],
#tab3:checked ~ .tabs-titles label[for="tab3"],
#tab4:checked ~ .tabs-titles label[for="tab4"],
#tab5:checked ~ .tabs-titles label[for="tab5"],
#tab6:checked ~ .tabs-titles label[for="tab6"]{
  background: #082b4a;
  color: #fff;
}

.tabs-contents { padding: 25px; box-sizing: border-box; }

.tab-content {
  display: none;
  animation: fadeIn .35s ease;
}

/* Active tab content (6 tabs) */
#tab1:checked ~ .tabs-contents [data-tab="tab1"],
#tab2:checked ~ .tabs-contents [data-tab="tab2"],
#tab3:checked ~ .tabs-contents [data-tab="tab3"],
#tab4:checked ~ .tabs-contents [data-tab="tab4"],
#tab5:checked ~ .tabs-contents [data-tab="tab5"],
#tab6:checked ~ .tabs-contents [data-tab="tab6"]{
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Mobile: 6 tabs get cramped, so allow wrapping (2 per row) */
@media (max-width: 768px) {
  .tabs-box {
    margin: 20px 16px;
    width: calc(100% - 32px);
  }

  .tabs-titles { flex-wrap: wrap; }

  .tabs-titles label {
    flex: 0 0 50%;      /* دو ستون */
    padding: 12px 6px;
  }

  .tabs-titles label h3,
  .tabs-titles label h4 {
    font-size: 0.85rem;
    white-space: normal;
  }

  .tabs-contents { padding: 15px; }
}


/* ================================
   Flipbox Grid System (Standard & Professional)
================================ */

.flipbox-container {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    gap: 25px;
    padding: 20px;
    box-sizing: border-box;
}


.flipbox-container.cols-2 { grid-template-columns: repeat(2, 1fr); }
.flipbox-container.cols-3 { grid-template-columns: repeat(3, 1fr); }
.flipbox-container.cols-4 { grid-template-columns: repeat(4, 1fr); }
.flipbox-container.cols-44 { grid-template-columns: repeat(2, 2fr); }
.flipbox-container.cols-5 { grid-template-columns: repeat(5, 1fr); }
.flipbox-container.grid-6 { grid-template-columns: repeat(3, 1fr); }
.flipbox-container.grid-8 { grid-template-columns: repeat(4, 1fr); }
.flipbox-container.grid-10 { grid-template-columns: repeat(5, 1fr); }


@media (max-width: 900px) {
    .flipbox-container {
        grid-template-columns: 1fr !important; 
        width: 100%;
        padding: 15px;
    }
}


.flipbox {
    perspective: 1400px;
    height: 180px; 
}

.flipbox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .7s cubic-bezier(.4,.2,.2,1);
}


.flipbox:hover .flipbox-inner {
    transform: rotateY(180deg);
}



.flipbox-front,
.flipbox-back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    border-radius: 20px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;     
    text-align: center;
    
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    direction: rtl;
}



.flipbox-front {
    transform: rotateY(0deg);
    

    background: rgba(255, 255, 255, 1); 
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    
    color: #082b4a;
    z-index: 2;
}


.flipbox-title {
    font-size: 18px;
    font-weight: 800;
    margin: 0; 
    line-height: 1.4;
}



.flipbox-back {
    transform: rotateY(180deg);
    background: #082b4a !important; 
    color: #ffffff !important;
    z-index: 1;
        border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.flipbox-back p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}


@supports not (backdrop-filter: blur(1px)) {
    .flipbox-front {
        background: rgba(255, 255, 255, 0.9); 
    }
}
/* ================================
   Lightbox Fullscreen Image Viewer
================================ */

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.lightbox-overlay img {
    max-width: 95%;
    max-height: 95%;
    border-radius: 12px;
}

.lightbox-overlay .back-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    color: white;
    cursor: pointer;
    background: rgba(255,255,255,0.15);
    padding: 8px 15px;
    border-radius: 10px;
}





 
 
 
    
  
  
  
  
 
    /* =========================================================
       بعد از ریدیزاین تمام پیج ها این استایلها تا سر فوتر باید حذف بشن
       ========================================================= */
  
   /* Page body */
    .section{padding:52px 20px}

    .container{max-width:1180px; margin:0 auto}
    .lede{font-size:18px; color:#30415c; line-height:1.95; margin:0 0 12px}
    .pill{display:inline-block; font-size:12px; font-weight:800; color:#073a96; background:#eef3ff; border:1px solid rgba(13,71,161,.18); border-radius:999px; padding:5px 10px}

    .grid{display:grid; grid-template-columns:1.2fr .8fr; gap:24px}
    .card{ border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); overflow:hidden; transition:.35s; }
    .card-body{padding:18px}
    .card h3{ margin:6px 0 8px; font-size:18px; color:#0b2443 }
    .card p{ margin:0 0 8px; color:var(--muted); font-size:14px; line-height:1.9 }

    .check{list-style:none; padding:0; margin:0}
    .check li{padding-right:28px; position:relative; margin:8px 0; color:#384864; line-height:1.9}
    .check li::before{content:"✓"; position:absolute; right:0; top:0; font-weight:900; color:#1661d8}

    .cols{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
    .mini{padding:16px}
    .mini h4{margin:6px 0 4px; font-size:16px; color:#0b2443}
    .mini p{margin:0; font-size:14px; color:#5a6982; line-height:1.9}

    .backbar{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:-22px; margin-bottom:8px; flex-direction:row-reverse;}
    .backlink{ display:inline-flex; align-items:center; gap:8px; text-decoration:none; font-weight:800; color:#0d47a1; background:#eef3ff; border:1px solid #cfe0ff; padding:8px 12px; border-radius:999px }
    .backlink:hover{text-decoration:underline}

    .faq dt{font-weight:800; margin:14px 0 6px; color:#0b2443}
    .faq dd{margin:0 0 8px; color:#5a6982; line-height:1.9}

    /* ===== Feature Image (NEW) ===== */
    .feature{padding:22px 0 40px}
    .feature .container{max-width:1180px}
    .frame{
      position:relative; overflow:hidden; border-radius:24px;
      box-shadow:0 22px 50px rgba(0,0,0,.18);
      background:#eaf0ff;
    }
    .frame img{
      width:100%; height:520px; object-fit:cover; display:block;
      filter:saturate(1.05) contrast(1.05);
    }
    .feature figcaption{
      position:absolute; right:16px; bottom:14px;
      background:rgba(11,36,67,.72); color:#fff;
      padding:8px 12px; border-radius:10px; font-size:13px; font-weight:700;
      letter-spacing:.2px
    }
  
    
    
    
    

    /* =========================================================
       FOOTER (4 columns + map)
       ========================================================= */
    .site-footer{
backdrop-filter: saturate(160%) blur(10px);
-webkit-backdrop-filter: saturate(160%) blur(10px);
background: linear-gradient(180deg, rgba(11,36,67,.93), rgba(11,36,67,.60));
color:#fff;
margin-top:20px;
padding:60px 0 0;
font-size:14px;
}

/* container */

.footer-container{
max-width:1200px;
margin:auto;
padding:0 20px;

display:grid;
grid-template-columns:2fr 1.2fr 1.2fr 1.6fr 2fr;
gap:40px;
}

/* titles */

.footer-title{
font-size:16px;
font-weight:600;
margin-bottom:18px;
display:inline-block;
position:relative;
}


.footer-title::after{
content:"";
display:block;
width:40px;
height:3px;
background:#d53434;
margin-top:8px;
}


/* logo */

.footer-logo{
height:55px;
margin-bottom:15px;
}

/* links */

.footer-links ul,
.footer-services ul{
list-style:none;
padding:0;
margin:0;
}

.footer-links li,
.footer-services li{
margin-bottom:10px;
}

/* links style */

.site-footer a{
color:#fff;
text-decoration:none;
}

.site-footer a:hover{
color:#ffffff;
}


/* CTA buttons */

.footer-cta{
margin-top:20px;
display:flex;
gap:10px;
flex-wrap:wrap;
}

.footer-btn{
padding:10px 16px;
border-radius:10px;
font-size:14px;
display:inline-block;
}

.footer-quote{
background:#d53434;
color:#fff;
}

.footer-whatsapp{
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  background:rgba(255,255,255,.18);
}

/* contact */

.footer-contact p{
margin:8px 0 3px;
}

.footer-address{
margin-top:8px;
line-height:1.7;
}

/* map */

.footer-map iframe{
border-radius:6px;
}

/* bottom */

.footer-bottom{
margin-top:40px;
padding:18px;
text-align:center;
background:#082b4a;
font-size:13px;
}
@media (max-width:768px){

.footer-container{
grid-template-columns:1fr 1fr;
gap:25px;
}

/* row 1 */

.footer-about{
grid-column:1 / -1;
}

/* row 2 */

.footer-links{
grid-column:1 / 2;
}

.footer-services{
grid-column:2 / 3;
}

/* row 3 */

.footer-contact{
grid-column:1 / 2;
}

.footer-map{
grid-column:2 / 3;
}

.footer-map iframe{
height:160px;
}

}
@media (max-width:768px){

.footer-container{
text-align:center;
}

.footer-col{
align-items:center;
}

.footer-cta{
justify-content:center;
}

.footer-links ul,
.footer-services ul{
padding:0;
}

.footer-map iframe{
margin:auto;
display:block;
}

}


    /* ===== Reveal on scroll ===== */
    .reveal{transform:translateY(0)!important; opacity:1!important}

    /* ===== Responsive ===== */
    @media (max-width: 1080px){ .brand img{max-width:160px} .stats-grid{grid-template-columns:repeat(2,1fr)} }
    @media (max-width: 960px){ .cards{grid-template-columns:1fr} .news-grid{grid-template-columns:1fr} }
    @media (max-width: 560px){ .logos-grid { grid-template-columns: repeat(2, 1fr); } }



/* ============================================================
   Floating Contact Widget - Final Safe Version (Full CSS)
   No conflicts - No click blocking - High z-index isolation
   ============================================================ */


/* --- Container --- */
#floating-contact-widget{
    position: fixed !important;
    right: 22px !important;
    bottom: 22px !important;
    z-index: 999999 !important; /* Always above navbar, mobile menu, overlays */
    font-family: inherit;
    pointer-events: auto !important;
}


/* --- Button --- */
#fc-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: #082b4a;
    color: white;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0,0,0,.25);
    position: relative;
    z-index: 999999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
    outline: 2px solid #f9faff;
    outline-offset: 2px;
}


#fc-button:hover{
    transform: scale(1.08);
    box-shadow: 0 8px 22px rgba(0,0,0,.32);
}

#fc-button:active{
    transform: scale(0.94);
}


/* --- Box (Contact Options) --- */
#fc-box{
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 210px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
    display: none;
    z-index: 999999 !important;
    animation: fcFadeIn .25s ease;
    outline: 2px solid #082b4a;
    outline-offset: 2px;
}


/* --- Links inside box --- */
#fc-box a{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    text-decoration: none;
    color: #082b4a;
    border-radius: 8px;
    font-size: 15px;
    transition: background .2s ease;
}

#fc-box a:hover{
    background: #9babc5;
}


/* --- Smooth fade animation --- */
@keyframes fcFadeIn{
    from{ opacity: 0; transform: translateY(8px); }
    to{ opacity: 1; transform: translateY(0); }
}


/* --- Class-based opening (if needed in your JS later) --- */
#fc-box.fc-open{
    display: block;
}


/* ============================================================
   SAFETY FIXES for overlay conflicts with mobile menu
   ============================================================ */

/* prevent invisible overlays from blocking the button */
.mobile-overlay{
    pointer-events: none !important;
}

.mobile-overlay.active{
    pointer-events: auto !important;
}

/* make sure nav layers stay below widget */
.nav,
.mobile-nav,
.mobile-menu,
.mega-panel{
    z-index: 1000 !important;
}

