:root {
	--primary--color: #82b83b;
	--secondary--color: #3958ab;
	--dark-secondary-color:#182549;
	--tertiary--color: #fff;
	--line--color: #12346b21;
	--nav--color: #3958ab;
	--dark-grey:#313131;
	--yellow--color:#fdbf14;
	--primary-gradient: linear-gradient(41deg, rgba(0,95,156,1) 0%, rgba(137,190,64,1) 100%);;
	--secondary-gradient: linear-gradient(90deg, rgba(59,189,173,1) 0%, rgba(195,216,41,1) 100%);
	/* Extras */
	--light--clr: #F2F2F2;
	--cross-pattern: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 0)'/><path d='M11 6a5 5 0 01-5 5 5 5 0 01-5-5 5 5 0 015-5 5 5 0 015 5'  stroke-width='1' stroke='none' fill='hsla(259, 11%, 65%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
	--web-green: #6fb22e;
	--color-light:#ffff;
	/* Social media icon colors */
	--fb--color: #3b5998;
--whatsapp--color: #25d366;
--tweet--color: #000;
--google--color: #009fdd;
--instagram--color: #d82f83;
--linkedin--color: #0077B5;
--threads--color: #000;
--tiktok--color: #69C9D0;
--youtube--color: #FF0000;
--snapchat--color: #FFFC00;
--quora--color: #B92B27;
--pinterest--color: #E60023;
--discord--color: #7289DA;
--dribble--color: #EA4C89;
--github--color: #181717;
--telegram--color: #0088cc;
--spotify--color: #1DB954;
--vimeo--color: #1ab7ea;
	
}

html, body {
    height: 100%;
    overflow-y: auto; /* Ensure body can scroll */
    scroll-behavior: smooth;
}


* {
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

p{
	font-family: "Inter", sans-serif;
  
}

.top-nav-bg{
	background-color: #ffffff;
    border-bottom: 1px solid #ececec;
}

.text-primary{
	color: var(--primary--color) !important;
}

.text-green{
	color: var(--primary--color) !important;
}

.text-grey{
	color: #adadad !important;
}

.text-yellow{
	color: var(--yellow--color) !important;
}

.text-secondary{
	color: var(--secondary--color) !important;
}

h3{
	font-size: 1.68rem;
	
}
.img-responsive{
	width: 100%;
}
.title__font{
	font-size: clamp(1rem, -2.7500rem + 16.6667vw, 3rem);
	font-weight: 700;
 }
 .title__font-low{
	font-size: clamp(1rem, -1.2500rem + 10.0000vw, 4rem);
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
 }

 .text-body{
	font-size: 14px !important;
 }

 .bg--navbar {
	background: var(--primary-gradient);
	
 }

 #navbar {
    background-color: #e3f3ff52;
    position: fixed;
    top: -150px;
    width: 100%;
    display: block;
    transition: top 0.5s;
    z-index: 99999;
    backdrop-filter: blur(15px);
}
  
  #navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
  }
  
  #navbar a:hover {
	color: var(--primary--color);
  }


  .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #c6a5601a;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}


 .pl-2{
	padding-left: 1em !important;
 }

 .pr-2{
	padding-right: 1em !important;
 }

 .text-white{
	 color: #fff !important;
 }

 .bg-red{
	background-color: #82b83b !important;
 }

 .text-base-color{
	color: var(--primary--color);
 }

 .text-bold{
	 font-weight: 700 !important;
 }

 .lh-20{
	 line-height: 20px;
 }

 @media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;}
}

 .sidebar-text {
    float: left;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-right: 52px;
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.sidebar1 {
    position: fixed;
    bottom: 350px;
    right: -164px;
    height: 70px;
    width: 275px;
    display: flex;
    justify-content: center;
    background: rgb(131,58,180);
    background: var(--blue--gradient);
    background-size: cover;
    color: #fff;
    z-index: 1111;
    border-radius: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border: 0;
	font-family: inherit;
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 650px;
	
}

/* ==== Modal backdrop: subtle tint + blur for focus ==== */
.modal-backdrop.show {
  background-color: rgba(8, 18, 32, 0.55);
  backdrop-filter: blur(4px);
}

/* ==== Modal card: liquid glass but professional ==== */
.modal-content.glass {
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.68)); */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgb(255 255 255 / 29%);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    overflow: hidden;
}

/* right-side form pane: slightly deeper glass to separate from image */
.glass-side {
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.65), rgba(255,255,255,0.58)),
    radial-gradient(120% 100% at 50% -20%, rgba(255,255,255,0.3), transparent 60%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-left: 1px solid rgba(255,255,255,0.45);
}

/* Headings & HR: business-like */
.glass-side h3 {
  color: #233048 !important; /* deep, professional navy */
  letter-spacing: 0.2px;
}
.glass-side hr {
  border-top: 1px solid rgba(0,0,0,0.08);
  margin: 12px auto 18px;
  width: 80%;
}

/* Inputs: glass fields with strong focus state */
.glass-input,
.glass-input:focus {
  background: rgba(255,255,255,0.6) !important;
  border: 1px solid rgba(35, 48, 72, 0.15) !important;
  color: #1f2a3d !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

.glass-input::placeholder {
  color: rgba(31,42,61,0.55) !important;
}

/* refined focus ring */
.glass-input:focus {
  border-color: rgba(0, 117, 163, 0.35) !important;
  box-shadow: 0 0 0 4px rgba(0, 117, 163, 0.12) !important;
}

/* Alerts: keep contrast clean over glass */
.alert-danger, .alert-success {
  border-radius: 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Submit button: understated glass with clear affordance */
.glass-btn {
  border-radius: 999px;
  border: 1px solid rgba(35, 48, 72, 0.25) !important;
  background: linear-gradient(
      to bottom,
      rgba(255,255,255,0.65),
      rgba(245,245,245,0.6)
    );
  color: #233048 !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.6);
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.glass-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14), inset 0 1px 0 rgba(255,255,255,0.65);
  background: linear-gradient(
      to bottom,
      rgba(255,255,255,0.75),
      rgba(245,245,245,0.68)
    );
}

.glass-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.55);
}

/* Keep image edge crisp against glass pane */
#popModal .px-0 > a > img {
  display: block;
}

/* Accessibility: reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .glass-btn { transition: none; }
  .modal-content.glass,
  .glass-side { backdrop-filter: blur(0); -webkit-backdrop-filter: blur(0); }
}


.bg-modal {
	background: #ffffff91;
    backdrop-filter: saturate(1.8) blur(5px);
    border-radius: 10px;
    border: 1px solid #ffffff66fff42;
    box-shadow: 0px 10px 25px #0000000f;
}


.error-page-image{
	height: 480px;
}
.modal {
    z-index: 1050 !important;
}
.modal-backdrop {
    z-index: 1040 !important;
}

.big-font{
	font-size: 9em !important;
    line-height: 0.8;
}

.font-7em{
	font-size: 7em !important;
}

.font-6em{
	font-size: 6em !important;
}

.font-5em{
	font-size: 5em !important;
}

.font-3em{
	font-size: 3em !important;
}

.font-2em{
	font-size: 2em !important;
}

.font-1em{
	font-size: 1em !important;
}

.font-1-8em{
	font-size: 1.8em !important;
}

.font-1-5em{
    font-size: 1.5em !important;
}
.font-1-2em{
    font-size: 1.2em !important;
}

/* ===== Original styles (unchanged behavior) ===== */
.header-button {
    background: linear-gradient(to right, #2e4a83, #124b6c, #005f61, #78ad0d);
    background-size: 200% 100%;
    background-position: 0% 0%;
    transition: background-position 1s ease !important;
    font-weight: 400 !important;
    color: #fff !important;
    border-radius: 250px;
    display: inline-block;
    /* --- additions for glass without affecting the effect --- */
    position: relative;
    padding: 10px 24px;           /* safe visual padding */
    border: 1px solid rgba(255,255,255,0.28); /* glassy rim */
    overflow: hidden;             /* contain shines */
    isolation: isolate;           /* keep blend effects tidy */
}

.header-button:hover {
    background: linear-gradient(to right, #2e4a83, #124b6c, #005f61, #78ad0d); /* same gradient */
    background-size: 200% 100%;
    background-position: 100% 0%; /* same slide effect */
    color: #fff !important;
    transition: background-position 1s ease !important;
}

/* ===== Liquid glass layers (visual only) ===== */

/* Gloss streak that sweeps across (subtle, doesn’t change the original effect) */
.header-button::before {
    content: "";
    position: absolute;
    inset: -40% -60%;
    background: radial-gradient(120% 60% at 20% 10%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.08) 35%, rgba(255,255,255,0) 65%);
    transform: translateX(-60%);
    transition: transform 900ms ease;
    pointer-events: none;
    mix-blend-mode: screen;
    z-index: 1;
}

.header-button:hover::before {
    transform: translateX(25%);
}

/* Soft top highlight + bottom glow to fake “glass thickness” */
.header-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(255,255,255,0) 35%) top / 100% 60% no-repeat,
        radial-gradient(120% 120% at 50% 120%, rgba(255,255,255,0.15), rgba(255,255,255,0)) bottom / 100% 80% no-repeat;
    pointer-events: none;
    z-index: 1;
}

/* Optional: tiny noise for glass realism (very subtle) */
@supports (background-blend-mode: overlay) {
  .header-button {
    background-blend-mode: normal;
  }
  .header-button .noise { display: none; }
}





.cta-button {
    background: transparent !important;
    font-weight: 500 !important;
	border: 1px solid var(--primary--color);
    transition: 0.5s !important;
    color: var(--primary--color) !important;
	padding: 14px 40px !important;
	transition: 0.5s;
}

.cta-button:hover{
    background: var(--primary-gradient) !important;
    font-weight: 500 !important;
    transition: 0.5s;
    color: #fff !important;
	border: 1px solid var(--primary--color);
}

.bg-primary-light {
    background: #f2f2f2 !important;
}

/* Liquid Glass Counter Wrapper */
.bg-counter{
	background: rgba(255,255,255,0.15);     /* translucent glass */
    backdrop-filter: saturate(1.8) blur(8px);
    -webkit-backdrop-filter: saturate(1.8) blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.35);
	box-shadow: 0px 8px 28px rgba(0,0,0,0.12);
    position: relative;
    overflow: hidden;
}

/* subtle gradient border glow */
.bg-counter::before{
    content:"";
    position:absolute; inset:0;
    border-radius:inherit;
    padding:1px;
    background: linear-gradient(135deg, rgba(0,95,156,0.5), rgba(137,190,64,0.5));
    -webkit-mask: 
      linear-gradient(#000 0 0) content-box, 
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events:none;
    opacity:.6;
}

/* inner light highlight */
.bg-counter::after{
    content:"";
    position:absolute;
    inset:-25% -10% auto -10%;
    height:40%;
    border-radius:50%;
    background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.35), rgba(255,255,255,0) 60%);
    mix-blend-mode: screen;
    pointer-events:none;
}

.gradient-wave-bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
  isolation: isolate; 
}

.gradient-wave-bg::before {
   content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: conic-gradient(
    from 240deg at 60% 240%,
    var(--dark-secondary-color), var(--dark-secondary-color), var(--dark-secondary-color), #005f61, var(--primary--color), #009688, var(--secondary--color)
  );
  background-size: 130% 100%;
  /* FIX: use the keyframes that actually exist, or define the one you reference */
  animation: wave-gradient-flow 10s ease-in-out infinite alternate;
  will-change: background-position;
}



/* ===== Short header gradient (the bug was here) ===== */
.gradient-wave-short-bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
}
.gradient-wave-short-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: conic-gradient(
    from 240deg at 60% 240%,
    #1b294c, #1a2b4e, #043957, #005f61, #619202, #009688, #daaa00, #deab02, #1b294c
  );
  background-size: 130% 100%;
  /* FIX: use the keyframes that actually exist, or define the one you reference */
  animation: wave-gradient-flow 10s ease-in-out infinite alternate;
  will-change: background-position;
}

/* Keyframes you already had (kept) */
@keyframes wave-gradient-flow {
  0%   { background-position: 50% 50%; }
  50%  { background-position: 70% 30%; }
  100% { background-position: 50% 50%; }
}
@keyframes noise-shift {
  0% { transform: translate(0,0); }
  100% { transform: translate(10px, -10px); }
}

/* Optional: respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .gradient-wave-bg::before,
  .gradient-wave-bg::after,
  .gradient-wave-short-bg::before {
    animation: none !important;
  }
}

.text-gradient-light-static {
  /* exactly the same conic-gradient + animation you used on the background */
  background: conic-gradient(from 200deg at 50% 130%, #ffffff, var(--primary--color));
  background-size: 100% 100%;

  /* mask the gradient to the text */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* for non-WebKit browsers: */
  background-clip: text;
  color: transparent;
}


.text-gradient {
  /* exactly the same conic-gradient + animation you used on the background */
  background: conic-gradient(from 270deg at 70% 120%, #3F51B5, #3a55a0, #3a55a0, #009688, var(--primary--color), #baa600, #daaa00, #deab02, #1b294c);
  background-size: 150% 100%;
  animation: wave-gradient 10s ease-in-out infinite alternate;

  /* mask the gradient to the text */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* for non-WebKit browsers: */
  background-clip: text;
  color: transparent;
}

.text-gradient-light {
  /* exactly the same conic-gradient + animation you used on the background */
  background: conic-gradient(from 270deg at 70% 120%, #ffffff, #ffffff, #fbfbfb, #009688, var(--primary--color), #baa600, #daaa00, #deab02, #1b294c);
  background-size: 150% 100%;
  animation: wave-gradient 10s ease-in-out infinite alternate;

  /* mask the gradient to the text */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* for non-WebKit browsers: */
  background-clip: text;
  color: transparent;
}



@keyframes wave-gradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}


.gradient-wave-light-bg {
    position: relative;
    z-index: 0;
}

.gradient-wave-light-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: conic-gradient(
        from 240deg at 50% 120%,
        #afc6ff,
        #ffffff,
        #ffffff,
        #ffffff,
        var(--primary--color),
        #ffffff,
        #ffffff,
        #ffffff,
        var(--primary--color)
    );
	opacity: 0.1;
    background-size: 150% 100%; /* double width for motion */
    animation: light-wave-gradient 10s ease-in-out infinite alternate;
}
@keyframes light-wave-gradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}


.letter-spacing-5 {
	letter-spacing: 5px;
}



/* CONSENT BAR */

  .ap-consent{
    position: fixed; left: 0; right: 0; bottom: 16px;
    z-index: 10000;
    margin: 0 16px;
    background: #fff;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 16px;
    transform: translateY(20px);
    opacity: 0;
    animation: ap-slide-up 300ms ease forwards;
  }
  @keyframes ap-slide-up{
    to{ transform: translateY(0); opacity: 1; }
  }
  @media (prefers-reduced-motion: reduce){
    .ap-consent{ animation: none; transform:none; opacity:1; }
  }

  .ap-consent__inner{
     margin: 0 auto; padding: 16px;
    display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center;
  }
  .ap-consent__icon{ font-size: 3em; line-height: 1; }
  .ap-consent__copy{ min-width: 0; }
  .ap-consent__text{
    color: var(--ap-text); font: 500 15px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif;
  }
  .ap-consent__links{ margin-top: 4px; display:flex; gap:8px; align-items:center; flex-wrap: wrap; }
  .ap-link{ color: var(--ap-link); text-decoration: none; font-size: 13px; }
  .ap-link:hover{ text-decoration: underline; }
  .ap-consent__actions{ display:flex; gap:10px; }

  .ap-btn{
    padding: 10px 18px; border-radius: 14px; border: 1px solid transparent; cursor: pointer;
    font: 600 14px/1 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif;
    transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
    will-change: transform;
  }
  .ap-btn:focus{ outline: 2px solid var(--ap-link); outline-offset: 2px; }
  .ap-btn--primary{
    background: linear-gradient(135deg, var(--ap-primary-1), var(--ap-primary-2));
    color: #fff;
  }
  .ap-btn--primary:hover{ transform: translateY(-1px); }
  .ap-btn--ghost{
    background: transparent; color: var(--ap-text); border-color: var(--secondary--color);
  }
  .ap-btn--ghost:hover{ background: rgba(255,255,255,0.12); }
  .ap-btn--link{
    background: transparent; color: var(--ap-link); border: none; padding-inline: 8px;
  }
  .ap-btn--link:hover{ text-decoration: underline; transform:none; }

  /* Sheet */
  .ap-consent__sheet{
    position: fixed; inset: 0; display: grid; place-items: end center; padding: 16px;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .ap-consent__sheet[hidden]{ opacity:0; visibility:hidden; }
  .ap-consent__sheet-inner{
    width: min(650px, 100%); margin: 0 auto;
    background: #fff;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 18px;
    padding: 20px;
    transform: translateY(12px);
    transition: transform .25s ease, opacity .25s ease;
    opacity: 0;
  }
  .ap-consent__sheet:not([hidden]) .ap-consent__sheet-inner{ transform:translateY(-50%); opacity:1; }


  .ap-consent__title{
    color: var(--ap-text); font: 700 18px/1.2 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif; margin: 0 0 6px;
  }
  .ap-consent__desc{
    color: var(--ap-muted); font: 500 13px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif; margin: 0 0 14px;
  }

  .ap-row{
    display:flex; align-items:center; justify-content:space-between; gap: 12px;
    padding: 12px 0; border-top: 1px dashed var(--secondary--color);
  }
  .ap-row:first-of-type{ border-top: none; }
  .ap-row__info{ display:flex; flex-direction:column; gap:4px; }
  .ap-row__title{ color: var(--ap-text); font: 600 15px/1.2 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif; }
  .ap-row__hint{ color: var(--ap-muted); font: 500 12px/1.4 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif; }

  /* Toggle styling */
  .ap-row input[type="checkbox"]{
    appearance: none; width: 44px; height: 26px; border-radius: 26px;
    background: #ececec; border: 1px solid #ececec; position: relative;
    transition: background .2s ease, border-color .2s ease;
  }
  .ap-row input[type="checkbox"]::after{
    content: ""; position: absolute; top: 1px; left: 2px; width: 22px; height: 22px; border-radius: 50%;
    background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.2);
    transition: transform .2s ease;
  }
  .ap-row input[type="checkbox"]:checked{
    background: var(--primary--color); border-color: transparent;
  }
  .ap-row input[type="checkbox"]:checked::after{ transform: translateX(18px); }
  .ap-row input[type="checkbox"]:disabled{ opacity:.6; cursor:not-allowed; }

  .ap-sheet__actions{ display:flex; justify-content:flex-end; gap:10px; margin-top: 12px; }

  /* Responsive */
  @media (max-width: 760px){
    .ap-consent__inner{
      grid-template-columns: 1fr; gap: 10px; padding: 14px;
    }
    .ap-consent__actions{ justify-content: flex-end; }
    .ap-btn{ padding: 10px 14px; }
    .ap-consent__icon{ display:none; }
  }

  /* Make the bar fully responsive + safe-area aware */
.ap-consent {
  /* Respect iOS notch safe-areas */
  left: max(12px, env(safe-area-inset-left));
  right: max(12px, env(safe-area-inset-right));
  bottom: max(12px, env(safe-area-inset-bottom));
  width: auto;
  max-width: calc(100% - env(safe-area-inset-left) - env(safe-area-inset-right) - 24px);
  box-sizing: border-box;
}
.ap-consent, .ap-consent * { box-sizing: border-box; }

/* Prevent long words/URLs from breaking layout */
.ap-consent__text {
  overflow-wrap: anywhere;     /* modern */
  word-break: break-word;      /* fallback */
}

/* Sheet must never exceed viewport height */
.ap-consent__sheet-inner {
  max-height: min(80vh, 640px);
  overflow: auto;
}

/* MOBILE: stack + wrap buttons nicely */
@media (max-width: 760px) {
  .ap-consent__inner {
    grid-template-columns: 1fr;   /* force single column */
    gap: 12px;
    padding: 12px;
  }

  /* Keep font readable but flexible */
  .ap-consent__text { font-size: clamp(14px, 3.8vw, 15px); }

  /* Actions: full-width row with wrapping buttons */
  .ap-consent__actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: stretch;
  }
  /* Make each button flexible so they don’t overflow */
  .ap-consent__actions > * {
    flex: 1 1 32%;
    min-width: 0;
  }

  /* Tighter button padding on small screens */
  .ap-btn,
  .ap-consent .btn,
  .ap-consent .header-button,
  .ap-consent .btn-border-dark {
    padding: 10px 12px;
    white-space: normal;   /* allow wrapping */
  }

  /* Sheet enters from bottom, not above viewport */
  .ap-consent__sheet:not([hidden]) .ap-consent__sheet-inner {
    transform: translateY(0);     /* override your -120% */
    opacity: 1;
  }
}
/* CONSENT BAR */


/* IMAGE MOVE ONSCROLL */

.scroll-move {
	position: relative;
	max-width: 100%;
	min-height: 18vh;
	margin: auto;
	color: #ffffff;
  }

  .scroll-move.bg-static {
	background-position: center;
	bottom: 0;
	background-size: cover;
  }


  /* IMAGE MOVE ONSCROLL */

.big-font-1{
	font-size: 6em !important;
    line-height: 0.8;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.project-button{
	background: var(--primary--color) !important;
    color: #fff !important;
    font-size: 13px;
    border: 1px solid var(--primary--color);
	transition: 0.5s;
	
}

.project-button:hover{
	background: #ffffff !important;
    color: #000 !important;
    font-size: 13px;
    border: 1px solid;
}


.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 7%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
	backdrop-filter: saturate(140%) blur(5px);
	background: #3a55a04d;
}



 .footer-parallex{
	background-image: url("../img/footer-bg.png");
	background-color: #181818;
	/* background-attachment: fixed; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 }
 .about-parallex{
	background-image: url("../img/about-bg.png");
	background-color: var(--primary--color);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 }

 .f-60{
	font-size: 60px !important;
	line-height: 1.2;
}

 .category-img-right{
	padding-right: 5px !important;
 }
 .table-bg{
	background-color: var(--primary--color);
 }

.custom-pe-3{
	padding-right: .8rem !important;
}
.category_1__img, .category_2__img, 
.category_3__img, .category_4__img, 
.category_5__img, .category_6__img{
	background-size: 100% 100%;	
	background-repeat: no-repeat;
	align-items: flex-end;
	position: relative;
}
.category_2__img, .category_3__img, 
.category_4__img, .category_5__img, .category_6__img{
	height: 15em;
	
}

.placement-logo{
	height: 280px;
    padding: 10px;
	width: 100%;
}

.bg-secondary {
    background-color: var(--secondary--color)!important;
}

.category_1__img{
	height: 15em;
	background-image: url('../img/category_img/a1.jpg');	
	padding-right: 0rem;
	
}
.category_2__img{
	background-image: url('../img/category_img/a2.jpg');	
}.category_3__img{
	background-image: url('../img/category_img/a3.jpg');	
}.category_4__img{
	background-image: url('../img/category_img/a4.jpg');	
}.category_5__img{
	background-image: url('../img/category_img/a5.jpg');	
}
.category_6__img{
	background-image: url('../img/category_img/a6.jpg');	
}
.category_7__img{
	background-image: url('../img/category_img/a6.jpg');	
}

.overlaybrowes{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 1rem;
	background: linear-gradient(180deg, rgba(0,0,0,0) 20%, #000000ab 90%);
}
.custom{
	width: 50%;
}
.font-smaller{
	font-size: 0.8rem !important;
   
}

.testi-bg{
	background-image: url(../img/testimonial-bg.jpg);
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Headline block */
.tstl-head{ position:relative; padding: 24px 0 12px; }
.tstl-pretitle{ margin:0; color:#0b2a6b; font-weight:700; opacity:.85; }
.tstl-title{
  margin:10px 0 26px;
  color:#0b2a6b; font-weight:800; line-height:1.2;
  font-size: clamp(24px, 3.6vw, 44px);
}
.tstl-accent-pink{ color:#ff6f8f; }

/* Arrow buttons (top-right) */
.tstl-arrows{
  position:absolute; right:0; top:0; display:flex; gap:10px;
}
.tstl-arrow{
  width:44px; height:44px; border-radius:50%;
  border:2px solid #0b2a6b; background:#fff; color:#0b2a6b;
  display:inline-flex; align-items:center; justify-content:center;
  transition: all .2s ease;
}
.tstl-arrow:hover{ background:#0b2a6b; color:#fff; }

/* Cards */
.tstl-card{
  position: relative;
    background: #fff;
    border-radius: 8px;
    min-height: 400px;
    padding: 18px 18px 70px;
    overflow: hidden;
}
.tstl-body{
  color: #1d1d1d;
    font-size: 15px;
    line-height: 1.6;
    max-height: 16em;
    overflow: hidden;
}
.tstl-meta{ position:absolute; left:18px; bottom:18px; right:130px; }
.tstl-name{ color:#0b2a6b; font-weight:800; font-size:18px; margin:0 0 2px; }
.tstl-role{ color:#0b2a6b; opacity:.85; font-size:14px; margin:0; }

/* Author image clipped at bottom */
.tstl-author-img{
  position: absolute;
    bottom: 0;
    right: -10px;
    height: 180px;
    object-fit: contain;
}

/* Watch button (optional) */
.tstl-watch{
  position:absolute; top:14px; right:14px;
  border:0; border-radius:999px;
  background:#ffffffc2; color:#0b2a6b;
  padding:6px 10px; font-weight:600; font-size:12px;
  display:inline-flex; align-items:center;
  transition: all .2s ease;
}
.tstl-watch:hover{ background:#fff; box-shadow:0 4px 12px rgba(0,0,0,.12); }

/* Glide sizing & gaps */
#testimonial-slider .glide__slides{ align-items:stretch; }
#testimonial-slider .glide__slide{ padding: 0 10px; }
@media (min-width: 1200px){ #testimonial-slider .glide__slide{ padding: 0 12px; } }

/* Mobile tweaks */
@media (max-width: 767.98px){
  .tstl-arrows{ position:static; justify-content:center; margin-bottom:12px; }
  .tstl-card{ min-height: 320px; padding:16px 16px 68px; }
  .tstl-author-img{ height:120px; }
   .f-60{
	font-size: 50px !important;
	line-height: 1.2;
}
}

.font-small{
	font-size: 15px;

}
.btn-border{
	border: 1px solid var(--primary--color);
	background-color: transparent;
	transition: .25s ease-in-out;
}
.btn-border:hover{
	border: 1px solid var(--secondary--color);
	background-color: var(--secondary--color);
	transition: .25s ease-in-out;
}
.btn-web-primary{
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	padding-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #f3f3f3;
}
.btn-web-primary:first-of-type{
	/* background-color: var(--primary--color);
	color: #fff; */
	padding-left: 0;
}
/* .btn-web-primary:nth-child(odd){
	background-color: var(--primary--color);
	color: #fff;
} */
.navbar .dropdown-menu{
	max-height: inherit;
    overflow-y: auto;
	overflow: visible;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.margin-left-50{
	margin-left: 50px !important;
}



/* Timeline CSS */

/* (A) TIMELINE CONTAINER */
.vtl {
	/* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
	position: relative;
   
	/* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
	padding: 10px 10px 10px 50px;
   
	/* (A3) OPTIONAL WIDTH RESTRICTION */
	max-width: 400px;
  }
  .vtl, .vtl * { box-sizing: border-box; }
  
  /* (B) DRAW VERTICAL LINE USING ::BEFORE */
  .vtl::before {
	/* (B1) VERTICAL LINE */
	content: "";
	width: 3px;
    background-color: #d0d0d0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
   
	/* (B2) POSITION TO THE LEFT */
	position: absolute;
	top: 0; bottom: 0; left: 15px;
  }
  
  /* (C) COSMETICS FOR EVENTS */
  div.event {
	/* padding: 20px 30px;
	background-color: #ffebeb; */
	position: relative;
	border-radius: 6px;
	margin-bottom: 10px;
  }
  
  /* (D) COSMETICS FOR EVENT DATE & TEXT */
  p.date {
	font-size: 1.1em;
	font-weight: 300;
	color: #000;
  }
  p.txt {
	margin: 0px 0 0 0;
	color: #222;
  }
  

  
  /* (F) CIRCLE ON TIMELINE */
  div.event::after {
	/* (F1) "MAGIC CIRCLE" */
	content: "";
	background: var(--primary--color);
	border: 4px solid #fff;
	width: 25px; height: 25px;
	border-radius: 50%;
   
	/* (F2) POSITION TO THE LEFT */
	position: absolute;
	top: 20%; left: -45px;
  }


/* Timeline CSS */



.slided::-webkit-scrollbar, .navbar .dropdown-menu::-webkit-scrollbar {
	display: none;
}

.why-choose::-webkit-scrollbar {
	display: none;
}

@keyframes stroke {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

h1,
h2,
h3,
h4 {
	letter-spacing: 0px;
}

.text-white--75 {
	color: rgba(255, 255, 255, .8)!important
}

.bg_header {
	background-color: transparent;
	border-bottom: 0.5px solid #ffffff42;
}

.mt-slider{
	
	height: 89vh;
}

.carousel-button-slider {
	background-color: #ffffff63;
    border-radius: 250px;
    padding: 10px;
	transition: 0.3s;
}

.carousel-button-slider:hover {
	background-color: var(--primary--color);
	border-radius: 250px;
	padding: 10px;
	transition: 0.3s;
}

    /* First, override Bootstrap's default positioning for carousel controls */
	.carousel-control-prev,
	.carousel-control-next {
	  position: static !important; /* Remove the absolute positioning from Bootstrap */
	  display: inline-block;       /* So they can sit side by side */
	  margin: 0 5px;               /* Spacing between them */
	  z-index: 999;                /* Ensure they're clickable above other elements */
	}
	
	/* Now position the container of both buttons in the bottom-right corner */
	.carousel-buttons {
		position: absolute;
		bottom: 50px;
		right: -20px;
		z-index: 999;
	}
	
	.carousel-caption a {
	  position: relative;
	  z-index: 2; /* Put caption area in front */
	}
	
	.carousel-caption .text-left img {
	  position: relative;
	  z-index: 1; /* Put image behind the text/button */
	}

.text-second:nth-last-child() {
	color: #fff;
}

.head_hover:hover, .head_hover {
	color: #fff;
}
.head_hover[title] {
	text-transform: capitalize;
}

.bg--blue-darker{
	background-color: var(--dark-grey);
}

.custom_margin {
	margin-left: 5em !important;
}

.btn-products{
	color: var(--primary--color) !important;
}
.btn-products:hover{
	background-color: var(--secondary--color) !important;
	color: #fff !important;
}

footer.footer {
	background-color: var(--primary--color);
}
footer.footer {
	background-color: var(--primary--color);
}

.bg--purple {
	background-color: var(--clr--purple);
}

.culture-img {
	background-image: url(../img/work-culture@2x.png);
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: right bottom;
}

.culture-img-2 {
	background-image: url(../img/alumni-culture.png);
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: left bottom;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container {
    right: auto;
    left: 20px !important;
}

.iti__flag-box, .iti__country-name {
    margin-right: 8px;
    color: #000 !important;
}

.grecaptcha-badge {
  z-index: 99999999 !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 0.5px solid #00000038 !important;
    line-height: 2;
    min-width: 250px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--secondary--color) !important;
    background-color: transparent;
}

.bg--primary {
	background-color: var(--primary--color);
}


.bg-primary-gradient {
	background: rgb(0,95,156);
	background: -moz-linear-gradient(41deg, rgba(0,95,156,1) 0%, rgba(137,190,64,1) 100%);
	background: -webkit-linear-gradient(41deg, rgba(0,95,156,1) 0%, rgba(137,190,64,1) 100%);
	background: linear-gradient(41deg, rgba(0,95,156,1) 0%, rgba(137,190,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005f9c",endColorstr="#89be40",GradientType=1);
}

.bg-secondary-gradient {
	background: rgb(59,189,173);
background: -moz-linear-gradient(41deg, rgba(59,189,173,1) 0%, rgba(195,216,41,1) 100%);
background: -webkit-linear-gradient(41deg, rgba(59,189,173,1) 0%, rgba(195,216,41,1) 100%);
background: linear-gradient(41deg, rgba(59,189,173,1) 0%, rgba(195,216,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bbdad",endColorstr="#c3d829",GradientType=1);
}

.pr-3{
	padding-right: 3em;
}
.pl-3{
	padding-left: 3em;
}

.bg-rent{
	/* The image used */
	background-image: url('../img/rent-bg.jpg');

	/* Full height */
	height: 90%; 
  
	/* Create the parallax scrolling effect */
	/* background-attachment: fixed; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.bg-green-gradient {
	background: var(--green-gradient);
}

.bg-reded-gradient {
	background: var(--reded--gradient);
}

.bg-prime-gradient {
	background: var(--prime-gradient);
}

.bg-greenary-gradient {
	background: var(--greenary-gradient);
}

.bg--light {
	background: var(--light--clr);
}

.bg--cross-pattern {
	background-image: var(--cross-pattern);
	background-repeat: no-repeat;
	background-size: 100% 20%;
	background-position: bottom;
}

.bg-course {
	background-image: url(../img/banner-page.png);
	background-repeat: no-repeat;
	/* background-position: left 5em bottom; */
	background-size: cover;
	background-color: var(--primary--color);
	height: 270px !important;
}
.border--primary{
	border-color: var(--primary--color) !important;
}

.text--primary{
	color: var(--primary--color);
}

a {
    
    text-decoration: none !important;

}


.pr-1 {
	padding-right: 20px;
}
.b-r{
	border-radius: 18px;
}
.appoint{
	padding: 6px 11px 6px 11px;
	color: #fff;
	font-size: 15px;
	background: var(--primary--color);
}

.overlay-image {
	/* background-image: url(../img/home1.jpg);
    background-position: right top;
    background-size: 70%;
    background-repeat: no-repeat; */
	background-image: url(../img/home2.png), url(../img/home1.jpg);
	background-position: left 5em bottom, right top;
	background-size: 30%, 65% 100%;
	background-repeat: no-repeat, no-repeat;
}
.overlaybrowes h1{
	font-family: "Inter", sans-serif;
}
.overlaybrowes h5{
	font-family: "Inter", sans-serif;
}

.on--top--img {
	margin-top: -45%;
	margin-left: 3%;
}

.round_img {
	margin-left: 107px;
}

.bg_features {
	background-image: url(https://www.aecinstitute.com/images/info/6.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.icon_about {
	margin-left: -12px;
}

.btn-light:hover {
	background-color: var(--secondary--color) !important;
	color: var(--color-light) !important;
	color: #212529;
}

.button_bt {
	color: #fff;
	background-color: var(--secondary--color);
	border-radius: 2rem;
}

.clr-gradient {
	color: var(--red--gradient);
}

section#stats .icon-padding {
	padding: .6em 0;
}

.glide__arrow {
	position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #3b3b3b !important;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: #ffffff !important;
    border: 1px solid rgb(199 199 199 / 50%) !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}

.line-height-1{
	line-height: 1 !important;
}
.line-height-1-3{
	line-height: 1.3 !important;
}


.border-header{
	/* border-bottom: 1px solid var(--line--color); */
	/* border-right: 0.5px solid #00000026; */
    border-left: 1px solid #00000026;
}

.margin-top-n60{
	margin-top: -120px;
}

.link-list li:hover a,
.link-list li .bi {
	color: var(--primary--color);
}

/* Base: make every icon a neat circle, no layout jump */
.social-icon-list li a i.bi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;              /* keep all icons same size */
  height: 36px;
  border-radius: 50%;
  color: currentColor;      /* inherits link color */
  background: transparent;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
  box-shadow: none;
}

/* Optional: a tiny lift on hover for polish */
.social-icon-list li a i.bi:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  color: #fff !important;   /* all hover states use white glyphs */
}

/* Also style keyboard focus */
.social-icon-list li a i.bi:focus-visible {
  outline: 2px solid #0000;                /* remove default */
  box-shadow: 0 0 0 3px rgba(0,0,0,.15);   /* visible focus ring */
}

/* Per-network hover backgrounds (LinkedIn-style for all) */
.social-icon-list li a .bi-facebook:hover   { background: var(--fb--color) !important; }
.social-icon-list li a .bi-whatsapp:hover   { background: var(--whatsapp--color) !important; }
.social-icon-list li a .bi-twitter-x:hover  { background: var(--tweet--color) !important; }
.social-icon-list li a .bi-google:hover     { background: var(--google--color) !important; }
.social-icon-list li a .bi-instagram:hover  { background: var(--instagram--color) !important; }
.social-icon-list li a .bi-linkedin:hover   { background: var(--linkedin--color) !important; }
.social-icon-list li a .bi-threads:hover    { background: var(--threads--color) !important; }
.social-icon-list li a .bi-tiktok:hover     { background: var(--tiktok--color) !important; }
.social-icon-list li a .bi-youtube:hover    { background: var(--youtube--color) !important; }
.social-icon-list li a .bi-snapchat:hover   { background: var(--snapchat--color) !important; }
.social-icon-list li a .bi-quora:hover      { background: var(--quora--color) !important; }
.social-icon-list li a .bi-pinterest:hover  { background: var(--pinterest--color) !important; }
.social-icon-list li a .bi-discord:hover    { background: var(--discord--color) !important; }
.social-icon-list li a .bi-dribbble:hover   { background: var(--dribble--color) !important; } /* note: var name kept from your code */
.social-icon-list li a .bi-github:hover     { background: var(--github--color) !important; }
.social-icon-list li a .bi-telegram:hover   { background: var(--telegram--color) !important; }
.social-icon-list li a .bi-spotify:hover    { background: var(--spotify--color) !important; }
.social-icon-list li a .bi-vimeo:hover      { background: var(--vimeo--color) !important; }

.hover--float-up,
#course .card {
	transition: all 0.25s ease-out 0s;
}

.hover--float-up:hover {
	transform: translateY(-0.7em);
	/* box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1); */
	/* box-shadow: 0px 40px 45px -15px rgba(25, 25, 25, 0.5); */
	transition: all 0.15s ease-out 0s;
}

.w--fit-content {
	width: fit-content;
}

.w--30 {
	width: 30%;
}

.w--40 {
	width: 40%;
}

.h--custom {
	height: 15em;
}

.block--ellipsis,
.ellipsis--2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.block--ellipsis {
	-webkit-line-clamp: 3;
}

.ellipsis--2 {
	-webkit-line-clamp: 2;
}

.dynamic-content table {
	width: 100% !important;
	border-collapse: collapse;
	margin-bottom: 40px;
}
.dynamic-content thead, tbody, tr, th, td  {
	border: 1px solid #e1e1e1;
	font-family: "Inter", sans-serif;
	padding: 6px;

}
.dynamic-content th{
	background-color: var(--primary--color);
	color: var(--color-light);
}
.dynamic-content table p{
	margin: .5rem .3rem !important;
}
.dynamic-content {
	line-height: 1.7;
    color: #000000;
    font-size: 16px;
}
.dynamic-content p.blank-space{
	margin-bottom: 0;
}
 

/* Zebra striping */

/* .dynamic-content tr:nth-of-type(odd) {
	background: #fff;
} */

.powered {
	color: var(--secondary--color);
}

/* .dynamic-content th {
	background: var(--primary--color);
	color: #fff;
	font-weight: bold;
}

.dynamic-content td,
th {
	padding: 10px;
	border-bottom: 1px solid var(--clr--light-grey);
	text-align: left;
}

.dynamic-content td {
	font-size: .9em;
} */

.fs-small {
	font-size: small;
}

.news-text p {
	margin-bottom: 0;
}

.border-one{
	border: 1px solid #dfdfdf;
}

.grid-pattern {
    background-image: url(../img/grid.svg);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat-x;
}


/* .news-title{
    min-height: 2rem;
} */

.shadow {
	box-shadow: none !important;
	border: 1px solid #dfdfdf;
}

.card-title span {
	position: relative;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	z-index: 1;
}

.card-title {
	margin-bottom: 1.5rem;
}

.card-title span img {
	position: absolute;
	left: 20px;
	bottom: -13px;
	z-index: -1;
	width: 34%;
}

.masked {
	background-color: transparent;
	background-image: url(../img/yellow-bg.svg);
	background-repeat: no-repeat;
	background-position: left top 1.3em;
	padding-bottom: 0.5rem;
}


/* .blink_img {
    -webkit-animation: section-animation-2 3s infinite;
    animation: section-animation-2 6s infinite;
    
  } */

@keyframes section-animation-2 {
	0% {
		width: 0px;
		height: 20px;
	}
	20% {
		width: 250px;
		height: 20px;
	}
	100% {
		width: 250px;
		height: 20px;
	}
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* max-height: 830px !important; */
}

.head_about {
	margin-top: -43px;
}

.cta-name {
	display: block;
    text-align: center;
	font-family: "Inter", sans-serif;

    /* text-transform: uppercase; */
    font-size: 12px;
    line-height: 1.2;
       color: #7b7b7b !important;
    font-weight: 300;
    padding: 10px 16px !important;
    padding-bottom: 17px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    /* border: 1px solid var(--primary--color); */
    /* border-radius: 999px; */
    /* background: #fff; */
    width: fit-content;
}

.cta-name-two {
	display: block;
    text-align: center;
	font-family: "Inter", sans-serif;

    /* text-transform: uppercase; */
    font-size: 12px;
    line-height: 1.2;
       color: #7b7b7b !important;
    font-weight: 300;
    padding: 0 !important;
    padding-bottom: 17px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    /* border: 1px solid var(--primary--color); */
    /* border-radius: 999px; */
    /* background: #fff; */
    width: fit-content;
}

.link__btn {
	display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    color: var(--primary--color) !important;
    font-weight: 300;
    padding: 7px 0 !important;
    transition: all 0.3s;
    font-family: "Inter", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: transparent;
    width: fit-content;
}
.link__btn:hover .link__btn i{
	transform: translateX(5px);
}

.single-intro-inner.style-two {
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
	background: #fff;
}

.single-intro-inner {
	padding: 30px;
	transition: 0.4s;
	margin-bottom: 20px;
}

.bg-red {
	background: #82b83b !important;
}
.bg-tab{
	background-color: var(--secondary--color);
}
.w-20{
	width: 20%;
}


.bg-base {
	border-top: 4px solid #01bda6;
}

.bg-blue {
	border-top: 4px solid #3b6fd9;
}

.single-intro-inner.style-two .thumb {
	position: absolute;
	margin-top: -57px;
	margin-left: -28px;
}

.single-intro-inner:hover {
	box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 15%);
}

.color {
	height: 10px;
	margin: -17px -17px 0px -17px;
	/* clip-path: circle(64% at 50% 2%); */
}

.text-left{
	text-align: left !important;
}

.pl-testimonial{
	padding-left: 20px !important;
}

.color-theme1 {
	background: var(--primary--color);
}

.single-intro-inner .thumb {
	margin-bottom: 15px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
}

.bg-red .cat-thumb {
	background: #d96030;
}

.bg-blue .cat-thumb {
	background: #3b6fd9;
}

.bg-base .cat-thumb {
	background: #01bda6;
}

.bg-purple .cat-thumb {
	background: var(--purple);
}

.single-intro-inner.style-two .details {
	margin-top: 8px;
}
.offer-item-footer{
	display: inline-flex;
	justify-content: start;
	/* border-top: 1px solid #f3f3f3; */
}
.offer-item-footer:hover .cta-name {

	color: #212529;
}

hr {
    margin: 0rem 0;
    color: inherit;
    background-color: #ddd;
    border: 0;
    opacity: 1 !important;
}



.icon_color {
	color: var(--secondary--color)
}

.bg-dark-grey{
	background: #4c4c4c !important;
}

.slider--text {
	transform: translateY(25%);
	margin-top: 0px;
}

#testimonial .card-text {
	min-height: 13rem !important;
}

#courses .card:hover {
	transform: scale(1.03);	
	border-bottom: 5px solid var(--primary--color) !important;
	/* box-shadow: 0.5rem 4rem 2rem rgba(0,0,0,.15), 0.5rem 3rem 2rem rgba(0,0,0,.15); */
	transition: .25s ease-in-out;
}

#courses .card:hover .card-title {
	color: var(--primary--color) !important;
}

#courses .card:active {
	transform: translateY(.1em);
	box-shadow: none;
	transition: all ease-in-out .15s;
}

.custom-border {
	border: .01em solid var(--clr--light-grey);
}

.heading--underline {
	background: var(--yellow--color);
	/* border-radius: .5rem; */
	height: .15em;
	margin: .3em auto;
	width: 100%;
	/* animation: stroke 2s;
    -webkit-animation: stroke 2s;
    transition: width 2s; */
}

.course-image {
    background-image: url('{{ asset($imagePath) }}');
    /* Add other CSS properties as needed */
}




.course-image{
	position: relative;
    width: 100%;
	min-height: 500px;
    display: flex;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 1;
    background-color: #000;
}

.animate-stroke {
	animation: stroke 2s;
	-webkit-animation: stroke 2s;
	transition: width 2s;
}

.courses--card-title {
	/* color: #008fd3; */
	min-height: 3rem;
}

.rounded--4 {
	border-radius: .5rem;
}

.rounded--5 {
	border-radius: .5rem;
}

.fw-bold {
    font-weight: 500!important;
}

.fw-light {
    font-weight: 300!important;
}

.fw-medium {
    font-weight: 400!important;
}

.nav--logo {
	width: 200px;
	padding: 10px;
	height: auto;
}

.blog-list__img {
	margin: 0 !important;
	padding: 0 !important;
	height: 60px;
}

.fs-6 {
    font-size: 0.8rem!important;
}

.blog-user__img {
	width: 50px;
}

.user-img {
	width: 100px;
	/* margin-left: 125px !important; */
	position: relative;
	/* margin: -120px auto 10px auto */
}

.project-container {
	padding-right: 3rem!important;
}

.pr-1 {
	padding-right: 30px;
}

.bg-primary{
	background: var(--primary--color) !important;
}

.bg-dark-secondary {
	background-color: var(--dark-secondary-color) !important;
}

.fs-5 {
    font-size: 1rem!important;
}

.bg-footer{
	background: var(--clr--dark);
}

.bg-dark-green{
	background: #3b6d84 !important;
}

.bg-grey{
	background: #f1f1f1!important;
}

.bg-antiquewhite{
	background: antiquewhite;
}

.position-absolute{
	position: absolute !important;
	z-index: 99;
}


.section-lead-container{
	background-image: url(../img/lead-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    min-height: 200px;
}


.background-strive{
	background: radial-gradient(circle, transparent 25%, #3958ab  26%),linear-gradient(45deg, transparent 46%, #274c3f 47%, #274c3f 52%, transparent 53%), linear-gradient(135deg, transparent 46%, #274c3f 47%, #274c3f 52%, transparent 53%);
        background-size: 1em 1em;
        background-color: var(--secondary--color);
        opacity: 1

}

.border-left-yellow{
	border-left: 5px solid var(--yellow--color) !important;
	padding-left: 15px;
}

.section-heading {
    margin-bottom: 30px;
    font-weight: 300;
    color: #b3b3b3;
}

.header-margin{
	margin-left: 3em !important;
}
.header-padding{
	padding-left: 3em !important;
}

.text-line {
    position: relative;
    text-align: left;
    z-index: 1;
    overflow: hidden;
	
}


.text-purple{
	color: var(--purple);
}

.text-line:before, .text-line:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    height: 10px;
    content: '\a0';
    background-color: var(--yellow--color);
	margin-left: 10px;
}
.text-line:before {
    margin-left: -101%;
    text-align: right;
}

/* MAP CSS */

/* MAP CSS */
.map-container, .map-container svg {
	width: 100% !important;
  }
  
  /* Global Presence Section */
  .global-presence-section {
	position: relative;
	padding: 3rem 0;
	background-color: #fff; /* adjust as needed */
	overflow: hidden;
  }
  
  /* Large, semi-transparent background text */
  .global-presence-bg-text {
	position: absolute;
	font-size: 8rem; /* Adjust as needed */
	color: var(--secondary--color); /* Very light text */
	z-index: 9;
	pointer-events: none;
	font-weight: 700;
  }
  
  /* Stats Box Design */
  .box-design {
	color: #000;            /* black text initially */
	position: relative;
	z-index: 1;
	transition: color 0.3s ease;
	background: #ffffff29;
    backdrop-filter: saturate(1.8) blur(5px);
    border-radius: 10px !important;
    border: 1px solid #ffffff66;
    box-shadow: 0px 10px 25px #0000000f;
  }
	
  .box-design::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: conic-gradient(
	  from 240deg at 50% 120%,
	  #1b294c,
	  #124b6c,
	  #043957,
	  #005f61,
	  #619202,
	  #baa600,
	  #daaa00,
	  #deab02,
	  #1b294c
	);
	background-size: 150% 100%; /* allow room for movement */
	opacity: 0;               /* hidden initially */
	transition: opacity 0.3s ease;
	border-radius: 10px;
    box-shadow: 0px 10px 25px #0a42624d;
  }
	
  .box-design:hover::before {
	opacity: 1;
	animation: moveGradient 10s linear infinite;
  }
	
  @keyframes moveGradient {
	0% {
	  background-position: 0% 0%;
	}
	100% {
	  background-position: 100% 0%;
	}
  }
	
  .box-design:hover {
	color: #fff;
  }
  
  /* Radar Pin Base */
  .radar-pin {
	position: relative;
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 50%;
	z-index: 1;
  }
  
  /* Merged popup effect on both the country name text and the radar pulse */
  @keyframes popupEffect {
	0%, 40%, 100% { opacity: 0; }
	45%, 75% { opacity: 1; }
  }
  
  /* Apply the popup effect to the country name text */
  .ihotspot_pulse p,
  .ihotspot_pulse-default p {
	animation: popupEffect 5s infinite;
	animation-delay: var(--popup-delay);
  }
  
  /* Use ::after on the radar-pin for the pulsing effect */
  .radar-pin::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid var(--primary--color);
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
	pointer-events: none;
	z-index: -1;
	animation: popupEffect 5s infinite;
	animation-delay: var(--popup-delay);
  }
  
  /* Map container: relative so that pins are positioned within */
  .map-container {
	position: relative;
  }
  
  /* Pin container: fill the map container */
  .pin-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  /* Pin elements: position absolute relative to .map-container; using a custom property for delay */
  .drag_element {
	position: absolute;
	transform: translate(-50%, -50%);
	--popup-delay: 0s; /* default value; override inline */
  }
  
  /* Optional: Hover effect on pins */
  .pins_image {
	transition: transform 0.3s ease;
  }
  .pins_image:hover {
	transform: scale(1.1);
  }
  
	
  /* Place name styling */
  .place-name,
  .place-name-base {
	font-size: 0.8rem;
	font-weight: 500;
  }
	
  /* Responsive adjustments */
  @media (max-width: 768px) {
	.global-presence-bg-text {
	  font-size: 4rem;
	  line-height: 1;
	}
  }

/* MAP CSS */

.white-blur-bg {
  background: #ffffffa3; 
  backdrop-filter: saturate(1.5) blur(50px);
}

    /* Add your custom CSS here */
    .course-card {
        background: #ffffff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        text-align: center;
    }
    .course-image-wrapper {
        width: 100%;
        height: 150px; /* Fixed height */
        overflow: hidden;
        margin-bottom: 10px;
        border-radius: 4px;
    }
    .course-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .course-title {
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .course-subtitle {
        font-size: 0.9rem;
        color: #666;
    }



.btn-slider {
    color: #fff;
    font-size: 1em;
    padding: 12px 35px;
    border-radius: 250px;
    background: var(--primary--color);	
	border: 1px solid #ffffff66;
}

.btn-slider:hover {
    color: var(--secondary--color) !important;
	border: 1px solid var(--secondary--color) !important;
    font-size: 1em;
	padding: 12px 35px;
    border-radius: 250px;
    background: #ffffff44;	
	backdrop-filter: saturate(140%) blur(5px);
}

/* === Group-hover fix for Contact Agriplast (mobile) === */


/* Apply the SAME group-hover effect to .btn-slider too */
.group-hover-trigger:hover .btn-slider {
  color: var(--secondary--color) !important;
  background: #ffffff44;
  backdrop-filter: saturate(140%) blur(5px);
  -webkit-backdrop-filter: saturate(140%) blur(5px);
  border-color: #fff;
}



/* Arrow animation + color */
.group-hover-trigger:hover .arrow-icon,
.group-hover-trigger:hover .arrow-icon-dark {
  color: #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Touch-friendly: add :active so it reacts on tap as well */
.group-hover-trigger:active .btn-slider,
.group-hover-trigger:active .btn-border-light,
.group-hover-trigger:active .icon-circle,
.group-hover-trigger:active .icon-circle-dark,
.group-hover-trigger:active .arrow-icon,
.group-hover-trigger:active .arrow-icon-dark {
  filter: brightness(1.02);
  transform: translateY(0); /* avoid jump on tap */
}

/* Optional: focus-visible for keyboard users */
.group-hover-trigger:focus-within .btn-slider {
  outline: 2px solid rgba(255,255,255,0.6);
  outline-offset: 2px;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .group-hover-trigger:hover .arrow-icon,
  .group-hover-trigger:hover .arrow-icon-dark {
    transition: none;
  }
}

/* TEXT BUTTON */
.btn-border-light {
    color: #fff;
    font-size: 1em;
    padding: 10px 40px;
    border-radius: 250px;
    border: 1px solid #ffffff66;
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-border-light:hover {
    color: #fff;
    font-size: 1em;
    padding: 10px 40px;
    border-radius: 250px;
    border: 1px solid #ffffff66;
    background-color: var(--primary--color);
    transition: all 0.3s ease;
}

.btn-light {
    color: var(--primary--color);
    font-size: 1em;
    padding: 10px 40px;
    border-radius: 250px;
    border: none;
    background-color: #fff;
    transition: all 0.3s ease;
}

.btn-light:hover {
    color: #fff;
    font-size: 1em;
    padding: 10px 40px;
    border-radius: 250px;
   border: none;
    background-color: var(--primary--color);
    transition: all 0.3s ease;
}


.btn-dark {
    background: linear-gradient(to right, #2e4a83, #124b6c, #005f61, #78ad0d);
    background-size: 200% 100%; /* Double width for smooth sliding */
    font-weight: 500 !important;
    color: #fff !important;
    border-radius: 250px;
    font-weight: 400 !important;
    background-position: 10% 0%; /* Starting position */
    transition: background-position 1s ease !important; /* Smooth transition for both states */
    display: inline-block;
	padding: 11px 0px;
  border: none;
}

.btn-dark:hover {
    background: linear-gradient(to right, #2e4a83, #124b6c, #005f61, #78ad0d); /* Ensure same gradient */
    background-size: 200% 100%;
    background-position: 100% 0%; /* Slide to the right on hover */
    color: white !important;
    transition: background-position 1s ease !important; /* Smooth transition on hover */
}

.btn-border-dark {
    background: transparent;
    background-size: 200% 100%; /* Double width for smooth sliding */
    font-weight: 500 !important;
    border: 1px solid var(--secondary--color);
    color: var(--secondary--color) !important;
    border-radius: 250px;
    font-weight: 400 !important;
    background-position: 10% 0%; /* Starting position */
    transition: background-position 1s ease !important; /* Smooth transition for both states */
    display: inline-block;
	  padding: 11px 0px;
}

.btn-border-dark:hover {
    background: var(--secondary--color); /* Ensure same gradient */
    background-size: 200% 100%;
    border: 1px solid var(--secondary--color);
    background-position: 100% 0%; /* Slide to the right on hover */
    color: #fff !important;
    transition: background-position 1s ease !important; /* Smooth transition on hover */
}

.request-call-box {
    border: 1px solid #00000012;
    border-radius: 1em;
    padding: 2em 1em;
    background-color: hsl(0deg 0% 100% / 57%);
    backdrop-filter: saturate(180%) blur(20px);
    transition: background-color 0.3s ease;
    box-shadow: 10px 10px 50px #3958ab29;
}


.bloomSwiper .swiper-slide {
  width: 290px;
}

.bloom-card {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
    border-radius: 10px;
  transition: transform .3s ease, box-shadow .3s ease;
}


.bloom-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.bloom-card:hover .bloom-img {
  transform: scale(1.05);
}

.bloom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #00000088 100%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  overflow: hidden;
}

.bloom-info {
  position: relative;
  color: #fff;
  transition: all 0.4s ease;
}

.bloom-text {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.bloom-btn-wrap {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.bloom-card:hover .bloom-text {
  transform: translateY(-25px);
  opacity: 0.8;
}

.bloom-card:hover .bloom-btn-wrap {
  opacity: 1;
  transform: translateY(0);
}

.btn-border-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}
.btn-border-light:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .bloomSwiper .swiper-slide { width: 80vw; }
  .bloom-card { height: 320px; }
  .grecaptcha-badge {
    display: none !important;
}
}


/* Base layout */
.stat-item .stat-inner{
  display:flex; 
  align-items:center; 
  gap:12px;
}
.stat-icon{
  max-width:80px; 
  height:auto; 
  display:block;
}
.stat-text{ 
  min-width:0; /* allow wrapping */
}
.stat-number{
  font-size:clamp(24px, 6vw, 40px); 
  line-height:1; 
  display:inline-block;
}
.stat-plus{
  font-size:clamp(18px, 4.5vw, 28px);
  line-height:1; 
  margin-left:2px;
}

/* Mobile fixes: stack icon over text, reduce sizes */
@media (max-width: 575.98px){
  .stat-item .stat-inner{
    flex-direction:column; 
    align-items:flex-start; 
    gap:8px;
  }
  .stat-icon{ max-width:56px; }
  .stat-number{ font-size:28px; }
  .stat-plus{ font-size:22px; }
}

/* Optional: remove last borders cleanly on each row */
@media (min-width: 768px){
  .stat-item:nth-child(4n){ border-right:0 !important; } /* md+: 4 per row */
}
@media (max-width: 767.98px){
  .stat-item:nth-child(2n){ border-right:0 !important; } /* xs-sm: 2 per row */
}

/* ===== INSTANT SEARCH DROPDOWN ===== */
.ap-search {
  position: relative;
  max-width: 280px;
}
.ap-search input {
  border-radius: 20px;
  padding: 6px 14px;
}
.ap-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  border-radius: 10px;
  margin-top: 4px;
  max-height: 360px;
  overflow-y: auto;
}
/* Wrapper */
.ap-search {
  position: relative;
}

/* Icon inside input */
.ap-search-icon-inside {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #888;
  font-size: 1rem;
  pointer-events: none; /* so input stays clickable */
}

/* Input field */
.ap-search .form-control {
  border-radius: 8px;
  padding-left: 38px !important; /* space for icon */
  height: 38px;
  box-shadow: none;
  border-radius: 50px;
}

.ap-search .form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(111,178,46,0.25);
  border-color: #6fb22e;
}

.ap-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.ap-search-dropdown li {
  cursor: pointer;
  padding: 10px 14px;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
}
.ap-search-dropdown li:last-child { border-bottom: none; }
.ap-search-dropdown li:hover { background: #f6f6f6; }
.ap-search-type {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  margin-left: 6px;
}
.ap-search-empty {
  padding: 10px 14px;
  color: #666;
  font-size: 14px;
}

   /* Container for the box-style radio buttons */
   .radio-box-container {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}
/* Hide default radio inputs */
.radio-box-container input[type="radio"] {
	display: none;
}
/* Style the label as a box */
.radio-box-container label {
	border: 1px solid #ccc;
	padding: 0.5rem 1.5rem;
	border-radius: 3em;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	font-weight: 500;
	text-align: center;
	min-width: 120px;
	color: #ababab;
}
/* On hover, change border-color slightly */
.radio-box-container label:hover {
	border-color: var(--primary--color);
	background: #82b83b38;
	color: var(--primary--color);
}
/* When the radio is checked, style the label with your primary color */
.radio-box-container input[type="radio"]:checked + label {
	background-color: var(--primary--color);
	color: #fff;
	border-color: var(--primary--color);
}

.material-symbols-outlined {
	font-size: 2em !important;
}



/* ICON BOX */
.icon-button {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* CIRCLE INSIDE BOX */
.icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ffffff66;
	background-color: var(--primary--color);
    transition: background-color 0.3s ease;
}

.icon-circle-dark {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--secondary--color);
    transition: background-color 0.3s ease;
}

/* ICON */
.arrow-icon {
    color: #fff;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.arrow-icon-dark {
    color: var(--secondary--color);
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

/* ✅ MAIN FIX – Unified hover trigger */
.group-hover-trigger:hover .btn-border-light {
    background: var(--primary--color);
    border-color: var(--primary--color);
    color: #fff;
	margin-right: 30px;
}

/* Icon circle fill + border (the previous rule had an invalid border value) */
.group-hover-trigger:hover .icon-circle {
  background-color: var(--secondary--color);
  border: 1px solid var(--secondary--color);
}
.group-hover-trigger:hover .icon-circle-dark {
  background-color: var(--primary--color);
  border: 1px solid var(--primary--color);
}

.group-hover-trigger:hover .arrow-icon {
    color: #fff;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.group-hover-trigger:hover .arrow-icon-dark {
    color: #fff;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.btn-link-light {
    display: inline-block;
    line-height: 1.5;
    color: var(--primary--color);
    border: 1px solid var(--primary--color);
	background: #fff;
	font-size: 2em !important;
    padding: 8px;
    border-radius: 250px;
}
.btn-link-light:hover {
    color: #fff; 
	border: 1px solid #ffffff66;
	background: var(--primary--color);
}

.btn-link-categories {
    display: inline-block;
    line-height: 1.5;
    color: var(--secondary--color);
    border: 1px solid var(--secondary--color);
	background: transparent;
	font-size: 1.3em !important;
    padding: 8px;
    border-radius: 250px;
}
.btn-link-categories:hover {
    color: #fff; 
	border: 1px solid #ffffff66;
	background: var(--primary--color);
	transform: rotate(45deg);
}

.btn-link-dark {
    display: inline-block;
    line-height: 1.5;
    color: #000;
    border: 1px solid;
	font-size: 2em !important;
    padding: 5px;
    border-radius: 250px;
}
.btn-link-dark:hover {
    color: var(--primary--color); 
	border: 1px solid var(--primary--color);
}

.btn-link-dark.material-symbols-outlined {
	font-size: 1.25rem;
	color: #333;
	transition: color 0.3s ease;
	transform: translateZ(0);
}

.box-cat:hover .btn-link-dark.material-symbols-outlined {
	color: #fff;
}



/* Category tile with light grey background that turns dark blue on hover */
.category-tile {
    background-color: #f0f0f0; /* light grey */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Added transform for scaling */
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    color: var(--secondary--color);
}

/* Hover effect: change background to dark blue with scale animation */
.category-tile:hover {
    background-color: var(--dark-secondary-color); /* dark blue */
    color: #fff;
}

/* Button hover group animation */
.btn-hover-group:hover .btn-link-categories {
    color: #fff; /* White on hover */
    background-color: var(--primary--color);
    transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease; /* Smooth transitions */
    transform: rotate(45deg); /* Rotate arrow 45 degrees on hover */
}

/* Ensure the button resets when not hovered */
.btn-link-categories {
    transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease; /* Smooth reset */
    transform: rotate(0deg); /* Default state */
}

/* Fixed-size image container */
.cat-image-wrapper {
    height: 300px;     /* Fixed height */
    margin: 0 auto;    /* Center the image wrapper */
    overflow: hidden;
    border-radius: 8px;
}

/* Make sure the image fills the container while maintaining its aspect ratio */
.cat-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-subtext {
	background: #ffffff1c;
    color: #ffffff;
    padding: 10px;
    font-weight: 400;
    font-size: 1em;
}

.badge-subtext-green {
	background: #82b83b38;
    color: var(--primary--color);
    padding: 10px;
    font-weight: 400;
    font-size: 1em;
	  white-space: normal !important;  /* allow wrapping */
  word-break: break-word;          /* break really long words */
  line-height: 1.35; /* adjust line height for better readability */
  border-radius: 50px;
}




.btn-whatsapp {
    color: #fff;
    background-color: #128C7E !important;
    border-radius: 0;
    border: none;
    font-size: 14px;
	padding: 10px;
}

.btn-whatsapp:hover {
    color: #fff !important;
    background-color: #25D366 !important;
    border-radius: 0;
    border: none;
    font-size: 14px;
	padding: 10px;
}


.slider-height {
	height: 88vh;
}

.border-none {
	border: none !important;
}


.gradient-overlay-white-slider {

		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgb(255 255 255 / 100%) 0%, /* 75% white (opaque) at the top */ rgb(255 255 255 / 90%) 20%, /* Transition to fully transparent at 75% height */ rgba(255, 255, 255, 0) 70% /* Fully transparent at the bottom (25% of height) */);
		pointer-events: none; /* Ensures the overlay doesn’t interfere with clicks */

  }

  .gradient-overlay-white-section {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, 
	rgba(255, 255, 255, 1) 0%,    /* 75% white (opaque) at the top */
	rgb(255, 255, 255) 0%,      /* Transition to fully transparent at 75% height */
	rgba(255, 255, 255, 0) 30%      /* Fully transparent at the bottom (25% of height) */
  );
	pointer-events: none; /* Ensures the overlay doesn’t interfere with clicks */

}

  .gradient-overlay-white-heading {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, 
  rgba(255, 255, 255, 1) 30%,    /* 75% white (opaque) at the top */
  rgb(255, 255, 255) 20%,      /* Transition to fully transparent at 75% height */
  rgba(255, 255, 255, 0) 75%      /* Fully transparent at the bottom (25% of height) */
   );
	pointer-events: none; /* Ensures the overlay doesn’t interfere with clicks */

}

  .video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; /* Matches the slider height */
	overflow: hidden; /* Prevents overflow */
  }

  
  /* Ensure the carousel item is positioned relatively to contain the absolute overlay */
  .slider-height.position-relative {
	overflow: hidden; /* Prevents overflow issues */
  }


.bg-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0.4;
	background-color: #000;
  }

.font-sub{
	font-size: 4em !important;
}

.footer-work {
	border-radius: 20px !important;
	background: transparent !important;
	padding: 0 20px;
    /*box-shadow: rgb(33 150 243 / 0%) 0px 13px 27px -5px, rgb(63 81 181 / 0%) 0px 8px 16px -8px !important; */
}
.adjust_img,
.adjust_card-img{
	object-fit: cover;
	object-position: center;
}
.adjust_card-img{
	width: 100%;
	height: 13rem;
	margin: 0;
}

.adjust_card-img-inner{
	width: 100%;

	margin: 0;
}

.adjust_img{
	/* height: 60vh; */
}

.trusted-text{
	margin-left: 40px;
}

.border-secondary {
    border-color: #e6e6e6!important;
}

.footer-head {
	color: var(--secondary--color);
	font-size: 25px;
}

.navbar-dark .navbar-toggler {
    border-color: var(--color-light);
	background-color: var(--color-light);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2847, 48, 141, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}



.user-img--lg {
	width: 200px;
	border: 2px solid #ececec;
	border-radius: 50%;
}

.w-96{
	width: 96% !important;
}

.gradient--btn {
	background: var(--primary--color);
	border: none;
}

.card-title__min-h {
	min-height: 4rem;
}

.bg--blue {
	background: var(--primary--color);
}

.marquee-slider .slick-track { display: flex; align-items: center; }
.marquee-item { padding: 0 0px; }

.marquee-img {
  height: 200px;         /* tweak height; width auto for natural aspect */
  width: auto;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  filter: saturate(.9);
}
.marquee-img:hover {
  transform: translateY(-2px) scale(1.02);
  filter: saturate(1);
}

/* smaller on mobile */
@media (max-width: 576px) {
  .marquee-img { height: 120px; border-radius: 10px; }
}


/* course feature */


.carousel .carousel-inner .carousel-item {
	overflow: hidden;
}

.margin-top-70-negative {
	margin-top: -70px;
}

.h-110{
	height: 110%;
}

.c-wrapper {
    overflow: visible; /* Ensure overflow doesn’t interfere */
    min-height: 100vh; /* Ensure it’s tall enough */
    background-color: #fff;
}

.z-index-top{
	z-index: 999999 !important;
}

.z-index-2{
	z-index: 2 !important;
}

.margin-top-negative-2 {
	margin-top: -3%;
}

.background-grey{
	background-color: #ebebeb;
}

.zoomicon:hover {
    transition: ease all 0.5s;
    -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
    box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
    background: #fff;
    transition: ease all 0.2s;
    transform: translateY(-8px) scale(1.0);
	
}

.zoomicon {
    transition: ease all 0.5s;
    background: #fff;
    transition: ease all 0.2s;
    transform: translateY(0px) scale(1.0);
}


.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px 
}

.slick-slide img {
    width: 100%;
    border: 0px solid #fff
}


.bottom-left {
	position: absolute;
	bottom: 10px;
  }

.nav-item:hover .nav-link {
	transition: color .15s ease-in-out;
}

.nav-item .nav-link {
	color: #000;
	transition: color .15s ease-in-out;
	font-size: 1em;
    font-weight: 300;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--secondary--color);
    border-color: #ffffff #ffffff #3958ab;
    border-bottom: 2px solid;
	font-weight: 300;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: var(--primary--color);
    border-color: #ffffff #ffffff var(--primary--color);
    border-bottom: 2px solid;
    isolation: isolate;
}


.contact-name-box {
    border-bottom: 0;
    border: 1px solid #00000012;
    border-radius: 5px 5px 0px 0px;
    padding: 0px;
    background-color: hsl(0deg 0% 100% / 57%);
    backdrop-filter: saturate(180%) blur(20px);
    transition: background-color 0.3s ease;
}


.font-cursive{
	font-family: "Inter", sans-serif;
	font-style: italic;
}

.slider-static {
    background-color: var(--base-color);
    background-image: repeating-radial-gradient( circle at 0 0, transparent 0, #ce281c 15px ), repeating-linear-gradient( #82b83b5e, #dc3a2e );
}

.w-slider-responsive{
	width: 100%;
}

.navtext:hover {
	transition: color .15s ease-in-out;
	font-size: 1em;
    font-weight: 300;
}

.navbar-light .navbar-nav .nav-link.active {
	color: var(--secondary--color);
}

.w-50-form {
	width: 50%;
}



.slider__image{
	height: 50vh; 
	object-fit:cover;
	width: 100%;
}

	.boxes-position {
padding-top: 12%;
}

.testimonial-img{
	object-fit: cover;
	min-height: 500px;
	overflow: visible;
	z-index: -1;
}

.product-image {
	max-height: 400px; 
	overflow: hidden;
	border-radius:25px;
}


@media screen and (max-width: 1024px) {

  	.gradient-overlay-white-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 90%) 20%,rgba(255, 255, 255, 0) 70% /* Fully transparent at the bottom (25% of height) */);
    pointer-events: none;
}

 .f-60{
	font-size: 50px !important;
	line-height: 1.2;
}

    .w-custom-80 {
        width: 200% !important;
    }
.font-sub {
    font-size: 3em !important;
}
.global-presence-bg-text{ 
    position: absolute;
    font-size: 4rem;
    color: var(--secondary--color);
    z-index: 9;
    pointer-events: none;
    font-weight: 700;
}
.font-7em {
    font-size: 6em !important;
}
.font-6em{
	font-size: 3em !important;
}
.font-5em{
	font-size: 3em !important;
}

.testimonial-img {
    object-fit: cover;
    min-height: 600px;
    overflow: visible;
    z-index: -1;
}
.font-3em {
    font-size: 2em !important;
}

}

@media screen and (max-width: 1440px) {
	.web__display--none {
		display: block !important;
	}

}

@media screen and (min-width: 992px)
{
.modal-lg, .modal-xl {
    max-width: 992px;
}
}



@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {
	/* .user-img{
		margin-left: 35% !important;
	} */
	.slider__image{
		height: 50vh;
	}

	.page-heading-bg-400 {
    height: 400px !important;
}

.chatbox {
    margin-top: -40% !important;
    min-height: 40vh !important;
}

.slider-height {
    height: 90vh;
}
.product-image {
	max-height: 250px; 
	overflow: hidden;
	border-radius:25px;
}


	.margin-left-50{
		margin-left: 0px !important;
	}
	.nav--logo{
		width: 170px;
	}

	.boxes-position {
padding-top: 45%;
position: relative !important;
}

	.w-slider-responsive{
		width: 250%;
	}

	.testimonial-img{
	object-fit: cover;
	min-height: 300px;
	overflow: visible;
	z-index: -1;
}

	.font-7em {
    font-size: 4em !important;
	line-height: 1;
}

	.contact-bg {
		background-image: none !important;
		background-size: cover;
		background-position: top left;
		background-repeat: repeat-x;
	}

	.course-image {
		position: relative;
		width: 100%;
		min-height: 200px;
		display: flex
	;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.bg-rent {
		height: 110%;
	}

	.big-font{
		font-size: 4em !important;
		line-height: 0.8;
	}

	.w-50-form {
		width: 80%;
	}

	.mt-sm-header{
		margin-top:2em;
	}

	.h-500 {
		height: 250px !important;
	}

	.font-sub {
		font-size: 2.5em !important;
	}

	.page-heading {
		padding-top: 15% !important;
		z-index: 999;
	}

	.mobile-bg{
		min-height: 380px !important;
		width: 100%;
		margin-top: 12px;
	}

	.mt-slider {
		margin-top: 0%;
		height: 89vh;
	}
	
	.header-padding {
		padding-left: 1em !important;
	}
	
	.big-font-1{
		font-size: 3em !important;
		line-height: 0.8;
	}

	.footer-text-mob{

			font-size: 11px !important;

	}

	.mob-padding{
		padding: 1.5rem !important;
	}

	.error-page-image{
		height: 313px;
	}

	.carousel .carousel-inner .carousel-item {
		overflow: hidden;
	}

	.f-18{
		font-size: 18px !important;
	}

	.f-60 {
		font-size: 40px !important;
		line-height: 1;
	}


	.f-12{
		font-size: 12px !important;
	}


	.navbar-margin{
		margin-top: 1rem;
	}
	
	.font-3em {
		font-size: 3em !important;
	}

	/* .mob-service-height{
		height: auto !important;
		overflow: hidden;
	} */


	.row {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		display: flex
	;
		flex-wrap: wrap;
		margin-top: calc(var(--bs-gutter-y)* -1);
		margin-right: auto;
		margin-left: auto;
	}
	.padding-mob {
		padding: 0 !important;
	}

	.ml-2{
		margin-left: 10px !important;
	}

	.cta-name {
		
		   color: #fff !important;
	}

	.navbar-style{
		box-shadow: none !important;
		height: auto !important;
}


.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0px !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 0;
    box-shadow: none;
}
	.nav-item .nav-link {
		color: white;
		transition: color .15s ease-in-out;
	}

	.tab-text-color {
        color: #000000 !important;
        font-weight: 400 !important;
    }

	
	
	.custom-pe-3 {
		padding-right: 0rem !important;
	}

	.d-none-sm{
		display: none;
	}




	.bg--navbar {
		background-color: var(--primary--color)
	}

	.bann-hour{
		width: 100% !important;
	}
	.position--sm-relative{
		position: relative !important;
	}
	.sm--push-down{
		margin-top: 15rem !important;
	}
	.float-company-name{
		float: left !important;
	}
	.project-container {
		padding-right: 0rem!important;
	}

	.adjust_img {
		height: auto;
	}

	.adjust_card-img-inner {
		width: 100%;
		/* height: 4.5rem !important; */
		margin: 0;
	}

	.dynamic-content {
		overflow: hidden;
	}
	.dynamic-content table{
		display: block;
		/* width: 88vw !important;		 */
		overflow: scroll;
	}
	.dynamic-content div{
	    /* display: flex; */
	    width: 100% !important;
	}
	.dynamic-content p{
		margin-bottom: 0 !important;
	}


	
	

	
	

	.h--sm-100{
		height: 100% !important;
	}
	.w--sm-50{
		width: 50% !important;
	}
	.w--sm-95{
		width: 95% !important;
	}
	.w--sm-100{
		width: 100% !important;
	}
	.p--sm-0 {
		padding: 0 !important;
	}
	.ps--sm-0 {
		padding-left: 0 !important;
	}
	.pb--sm-0 {
		padding-bottom: 0 !important;
	}
	.my--sm-1 {
		margin-top: .1em !important;
		margin-bottom: .1em !important;
	}
	.mt--sm-1{
		margin-top: 1em !important;
	}
	.mt--sm-2{
		margin-top: 1.7em !important;
	}
	.mt--sm-0{
		margin-top: 0 !important;
	}
	.mx--sm-auto{
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.mb--sm-0{
		margin-bottom: 0 !important;
	}
	.mb--sm-1{
		margin-bottom: 2.5em !important;
	}
	.ms--sm-1{
		margin-left: 0em !important;
	}

	.ms--sm-6{
		margin-left: 6em !important;
	}

	.request-call-bg {
		background-image: none !important;
		background-size: cover;
		background-position: top left;
		background-repeat: repeat-x;
	}

	.trusted-text{
	margin-left: 0px;
}
	.margin-45{
		margin-top: 45px !important;
	}

	.mx--sm-1{
		margin-left: .5em !important;
		margin-right: .5em !important;
	}
	.ms--sm-3{
		margin-left: 5em !important;
	}
	.me--sm-1{
		margin-left: .15em !important;
	}
	.me--sm-0	{
		margin-left: 0 !important;
	}
	.px--sm-0{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px--sm-1{
		padding-right: .5em !important;
		padding-left: 0.5em !important;
	}
	.px--sm-2{
		padding-right: 1.7em !important;
		padding-left: 1.7em !important;
	}
	.text--sm-align-center{
		display: flex;
		align-items: center;
	}
	
		.carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
		max-height: 800px !important;
	}
	
}

@media screen and (max-width: 478px) {}


.rtin-btn {
	margin-top: 51px;
	text-align: center;
}

.rtin-btn a {
	border: 1px solid var(--primary--color);
	color: var(--primary--color);
	border-color: var(--primary--color);
	border-radius: .5rem;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
	padding: 14px 35px;
	text-decoration: none;
}

.rtin-btn a:hover {
	background-color: var(--primary--color);
	color: white;
}

.slided {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;

}

.news-scroll marquee {
	height: 275px;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 5px 10px;
}

.marquee {
	will-change: transform;
	animation: marquee 10s linear infinite;
}

.topper:hover {
	background-color: #e51921 !important;
}

.purchase_price {
	position: absolute;
	text-align: right;
	right: 0;
	width: 100%;
	/* z-index: 100; */
}

.purchase_price a {
	background: #e51921;
	font-weight: 600;
	border-radius: 0;
	color: var(--light--clr);
	font-family: "Hind", sans-serif;
	display: inline-block;
	font-size: 18px;
	padding: 5px 5px;
	text-decoration: none;
}

.icon_size {
	font-size: xx-small;
}

.font_footer, .font_footer a {
	/* font-size: 0.875rem; */
	/* font-size: smaller; */
	color: #000;
	font-weight: 300;
}

.border-top {
    border-top: 1px solid #ddd!important;
}

.border-left {
    border-left: 1px solid #ddd!important;
}

.border-right {
    border-right: 1px solid #dddddd5c !important;
}

.topper:hover h5 {
	color: #fff !important;
}

.image_adjust {
	width: 83px;
	border-radius: 50%;
}

.single-courses {
	box-shadow: 0px 0px 81px 0px rgb(47 47 47 / 10%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 39px;
	border-radius: .5rem;
	background-color: var(--light);
}

.carousel-multi-item .controls-top {
	margin-bottom: 1.88rem;
	text-align: center;
}

.section__title {
	font-size: 40px;
	color: var(--secondary-color);
	text-transform: capitalize;
	z-index: 1;
	margin-bottom: 3px;
	font-weight: 900;
}

.section__title span {
	position: relative;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	z-index: 1;
}

.section__title span img {
	position: absolute;
	left: -14px;
	bottom: 12px;
	z-index: -1;
}

.carousel-multi-item .controls-top .btn-floating {
	background: var(--primary--color);
}

.btn-floating {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0;
	margin: 10px;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 47px;
	height: 47px;
}

.btn-floating i {
	display: inline-block;
	width: inherit;
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	line-height: 47px;
}

.white-button{
	background-color: #fff;
	font-weight: 500;
	color: #000;
	transition: 0.3s;
	border: 1px solid #ffffff66;
}

.white-button:hover{
	background-color: transparent;
	font-weight: 500;
	border: none;
	color: #fff !important;
	transition: 0.3s;
	border: 1px solid #ffffff66;
}
	  


.button_adjust {
	color: var(--clr--dark);
	background-color: var(--light--clr);
	border-color: #e3e4e5;
}



.button_adjust:hover {
	color: var(--light--clr);
	background-color: var(--primary--color);
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;

	background-clip: border-box;
	border: none;
	box-shadow: none;
	border-radius: 0.25em !important;
	transition: .25s ease-in-out;
}

.text-justify {
	text-align: justify;
}

.youtube-card {
	border-radius: 1.25em!important;
}

.height-500{
	height: 540px !important;
    overflow: hidden;
}

.design-pattern {
	background-image: url(../img/design-bg.jpg);
	background-size: auto;
	background-position: top left;
	background-repeat: repeat-x;
	/* width: 100vw; */
	/* height: 250px; */
	/* margin-bottom: -240px; */
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 14px !important;
    border-radius: 0rem;
}



.list-style-none{
	list-style: none !important;
}

a:hover {
    color: var(--primary--color); 
}


.margin-negative{
	margin-top: -40px !important;
}

.font-base{
	font-family: "Inter", sans-serif;
}



.badge-category{
	background: var(--secondary--color);
    padding: 7px;
    border: 1px solid #ebe3b9;
    font-size: 10px;
	color: var(--color-light);
    font-weight: 300;
}

/* When a form is submitting, dim and block clicks */
.form-submitting {
  pointer-events: none;
  opacity: .75;
}

/* Keep submit button width stable while spinner shows */
.btn-lock-width {
  width: var(--btn-original-w);
}

/* Bootstrap-like spinner fallback (in case no Bootstrap CSS present) */
.spinner-border {
  display: inline-block;
  width: 1rem; height: 1rem;
  border: .15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}
@keyframes spinner-border { to { transform: rotate(360deg); } }

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    font-size: 14px !important;
    border-radius: 0rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 14px !important;
    border-radius: 3rem;
    line-height: 2.5;
}

.news-bg {
	background-image: url(../img/design-bg.jpg);
	background-size: auto;
	background-position: top left;
	background-repeat: repeat-x;
}


.contact-bg {
	background-image: url(../img/contact-background.jpg);
	background-size: cover;
	background-position: top left;
	background-repeat: repeat-x;
}

.w-50{
	width: 50%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2em;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.carding {
	border: none !important;
}

.bordered {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.bordered_adjust {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border: 1px solid #e5e5e5;
}

.adjusting {
	margin-bottom: 2px;
	margin-top: 0px;
}

.paragraph {
	margin-bottom: 9px;
}
.bann-hour{
	width: 32%;
    margin-top: -263px;
    z-index: 5;
    position: relative;
    background-color: #FFFFFF;
    padding: 17px 9px 31px 18px;
}
.about-bg{
	background: transparent url(../img/about-bg.png) no-repeat center center;
    background-color: var(--primary--color);
	background-size: cover;
}

.placement-bg{
	background: transparent url(../img/placement.jpg) no-repeat center center;
    background-color: var(--primary--color);
	background-size: cover;
}

.news-date{
	font-size: 1.8rem!important;
    line-height: 0.8;
}
.about-img{
	height: 380px;
    margin-top: -52px;
}
.about-bg p{
	color: var(--color-light);
}
.h-320{
	height: 320px !important;
}
.w-40{
	width: 40%;
}
.bg-test{
	background: transparent url(/public//web/img/about-bg.png) no-repeat center center;
    background-color: var(--primary--color);
}
.arrow-2{
	right: 0%;
}
.pr-0{
	padding-right: 12px !important;
}

b, strong {
    font-weight: 700 !important;
    font-family: inherit !important;
}
.btn-success{
	background-color: var(--primary--color);
	border-color: var(--primary--color);
}
.btn-success:hover{
	background-color: var(--primary--color);
	border-color: var(--primary--color);
	color: #000 !important;
}
.btn-outline-warning{
	color: #0c0c0c !important;
	border-color: var(--secondary--color);
}
.btn-outline-warning:hover{
	color: var(--color-light) !important;
    background-color: var(--secondary--color);
    border-color: var(--secondary--color);
}
.btn-outline-warning:focus{
	box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%) !important;
}
.btn-success:focus{
   box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%) !important;
}
.btn-warning{
	border-color: var(--secondary--color);
	background-color: var(--secondary--color);
	color: var(--color-light);
}
.btn-warning:hover{
	border-color: var(--secondary--color);
	background-color: var(--secondary--color);
	color: var(--color-light) !important;
}
.btn-warning:active:focus{
	box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
}
.social-color li a{
	color: white!important;
}

.h-500{
	height: 500px;
}

.page-heading-bg-400 {
	height: 400px;
}

.h-200{
	height: 200px;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--secondary--color);
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--primary--color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.page-heading{
	padding-top: 6%;
	z-index: 999;
}

.profile-pic{
	max-width: 60px;
    border-radius: 100%;
}

  /* Ensure the sidebar can scroll with the page */
.sidebar {
  /* no overflow on the sidebar or its parents! */
}

/* Only apply on medium+ screens */
@media(min-width: 768px) {
  .sticky-cta {
    position: sticky;
    top: 20%;       /* distance from top of viewport */
    z-index: 1030;   /* above other content */
  }



}

.bg-about{
	background-image: url('../img/about-bg.jpg');	
	background-size: cover;
	background-position: center ;
}
.bg-leadership{
	background-image: url('../img/leadership-bg.jpg');	
	background-size: cover;
	background-position: center ;
}
.bg-contact{
	background-image: url('../img/contact-bg.jpg');	
	background-size: cover;
	background-position: center ;
}
.bg-pages{
	background-image: url('../img/page-bg.jpg');	
	background-size: cover;
	background-position: center ;
}

.bg-agrigpt{
	background-image: url('../img/agrigpt-bg.jpg');	
	background-size: cover;
	background-position: center ;
}
.bg-gallery{
	background-image: url('../img/gallery-bg.jpg');	
	background-size: cover;
	background-position: center ;
}
.bg-blog{
	background-image: url('../img/blog-bg.jpg');	
	background-size: cover;
	background-position: center ;
}

.bg-cover-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }
  
  .mt-slider.position-relative {
	position: relative; /* ensures .dark-overlay and .overlay-content are positioned relative to this */
  }
  
  .dark-overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;           /* The overlay is "under" content that has higher z-index */
	pointer-events: none; /* optional: so it doesn’t block clicks */
  }
  
  /* The text container */
  .overlay-content {
	position: relative; 
	z-index: 2;          /* so it appears above the overlay */
  }

.dynamic-content .accordion{
	display: block !important;
}

.stretched-link::after{
	content: none !important;
}

.carousel-caption {
	position: absolute;
    right: 0;
    bottom: -10rem;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    z-index: 99;
}

@media screen and (max-width: 768px) {
	.carousel-caption{
		margin-left: 0;
    bottom: -5rem;
	}


 .w-custom-80 {
    width: 410% !important;
  }

	.slider--text{
	transform: translateX(10px);
    margin-top: 5rem !important;
	}

	
}


.dropdown-menu li {
	position: relative !important;
	}
	.dropdown-menu .dropdown-submenu {
	/* display: none; */
	position: absolute;
	
	}

	@media screen and (min-width: 900px) {
		.dropdown-menu .dropdown-submenu {
			/* display: none; */
			position: absolute;
			left: 80%;
			top: -1px;
			}


	}
	@media screen and (max-width: 900px) {
		.dropdown-menu {
			width: 100%;
			}
		.dropdown-menu .dropdown-item{
			line-height: 1;
			border-bottom: 0 !important;
        padding: 1em;
			}
		.dropdown-menu .dropdown-submenu{
			width: 100%;
			}
			
	}
		.dropdown-menu .dropdown-submenu-left {
		right: 100%;
		left: auto;
		}
		.dropdown-menu > li:hover > .dropdown-submenu {
		display: block;
		}
		/* slick */

		.lazy{
			width:100%;
			margin:0 auto;
		}
		
		/*Edit, forgot this important bit.  This keeps the other slides visible*/
		.slick-list {
			overflow: visible;
		}
		
		.slide-footer {
			width: 135px!important;
			height: auto!important;
		}

		    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: var(--primary--color);
    }
    a {
    color: var(--primary--color);
    text-decoration: underline;
}

/* ===========================
   AGRIPLAST — APPEND-ONLY PATCH
   (Place at the very end of app.css)
   =========================== */

/* 1) Define any missing variables you already reference */
:root {
  --radius-pill: 250px;
  --radius-md: 12px;
  --shadow-s: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-m: 0 10px 30px rgba(0,0,0,0.18);

  /* Gradients used elsewhere but not defined */
  --blue--gradient: linear-gradient(41deg, rgba(0,95,156,1) 0%, rgba(137,190,64,1) 100%);
  --green-gradient: linear-gradient(41deg, #3bbdad 0%, #c3d829 100%);
  --reded--gradient: linear-gradient(41deg, #e83e3e 0%, #ff8a00 100%);
  --prime-gradient: var(--primary-gradient);
  --greenary-gradient: linear-gradient(41deg, #619202 0%, #78ad0d 100%);

  /* Colors used but missing */
  --clr--purple: #6a4cff;
  --clr--dark: #121212;
  --base-color: #f5f7fb;

  /* Glass tokens */
  --glass-border: rgba(255,255,255,0.28);
  --glass-blur: 16px;

  /* Brand button gradient token (your existing colors) */
  --btn-brand-gradient: linear-gradient(to right, #2e4a83, #124b6c, #005f61, #78ad0d);
}

/* 2) Resolve duplicates/conflicts (no visual change) */

/* Keep Bootstrap semantics: .fw-bold should be 700 */
.fw-bold { font-weight: 700 !important; }

/* .pr-1 appears twice; use the larger one consistently */
.pr-1 { padding-right: 30px; }

/* .bg-red defined twice; ensure the same value wins everywhere */
.bg-red { background-color: #82b83b !important; }

/* Accordion final state (you already intended this color) */
.accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--primary--color);
}

/* Global links are non-underlined; underline only in content areas */
a { text-decoration: none !important; }
.dynamic-content a,
.article-body a { text-decoration: underline; }

/* 3) Reuse tokens on your existing components (keeps visuals identical) */

/* Glass helper you can compose anywhere (matches your glass look) */
.u-glass {
  background: rgba(255,255,255,0.05);
  -webkit-backdrop-filter: blur(var(--glass-blur));
  backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-s);
  border-radius: var(--radius-md);
}

/* Pill helper (same radius you already use) */
.btn--pill { border-radius: var(--radius-pill); }

/* ——— Liquid-glass on white backgrounds, without changing your hover ——— */



/* Header button: keep your exact effect; reuse tokens */
.header-button {
  border-radius: var(--radius-pill);
  border: 1px solid var(--glass-border);
  background: var(--btn-brand-gradient);
  background-size: 200% 100%;
  background-position: 10% 0%;
}
.header-button:hover {
  background: var(--btn-brand-gradient);
  background-size: 200% 100%;
  background-position: 95% 0%;
}

/* Optional utility to quickly apply business glass to any box */
.box--glass { composes: u-glass; border-radius: 10px; }

/* 4) Motion/accessibility guards for heavy animations */
@media (prefers-reduced-motion: reduce) {
  .gradient-wave-bg::before,
  .gradient-wave-short-bg::before,
  .gradient-wave-light-bg::before,
  .text-gradient,
  .box-design:hover::before {
    animation: none !important;
  }
  .btn,
  .glass-btn,
  .header-button { transition: none !important; }
}

/* 5) Ensure modal layer order is consistent */
.modal { z-index: 1050 !important; }
.modal-backdrop { z-index: 1040 !important; }

/* ========== Custom Translate Trigger ========== */
.translate-wrapper {
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
}

/* Hide Google’s native select but keep it in DOM for functionality */
.translate-wrapper select.goog-te-combo {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

/* Mobile-only tweak (scope to your mobile wrapper) */
.translate-wrapper[data-scope="mobile"] .translate-menu{
  right: 5%;
  left: auto;
  min-width: 150px;
}

/* Trigger button (glass/business look) */
.translate-trigger {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.06);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--secondary--color);
  cursor: pointer;
  line-height: 1;
  transition: box-shadow .2s ease, transform .15s ease, background-color .2s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
.translate-trigger:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.12);
}
.translate-trigger .globe {
  font-size: 1rem;
}


.translate-search {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 6px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.12);
  font-size: 14px;
}

/* Language list */
.translate-list {
  max-height: 240px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.translate-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: 8px 10px;
  border-radius: 8px;
  color: #1f2a3d;
  font-size: 14px;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease;
}
/* Ensure Google Translate's default select is hidden */
#google_translate_element_desktop,
#google_translate_element_desktop select.goog-te-combo,
#google_translate_element_mobile,
#google_translate_element_mobile select.goog-te-combo {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    z-index: -9999 !important;
}

/* Prevent Google Translate from shifting the body */
body {
    top: 0 !important;
}

/* --- Custom Translate UI --- */
.translate-wrapper{position:relative;display:inline-block}
.translate-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.06);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;line-height:1}
.translate-trigger:hover{background:rgba(255,255,255,.12)}
.translate-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.15);padding:8px;z-index:9999;display:none}
.translate-menu.open{display:block}
.translate-search{width:100%;padding:8px 10px;margin-bottom:6px;border-radius:8px;border:1px solid rgba(0,0,0,.12);font-size:14px}
.translate-list{max-height:240px;overflow:auto;margin:0;padding:0;list-style:none}
.translate-item{display:flex;align-items:center;gap:.6rem;padding:8px 10px;border-radius:8px;color:#1f2a3d;font-size:14px;cursor:pointer}
.translate-item:hover{background:rgba(0,0,0,.06)}


/* Ensure the menu can float above any header/backdrop */
.translate-wrapper { position: relative; }
.translate-menu {
  position: absolute; /* default */
  z-index: 99999;     /* above .z-index-top (9999) and backdrops */
}

/* When JS switches to fixed mode (to escape overflow parents), keep look the same */
.translate-menu.is-fixed {
  position: fixed;
}



/* Hide any Google Translate branding or injected elements */
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-gadget-icon,
.goog-logo-link,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

/* Remove the top banner Google sometimes injects */
.goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0 !important; }


/* === Liquid Glass Agriplast Preloader === */
#agripreloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  transition: opacity .5s ease, visibility .5s ease;
}

#agripreloader.hide {
  opacity: 0;
  visibility: hidden;
}

.agri-preload-card {
  padding: 24px 28px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
}

.agri-preload-logo {
  width: 140px;
  margin-bottom: 10px;
}

.agri-preload-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #2e4a83;
}

.agri-preload-sub {
  font-size: 13px;
  color: #555;
  margin-bottom: 20px;
}

.agri-preload-spinner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.3);
  border-top-color: #78ad0d;
  animation: spin 1s linear infinite;
  margin: 0 auto 18px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.agri-preload-meter {
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
  overflow: hidden;
  margin-bottom: 8px;
}

.agri-preload-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #2e4a83, #124b6c, #005f61, #78ad0d);
  background-size: 200% 100%;
  transition: width 0.3s ease, background-position 1s ease;
}

.agri-preload-percent {
  font-size: 12px;
  color: #2e4a83;
}


/* ===== Liquid Glass Preloader ===== */
#preloader-glass{
  position: fixed; inset: 0; z-index: 999999;
  display: grid; place-items: center;
  pointer-events: none; /* no interaction while visible */
  opacity: 1; transform: scale(1);
  transition: opacity .45s ease, transform .45s ease;
}

#preloader-glass .pl-overlay{
  position: absolute; inset: 0;
  background:
    radial-gradient(1200px 800px at 10% 10%, rgba(0,255,200,.08), transparent 60%),
    radial-gradient(1200px 800px at 90% 90%, rgba(0,150,255,.08), transparent 60%),
    linear-gradient(180deg, rgba(5,8,28,.92), rgba(5,8,28,.88));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#preloader-glass .pl-card{
  position: relative;
  width: min(460px, 86vw);
  padding: 28px 28px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.4),
    0 30px 80px rgba(0,0,0,.45);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  isolation: isolate;
}

#preloader-glass .pl-card::after{
  content:""; position:absolute; inset:0; border-radius:22px; padding:1px;
  background: linear-gradient(135deg, rgba(0,173,255,.45), rgba(0,255,163,.28));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events:none; opacity:.45;
}

/* Logo */
#preloader-glass .pl-logo-wrap{
  display:flex; justify-content:center; align-items:center; margin-bottom:14px;
}
#preloader-glass .pl-logo{
  max-height: 56px; width:auto; filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

#preloader-glass .pl-spinner::before{
  /* subtle India tri-color glint */
  content:""; position:absolute; inset:-2px; border-radius:50%;
  background: linear-gradient(115deg, rgba(255,102,0,.25) 0%, rgba(255,255,255,.18) 49%, rgba(5,207,2,.25) 100%);
  mix-blend-mode: screen; pointer-events:none;
  filter: blur(0.3px);
}

/* Progress bar */
#preloader-glass .pl-bar{
  position: relative;
  height: 10px; border-radius: 999px; overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
}
#preloader-glass .pl-bar-fill{
  position:absolute; left:0; top:0; bottom:0;
  width: 18%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,193,255,.8), rgba(0,255,163,.7));
  box-shadow: 0 6px 16px rgba(0,255,163,.25);
  animation: pl-indeterminate 2.1s ease-in-out infinite;
}
#preloader-glass .pl-glare{
  position:absolute; inset:0; pointer-events:none;
  background: linear-gradient(120deg, rgba(255,255,255,.35), rgba(255,255,255,0) 25% 75%, rgba(255,255,255,.35));
  mix-blend-mode: screen; opacity:.35;
}

/* Text */
#preloader-glass .pl-text{
  margin: 12px 0 0;
  font-size: .95rem; font-weight: 500; letter-spacing: .01em;
  color: rgba(255,255,255,.92);
  text-align:center;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

/* Fade out */
#preloader-glass.is-hidden{
  opacity: 0;
  transform: scale(.985);
  pointer-events: none;
}

/* Keyframes */
@keyframes pl-rotate{
  to { transform: rotate(360deg); }
}
@keyframes pl-indeterminate{
  0%   { left: -20%; width: 20%; }
  50%  { left: 40%; width: 40%; }
  100% { left: 100%; width: 20%; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  #preloader-glass .pl-spinner{ animation: none; }
  #preloader-glass .pl-bar-fill{ animation: none; width: 65%; left: 0; }
}

/* Lock scroll while loading */
body.preloader-lock{
  overflow: hidden;
  touch-action: none;
}
/* ===============================
   Mobile Bottom Nav — Liquid Glass
   =============================== */
.agri-bottom-nav{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1035;
  /* liquid glass background with brand tint */
  background:linear-gradient(to right, rgb(46 74 131 / 90%), rgb(0 95 97 / 74%), rgb(120 173 13 / 90%)), rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
  border-top: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 -10px 24px rgba(0,0,0,0.12);
  padding-bottom: max(env(safe-area-inset-bottom, 0), 8px);
}

.agri-bottom-items{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  margin: 0;
  padding: 10px 10px 10px;
  list-style: none;
}

.agri-bottom-item{ display: flex; }

.agri-bottom-link{
  --active-c:#ffffff;
  --idle-c: rgba(255,255,255,0.85);
  --idle-t: rgba(255,255,255,0.82);

  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  padding: 8px 6px;
  border-radius: 12px;
  color: var(--idle-t);
  transition: background-color .2s ease, transform .1s ease, color .2s ease;
}

.agri-bottom-link i{
  font-size: 1.25rem;
  line-height: 1;
  color: var(--idle-c);
  transition: color .2s ease, transform .1s ease;
}

.agri-bottom-link span{
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .2px;
}

.agri-bottom-link:active{ transform: scale(.98); }

.agri-bottom-link:hover{
  background: rgba(255,255,255,0.10);
}

/* Active state (current page) */
.agri-bottom-link.is-active{
  background: rgba(255,255,255,0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
  color: #ffffff;
}
.agri-bottom-link.is-active i{
  color: #ffffff;
  transform: translateY(-1px);
}

/* Make room so content isn't hidden behind the bar */
@media (max-width: 768px){
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0)); }
}

/* Hide on md+ (Bootstrap: d-md-none already; this is a safety) */
@media (min-width: 768px){
  .agri-bottom-nav{ display: none !important; }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 80px !important; /* adjust based on your bottom nav height */
  }
}


/* ============================
SEARCH CSS
   ============================ */

/* Chips */
.ap-chip{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.5rem .9rem; border-radius:999px; text-decoration:none;
  background:#f5f7f9; color:#1c2a2f; border:1px solid #e6eaee; font-weight:600; font-size:.9rem;
}
.ap-chip:hover{ background:#eef3f5; }
.ap-chip.active{ background:var(--primary--color); color:#fff; border-color:transparent; }

/* Suggestions */
.ap-suggestion{
  display:inline-flex; align-items:center; padding:.35rem .8rem;
  border:1px dashed #c7d7c7; border-radius:999px; text-decoration:none; color:var(--primary--color); font-weight:600;
}
.ap-suggestion:hover{ background:#f0f8f0; }

/* Type icon + badge colors */
.ap-typeicon{
  width:42px; height:42px; display:inline-flex; align-items:center; justify-content:center;
  border-radius:10px; font-size:20px; flex: 0 0 42px;
}
.ap-typeicon.products{ background:#e9f7ef; color:var(--primary--color); }
.ap-typeicon.categories{ background:#eff5ff; color:var(--secondary--color); }
.ap-typeicon.subcategories{ background:#fff5e6; color:#fd7e14; }
.ap-typeicon.blogs{ background:#f8f0ff; color:#6f42c1; }

.ap-badge-products{ background:#e9f7ef; color:var(--primary--color); border-radius: 50px;}
.ap-badge-categories{ background:#eff5ff; color:var(--secondary--color); border-radius: 50px;}
.ap-badge-subcategories{ background:#fff5e6; color:#b45309; border-radius: 50px;}
.ap-badge-blogs{ background:#f8f0ff; color:#6f42c1; border-radius: 50px; }

.ap-result-title{ color:#0c1316; }
.ap-result-title:hover{ text-decoration:underline; }

.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 4.3rem;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #dadada;
    outline: 0;
    box-shadow: none;
}

/* Result card */
.result-card .card-body{ padding:1rem 1.25rem; }

/* ============================
SEARCH CSS
   ============================ */

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
}



#topheader {
    position: sticky;
    top: 0;
    z-index: 1050;
    backdrop-filter: saturate(180%) blur(20px);
    transition: background-color 0.3s ease;
    width: 100%;
    background: #fff;
}

#topheader.scrolled {
    background-color: rgba(0,95,156,0.8) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* ============================
   MOBILE HEADER — LIQUID GLASS
   (scoped to #topheader only)
   ============================ */
@media (max-width: 991.98px){
  /* Glass bar (replaces solid gradient) */
  #topheader nav.d-block.d-lg-none{
    background:
      linear-gradient(90deg,
        rgba(46, 74, 131, 0.28),
        rgba(0, 95, 97, 0.22),
        rgba(120, 173, 13, 0.18)
      ),
      rgba(255,255,255,0.22) !important;
    -webkit-backdrop-filter: blur(14px) saturate(170%);
    backdrop-filter: blur(14px) saturate(170%);
    border-bottom: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    border-radius: 0; /* keep your rounded bottom */
  }

  	.gradient-overlay-white-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 90%) 20%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

  /* Brand/logo & toggler stay readable over glass */
  #topheader nav.d-block.d-lg-none .navbar-brand img.nav--logo{
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.25));
  }


  /* COLLAPSE PANEL: turn the dropdown area into glass too */
  #topheader nav.d-block.d-lg-none .navbar-collapse{

    margin: .5rem;                    /* breathing room from edges */
    padding: .25rem .5rem;
  }

  /* Menu links on glass */
  #topheader nav.d-block.d-lg-none .nav-link{
    color: #0b1a33;                   /* dark navy for contrast */
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
  }


  /* Mobile dropdown menus → glass sheets */
  #topheader nav.d-block.d-lg-none .dropdown-menu{
    background: rgb(0 0 0 / 39%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    backdrop-filter: blur(10px) saturate(150%);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.12);
    overflow: hidden;
  }
  #topheader nav.d-block.d-lg-none .dropdown-item{
    color: #0e223f;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  #topheader nav.d-block.d-lg-none .dropdown-item:hover{
    background: rgba(18,52,107,0.08);
    color: #0e223f;
  }

  /* Buttons inside the mobile header (e.g., View Products, Contact) → glass pills */
  #topheader nav.d-block.d-lg-none .btn.btn-slider{
    color: #fff;
    background: rgba(255,255,255,0.16);
    -webkit-backdrop-filter: blur(10px) saturate(170%);
    backdrop-filter: blur(10px) saturate(170%);
    border: 1px solid rgba(255,255,255,0.45);
    box-shadow: 0 6px 18px rgba(0,0,0,0.14), inset 0 1px 0 rgba(255,255,255,0.45);
    border-radius: 999px;
    transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
  }
  #topheader nav.d-block.d-lg-none .btn.btn-slider:hover,
  #topheader nav.d-block.d-lg-none .btn.btn-slider:active{
    background: rgba(255,255,255,0.24);
    border-color: rgba(255,255,255,0.6);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    color: #fff !important;
  }

  /* Optional: tiny gloss on the glass bar itself */
  #topheader nav.d-block.d-lg-none::after{
    content:"";
    position:absolute; left:0; right:0; bottom:-1px; height:1px;
    background: linear-gradient(90deg, rgba(255,255,255,.5), rgba(255,255,255,0), rgba(255,255,255,.5));
    pointer-events:none;
  }

  /* Respect safe area on iOS notch */
  #topheader nav.d-block.d-lg-none{
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}

/* Backdrop-filter fallback for older browsers */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){
  @media (max-width: 991.98px){
    #topheader nav.d-block.d-lg-none{
      background: rgba(22,38,74,.92) !important;
    }
    #topheader nav.d-block.d-lg-none .navbar-collapse{
      background: rgba(255,255,255,.95);
    }
  }
}


header {
    min-height: 60px;
}

.no-scroll {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
     
.dropdown-menu.fade-slide {
    display: block !important;  /* override Bootstrap’s display:none */
    visibility: hidden;         /* hidden but occupies layout space */
    opacity: 0;                 /* fully transparent */
    transform: translate3d(0, 50px, 0); /* slide down from 50px */
    transition:
        opacity 0.2s ease-in-out,
        transform 0.2s ease-in-out;
}
.dropdown-menu.fade-slide.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

     /* The .mega-backdrop for page blur outside the mega menu */
     .mega-backdrop {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    backdrop-filter: saturate(140%) blur(0px); /* Start with no blur */
    opacity: 0; /* Start fully transparent */
    transition: 
        backdrop-filter 0.5s ease, /* Transition blur */
        opacity 0.5s ease; /* Transition opacity */
    z-index: 1000;
    pointer-events: none;
}

.mega-backdrop.show {
    backdrop-filter: saturate(140%) blur(5px); /* End with blur */
    opacity: 1; /* Fully visible */
}

.mega-backdrop-glass {
  background: #fffffff5;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15.1px);
    -webkit-backdrop-filter: blur(15.1px);
    background-image: url('../img/menu-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 85vh;
}
     
     /* 3) Mega menu container */
     .mega-menu {
       position: absolute;
       left: 0;
       right: 0;
       z-index: 1100; /* above the backdrop */
     }
     
     /* Fade+slide animation for the dropdown menu */
     .dropdown-menu.fade-slide {
       display: block !important;  /* override Bootstrap’s display:none */
       visibility: hidden;         /* hidden but occupies layout space */
       opacity: 0;                 /* fully transparent */
       transform: translate3d(0, 50px, 0); /* slide down from 50px */
       transition:
         opacity 0.3s ease-in-out,
         transform 0.3s ease-in-out;
     }
     .dropdown-menu.fade-slide.show {
       visibility: visible;
       opacity: 1;
       transform: translateY(0);
     }
     
     /* Example “border bottom gradient” on the mega menu container */
     .menu-border-bottom {
       border-bottom: 10px solid transparent;
       border-image: linear-gradient(
         41deg,
         rgba(0,95,156,1) 0%,
         rgba(137,190,64,1) 100%
       ) 1;
       border-image-slice: 1;
     }
     
     li.list-style-none { list-style: none; }
     .navbar-margin { margin-left: 1rem; }
     .dropdown-menu { background: rgba(255, 255, 255, 0.58); }
     .navbar-light .navbar-toggler-icon { filter: invert(0.5); }
     
     /* Hide any potential horizontal scrollbar site-wide */
     html, body {
       overflow-x: hidden;
       margin: 0; 
       padding: 0;
     }
     
     /* Optional: styling for your mega-col-content */
     .mega-col-content {
       min-height: 100vh;
       background-size: contain;
       text-align: left;
       transition: filter 0.4s ease; /* fade grayscale on hover */
       filter: grayscale(0%);
     }
     .mega-col-content:hover {
       filter: grayscale(100%);
     }
     
     /* If you want a certain min-height in your big product menu */
     .min-height-550 {
       min-height: 550px;
     }

 
  @media (max-width: 991.98px) {

  #topheader {
    position: sticky;
    top: 0;
    z-index: 1050;
    background-color: hsla(0, 0%, 100%, 0);
    backdrop-filter: none;
    transition: background-color 0.3s ease;
    width: 100%;

}
}

/* ===== Liquid Glass Loader ===== */
/* Full-screen, Safari-safe */
/* FULL-SCREEN OVERLAY — cover everything, even on iOS */

/* Force the modal to the exact center of the viewport */
.glass-center{
  position: fixed !important;           /* ignore parent layout */
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;                 /* avoid collapsed margins */
  max-width: min(92vw, 560px);
  width: max-content;                    /* shrink-to-fit */
  z-index: 100001;                       /* above the overlay */
}

/* Keep the overlay full screen */
.glass-loader{
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100dvh; min-height: 100vh;
  display: none;                         /* JS sets to grid */
  place-items: center;                   /* harmless now, kept as fallback */
  z-index: 100000;
  background: rgba(0,0,0,.3);
  -webkit-backdrop-filter: blur(3px) saturate(120%);
  backdrop-filter: blur(3px) saturate(120%);
}

/* Fallback centering if Grid not available (old browsers) */
@supports not (place-items: center){
  .glass-loader{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Glass panel stays centered because parent is full-height now */
.glass-panel{
  position: relative;
  min-width: min(30vw, 300px);
  max-width: 50vw;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(255,255,255,.8));
  border: 1px solid rgba(255,255,255,.45);
  box-shadow:
    0 12px 40px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.65),
    inset 0 -1px 0 rgba(0,0,0,.04);
  -webkit-backdrop-filter: blur(14px) saturate(170%);
  backdrop-filter: blur(14px) saturate(170%);
  overflow: hidden;
}

/* subtle colored glow tied to your brand gradient */
.glass-glow{
  position: absolute; inset: -40%;
  background: radial-gradient(60% 60% at 30% 20%, rgba(0,95,156,.20), transparent 60%),
              radial-gradient(60% 60% at 80% 70%, rgba(137,190,64,.18), transparent 60%);
  filter: blur(20px);
  pointer-events: none;
}

/* soft top-left sheen */
.glass-sheen{
  position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(255,255,255,.35), rgba(255,255,255,0) 45%);
  mix-blend-mode: soft-light;
  opacity:.55;
  pointer-events:none;
}

/* content row */
.glass-row{
  display:flex; align-items:center; gap:14px;
}

.glass-emoji{
  font-size: 28px; line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.25));
}

.glass-text{
  display:flex; flex-direction:column; gap:4px;
}

.glass-title{
  font-weight: 700;
  letter-spacing:.2px;
  color:#0b1a33;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.glass-sub{
  font-size: .9rem;
  color: rgba(11,26,51,.72);
}

/* progress bar */
.glass-progress{
  margin-top:14px;
  height: 6px;
  border-radius:999px;
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(0,0,0,.06);
  overflow:hidden;
}

.glass-bar{
  display:block; height:100%; width: 34%;
  border-radius:inherit;
  background:
    linear-gradient(90deg, rgba(0,95,156,.85), rgba(137,190,64,.85));
  animation: slide 1.4s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(0,95,156,.25);
}

@keyframes slide{
  0%   { transform: translateX(-110%); }
  50%  { transform: translateX(30%); }
  100% { transform: translateX(120%); }
}

/* prefers-reduced-motion: tone it down */
@media (prefers-reduced-motion: reduce){
  .glass-bar{ animation: slide 2.8s linear infinite; }
}

/* dark mode friendly */
@media (prefers-color-scheme: dark){
  .glass-panel{
    background: linear-gradient(135deg, rgba(24,34,56,.55), rgba(20,26,44,.45));
    border-color: rgba(255,255,255,.16);
  }
  .glass-title{ color:#e8eef9; text-shadow:none; }
  .glass-sub{ color: rgba(232,238,249,.7); }
  .glass-progress{ background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.06); }
}

/* small screens */
@media (max-width: 480px){
  .glass-panel{ padding:14px 16px; border-radius:16px; }
  .glass-emoji{ font-size:24px; }
}

/* ============================
   MOBILE HEADER — LIQUID GLASS
   ============================ */
@media (max-width: 991.98px) {
    #topheader nav.d-block.d-lg-none {
        background: linear-gradient(90deg, rgba(46, 74, 131, 0.28), rgba(0, 95, 97, 0.22), rgba(120, 173, 13, 0.18)), rgba(255,255,255,0.22) !important;
        -webkit-backdrop-filter: blur(14px) saturate(170%);
        backdrop-filter: blur(14px) saturate(170%);
        border-bottom: none;
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        border-radius: 0;
    }

    #topheader nav.d-block.d-lg-none .navbar-brand img.nav--logo {
        filter: drop-shadow(0 1px 4px rgba(0,0,0,.25));
    }



    #topheader nav.d-block.d-lg-none .navbar-collapse {
        margin: .5rem;
        padding: .25rem .5rem;
    }

    #topheader nav.d-block.d-lg-none .nav-link {
        color: #0b1a33;
        text-shadow: 0 1px 0 rgba(255,255,255,.25);
    }

    #topheader nav.d-block.d-lg-none .dropdown-menu {
        background: rgb(0 0 0 / 39%);
        -webkit-backdrop-filter: blur(10px) saturate(150%);
        backdrop-filter: blur(10px) saturate(150%);
        border: 1px solid rgba(0,0,0,0.06);
        border-radius: 14px;
        box-shadow: 0 10px 26px rgba(0,0,0,0.12);
        overflow: hidden;
    }

    #topheader nav.d-block.d-lg-none .dropdown-item {
        color: #0e223f;
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }

    #topheader nav.d-block.d-lg-none .dropdown-item:hover {
        background: rgba(18,52,107,0.08);
        color: #0e223f;
    }

    #topheader nav.d-block.d-lg-none .btn.btn-slider {
        color: #fff;
        background: rgba(255,255,255,0.16);
        -webkit-backdrop-filter: blur(10px) saturate(170%);
        backdrop-filter: blur(10px) saturate(170%);
        border: 1px solid rgba(255,255,255,0.45);
        box-shadow: 0 6px 18px rgba(0,0,0,0.14), inset 0 1px 0 rgba(255,255,255,0.45);
        border-radius: 999px;
        transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
    }

    #topheader nav.d-block.d-lg-none .btn.btn-slider:hover,
    #topheader nav.d-block.d-lg-none .btn.btn-slider:active {
        background: rgba(255,255,255,0.24);
        border-color: rgba(255,255,255,0.6);
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(0,0,0,0.18);
        color: #fff !important;
    }

    #topheader nav.d-block.d-lg-none::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: linear-gradient(90deg, rgba(255,255,255,.5), rgba(255,255,255,0), rgba(255,255,255,.5));
        pointer-events: none;
    }

    #topheader nav.d-block.d-lg-none {
        padding-left: max(12px, env(safe-area-inset-left));
        padding-right: max(12px, env(safe-area-inset-right));
    }
}

/* Backdrop-filter fallback */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    @media (max-width: 991.98px) {
        #topheader nav.d-block.d-lg-none {
            background: rgba(22,38,74,.92) !important;
        }
        #topheader nav.d-block.d-lg-none .navbar-collapse {
            background: rgba(255,255,255,.95);
        }
    }
}

#translate-loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 10000;
    display: grid;
    place-items: center;
}

/* Burger base */
.navbar-toggler .burger{
  display:inline-block; width:26px; height:18px; position:relative;
}
.navbar-toggler .burger span{
  position:absolute; left:0; right:0; height:2px; background:#fff;
  transform-origin: 50% 50%;
  transition: transform .26s ease, opacity .2s ease, top .26s ease, background-color .26s ease;
}
.navbar-toggler .burger span:nth-child(1){ top:0; }
.navbar-toggler .burger span:nth-child(2){ top:8px; }
.navbar-toggler .burger span:nth-child(3){ top:16px; }

/* When open → X */
.navbar-toggler.is-open .burger span:nth-child(1){
  transform: rotate(45deg); top:8px;
}
.navbar-toggler.is-open .burger span:nth-child(2){
  opacity:0;
}
.navbar-toggler.is-open .burger span:nth-child(3){
  transform: rotate(-45deg); top:8px;
}

/* Optional: dark backgrounds support */
.gradient-wave-bg .navbar-toggler .burger span,
.bg_header .navbar-toggler .burger span{
  background: #fff;
}

/* Simple fade-up on scroll */
.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.scroll-reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* scope just defines the end of “sticky land” */
.hero-scope{
  position: relative;
  /* no specific height; it’s as tall as hero + intro */
}

/* Keep the hero in view while the next section scrolls over it */
.hero-pin{
  position: sticky;
  top: 0;
  height: 85vh;           /* hero fills the viewport */
  z-index: 0;              /* sits below header/overlay */
  overflow: hidden;
}

/* If your slider isn't already full-height, force its child to fill */
.hero-pin > *{
  height: 100%;
}

/* Intro overlays the hero with a smooth “reveal over” effect */
.overlay-on-hero{
  position: relative;
  z-index: 1;            
  background: transparent; /* keep your current gradient-bg as-is elsewhere */
}

/* Optional: subtle liquid-glass on the first chunk of intro so text stays readable over the hero */
.overlay-on-hero .glass-on-hero{
  background: rgba(255,255,255,0.08);
  -webkit-backdrop-filter: saturate(1.6) blur(10px);
  backdrop-filter: saturate(1.6) blur(10px);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.18);
}

/* Tweak overlap on smaller screens */
@media (max-width: 991.98px){

}

