/* ============================================================
   THEME COLORS — Carer template color override
   ------------------------------------------------------------
   Ee file style.css-inte SHESHAM load cheyyanam.
   Site muzhuvan color maaran, thaazhe ulla PALETTE block-il
   ulla hex values mathram maattiyaal mathi. Vere onnum thodenda.
   ============================================================ */

:root {
  /* ---------- PALETTE — ivide mathram edit cheyyu ---------- */

  /* Primary: buttons, links, icons, hover, section subtitles */
  --theme-color1: #FF6A2B;
  --theme-color1-rgb: 255, 106, 43;   /* mukalile color-inte RGB. MARAKKARUTHU */

  /* Dark: headings, footer, dark sections */
  --theme-color2: #16233C;
  --theme-color2-rgb: 22, 35, 60;     /* mukalile color-inte RGB. MARAKKARUTHU */

  /* Secondary accent (highlights) */
  --theme-color3: #FFA424;

  /* Tertiary accent (tick marks, success) */
  --theme-color4: #2EAE6F;

  /* Ettavum irunda color — overlay, deep sections */
  --theme-color-dark: #0C1729;

  /* Ilam background — alternate sections */
  --theme-light-background: #F4F7FB;

  /* Sadharana paragraph text */
  --text-color: #5A6478;

  /* -------------------------------------------------------- */
  /* Ithinu thaazhe ullath automatic aayi mukalilthethil ninnu
     varunnathaanu — maattenda aavashyamilla. */

  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);

  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);

  --headings-color: var(--theme-color2);
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --sec-title-subtitle-color: var(--theme-color1);
  --sec-title-color: var(--headings-color);
  --theme-light-background-text-color: var(--headings-color);
}

/* ------------------------------------------------------------
   Theme-il variable upayogikkaathe hardcode cheytha 2 sthalam.
   Ithu illenkil aa randu blocks മാത്രം pazhaya color-il nilkkum.
   ------------------------------------------------------------ */

.header-style-two .info-btn-two small {
  color: var(--theme-color2);
}

.offer-section {
  background-color: var(--theme-color2);
}


/* ---- Menu dropdown: service title oru line-il varaan ---- */
@media only screen and (min-width: 1200px) {
	.main-menu .navigation > li > ul {
		width: auto;
		min-width: 250px;
		white-space: nowrap;
	}
	.main-menu .navigation > li > ul > li > a {
		white-space: nowrap;
		padding-right: 35px;
	}
}