 @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);

#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 30px;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 30px;
}
#accordion .panel-title a{
    display: block;
    padding: 17px 20px 17px 70px;
    background: #f1f1e6;
    font-size: 22px;
    font-weight: 600;
    color: #f4442e;
    border: none;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{ color: #242167; }
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #f4442e;
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after{ content: "\f105"; }
#accordion .panel-body{
    padding: 20px 0 0 0;
    font-size: 16px;
    color: #242167;
    line-height: 25px;
    border-top: none;
    position: relative;
}
#accordion .panel-body p{
    padding: 10px 20px 10px;
    margin: 0;
    background: #f1f1e6;
    border-radius: 15px;
}
#accordion .panel-title a:not(.collapsed):after {
    background: #4fa21d; /* yellow-orange when active */
}
 
 /* atoz start */
   .atoz {
          border: 1px solid var(--box-color, #ddd);
          padding: 20px;
          text-align: center;
          transition: background-color 0.3s ease;
          aspect-ratio: 1 / 1; /* square on mobile */
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }
    .atoz:hover {
      background-color: #f2f2f2;
    }
    h2.block-header {
      color: #ff5000;
      text-align: center;
      margin-bottom: 10px;
    }
    p.block-description {
      text-align: center;
      margin-bottom: 30px;
    }
    .atoz h6.title {
      margin-top: 10px;
      font-weight: bold;
      color: var(--box-color, #000);
    }
    .atoz i {
      color: var(--box-color, #000);
    }
  /* Desktop override: rectangle */
      @media (min-width: 992px) { /* lg breakpoint in Bootstrap */
        .atoz {
          aspect-ratio: auto;   /* remove square lock */
          height: 120px;        /* reduced height for stronger rectangle effect */
        }
      }
      /* atoz end*/

      /* ytoz start */
.ytoz {
  border: 1px solid #ddd; /* neutral border */
  padding: 20px;
  text-align: center;
  transition: background-color 0.3s ease;
  aspect-ratio: 1 / 1; /* square on mobile */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ytoz:hover {
  background-color: #f2f2f2;
}

h2.block-header {
  color: #ff5000;
  text-align: center;
  margin-bottom: 10px;
}

p.block-description {
  text-align: center;
  margin-bottom: 30px;
}

.ytoz h6.title {
  margin-top: 10px;
  font-weight: bold;
  color: var(--icon-color, #000); /* title matches icon color */
}

.ytoz i {
  color: var(--icon-color, #000); /* icon color */
}

/* Desktop override: rectangle */
@media (min-width: 992px) { /* lg breakpoint in Bootstrap */
  .ytoz {
    aspect-ratio: auto;   /* remove square lock */
    height: 120px;        /* reduced height for stronger rectangle effect */
  }
}
/* ytoz end */



      /* ktoz* start*/
      .ktoz {
          border: none;
          padding: 20px;
          text-align: center;
          transition: background-color 0.3s ease;
          aspect-ratio: 1 / 1; /* square on mobile */
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }
    .ktoz:hover {
      background-color: #f2f2f2;
    }
    h2.block-header {
      color: #ff5000;
      text-align: center;
      margin-bottom: 10px;
    }
    p.block-description {
      text-align: center;
      margin-bottom: 30px;
    }
    .ktoz h6.title {
      margin-top: 10px;
      font-weight: bold;
      color: var(--box-color, #000);
    }
    .ktoz i {
      color: var(--box-color, #000);
    }
  /* Desktop override: rectangle */
      @media (min-width: 992px) { /* lg breakpoint in Bootstrap */
        .ktoz {
          aspect-ratio: auto;   /* remove square lock */
          height: 120px;        /* reduced height for stronger rectangle effect */
        }
      }

      /* ktoz* end /

      /* ctoz*/
      .ctoz {
  border: none;
  padding: 20px;
  text-align: center;
  transition: background-color 0.3s ease;
  aspect-ratio: 1 / 1; /* square on mobile */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ctoz:hover {
  background-color: #f2f2f2;
}

h2.block-header {
  color: #ff5000;
  text-align: center;
  margin-bottom: 10px;
}

p.block-description {
  text-align: center;
  margin-bottom: 30px;
}

.ctoz h6.title {
  margin-top: 10px;
  font-weight: bold;
  color: var(--box-color, #000);
}

.ctoz i {
  color: var(--box-color, #000);
}

/* Desktop override: rectangle */
@media (min-width: 992px) { 
  .ctoz {
    aspect-ratio: auto;  
    height: 120px;       
  }
}

      /* blog cards start */
 body{margin-top:20px;}

.carbon-example {
  padding: 8px;
  background-color: #fff;
  width: 295px;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  margin-top:20px;
}

.carbon-example img {
  margin-right: 9px;
  max-width: 125px;
}

.carbon-example .inner-wrapper {
  text-align: left;
}

.carbon-example .inner-wrapper p {
  font-size: 16px;
  line-height: 1.33;
  margin: 8px 0;
  font-weight: 600;
}

.carbon-example .inner-wrapper p.fine-print {
  font-size: 8px;
  color: #C5CDD0;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 500;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .flex-wrapper.two-col {
    display: block;
    text-align: center;
  }
}

.flex-wrapper.two-col > * {
  width: 50%;
}

.flex-wrapper.two-col > *:first-of-type {
  padding-right: 130px;
}
@media screen and (max-width: 991px) {

  .flex-wrapper.two-col > * {
    width: 100%;
  }

  .flex-wrapper.two-col > *:first-of-type {
    padding-right: 0;
  }
}

.flex-wrapper.two-col.reversed > *:first-of-type {
  order: 2;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .flex-wrapper.two-col.reversed > *:first-of-type {
    padding-left: 130px;
  }
}

.flex-wrapper.three-col {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .flex-wrapper.three-col {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flex-wrapper.three-col > * {
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .flex-wrapper.three-col > * {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .flex-wrapper.three-col li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-wrapper.three-col li:first-child {
    padding-left: 0;
  }
  .flex-wrapper.three-col li:last-child {
    padding-right: 0;
  }
}

.flex-wrapper.three-col .flex-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .flex-wrapper.three-col .flex-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .flex-wrapper.three-col .flex-wrapper:not(:first-of-type) {
    margin-top: 40px;
  }
}

.flex-wrapper.three-col .flex-wrapper .icon {
  top: 0;
  transform: none;
}

 /* blog cards end */

/* fixed footer mobile */
.footeratoz {
  background: #c3c1c7 !important;   /* full footer background highlight */
  padding: 15px 0 !important;
  border-top: 3px solid #ccc !important;
}

.footeratoz .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.footeratoz .row > div {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  flex: 1 1 auto !important;
}

.footeratoz .footeratoz-box {
  background-color: var(--box-color) !important; /* keep individual box colors */
  border-radius: 6px !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px !important;
}

.footeratoz .footeratoz-box a {
  text-decoration: none !important;
  display: flex !important;              /* horizontal layout */
  flex-direction: row !important;        /* icon + title side by side */
  align-items: center !important;        /* vertical centering */
  justify-content: center !important;    /* center inside box */
  gap: 8px !important;                   /* spacing between icon and title */
  color: #fff !important;
  width: 100% !important;
}

.footeratoz .footeratoz-box i {
  color: #fff !important;
  font-size: 2rem !important;
}

.footeratoz .title {
  margin-top: 0 !important;              /* remove top margin */
  font-size: 14px !important;            /* slightly larger for readability */
  color: #fff !important;
}


@media (max-width: 767px) {
  /* hide the 6th box on mobile */
  .footeratoz .row > div:nth-child(6) {
    display: none !important;
  }

  /* make remaining 4 fill evenly */
  .footeratoz .row > div {
    flex: 1 1 25% !important;   /* 4 icons = 25% each */
    max-width: 25% !important;
  }

  /* unify icon box background on mobile */
  .footeratoz .footeratoz-box {
    background-color: #110130 !important;
    padding: 12px !important;   /* touch-friendly padding */
  }

  /* assign different colors to icons on mobile */
  .footeratoz .row > div:nth-child(1) i {
    color: #ffcc00 !important; /* yellow */
  }
  .footeratoz .row > div:nth-child(2) i {
    color: #00ffcc !important; /* aqua */
  }
  .footeratoz .row > div:nth-child(3) i {
    color: #ff0066 !important; /* pink/red */
  }
  .footeratoz .row > div:nth-child(4) i {
    color: #66ff00 !important; /* lime green */
  }
  .footeratoz .row > div:nth-child(5) i {
    color: #7371fc !important; /* violet/blue */
  }

  /* hide titles on mobile */
  .footeratoz .title {
    display: none !important;
  }

  /* fix footer at bottom on mobile */
  .footeratoz {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    background: #110130 !important; /* footer background */
  }

  /* safe padding so content isn't overlapped by footer */
  body {
    padding-bottom: 70px !important;
  }
}
.atoz-icon-img {
  width: 48px;      /* similar to fa-3x */
  height: auto;
  margin-bottom: 10px;
}
/*annoucement header*/
@media (max-width: 767.98px) {
  .navbar-nav.navbar-nav-right > li.nav-item.dropdown {
    display: none !important;
  }
}

