* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*  
    font-family: "Work Sans", sans-serif;
*/
body {
  background: #F6F5F2;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--s-black);
   font-family: "Work Sans", sans-serif;
}
a {
  text-decoration: none;
  background: transparent;
  color: var(--s-black);
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: var(--s-black);
  font-weight: 400;
}
p {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
  color: var(--s-black);
}
section {
  padding: 80px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
  padding: 13px 30px 13px 30px;
  font-weight: 500;
  background-color: var(--s-primary);
  text-transform: capitalize;
  border-radius: 100px;
  font-size: 15px;
  line-height: 1em;
  border: 1px solid var(--s-primary);
  color: var(--s-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.2px;
  transition-duration: 0.3s;
}
.site-btn:hover {
  border-color: var(--s-secondary);
  background-color: var(--s-secondary);
  color: var(--s-white);
}
.revSite-btn {
  background-color: var(--s-white);
  color: var(--s-primary);
  border: 1px solid var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: #0000001a;
  color: var(--s-black);
}
.titleBar {
  position: relative !important;
  margin-bottom: 25px;
}
.titleBar h6 {
    position: relative;
    font-size: 11px;
    font-weight: 500;
    color: var(--s-primary);
    text-transform: uppercase;
    letter-spacing: -0.2px;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #0000001a;
    border-radius: 16px;
    padding: 5px 20px;
}
.titleBar h3 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: var(--s-black);
  margin-bottom: 20px;
}
.titleBar h3 span{
    color: var(--s-primary);
}
.titleBar p {
  font-size: 17px;
  color: var(--s-black);
  margin-bottom: 0;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #0065B3;
  --s-secondary: #0479d3;
  --s-third: #F6F5F2;
  --s-white: #ffffff;
  --s-black: #121212;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*************************************/
/***     Header CSS Start Here     ***/
/*************************************/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #FFFFFFC7;
  z-index: 99999;
  backdrop-filter: blur(12px);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.header-scrolled nav .navbar-brand{
  color: var(--s-primary) !important;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
}
/* Main Header CSS */
header {
  background-color: #fff;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid #E5E5E5;
  /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); */
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: transparent;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 600;
  color: var(--s-primary);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
  color: var(--s-secondary);
}

/* Banner Section Start Here*/
.Mainbanner
{
    padding: 100px 0 0 0;
}
.banner-text h1{
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    color: var(--s-black);
}
.banner-text h1 span{
    color: var(--s-primary);
}
.banner-image{
    position: relative;
}
.banner-image::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #12121234;
    z-index: 0;
}
.banner-image img{
    height: 70vh;
    width: 100%;
    object-fit: cover;
    /* object-position: 0 40%; */
}

/* Hero Section */
.heroSection{
    width: 100%;
    position: relative;
    z-index: 2;
}
.hero-box
{
    margin-top: -120px;
    background-color: #ffffffcc;
    -webkit-backdrop-filter: saturate(180%) blur(40px);
    backdrop-filter: saturate(180%) blur(40px);
    animation-duration: .75s;
    padding: 20px;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.subHeroBox{
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 185px;
}
.subHeroBox a{
    font-size: 16px;
    color: var(--s-black);
}
.subHeroBox a:hover i{
    background-color: var(--s-black);
}
.subHeroBox a i{
    background-color: #0479d3;
    height: 25px;
    width: 25px;
    font-size: 11px;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    padding: 2px;
    transform: rotate(-45deg);
}
.subHeroBox h2{
    font-size: 30px;
    font-weight: 500;
    color: var(--s-primary);
}
.subHeroBox-icon i{
    color: var(--s-primary);
    font-size: 25px;
}

/* WHo We Are Section Start Here */
.nav-tabs{
    border: none;
}
.nav-tabs .nav-link  {
    border: none;
    color: #0000004f;
    font-weight: 500;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #0000001a;
    margin-right: 8px;
}
.nav-tabs .nav-link.active {
    color: var(--s-primary);
    border-bottom: 1px solid var(--s-primary);
    background-color: transparent;
}
.tab-content {
    margin-top: 20px;
    font-size: 20px;
    color: #0000004f;
}

/* Services Section Start Here */
.servicesBox{
    background-color: var(--s-white);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
    overflow: hidden;
    padding: 0;
    animation-duration: .75s;
    height: 409px;
}
.servicesBox:hover .services-icon i{
    background-color: var(--s-secondary);
}
.services-image{
    display: flex;
    position: relative;
   margin: -1px 0 0 0;
   padding: 0% 15% 15% 0%;
   flex-direction: column;
    width: 85%;
    height: 259px;

}
.services-image::before{
    content: "";
    position: absolute;
    background-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-1.1.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 259px;
    width: 100%;
    opacity: 0.05;
    mix-blend-mode: difference;
}
.inner-imagesServices{
    width: 100%;
    height: 100%;
    background-color: var(--s-primary);
    background-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/services-image-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-1-1.svg);
    mask-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-1-1.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: top left;
    mask-position: top left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.services-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 8% 8% 8%;
}
.services-title h3{
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: var(--s-primary);
}
.services-icon i{
    background-color: var(--s-primary);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    font-size: 18px;
    font-weight: 8500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 2Nd Shape */
.starServicesBox .services-image::before{
     background-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-2.1.svg);
}
.starServicesBox .inner-imagesServices{
    background-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/services-image-2.jpg);
    -webkit-mask-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-2.2.svg);
    mask-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-2.2.svg);
}
/* 3rd SHape */
.poligonServicesBox .services-image::before{
     background-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-3.1.svg);
}
.poligonServicesBox .inner-imagesServices{
    background-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/services-image-3.jpg);
    -webkit-mask-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-3.2.svg);
    mask-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-3.2.svg);
}
/* 4th Shape */
.squreServicesBox .services-image::before{
     background-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-4.1.svg);
}
.squreServicesBox .inner-imagesServices{
    background-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/services-image-4.jpg);
    -webkit-mask-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-4.2.svg);
    mask-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/mask-sevice-4.2.svg);
}

/* Value Section Start Here */
.valuebox{
  padding: 12px;
  border: 1px solid #0000001a;
  border-radius: 25px;
  transition: all.75s;
  background-color: transparent;
}
.valuebox:hover{
  background-color: var(--s-primary);
  transition: all.75s;

}
.valuebox:hover .value-icon img{
  filter: brightness(0) invert(1);
}
.value-icon{
  margin: 28px 18px 55px 18px;
}
.value-content{
  background-color: #efede7;
  border-radius: 16px;
  padding: 30px 20px 20px 20px;
}
.value-content h3{
  font-size: 22px;
  line-height: 31px;
  font-weight: 500;
  color: var(--s-primary);
}
.value-content p{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Why Us Section Start Here */
.why-us{
  background-image: url(https://spellmancapitalstrategies.com/wp-content/uploads/2025/07/why-us-image.jpg);
  height: 100vh;
  padding: 0;
  overflow: visible;
}
.why-us-box{
  background-color: #ffffffcc;
  border-radius: 25px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px;
  -webkit-backdrop-filter: saturate(180%) blur(40px);
  backdrop-filter: saturate(180%) blur(40px);
  width: 100%;
}
.logo-circle{
  background-color: var(--s-primary);
  height: 50px;
  width: 50px;
  border-radius: 100px;
  padding: 10px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-circle img{
  filter: brightness(0) invert(1);
  padding-bottom: 4px;
}
.typing-box h1 {
  font-size: 43px;
  font-weight: 400;
  line-height: 58px;
  color: var(--s-primary);
  /* position: absolute; */
}
.typing-box h2{
  font-size: 43px;
  font-weight: 400;
  line-height: 58px;
  background-color: #0065B3;
  border-radius: 8px;
  display: inline-block;
  color: var(--s-white);
  padding: 3px 2px 3px 6px;
}
.cursor {
  display: inline-block;
  width: 1ch;
  animation: blink 0.7s steps(1) infinite;
}
@keyframes blink {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

/* Trusted partner Section Start Here */
.trustedBox{
  border-radius: 24px;
  padding: 30px;
  background-color: var(--s-primary);
  gap: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.trustedBox p{
  margin-top: 98px;
  margin-bottom: 20px;
}
.trusted-logo{
  background-color: var(--s-third);
  width: 200px;
  border-radius: 15px;
  padding: 20px 45px ;
  text-align: center;
}

/* Testimonial ection Start Here */
.google-image{
  background-color: #efede7;
  border-radius: 100px;
  padding: 10px;
  width: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.review-content h5{
  font-size: 18px;
  font-weight: 600;
  color: var(--s-primary);
}
.review-content p{
  font-size: 13px;
  color: var(--s-primary);
  font-weight: 400;
}
.td-single-testimonial-item {
  background: #efede7;
  padding: 30px;
  border-radius: 24px;
  transition: 0.8s;
}
.td-testimonial-quote img {
  width: 45px !important;
}
.td-testimonial-header .td-testimonial-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--s-primary);
}
.td-testimonial-image h3 {
  margin-bottom: 0;
  font-size: 25px;
  color: var(--s-white);
}
.td-name-designation h6 {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 500;
  color: var(--s-primary);
  transition: 0.3s;
}
.td-name-designation p {
  color: var(--s-black);
  font-weight: 400;
  font-size: 13px;
}
.td-testimonial-description {
  margin: 20px 0 30px 0;
  padding-left: 40px;
  min-height: 160px;
}
.td-testimonial-description p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
  color: var(--s-black);
}

/* FAQs Section Start Here */
.faqBox{
  padding-top: 50px;
}
.accordion-item{
  margin-bottom: 32px;
}
.accordion-button{
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  color: var(--s-primary);
  padding: 0;
  padding-bottom: 32px;
  border-bottom: 0.5px solid #0000001a;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button:not(.collapsed){
  box-shadow: none;
  color: var(--s-black);
}
.accordion-button:not(.collapsed){
  box-shadow: none;
}
.accordion-body{
    padding: 32px 0;
    border-bottom: 0.5px solid #0000001a;
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-white);
  position: relative;
}
.footer1stRow {
  padding: 2rem 0 2rem 0;
  position: relative;
  z-index: 1;
  background-color: var(--s-primary);
  /* border-top: 1px solid #2525251e; */
}
.footer-box h2 {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-black);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--s-white);
}
.footer-box h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-secondary);
  color: var(--s-third);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.footer-info h5{
  color: var(--s-white);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.footer-info p{
  color: var(--s-white);
  font-size: 15px;
  font-weight: 500;
}
.bottom-footer{
  position: sticky;
  bottom: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.footer-menu{
  padding: 50px 0 50px 0;
}
.footer-menu ul li a{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    display: inline-block;
    border-radius: 100px;
}
.footer-menu ul li a:hover
{
  background-color: var(--s-primary);
  color: var(--s-white);
}
.copyRight {
  border-top: 1px solid #0000005b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-primary);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}








/* ABout Us Pages CSS Start Here */
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-primary);
  margin: 0 5px;
}
.breadcrumb-content ul li a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-black );
  margin-right: 5px;
}
/* About Section */
.about_image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center center;
    border-radius: 24px;
}
.list {
    margin-bottom: 40px;
    margin-top: 30px;
}
.list li {
    font-size: 15px;
    margin-bottom: 8px;
    color: var(--s-white);
}
.list li i {
    font-size: 15px;
    color: var(--s-white);
    font-weight: 400;
    margin-right: 7px;
}






/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p
{
  margin-bottom: 20px;
}
.innerServicesImage img
{
  height: 430px;
  object-fit: cover;
  object-position: top;
}
.innerServices-overlay
{
  background-color: #00000088;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}







/*============================================
    Responsive CSS STart Here 
=============================================*/
@media (max-width: 991px){
  section{
    padding: 50px 0;
  }
  header{
    position: relative;
    padding: 5px 0;
  }
  .bottom-header{
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #000000;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-black);
  }
  .header-btn
  {
    margin-top: 20px;
    margin-left: 0px !important;
  }
  .header-btn a{
    padding: 11px 23px !important;
    font-size: 12px;
  }
  .bottom-header nav .navbar-brand {
    font-size: 18px;
    color: var(--s-primary);
  }
  .bottom-header .navbar-brand img {
    width: 90px !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar{
    text-align: center;
  }
  .titleBar h3{
    font-size: 25px;
    line-height: 30px; 
  }
  .titleBar p{
    font-size: 15px;
  }
  p{
    font-size: 14px;
  }
 /* Banner */
 .Mainbanner
 {
   padding-top: 80px;
 }
 .banner-image img{
  object-position: 30% 0;
 }
 .banner-text h1{
   font-size: 30px;
   line-height: 32px;
   margin: 0;
 }
 /* Hero */
 .hero-box{
  margin: 0;
 }
 /* Trusted */
 .responsive-image{
  height: 300px;
 }
 /* Testimonial */
 .testi-btn{
  flex-direction: column;
  gap: 20px;
 }
 /* Footer */
 .footer-menu ul{
  flex-direction: column;
 }

 /* Inner pages */
 .banner-image img{
  height: 25vh;
 }





  /* ABout 2 Section */
  .about-2-image::after{
    left: 0;
    bottom: 0;
  }

  /* Inner Services */
  .innerPagesBanner {
    height: 180px;
    padding-bottom: 30px;
  }
  .innerpage-title h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .innerpage-title{
    margin-top: 0;
  }
  .listTwo li {
    font-size: 13px;
  }
  .content-box p{
    font-size: 12px;
  }
  .content-box h5{
    font-size: 15px;
  }
  .contactUSPage{
    background-color: #e6e6e6;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 8px !important; 
    border-radius: 15px;
    margin: 0;
    border-radius: 10px !important;
  }
  .contactIcon{
    flex-direction: column !important;
  }
  .content-box{
    margin-top: 10px;
  }
  /* FAqs */
  .accordion-header .accordion-button{
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }
  .faq-image {
    height: 400px;
    object-fit: cover;
  }
}