 @import 'variables.css';
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?55619823');
  src: url('../font/fontello.eot?55619823#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?55619823') format('woff2'),
       url('../font/fontello.woff?55619823') format('woff'),
       url('../font/fontello.ttf?55619823') format('truetype'),
       url('../font/fontello.svg?55619823#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?55619823#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-email:before { content: '\e800'; } /* '' */
.icon-down-open:before { content: '\e801'; } /* '' */
.icon-up-open:before { content: '\e802'; } /* '' */
.icon-down-small:before { content: '\e803'; } /* '' */
.icon-left-arrow:before { content: '\e804'; } /* '' */
.icon-right-arrow:before { content: '\e806'; } /* '' */
.icon-download:before { content: '\e807'; } /* '' */
.icon-phone:before { content: '\e80a'; } /* '' */
.icon-search:before { content: '\e80c'; } /* '' */
.icon-location:before { content: '\e80d'; } /* '' */
.icon-contact-us:before { content: '\e80e'; } /* '' */
.icon-x:before { content: '\e80f'; } /* '' */
.icon-instagram:before { content: '\e810'; } /* '' */
.icon-fb:before { content: '\e811'; } /* '' */
.icon-linkedin:before { content: '\e812'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */


section{
    margin-top: 60px;
}


.custom-swiper-arrow {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #11284B; /* or #F15926 or #488CCA */
  cursor: pointer;
  transition: color 0.3s ease;
}

.custom-swiper-arrow:hover {
  color: #F15926;
}
i{
   display: inline-block;
  font-family: 'fontello'; /* Make sure this matches your Fontello config */
  font-style: normal;
  font-weight: normal;
  speak: never;
}
.custom-swiper-arrow i {
  display: inline-block;
  font-family: 'fontello'; /* Make sure this matches your Fontello config */
  font-style: normal;
  font-weight: normal;
  speak: never;
}
section.all-annual-reports-section i,
section.annual-reports-section i {
    color: #488CCA;
    font-size: 36px;
    position: relative;
}
section.all-annual-reports-section i::after,
section.annual-reports-section i::after {
    content: "";
    position: absolute;
    background: #11284B;
    height: 3px;
    width: 20px;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
}

footer .social i{
  font-size: 3rem;
}

.contact-btn i{
  font-weight: 600;
  font-size: 1.2rem;
}

/* #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "\e802" !important;
    color: #11284B !important;
} */

#mega-menu-wrap-zim-menu #mega-menu-zim-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "\e801" !important;
    font-family: 'fontello' !important; /* Make sure this matches the font name you loaded */
    font-weight: normal;
    display: inline-block !important;
    font-size: 1.3rem !important;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}



/* forms */
/* ========== CF7 2025 Form Styles ========== */
.wpcf7-form {
  margin: 0 auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  font-family: 'Inter', 'Segoe UI', sans-serif;
  animation: fadeInUp 0.8s ease-out;
}

.wpcf7-form p {
  margin-bottom: 1.5rem;
  position: relative;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 1.2rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background: #f9f9f9;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #1D1D51;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(237, 27, 38, 0.1);
}

.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

.wpcf7-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  color: #1D1D51;
  font-size: 0.95rem;
}

.wpcf7-submit {
  background: linear-gradient(135deg, #ED1B26, #1D1D51);
  color: #fff;
  padding: 1rem 2rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #1D1D51, #ED1B26);
}

.wpcf7-response-output {
  margin-top: 1.5rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 12px;
  background-color: #e8f5e9;
  border-left: 5px solid #ed1b2674;
  color: #ED1B26;
  animation: fadeIn 0.5s ease-in-out;
}

/* Placeholder styling */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(0, 0, 0, 0.616) !important;
  opacity: 1;
  transition: all 0.3s ease;
}

/* On focus - fade placeholder */
.wpcf7 input:focus::placeholder,
.wpcf7 textarea:focus::placeholder {
  opacity: 0.3;
}


/* ========== Animation ========== */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
