 /* ===============================
   GLOBAL RESET & BASE
================================ */
body {
  font-family: "Bricolage Grotesque", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  background: #F9F8F6;
  color: #58595B;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
p {
  color: #58595B;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
a{
  text-decoration: none;
    color: #212529;
}
.full-width-section {
  overflow-x: hidden;
}
/* ===============================
   DISPLAY UTILITIES
================================ */
.display-flex { display: flex; }
.display-inline-flex { display: inline-flex; }
.align-items-center { align-items: center; }
.justify-content-center { justify-content: center; }
.position-relative{position: relative;}
.position-absolute{position: absolute;}
.bottom-zero{bottom: 0}
.list-style-none{list-style-type: none}

/* ===============================
   SPACING UTILITIES
================================ */
.padding-zero { padding: 0px; }
.padding-right-zero { padding-right: 0px; }
.padding-left-zero { padding-left: 0px; }
.margin-zero { margin: 0px; }
.pt-sec { padding-top: 50px; }
.pb-sec, .pb-50px { padding-bottom: 50px; }
.pl-35px{padding-left: 35px;}
.pl-20px{padding-left: 20px;}


.pl-50px{padding-left: 50px;}
.pr-50px{padding-right: 50px;}
.pl-0{padding-left: 0px;}
 .pr-25px{padding-right: 25px;}

.pt-25px { padding-top: 25px; }

.pt-100px{ padding-top: 100px;}
.pt-50px{padding-top: 50px;}
.pt-10px{padding-top: 10px;}

.pb-25px { padding-bottom: 25px; }
.pb-50px{padding-bottom: 50px;}
.mb-sec-h2, .mb-50px { margin-bottom: 50px; }
.mb-25px{ margin-bottom: 25px; }
.mb-0{margin-bottom: 0px;}
.mb-20px { margin-bottom: 20px; }
.pr-1px { padding-right: 1px; }
.pl-1px { padding-left: 1px; }
.pr-10px  { padding-right: 10px; }
.pl-10px { padding-left: 10px; }


.mb-5px{margin-bottom: 5px;}

.mb-15px{margin-bottom: 15px;}
.mb-10px{margin-bottom: 10px;}
.mb-25px{margin-bottom: 25px;}
.pl-0px { padding-left: 0px; }
.pr-0px { padding-right: 0px; }

.pb-10px{ padding-bottom: 10px !important; }

.mb-50px{margin-bottom: 50px;}
.p-5px{ padding: 5px;
}
.p-20px{ padding: 20px;
}
.p-100px{ padding: 100px;
}
.p-25px{ padding: 25px;
}
  
  .fs-16px { font-size: 16px; }
.fs-16px p{font-size: 16px;}
/* ===============================
   COLOR & TEXT UTILITIES
================================ */
.highlight-text { color: #FF4B2B; }
.color-white { color: #ffffff !important; }
.text-theme-grey { color: #F9F8F680; }
.color-white-75-pt{ color: #F9F8F6;  }
.text-theme-gray { color: #58595B; }
.highlight-border{  border: 1px solid #FF4B2B;
}

.text-bold { font-weight: bold; }


.br-1px-solid-theme-gray{
 border-right: 1px solid #afb1b5;
 }

 .bb-1px-light-gray{
    border-bottom: 1px solid #b5aeb2 !important; }
 
.opacity-75-pt {
    opacity: 75%;}
/* ===============================
   BACKGROUND & BORDERS
================================ */
.bg-theme-white { background: #ffffff; }
.bg-theme-grey { background: #58595B; }
.bt-1px-black { border-bottom: 1px solid #000; }
.bt-1px-grey { border-bottom: 1px solid #58595B; }
.bg-theme-gray { background: #F9F8F6; }
.bg-theme-blue { background: #337d81; }


.br-1px-grey { border-right: 1px solid #58595B; }

.word-break{word-break: break-all;}

.req-err{ color: #ff0000;  }


.vh-75{
  height: 75vh !important;
}

.h1-font-pt{font-size:84px ;}
.h2-font-pt{font-size:42px;}
.h3-font-pt{font-size:30px;}
.h4-font-pt{font-size:24px;}
.h5-font-pt{font-size:18px;}

/* ===============================
   BUTTONS & LINKS
================================ */
.primary-button {
  display: inline-flex;
  gap: 5px;
    padding: 8px 16px;
  background: #FF4B2B;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
   text-align: center;
    align-items: center;
    justify-content: center;

}
.primary-button:hover {
  background: #cd290b;

}




.primary-btn-icon {
  width: 20px;
  height: 20px;
}
.primary-link {
  color: #FF4B2B;
  font-weight: 600;
  text-decoration: none;
}

.form-suc-msg {
    display: none;
    width: 100%;
    float: left;
    color: #07850b;
    background: #aeebc1;
    padding: 10px;
    text-align: center;

  }

.form-err-msg {
    display: none;
    width: 100%;
    color: #ff0000;
    float: left;
    background: #edc1c1;
    padding: 10px;
    text-align: center;
}


/************************Header*****************/
.nav-link {
  font-weight: 500;
   margin: 0 10px;
  transition: color 0.3s ease;
}
.nav-link:hover,
.nav-link.active {
  color: #FF4B2B !important;
}
/************************Heading*****************/

.h1-heading-bottom {
  margin-bottom: 50px;
}
.section h2 {
   font-weight: 600;
  color: #58595B;
}
.section h3 {
/*  font-size: 25px;
  font-weight: 400;*/
}

.li-color-tag
{
      color: #FF4B2B;
    font-size: 10px;
        margin-right: 5px;
    width: 5px;
    height: 5px;
    font-size: 5px;
    align-items: center;
    justify-content: center;
    bottom: 3px;
    position: relative;
}
/************************Banner*****************/
.parallax-banner {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  width: 100%;
 }
/************************Work*****************/
.work-tags {
  list-style: none;
  gap: 0px;
  font-weight: 500;
      padding: 0;
    color: #58595B;
}

.work-tags li{
      font-size: 15px;
      font-weight: 300;
      line-height: 120%;
      margin-right:5px;
}

.work-tags li.ico{
  padding-left: 5px;

}





    .work-image-wrapper {
    overflow: hidden;
      width: 100%;

}

.work-image-wrapper img {
 width: 100%;
    transition: transform 2s ease;
    object-fit: cover;

}

.work-image-wrapper:hover img {
    transform: scale(1.2);
}

/************************Brands*****************/
.brands-grid {
  row-gap: 40px;
  padding: 0px 50px;
  
}
.brands-grid img {
  width: 150px;
 }
/*************************Partners********************/
.partners-grid {
  row-gap: 48px;
    padding: 15px 0px;    
 }
.partner-client-section{
    display: inline-grid;
    line-height: 1.35;
    padding: 0px 50px;
    width: 100%;
}

.partner-count-highlight{
      color: #FF4B2B;
}

.partners-grid img {
  width: 150px;
 }
/*************************Testimonial********************/
.testimonial-card {
  padding: 0px 30px;
}
.testimonial-meta {
  gap: 16px;
}
.testimonial-name {
  font-weight: 600;
}
.testimonial-role {
  opacity: 0.8;
}
.testimonial-image-wrapper {
  position: relative;
  width: 100%;
}
.testimonial-image {
  width: 100%;
  display: block;
  border-radius: 8px;
      height: auto;
    object-fit: contain;
}
.testimonial-meta {
/*  position: absolute;
*/  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 12px;
  box-sizing: border-box;
/*  background: linear-gradient(to top,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0));
  width: 250px;*/
  color: #fff;
}
.testimonial-cmp-brand img{
       height:50px;
}
/* Owl Nav */
.testimonial-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.testimonial-carousel .owl-nav button {
  position: absolute;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  pointer-events: all;
  border: 1px solid #fff !important;
  background: transparent !important;
}
.testimonial-carousel .owl-nav .owl-prev {
  left: -50px;
}
.testimonial-carousel .owl-nav .owl-next {
  right: -50px;
}
/* Dots */
.testimonial-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.testimonial-carousel .owl-dots button{
  margin-right: 10px;
}
  .testimonial-carousel .owl-nav.disabled{
/*  display: block !important;
*/}
.testimonial-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: block;
  border-radius: 50%;
}
.testimonial-carousel .owl-dot.active span {
  background: #000;
}
.testimonial-play {
  position: absolute;
  bottom: 35%;
  left: 35%;
  width: 100px;
  opacity: 0.8;
}
/* Owl Carousel Controls */
.testimonial-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.testimonial-carousel .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  pointer-events: all;
  border: 1px solid #fff !important;
  background: transparent !important;
  color: #fff !important;
}
.testimonial-carousel .owl-nav .owl-prev { left: -50px; }
.testimonial-carousel .owl-nav .owl-next { right: -50px; }
.testimonial-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.testimonial-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: block;
  border-radius: 50%;
}
.testimonial-carousel .owl-dot.active span {
  background: #000;
}
.testimonial-play {
  position: absolute;
  bottom: 35%;
  left: 35%;
  width: 100px;
  opacity: 0.8;
}
.client-testimonial{
  background: #D9D9D933;
      min-height: 300px;
    padding: 60px 50px 60px 50px;
}
.client-testimonial-user-section{

  background: #D9D9D933;
      padding: 0px 50px 10px 50px;

}

.client-testimonial-video{
  background: #D9D9D933;
      min-height: 300px;
    padding: 0px;
}
/*************************Blog********************/
 

.blog-meta {
  list-style: none;
  gap: 0px;
  font-weight: 500;
      padding: 0;
    color: #58595B;
}

.blog-meta li{
      font-size: 15px;
      font-weight: 300;
      line-height: 120%;
      margin-right:5px;

}

.blog-meta li.ico{
  padding-left: 5px;

}

 

.blog-title {
  font-weight: 500;
  margin-bottom: 12px;
}
.blog-card img{
      width: 400px;
      height: 300px;
    object-fit: cover;
}

.blog-image-wrapper {
    overflow: hidden;
      width: 100%;
    height: 237px;

}

.blog-image-wrapper img {
 width: 100%;
    height: 237px;
    transition: transform 2s ease;
}

.blog-image-wrapper:hover img {
    transform: scale(1.2);
}

/*************************Blog********************/
.brand-design-img img{    width: 100%;}


    /*************************Blog********************/

    /*************************Home********************/

    /*************************Home********************/



    /*************************About********************/


.about-feature {
    position: relative;
    overflow: hidden;
}
.about-feature-h3{
   padding-bottom: 25px;      
}
        


.about-feature-h3,
.about-feature-p {
    position: absolute;
     bottom: 0;
}

.about-feature-p {
    display: block;
    opacity: 0;
}

/*
  .about-feature img {
    filter: grayscale(1);
    transition: filter 0.05s ease;
}

.about-feature:hover img {
    filter: grayscale(0);
}
.about-feature-h3 {
    padding-bottom: 25px;           
    transition: padding-bottom 0.8s ease;
}

.about-feature:hover .about-feature-h3 {
    padding-bottom: 110px;
}

 .about-feature-p {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.9s ease 0.5s,
        transform 0.9s ease 0.5s;
    pointer-events: none;
}

 .about-feature:hover .about-feature-p {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}*/
        /*************************About********************/





/*************************Footer********************/
.footer-br-right {
  border-right: 1px solid #353538;
}
.footer-br-bottom {
  border-bottom: 1px solid #ffffff;
}
.footer-br-bottom img {

height: 20px;
    margin-left: 10px;
}

.footer-ico-img{
  height: 20px;
    margin-left: 10px;
     transition: all 0.5s ease;
} 

.ico-normal {
  opacity: 1;
    transform: translateX(0);
}

.ico-highlight {
    opacity: 0;
    display: none;
    transform: translateX(-10px); /* Start slightly left */
 }

.ft-soc-link:hover .ico-normal {
   opacity: 0;
       display: none;
}

.ft-soc-link:hover .ico-highlight {
     opacity: 1;
         display: block;
    transform: translateX(0); /* Slide to normal position */
}


.ft-soc-link{
    position: relative;
}

.footer-brand img {
   width: 300px;
}
.footer-description {
  max-width: 420px;
   line-height: 1.6;
  opacity: 0.8;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
   padding: 25px 25px;
}
.footer-links a {
   text-decoration: none;
  opacity: 0.8;
}
.footer-links a:hover {
  opacity: 1;
}
/* Bottom */
.footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.footer-copy {
   opacity: 0.8;
}
.footer-legal {
  list-style: none;
   justify-content: flex-end;
  gap: 20px;
}
.footer-legal a {
   opacity: 0.8;
  text-decoration: none;
}
.footer-legal a:hover {
  opacity: 1;
}
.footer-column {
  padding: 50px 0px 50px 0px;
}
.footer-col-left-pad {
  padding-left: 50px
}
.footer-col-right-pad {
  padding-right: 50px
}
@media (max-width: 768px) {



  .h1-font-pt{font-size:42px ;}
.h2-font-pt{font-size:32px;}
.h3-font-pt{font-size:24px;}

.h4-font-pt{font-size:18px;}
.h5-font-pt{font-size:16px;}


  .footer-column {
    padding: 0px;
  }
  .site-footer {
    padding-top: 64px;
  }
  .footer-top {
    padding: 0px 25px 0px 25px;
  }
  .footer-description {
    margin-bottom: 40px;
  }
  .footer-legal {
    justify-content: flex-start;
    margin-top: 16px;
  }
} 
.start-view-banner {
   width: 100%;
  padding: 15px;
  background: #337d81;
  /*  background-image: linear-gradient(to right,
      #447980,
      #29494D,
      #FF4B2B);*/
}
.start-view-icon {
  padding-top: 0px;
  padding-left: 5px;
}



.accordion-header button, .accordion-button:not(.collapsed) {
    color: #58595B !important;

  }


/*************************Responsive********************/
@media (max-width: 768px) {

  .home-banner-grid{
padding:0px;list-style-type: none;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .display-sm-none{
display: none;
  }

.display-sm-flex{
display: flex;
  }
.blog-meta li{
  margin-bottom: 5px;
}
  .about-feature{
    margin-bottom: 15px;
  }
  .team-carousel .owl-nav{
    display: none;
  }

 

  .parallax-banner{
    background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
                  min-height: 250px;
        max-height: 250px;
  }
  
  .testimonial-box {
    margin: 10px;
  }

.testimonial-carousel .owl-nav{
      top: 45%;
}
  .testimonial-carousel .owl-nav .owl-prev{

      left: 30px;
      top: 135px;
  }
  .testimonial-carousel .owl-nav .owl-next{

      right: 30px;
      top: 135px;
  }




  .footer-column {
    padding: 0px;
  }

  .start-view-icon img{
    height: 16px;
  }
  .footer-nav-content{
  font-size: 16px;
}

h1 {
   font-weight: 500;
}
.mb-sm-15px{
  margin-bottom: 15px;
}

.pb-sm-50px{
  padding-bottom: 50px;
}

.navbar {

      border-bottom: 1px solid #000;
}
.work-intro-title-sm{
      font-size: 32px;

}
.career-intro-title{
      font-size: 32px;

}

 .blog-detail-title{
       font-size: 32px;
  }

.about-feature-h3{
  padding-bottom: 110px;
  }
  .about-feature-p{
    display: block;
    opacity: 1;
    bottom: 0px;
  }

   .p-sm-25px{
    padding: 25px;
   }

     .bb-sm-1px-grey { border-bottom: 1px solid #58595B; }
.work-intro-title-main{
  font-size: 48px;
}
.mb-sm-10px{
  margin-bottom: 10px;
}

.ob-fit-cov-sm
{
      object-fit: cover;
}
}

@media (min-width: 768px) {

  .testimonial-video-wrapper {
  min-height: 300px;
}
.testimonial-video-wrapper .ratio{
  --bs-aspect-ratio:280px
}

.work-intro-title-main{
  font-size: 84px;
}


   .home-banner-grid{
padding:0px;list-style-type: none;width: 100%;float: left;
   }
  .p-l-r-md-50px{
    padding-right: 50px;
        padding-left: 50px;
  }

  .br-md-1px-grey { border-right: 1px solid #58595B; }

  .p-md-50px{
    padding: 50px;
  }
.pt-md-50px {
  padding-top: 50px;
}

  .blog-detail-title{
       font-size: 42px;
  }
.career-intro-title{
      font-size: 42px;

}

  .font-size-md-42px{
    font-size: 42px;
  }
 .brands-grid
  {
    padding-top: 50px;
  }

.pb-md-50px{
  padding-bottom: 50px;
}
 
 .md-height-572{
  height:550px;
 }

  .display-md-flex{
    display: flex;
  }
 .display-md-none{
    display: none !important;
  }
.md-height-300px{min-height: 300px;  }

    .home-banner-slot{

    width: 16.66%;float: left;border:2px solid #fff;
  }



.pb-md-50px{
   padding-bottom: 50px;
}
.pt-md-75px{
  padding-top: 75px;
}
.pt-md-50px{
    padding-top: 50px;
}

h1 {
  font-size: 84px;
  font-weight: 500;
}
 .br-left-md{
              border-left: 1px solid #ffffff;
            }

            .start-view-icon img {
  height: 24px;
}
 
 .work-image-wrapper{
    height: 400px;


 }
 .work-image-wrapper img {
    height: 400px;

}

.bt-md-1px-white{
  border-top:1px solid #ffffff;
}
.br-md-1px-white{

border-right: 1px solid #fff;
}
}



@font-face {
  font-family: 'customicons';
  src:  url('customicons/customicons.eot?7aet87');
  src:  url('customicons/customicons.eot?7aet87#iefix') format('embedded-opentype'),
    url('customicons/customicons.ttf?7aet87') format('truetype'),
    url('customicons/customicons.woff?7aet87') format('woff'),
    url('customicons/customicons.svg?7aet87#customicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="custicon-"], [class*=" custicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'customicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custicon-rightarrow:before {
  content: "\e900";
}


.navbar-toggler:focus{
  box-shadow: none !important;
}


.form-check-input:checked{

  background-color: #FF4B2B !important;
    border-color: #FF4B2B !important;

    box-shadow : 0 0 0 .25rem  #ebb3a9 !important;
}
 
 .row{
  margin-right: 0px !important;
 }
 .row>*{
    padding-right: 0px !important;

 }

 section, footer{
  overflow-x: hidden !important;
 }


  .brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Desktop: 3 columns */
 /* border: 1px solid #ddd;*/
}

.brand-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 10px 0px;
  text-align: center;
  /*border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  background: #f9f9f9;
 
}
.brand-grid-item .gray-img{
    mix-blend-mode: multiply;

}
.brand-grid-item .color-img{
  transition: opacity 0.4s ease;

display: none;
}

.brand-grid-item:hover .gray-img{
display: none;

 }
.brand-grid-item:hover .color-img{
display: block;

 }


/* Remove extra right borders (last column) */
.brand-grid-item:nth-child(3n) {
  border-right: none;
}

/* Remove bottom border for last row */
.brand-grid-item:nth-last-child(-n + 3) {
  border-bottom: none;
}

/* 📱 Mobile view: 2 columns */
@media (max-width: 768px) {
.testimonial-video-wrapper {
  min-height: 200px;
}

.testimonial-video-wrapper .ratio{
  --bs-aspect-ratio:200px
}


  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Reset borders for 2-column layout */
  .brand-grid-item {
   /* border-right: 1px solid #ddd;*/
           padding: 10px 10px;
  }

  .brand-grid-item:nth-child(2n) {
    border-right: none;
  }

  .brand-grid-item:nth-child(3n) {
  /*  border-right: 1px solid #ddd;  */
  }

  .brand-grid-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}