/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  direction: rtl;
  background: #fff;
  color: #333;
}
p {
  font-size: 24px;
  color: #535862;
  line-height: 32px;
}
/* Navbar */
.navbar {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 100;
}

.navbar .container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #4B5563;
  font-weight: 500;
}

.nav-links a:hover {
  color: #319B8F;
  text-decoration: underline;

}

.logo img {
  width: 120px;
  height: 35.02px;
}

.btn21 {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  border: 1px solid #00414651;

  
}

.btn21:hover {
  background: linear-gradient(to right, #7125CB, #381265); /* New linear gradient on hover */
  transition: opacity 1s ease;

  /* background: #381265; */
  color: white;
}


/* Photos Page */


:root{
  --cW:1288px; --cH:694px;
  --gap:24px;
  --radius:18px;
  --card:#F8F9FB;
  --stroke:#E7DBFF;             /* lilac line like reference */
  --brand:#6A45FF;
  --mint:#D7F1EA; --mint-ink:#0f8e78;
  --ink:#222; --muted:#6c6c75;
  --shadow:0 12px 30px rgba(0,0,0,.06);
}

.tssrC-section{
  font-family:"IBM Plex Sans Arabic", system-ui, sans-serif;
  background:#fff;
  display:flex; justify-content:center;
  margin-top: 50px;
}

.tssrC-canvas{
  width:var(--cW);
  padding:16px;
  border-radius:22px;
  background:#fff;
}

/* --------- Top info cards --------- */
.tssrC-cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  margin-bottom: var(--gap);
}
.tssrC-card{
  background:var(--card);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:22px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-items:start;
}
.tssrC-icn{
  width:40px;height:40px;border-radius:999px;
  background:var(--mint); color:var(--mint-ink);
  display:grid;place-items:center; flex:none;
}
.tssrC-icn svg{width:22px;height:22px}
.tssrC-cardTitle{font-weight:700;color:#0e0e11;margin-bottom:4px}
.tssrC-cardText{color:var(--muted);line-height:1.9}

/* --------- Bottom row --------- */
.tssrC-bottom{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}

/* Map */
.tssrC-map{
  background:#fff; border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden; border:1px solid #eee;
}
.tssrC-map img{
  width:100%; height:100%; object-fit:cover; display:block;
}

/* Form */
.tssrC-form{
  background:#fafafa;
  border-radius:var(--radius);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
  padding:18px;
}
.tssrC-row{ display:grid; gap:12px; margin-bottom:12px; }
.tssrC-two{ grid-template-columns:1fr 1fr; }

.tssrC-form input,
.tssrC-form textarea{
  width:100%;
  font-family:inherit;
  font-size:15px;
  color:#222;
  background:#fff;
  border:1.8px solid var(--stroke);
  border-radius:12px;
  padding:12px 14px;
  outline:none;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.tssrC-form input::placeholder,
.tssrC-form textarea::placeholder{ color:#9a8fd6; }

.tssrC-form input:focus,
.tssrC-form textarea:focus{
  border-color:var(--brand);
  box-shadow:0 0 0 3px rgba(106,69,255,.12);
}

.tssrC-submit{
  width:100%; background:var(--brand); color:#fff;
  border:none; border-radius:12px; padding:14px 16px;
  font-weight:700; cursor:pointer;
  box-shadow:0 10px 24px rgba(106,69,255,.25);
  transition:transform .15s ease;
}
.tssrC-submit:hover{ transform: translateY(-1px); }

/* ---- Optional small responsiveness (keeps proportion) ---- */
@media (max-width: 1320px){
  .tssrC-canvas{ width:100%; height:auto; }
  .tssrC-two{ grid-template-columns:1fr; }
  .tssrC-bottom{ grid-template-columns:1fr; }
}



/* Photos Page */
:root{
  --tssr9-w: 1287px;
  --tssr9-h: 203px;

  --tssr9-text-w: 126px;
  --tssr9-text-h: 120px;
}

/* Section with background image */
.tssr9-section{
  
  background: url("images/Frame\ 39\ \(1\).png") center/cover no-repeat;
  font-family:"IBM Plex Sans Arabic", system-ui, sans-serif;
  display:flex;
  justify-content:center;
  margin-top: 130px;
  align-items:center;
  border: 1px solid #7125CB;
  border-radius: 20px;
}

/* Fixed artboard */
.tssr9-canvas{
  width: var(--tssr9-w);
  height: var(--tssr9-h);
  position: relative;
  display:flex;
  justify-content:center;
  align-items:center;
}

/* Centered text */
.tssr9-text{
  width: var(--tssr9-text-w);
  height: var(--tssr9-text-h);
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  font-size:20px;       /* adjust font size as needed */
  font-weight:700;
  color:#000000;
}


:root{
  --tssr8-w: 1288px;
  --tssr8-h: 120px;

  --tssr8-small-w: 90px;
  --tssr8-small-h: 24px;

  --tssr8-big-w: 741px;
  --tssr8-big-h: 120px;
}

/* Section */
.tssr8-section{
  background:#fff; /* or transparent if overlaid */
  font-family:"IBM Plex Sans Arabic", system-ui, sans-serif;
  display:flex;
  justify-content:center;
  margin-top: 25px;
}

/* Fixed artboard */
.tssr8-wrap{
  width: var(--tssr8-w);
  height: var(--tssr8-h);
  position: relative;
}

/* Top right text */
.tssr8-small{
  position: absolute;
  top: 10;
  right: 0;
  margin-bottom: 300px !important;
  width: var(--tssr8-small-w);
  height: var(--tssr8-small-h);
  font-size: 14px;
  font-weight: 600;
  color:#6A45FF;
  text-align:right;
  line-height: var(--tssr8-small-h);
}

/* Two-liner text */
.tssr8-big{
  position: absolute;
  margin-top: 130px;
  bottom: 0;
  right: 0;
  width: var(--tssr8-big-w);
  height: var(--tssr8-big-h);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color:#1f1f1f;
  text-align:right;
}

/* Grid Image Section */
/* ====== Variables (exact sizes) ====== */
:root{
  --mosaic-W: 1288px;
  --mosaic-H: 1855px;

  --col-left: 413px;
  --col-right: 850px;   /* 413 + 24 + 413 */

  --gap: 24px;
  --radius: 16px;       /* big rounded corners like reference */
  --bg: #ffffff;           /* page background behind; adjust as needed */
  --tile-bg: #ffffff;      /* fallback bg while images load */
}

/* Section bounds */
.tssrMosaic-section{
  background: var(--bg);
  font-family: "IBM Plex Sans Arabic", system-ui, sans-serif;
  padding: 20px 0;                 /* outer breathing room (optional) */
}

/* Overall wrapper with exact artboard */
.tssrMosaic-wrap{
  width: var(--mosaic-W);
  height: var(--mosaic-H);
  margin-inline: auto;

  display: grid;
  grid-template-columns: var(--col-left) var(--gap) var(--col-right);
  /* We use a fixed gap column to keep perfect math */
}

/* ---------- Left column (stack) ---------- */
.tssrMosaic-left{
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

/* ---------- Right block ---------- */
.tssrMosaic-right{
  grid-column: 3;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

/* Top grid: 2 columns each 413px with 24px gap */
.tssrMosaic-topgrid{
  display: grid;
  grid-template-columns: repeat(2, 413px);
  gap: var(--gap);
}

/* ---------- Tiles ---------- */
.tssrMosaic-tile{
  background: var(--tile-bg);
  border-radius: var(--radius);
  overflow: hidden;
}

.tssrMosaic-tile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* explicit sizes (width is implied by container) */
.h488 { height: 488px; }
.h403 { height: 403px; }
.w850 { width: 850px; }

/* ---------- Responsive note ----------
   This is a pixel-locked desktop artboard per your spec.
   If you want proportional scaling on smaller screens, add:
   width: min(var(--mosaic-W), 100%); aspect-ratio: 1288 / 1855;
   and compute heights via scale. For now we keep exact desktop size.
---------------------------------------*/


:root {
  --pg-width: 1288px;
  --pg-height: 68px;
  --pg-purple: #6A45FF;
  --pg-gray: #666;
}

.tssr-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "IBM Plex Sans Arabic", system-ui, sans-serif;
}

.tssr-pagination-wrap {
  width: 95%;
  height: var(--pg-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

/* Buttons */
.tssr-page-btn {
  padding: 8px 16px;
  border: 1px solid #6A45FF50;
  background: transparent;
  color: var(--pg-purple);
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.tssr-page-btn:hover {
  background: var(--pg-purple);
  color: #fff;
}

/* Numbers */
.tssr-page-numbers {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tssr-page-numbers a, 
.tssr-page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: var(--pg-gray);
  text-decoration: none;
  border-radius: 50%;
  transition: background .2s ease, color .2s ease;
}

/* Active page */
.tssr-page-numbers a.active {
  background: #F0E6FF;
  color: var(--pg-purple);
  font-weight: 700;
}
.tssr-page-numbers a:hover:not(.active) {
  background: #f3f3f3;
}


/* Contact Page Sections */
.tssr-hero {
  width: 100%;       /* fixed width */
  height: 404px;       /* fixed height */
  margin: 0 auto;      /* center on page */
  background: url("images/Horse.png") center/cover no-repeat;
  position: relative;
  font-family: "IBM Plex Sans Arabic", system-ui, sans-serif;
  color: #fff;
  margin-top: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* content to LEFT side */
}

/* purple gradient overlay */
.tssr-hero-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* content left aligned */
  padding-inline: clamp(40px, 6vw, 120px);
}

/* Content box */
.tssr-hero-content {
  max-width: 520px;
  direction: rtl;   /* keep Arabic flowing correctly */
}

/* Small pill */
.tssr-hero-pill {
  display: inline-block;
  background: #fff;
  color: #6A45FF;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  padding: 4px 16px;
  margin-bottom: 14px;
}

/* Title */
.tssr-hero-title {
  margin: 0 0 14px;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.3;
}

/* Subtitle */
.tssr-hero-sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #e4e4e4;
}




/* Global Footer */
:root{
  --footer:#3A0C6E;          /* base purple */
  --footer-deeper:#2f095b;
  --ink:#ffffff;
  --muted:#c9b9f4;
  --gap:20px;
}

.tasseer-footer{
  color:var(--ink);
  background:
    url("images/Footer\ \(1\).png") no-repeat, /* light watermark pattern */
    linear-gradient(180deg, var(--footer) 0%, var(--footer-deeper) 100%);
  padding-top:18px;
  font-family:"IBM Plex Sans Arabic", system-ui, sans-serif;
}

.tf-container{
  width:min(1288px,92vw);
  margin-inline:auto;
  display:grid;
  grid-template-columns: 1fr auto; /* left badges, right nav+logo */
  align-items:center;
  gap:var(--gap);
  padding-block:10px 6px;
}

/* right side */
.tf-right{
  display:grid;
  grid-auto-flow: row;
  justify-items:end;
  gap:10px;
  margin-left: 430px;
}
.tf-logo img{
  height:35.02px;
  width:120px;
  display:block;
  margin-left: 440px;
 }

.tf-nav{
  display:flex; gap:22px; flex-wrap:wrap;
}
.tf-nav a{
  color:var(--ink);
  text-decoration:none;
  font-weight:600;
  opacity:.95;
  color: white;
}
.tf-nav a:hover{ opacity:1; text-decoration:underline; }

.tf-social{
  display:flex; gap:12px;
  margin-left: 430px;

}
.tf-social a{
  color:var(--ink);
  width:32px; height:32px; border-radius:999px;
  display:grid; place-items:center;
  background:rgba(255, 255, 255, 0.1);
  transition: background .15s ease, transform .15s ease;
}
.tf-social a:hover{ background:rgba(255,255,255,.18); transform:translateY(-2px); }

/* left side */
.tf-left{
  display:grid; gap:8px; justify-items:start;
}
.tf-get{ margin:0; color:var(--muted); font-weight:600; }
.tf-badges{ display:flex; gap:10px; }
.tf-badges img{ height:36px; display:block; }

/* copyright */
.tf-copy{
  text-align:center;
  color:var(--muted);
  font-size:14px;
  padding:10px 0 16px;
  border-top:1px solid rgba(255, 255, 255, 0.08);
  margin-top:6px;
}

/* responsive */
@media (max-width: 900px){
  .tf-container{
    grid-template-columns: 1fr;
    justify-items:center;
    text-align:center;
  }
  .tf-right{ justify-items:center; }
  .tf-left{ justify-items:center; }
}