body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden; /* Prevent horizontal scroll from wide elements before scaling */
}


@media (min-width: 1200px) {
    .main-navigation li a {
        padding: 0px 10px 0px;
    }
}

@media (min-width: 992px) {
    .main-navigation li ul li a {
        width:200px!important;
    }
}


.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 700; /* Default bold for headings */
}

.btn {
  display: inline-flex; /* For aligning icon and text */
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 1px solid transparent;
}

.btn-primary {
  background-color: #faba00; /* style_8 yellow */
  color: #2b5183; /* style_9 blue text */
}
.btn-primary:hover {
  background-color: #e0aa00;
  color: #1e3a6b;
}

.btn-secondary {
  background-color: #074276; /* Dark blue */
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #053054;
}

.btn-light {
  background-color: #ffffff;
  color: #2151cc; /* style_84 */
}
.btn-light:hover {
  background-color: #f0f0f0;
}

.btn-outline {
  background-color: rgba(10, 29, 90, 0.79); /* style_85 */
  border: 1px solid #ffffff;
  color: #ffffff; /* style_86 */
}
.btn-outline:hover {
  background-color: rgba(10, 29, 90, 1);
}


.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}

.section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px; /* style_20, style_22 */
  line-height: 1.2; /* 36.3px / 30px */
  color: #000000;
  margin-bottom: 16px;
}
.section-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px; /* style_23 */
  line-height: 1.2; /* 18.15px / 15px */
  color: #545454;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Grid */
.grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .grid-cols-2, .grid-cols-3, .grid-cols-4 {
    grid-template-columns: 1fr;
  }
}

/* add */

.module-card{
font-family: 'Inter', sans-serif;
}
.section-subtitle text-center{
font-family: 'Inter', sans-serif;
}
.value-prop-item{
font-family: 'Inter', sans-serif;
}
.section-subtitle text-center{
font-family: 'Inter', sans-serif;
}
.category-title{
font-family: 'Inter', sans-serif;
}
.cta-subtitle{
font-family: 'Inter', sans-serif;
}
.cta-buttons{
font-family: 'Inter', sans-serif;
}

.resource-card-icon-bg {
  position: relative;
  width: 40px;  /* or match your design */
  height: 40px;
  background-color: #ebebeb; /* default background */
  border-radius: 10%;         /* optional: make it circular */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.resource-card-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}

.hover-icon {
  opacity: 0;
}

.resource-card:hover .default-icon {
  opacity: 0;
}

.resource-card:hover .hover-icon {
  opacity: 1;
}

.resource-card:hover .resource-card-icon-bg {
  background-color: #1265a8; /* red background on hover */
}


.btn.btn-primary.asedrf {
 background-color: #faba00;
color: #2b5183;
padding: 12px;
}


.btn.btn-primary.asedrf:hover {
  background-color: white;
}


.download-resources-section__button {
    display: inline-flex
;
    align-items: center;
    background-color: #ebebeb;
    border-radius: 8px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #c60000;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    gap: 8px;
}

.download-resources-section__button:hover {
    background-color: #c60000;
    color: #ffffff;
}





.btn-download {
  background-color: #ebebeb;
  color: #c60000;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-download .btn-icon {
  width: 16px;
  height: 16px;
  transition: opacity 0.3s ease;
}

.btn-download .hover-icon {
  display: none;
}

.btn-download:hover {
  background-color: #c60000;
  color: #fff;
}

.btn-download:hover .default-icon {
  display: none;
}

.btn-download:hover .hover-icon {
  display: inline;
}


.module-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #d0d0d0;
}
.brochure-cover-img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #d0d0d0;
}
.resource-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #716767;
}


a.btn.btn-request-demo.aswed{
	margin-right:20px;
	background-color: #ffffff;
	color: #2151cc;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 17px;
	padding: 15px 25px;
	border-radius: 8px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	}
	a.btn.btn-request-demo.aswed:hover{
	background-color: blue;
	color: white;
	}
	
	
.btn-request-demo .icon-hover {
  display: none;
}

.btn-request-demo:hover .icon-default {
  display: none;
}

.btn-request-demo:hover .icon-hover {
  display: inline;
}
	
	a.btn.btn-talk-expert.aswed:hover{
	box-shadow: 0px 1px 20px 5px rgb(255 255 255 / 99%);
	}
	
	a.btn.btn-talk-expert.aswed
	{
	   background-color: rgba(10, 29, 90, 0.79);
	   color: #ffffff;
	   border: 1px solid #ffffff;
	   font-family: 'Inter', sans-serif;
	   font-weight: 500;
	   font-size: 17px;
	   padding: 15px 25px;
	   border-radius: 8px;
	   text-decoration: none;
	   display: inline-flex;
	   align-items: center;
	   gap: 8px;
	   }

  /* CARD STYLING */
  .module-card {
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 15px;
    scroll-snap-align: start;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s;
  }

  .module-card:hover {
    transform: translateY(-5px);
  }

  /* HIDE SCROLLBAR BUT KEEP FUNCTIONAL */
  #modulesScroll {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
  }

  #modulesScroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  /* ARROW BUTTONS */
  .arrow-btn {
    position: absolute;
    top: 40%;
    z-index: 5;
    background-color: #007bff; /* Blue background */
    color: white;
    border: none;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
  }

  .arrow-btn:hover {
    background-color: blue;
  }

  #leftArrow { left: 60px; text-decoration: none; top: 350px; background-color: #faba00;width: 52px;height: 52px;}
  #rightArrow { right: 60px; text-decoration: none;top: 350px; background-color: #faba00;width: 52px;height: 52px;}

  /* RESPONSIVE CARD WIDTH */
  @media (max-width: 1024px) {
    .module-card {
      flex: 0 0 50%;
    }
  }

  @media (max-width: 600px) {
    .module-card {
      flex: 0 0 100%;
    }
  }


