html, body {
  font-family: "Montserrat";
  overflow-x: hidden;
  
}
:root {
    --theme-color: #f3801f;
    --theme-light: #f1f1f1;
    --text-dark: #3c3838;
}

.navheader {
    width: 100%;
    position: fixed;
    z-index: 3;
    transition: all 0.5s ease;
    margin-top: 10px;
}
.navbar {
    background-color: #f0f0f0;
    border-radius: 6px;
   /* box-shadow: 11px 15px 24px 10px #77777726;*/
}
.navbar-nav {
    margin-top: 11px;
}
.navbar-brand {
    width: 256px;
    height: 55px;
    margin-top: -20px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f3801f;
}
a {
    color: #3e4042;
}
.scrolled-nav {
    margin-top: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.nav-item {
    font-weight: 500;
    margin-left: 11px;
    color: #424040;
}
.get-start {
    background-color: #f48220;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 9px;
    font-weight: 500;
}
.hero-section {
    padding-top:84px;
}
.inner-hero{
    padding-top:97px;
}

#return-to-top {
    position: fixed;
    bottom: 3%;
    right: 18px;
    border-radius: 5px;
    background-color: #f3801f;
    width: 33px;
    height: 28px;
    display: none; /* IMPORTANT */
    z-index: 999;
    cursor: pointer;
}

#return-to-top i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    transition: all 0.3s ease;
}

h1,h2,h3,h4,h5,h6{
      letter-spacing: 1px;
      margin: 0 auto;
      font-weight: 600;
      color: #464646;
  }
p{
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
}
a:hover{
  text-decoration: none;
}
.themefirstClr{
  color:#f3801f;
}
.sub-heading{

    font-weight: 600;

}
.section-gap{
      padding: 30px;
}
.heading-gap{
      padding: 3px;
}
.gray{
    background-color: #f1f1f1;
    padding: 50px 0px 50px 0px;
}
.bg-gray{
    background-color: #f1f1f1;
}
.gap-half {
    padding: 5px
}
.gap {
    padding: 10px
}
.theme-clr{
 color: #f3801f;
}
.theme-bg{   
    background-color: #f3801f;
}
.heavy{
    font-weight: 700;
}
a:hover{
  text-decoration: none;
}
.active-tool{
    background-color: #f3801f;
}

.readmore_bt a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #ffffff;
  background-color: #f3801f;
  text-align: center;
  padding: 12px 12px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tool-btn{
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #ffffff;
    background-color: #f3801f;
    padding: 9px 16px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
    right: 21px;
    margin-top: 6px;
}
.tool-btn:hover {
  background-color: #e36f15;
}
.tool-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.has-search .form-control {
    padding-left: 3.375rem;
    height: 55px;
    border-radius: 8px;
    font-size: 21px;
    font-weight: 500;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    font-size: 20px;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 3.375rem;
    text-align: center;
    padding-left: 10px;
    pointer-events: none;
    color: #f48220;

}

.imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative;
}
.imgs-grid .grid.grid-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 18;
    grid-column: 1 / span 18;
    -ms-grid-row: 1;
    -ms-grid-row-span: 27;
    grid-row: 1 / span 27;
}
.imgs-grid .grid.grid-2 {
    -ms-grid-column: 19;
    -ms-grid-column-span: 27;
    grid-column: 19 / span 27;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
    padding-left: 20px;
}
.imgs-grid .grid.grid-3 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 16;
    grid-column: 14 / span 16;
    -ms-grid-row: 6;
    -ms-grid-row-span: 27;
    grid-row: 6 / span 27;
    padding-top: 20px;
}
.grid img{
        border-radius: 10px;
}
/* Icon animation */
.readmore_bt a i {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Hover effect */
.readmore_bt a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(149, 137, 127, 0.25);
}

.readmore_bt a:hover i {
  transform: translateX(8px);
}

.feature h3 {
    font-size: 16px;
    color: #2f2f2f;
}
.feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.feature {
    margin-bottom: 30px;
}
.feature .icon:before {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    background: rgb(146 150 151 / 47%);
    border-radius: 50%;
    right: -8px;
    bottom: 0;
}
.feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a;
}

.step-number {
    background-color: #f3801f;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 3px;
    display: inline-block;
    min-width: 35px;
    width: 100%;
    font-size: 30px;
}
.tool-box:not(.active-box):hover {
    background-color: var(--theme-light);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}



.tool-box:not(.active-box):hover .btn-outline,
.tool-box:not(.active-box):hover .middle_main {
    color: var(--theme-color);
}
.tool-box:not(.active-box):hover .middle_main {
    background-color: var(--theme-color);
}
.tool-box:not(.active-box):hover p {
   color: #000;
}
.tool-box.active-box {
    background-color: var(--theme-color);
    color: #fff;
}

.tool-box.active-box h5,
.tool-box.active-box p,
.tool-box.active-box .btn-outline {
    color: #fff;
}
.tool-box{
    border-radius: 5px;
    padding: 22px 18px 22px 18px;
    margin: 10px 10px;
    animation: navTransition .5s ease;
    box-shadow: 0 2px 6px rgba(100, 95, 136, 0.15);
}
.tool-box h5 {
        min-height: 40px;
}
.tool-free-icon figure{
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 5px;
    margin-top: 16px;
}
.trust li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
}

.trust-icon {
  width: 24px;
  height: 24px;
  background-color: #f3801f; /* brand color */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;   /* icon center */
  flex-shrink: 0;
  font-size: 12px;
}

.trust-text {
  line-height: 1.5;
  font-weight: 600;
}
.published-on {
    display: flex;
    flex-direction: row;
    color: #0009;
    font-weight: 500;
}
.published-on:before, .published-on:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #e6e6e6;
    margin: auto;
}
.published-on:before, .published-on:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #e6e6e6;
    margin: auto;
}
.moving-world figure:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -29px;
    background-image: url(../img/shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.moving-world figure img {
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}
.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:0.75s;animation-duration:0.75s;}
@-webkit-keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
@keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}
@-webkit-keyframes float{0%{-webkit-transform:translatey(0);transform:translatey(0);}
50%{-webkit-transform:translatey(-20px);transform:translatey(-20px);}
100%{-webkit-transform:translatey(0);transform:translatey(0);}
}
@keyframes float{0%{-webkit-transform:translatey(0);transform:translatey(0);}
50%{-webkit-transform:translatey(-20px);transform:translatey(-20px);}
100%{-webkit-transform:translatey(0);transform:translatey(0);}
}


.middle_main{
    background-color: #f1f1f1;
    width: 50%;
    height: 8px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}
.btn-outline{
    color: #f1f1f1;
    font-size: 23px;
}




/*Hero Section*/
.banner_tital {
    float: right;
    font-weight: 600;
    font-size: 50px;
    color: #0c0a05;
    padding-top: 30px;
    text-transform: uppercase;
}
.themMd-clr{
    color:#929697
}
.numbersec {
  position: relative; /* VERY IMPORTANT */
  background-image: url('../img/home-banner.webp');
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  overflow: hidden;
}

/* BLACK OVERLAY */
.numbersec::before {
  content: "";
  position: absolute;
  inset: 0;
 background: linear-gradient(to right, rgb(0 0 0 / 67%) 0%, rgba(0, 0, 0, 0.83) 40%, rgb(0 0 0 / 60%) 100%);
    z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.numbersec .container {
  position: relative;
  z-index: 2;
}

.number-item{
    background-color: #545050b0;
    padding: 28px 0px;
    margin: 0px 20px;
    border-radius: 10px;
}
.number-item span{
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 50px;
}
.number-item p {
    min-height: 40px;      /* adjust if needed */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.faq-accordion {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item.active {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.faq-header {
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.faq-header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.faq-icon {
  font-size: 22px;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #fafafa;
}

.faq-item.active .faq-body {
  max-height: 200px;
}

.faq-body p {
  padding: 16px 20px;
  margin: 0;
  color: #555;
}

.result-show{
    padding: 11px;
    border-bottom: 1px solid;
}


.word-counter-section textarea {
  border: 2px solid #e9ecef;
  resize: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
/* Benefits Grid */
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }



    .benefit-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 24px;
      border: 1px solid #e2e8f0;
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }



    .benefit-icon {
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      background-color: #f48220;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .benefit-icon svg {
      width: 24px;
      height: 24px;
      color: #ffffff;
    }
    .benefit-content h3 {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 4px;
      transition: color 0.3s ease;
    }
    .benefit-content p {
      color: #64748b;
      font-size: 0.95rem;
    }

.tool-back{
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 28px 20px 4px 20px;
    }

.tool-free-icon{
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      background-color: #f48220;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center; 
    }
.tool-free-icon svg {
      width: 30px;
      height: 30px;
      color: #ffffff;
    }
/* FOOTER START */
.page-footer {
    background-image: url(../img/world_pattern.svg);;
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 16px;
    background-color: #2D2B3A;
}
.bg-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-footer h3, .page-footer h4, .page-footer h5 {
    color: #fff;
    margin-bottom: 24px;
}
.page-footer p {
    color: #898798;
}
.footer-menu li {
    margin-bottom: 12px;
}
.footer-menu a, .footer-link {
    color: #898798;
}
.footer-menu {
    position: relative;
    padding-left: 0;
    list-style: none;
}
.footer-menu a:hover, .footer-link:hover {
    color: #fff;
    text-decoration: none;
}

.social-media-button a:hover {
    background-color: #f3801f;
    color: #fff;
    text-decoration: none;
    transform: rotate(360deg);
}
.social-media-button a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #898798;
    transition: all .2s linear;
}