/*
Theme Name: Scius Theme
Theme URI: https://scius.com
Author: Scius
Author URI: https://scius.com/Library
Description: Dynamic theme with resposieve Website design
Version: 1.0.0
License: Free
Text Domain: Sciusthemes
Domain Path: /themes/
*/


/*
Required WordPress CSS
*/
   @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Sansita:wght@400;700&display=swap');

   body {
       padding: 0px;
       margin: 0px;
       font-family: 'Poppins', sans-serif !important;
   }

   img {
       max-width: 100%;
       height: auto;
       vertical-align: middle;
   }

   .logo-new {
       width: 100%;
       height: 70px;
   }

   ul.list-style,
   ol.list-style {
       padding: 0;
       margin: 0;
   }

   ul {
       padding: 0;
       margin: 0;
   }

   li {
       list-style-type: none !important;
   }

   ul.list-style li::marker,
   ol.list-style li::marker {
       color: #E64E3B;
   }

   .unstyled {
       padding-left: 0;
       list-style: none;
       margin-bottom: 0;
   }

   .container-fluid {
       padding-right: calc(var(--bs-gutter-x)* .75);
       padding-left: calc(var(--bs-gutter-x)* .75);
   }

   @media (min-width: 1200px) {
       .container-fluid {
           padding: 0 5vw;
           width: 100%;
       }
   }

   @media (max-width: 575px) {
       .container-fluid {
           --bs-gutter-x: 2rem;
           --bs-gutter-y: 0;
           width: 100%;
           padding-right: calc(var(--bs-gutter-x) * .5);
           padding-left: calc(var(--bs-gutter-x) * .5);
       }
   }

   /*-------------------------
  Typography
-------------------------*/
   html {
       scroll-behavior: smooth;
   }
.hero-banner  .container-fluid {
           padding: 0 5vw !important;
           width: 100%;
       }
   body {
       color: #92949F;
       background-color: #FAFAFA;
       vertical-align: baseline;
       -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       text-rendering: optimizeLegibility;
       font-size: clamp(16px, 0.938vw, 22px);
       font-style: normal;
       font-weight: 400;
       line-height: 150%;
       /* 21.6px */
       height: 100%;
   }

   @media (max-width: 399px) {
       body {
           font-size: 14px;
       }
   }

   body::-webkit-scrollbar {
       width: 10px;
   }

   body::-webkit-scrollbar-track {
       background-color: #FFFF;
       border-radius: 3px;
   }

   body::-webkit-scrollbar-thumb {
       border-radius: 3px;
       background: #F68B21;
   }

   a {
       display: inline-block;
       text-decoration: none;
       color: unset;
       transition: all 0.3s ease-in-out;
   }

   a:hover {
       color: #E64E3B;
       transition: all 0.3s ease-in-out;
   }

   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   address,
   p,
   pre,
   blockquote,
   table,
   hr {
       margin: 0;
       font-size: 14px;
   }

   h1 a,
   h2 a,
   h3 a,
   h4 a,
   h5 a,
   h6 a {
       color: inherit;
   }

   h1,
   .h1,
   h2,
   .h2,
   h3,
   .h3,
   h4,
   .h4,
   h5,
   .h5,
   h6,
   .h6 {
       color: #0C0C0D;
       margin-bottom: 0;
   }

   h1,
   .h1 {
       font-family: 'Sansita', sans-serif;
       font-size: clamp(46px, 3.594vw, 118px);
       /* 69px */
       font-style: normal;
       font-weight: 500;
       line-height: 120%;
       /* 96px */
       letter-spacing: -2.1px;
   }

   @media (max-width: 1199px) {

       h1,
       .h1 {
           font-size: clamp(42px, 4.003vw, 69px);
           /* 48px */
       }
   }

   @media (max-width: 820px) {

       h1,
       .h1 {
           font-size: clamp(36px, 4.878vw, 54px);
           /* 40px */
       }
   }


   @media (max-width: 1199px) {

       h2,
       .h2 {
           font-size: clamp(38px, 3.336vw, 56px);
           /* 40px */
       }
   }

   @media (max-width: 820px) {

       h2,
       .h2 {
           font-size: clamp(30px, 4.146vw, 42px);
           /* 34px */
           letter-spacing: -1.75px;
       }
   }

   h3,
   .h3 {
       font-family: 'Sansita', sans-serif;
       font-size: clamp(38px, 2.292vw, 61px);
       /* 44px */
       font-style: normal;
       font-weight: 500;
       line-height: 120%;
   }

   @media (max-width: 1199px) {

       h3,
       .h3 {
           font-size: clamp(32px, 3.169vw, 49px);
           /* 38px */
       }
   }

   @media (max-width: 820px) {

       h3,
       .h3 {
           font-size: clamp(27px, 3.902vw, 38px);
           /* 32px */
       }
   }

   h4,
   .h4 {
       font-family: 'Sansita', sans-serif;
       font-size: clamp(32px, 1.823vw, 48px);
       /* 35px */
       font-style: normal;
       font-weight: 500;
       line-height: 120%;
       /* 42px */
   }

   @media (max-width: 1199px) {

       h4,
       .h4 {
           font-size: clamp(29px, 2.752vw, 40px);
           /* 33px */
       }
   }

   @media (max-width: 820px) {

       h4,
       .h4 {
           font-size: clamp(23px, 3.293vw, 30px);
           /* 27px */
       }
   }

   h5,
   .h5 {
       font-family: 'Sansita', sans-serif;
       font-size: clamp(24px, 1.458vw, 38px);
       /* 28px */
       font-style: normal;
       font-weight: 500;
       line-height: 120%;
       /* 33.6px */
   }

   @media (max-width: 1199px) {

       h5,
       .h5 {
           font-size: clamp(23px, 2.085vw, 32px);
           /* 25px */
       }
   }

   @media (max-width: 820px) {

       h5,
       .h5 {
           font-size: clamp(19px, 2.439vw, 24px);
           /* 20px */
       }
   }

   h6,
   .h6 {
       font-family: 'Sansita', sans-serif;
       font-size: clamp(20px, 1.198vw, 32px);
       /* 23px */
       font-style: normal;
       font-weight: 500;
       line-height: 120%;
       /* 27.6px */
   }

   @media (max-width: 1199px) {

       h6,
       .h6 {
           font-size: clamp(21px, 1.918vw, 28px);
           /* 23px */
       }
   }

   @media (max-width: 820px) {

       h6,
       .h6 {
           font-size: clamp(18px, 2.317vw, 21px);
           /* 19px */
       }
   }



   @media (max-width: 399px) {

       .text-18,
       p {
           font-size: 14px;
       }
   }

   .eyebrow {
       display: flex;
       align-items: center;
       gap: clamp(4px, 0.417vw, 16px);
       color: #E64E3B;
       text-transform: uppercase;
       font-size: clamp(16px, 0.938vw, 22px);
       /* 18px */
       font-family: 'Sansita', sans-serif;
       font-weight: 600;
       line-height: 120%;
   }

   .eyebrow::before {
       content: "";
       width: 24px;
       height: 2px;
       background: #E64E3B;
   }

   .subtitle {
       font-size: 14px;
       /* 14px */
       font-family: "Inter", sans-serif;
       font-style: normal;
       font-weight: 500;
       line-height: 120%;
   }

   .caption {
       font-size: clamp(12px, 0.677vw, 16px);
       /* 13px */
       font-style: normal;
       font-weight: 400;
       line-height: 120%;
   }

   @media (max-width: 1499px) {
       .caption {
           font-size: 13px;
       }
   }

   span {
       display: inline-block;
   }

   b,
   strong {
       font-family: "Inter", sans-serif;
   }

/*-------------------------
Helpers
-------------------------*/
.color-primary {
    color: #E64E3B !important;
}

.color-sec {
    color: #F1D11E !important;
}

.color-ter {
    color: #525250 !important;
}

.color-black {
    color: #0C0C0D !important;
}

.medium-black {
    color: #1E1F20 !important;
}

.light-black {
    color: #141516 !important;
}

.dark-gray {
    color: #45474F !important;
}

.light-gray {
    color: #92949F !important;
}

.lightest-gray {
    color: #F2F1F1 !important;
}

.color-white {
    color: #FFFF;
}

.bg-primary {
    background: #E64E3B !important;
}

.bg-sec {
    background: #F1D11E !important;
}

.bg-ter {
    background: #525250 !important;
}

.bg-black {
    background: #0C0C0D !important;
}

.bg-medium-black {
    background: #1E1F20 !important;
}

.bg-light-black {
    background: #141516 !important;
}

.bg-dark-gray {
    background: #45474F !important;
}

.bg-light-gray {
    background: #92949F !important;
}

.bg-lightest-gray {
    background: #F2F1F1 !important;
}

.bg-white {
    background: #FFFF !important;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.font-primary {
    font-family: "Inter", sans-serif;
}

.font-sec {
    font-family: "Work Sans", sans-serif;
}

.br-4 {
    border-radius: clamp(2px, 0.208vw, 8px);
}

.br-8 {
    border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
    border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
    border-radius: clamp(8px, 0.625vw, 24px) !important;
}

.br-14 {
    border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
    border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
    border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
    border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
    border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
    border-radius: clamp(24px, 1.667vw, 64px);
}

.br-48 {
    border-radius: clamp(28px, 2.5vw, 72px);
}

.br-56 {
    border-radius: clamp(24px, 2.917vw, 84px);
}

.br-64 {
    border-radius: clamp(40px, 3.333vw, 96px);
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
    margin: clamp(48px, 4.167vw, 160px) 0;
}

@media (max-width: 575px) {
    .my-80 {
        margin: 40px 0;
    }
}

.mt-80 {
    margin-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .mt-80 {
        margin-top: 40px;
    }
}

.mb-80 {
    margin-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

.mb-74 {
    margin-bottom: clamp(40px, 3.854vw, 128px);
}

@media (max-width: 767px) {
    .mb-74 {
        margin-bottom: 32px;
    }
}

.mb-64 {
    margin-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .mb-64 {
        margin-bottom: 26px;
    }
}

.mt-64 {
    margin-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .mt-64 {
        margin-top: 26px;
    }
}

.mb-56 {
    margin-bottom: clamp(28px, 2.917vw, 96px);
}

@media (max-width: 767px) {
    .mb-56 {
        margin-bottom: 24px;
    }
}

.mt-56 {
    margin-top: clamp(28px, 2.917vw, 96px);
}

@media (max-width: 767px) {
    .mt-56 {
        margin-top: 24px;
    }
}

.mt-48 {
    margin-top: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
    .mt-48 {
        margin-top: 20px;
    }
}

.mb-48 {
    margin-bottom: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
    .mb-48 {
        margin-bottom: 20px;
    }
}

.mb-40 {
    margin-bottom: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

.mt-40 {
    margin-top: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .mt-40 {
        margin-top: 20px;
    }
}

.mt-32 {
    margin-top: 32px;
}

@media (max-width: 1599px) {
    .mt-32 {
        margin-top: 29px;
    }
}

@media (max-width: 1399px) {
    .mt-32 {
        margin-top: 27px;
    }
}

@media (max-width: 1199px) {
    .mt-32 {
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .mt-32 {
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .mt-32 {
        margin-top: 20px;
    }
}

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

@media (max-width: 1599px) {
    .mb-32 {
        margin-bottom: 29px;
    }
}

@media (max-width: 1399px) {
    .mb-32 {
        margin-bottom: 27px;
    }
}

@media (max-width: 1199px) {
    .mb-32 {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .mb-32 {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .mb-32 {
        margin-bottom: 20px;
    }
}

.mt-24 {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .mt-24 {
        margin-top: 22px;
    }
}

@media (max-width: 991px) {
    .mt-24 {
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .mt-24 {
        margin-top: 20px;
    }
}

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

@media (max-width: 1199px) {
    .mb-24 {
        margin-bottom: 22px;
    }
}

@media (max-width: 991px) {
    .mb-24 {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .mb-24 {
        margin-bottom: 20px;
    }
}

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

@media (max-width: 1199px) {
    .mb-20 {
        margin-bottom: 18px;
    }
}

@media (max-width: 991px) {
    .mb-20 {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .mb-20 {
        margin-bottom: 14px;
    }
}

.mt-16 {
    margin-top: 16px;
}

@media (max-width: 1199px) {
    .mt-16 {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .mt-16 {
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .mt-16 {
        margin-top: 10px;
    }
}

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

@media (max-width: 1199px) {
    .mb-16 {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .mb-16 {
        margin-bottom: 14px;
    }
}

@media (max-width: 767px) {
    .mb-16 {
        margin-bottom: 10px;
    }
}

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

@media (max-width: 1199px) {
    .mb-12 {
        margin-bottom: 11px;
    }
}

@media (max-width: 991px) {
    .mb-12 {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .mb-12 {
        margin-bottom: 8px;
    }
}

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

@media (max-width: 767px) {
    .mb-8 {
        margin-bottom: 4px;
    }
}

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

@media (max-width: 767px) {
    .mb-6 {
        margin-bottom: 3px;
    }
}

.mb-4p {
    margin-bottom: 4px;
}

.py-160 {
    padding: clamp(96px, 8.32vw, 320px) 0;
}

@media (max-width: 575px) {
    .py-160 {
        padding: 80px 0;
    }
}

.pt-160 {
    padding-top: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
    .pt-160 {
        padding-top: 80px;
    }
}

.pb-160 {
    padding-bottom: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
    .pb-160 {
        padding-bottom: 80px;
    }
}

.py-96 {
    padding: clamp(64px, 5vw, 160px) 0;
}

@media (max-width: 575px) {
    .py-96 {
        padding: 48px 0;
    }
}

.pb-96 {
    padding-bottom: clamp(64px, 5vw, 160px);
}

@media (max-width: 575px) {
    .pb-96 {
        padding-bottom: 48px;
    }
}

.py-80 {
    padding: clamp(48px, 4.167vw, 160px) 0;
}

@media (max-width: 575px) {
    .py-80 {
        padding: 40px 0;
    }
}

.pt-80 {
    padding-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .pt-80 {
        padding-top: 40px;
    }
}

.pb-80 {
    padding-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

.py-64 {
    padding: clamp(32px, 3.33vw, 128px) 0;
}

@media (max-width: 767px) {
    .py-64 {
        padding: 26px 0;
    }
}

.pt-64 {
    padding-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .pt-64 {
        padding-top: 26px;
    }
}

.pb-64 {
    padding-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .pb-64 {
        padding-bottom: 26px;
    }
}

.py-48 {
    padding: clamp(24px, 2.5vw, 96px) 0;
}

@media (max-width: 767px) {
    .py-48 {
        padding: 20px 0;
    }
}

.pb-48 {
    padding-bottom: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
    .pb-48 {
        padding-bottom: 20px;
    }
}

.pt-48 {
    padding-top: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 767px) {
    .pt-48 {
        padding-top: 20px;
    }
}

.py-40 {
    padding: clamp(24px, 2.083vw, 80px) 0;
}

@media (max-width: 575px) {
    .py-40 {
        padding: 20px 0;
    }
}

.pt-40 {
    padding-top: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .pt-40 {
        padding-top: 20px;
    }
}

.pb-40 {
    padding-bottom: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .pb-40 {
        padding-bottom: 20px;
    }
}

.py-32 {
    padding: 32px 0;
}

@media (max-width: 1599px) {
    .py-32 {
        padding: 29px 0;
    }
}

@media (max-width: 1399px) {
    .py-32 {
        padding: 27px 0;
    }
}

@media (max-width: 1199px) {
    .py-32 {
        padding: 25px 0;
    }
}

@media (max-width: 991px) {
    .py-32 {
        padding: 22px 0;
    }
}

@media (max-width: 767px) {
    .py-32 {
        padding: 20px 0;
    }
}

.p-32 {
    padding: 32px;
}

@media (max-width: 1599px) {
    .p-32 {
        padding: 29px;
    }
}

@media (max-width: 1399px) {
    .p-32 {
        padding: 27px;
    }
}

@media (max-width: 1199px) {
    .p-32 {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .p-32 {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .p-32 {
        padding: 20px;
    }
}

.py-24 {
    padding: 24px 0;
}

@media (max-width: 1199px) {
    .py-24 {
        padding: 22px 0;
    }
}

@media (max-width: 991px) {
    .py-24 {
        padding: 22px 0;
    }
}

@media (max-width: 767px) {
    .py-24 {
        padding: 20px 0;
    }
}

.pl-24 {
    padding-left: 24px;
}

@media (max-width: 1199px) {
    .pl-24 {
        padding-left: 22px;
    }
}

@media (max-width: 991px) {
    .pl-24 {
        padding-left: 22px;
    }
}

@media (max-width: 767px) {
    .pl-24 {
        padding-left: 20px;
    }
}

.pb-24 {
    padding-bottom: 24px;
}

@media (max-width: 1199px) {
    .pb-24 {
        padding-bottom: 22px;
    }
}

@media (max-width: 991px) {
    .pb-24 {
        padding-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .pb-24 {
        padding-bottom: 20px;
    }
}

.p-24 {
    padding: 24px;
}

@media (max-width: 1199px) {
    .p-24 {
        padding: 22px;
    }
}

@media (max-width: 991px) {
    .p-24 {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .p-24 {
        padding: 20px;
    }
}

.p-16 {
    padding: 16px;
}

@media (max-width: 1199px) {
    .p-16 {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .p-16 {
        padding: 14px;
    }
}

@media (max-width: 767px) {
    .p-16 {
        padding: 10px;
    }
}

.p-12 {
    padding: 12px;
}

@media (max-width: 1199px) {
    .p-12 {
        padding: 11px;
    }
}

@media (max-width: 991px) {
    .p-12 {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .p-12 {
        padding: 8px;
    }
}

.gap-4 {
    gap: clamp(2px, 0.208vw, 8px);
}

.gap-8 {
    gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
    gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
    gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
    gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
    gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
    gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
    gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
    gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
    gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
    gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
    gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
    gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: clamp(10px, 0.729vw, 24px) clamp(24px, 1.667vw, 48px);
    border: 1px solid #E64E3B;
    font-size: clamp(14px, 0.833vw, 22px);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #E64E3B;
    border-radius: clamp(2px, 0.208vw, 8px);
    color: #FFFF;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.cus-btn .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #FFFF;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cus-btn .text {
    position: relative;
    z-index: 1;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cus-btn:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #E64E3B;
}

.cus-btn:hover .circle {
    width: 260px;
    height: 260px;
    opacity: 1;
}

.cus-btn.primary {
    padding: clamp(6px, 0.521vw, 18px) clamp(24px, 1.667vw, 48px);
}

.cus-btn-2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: clamp(10px, 0.833vw, 24px) clamp(30px, 2.083vw, 54px);
    font-size: clamp(14px, 0.833vw, 22px);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 120%;
    background-color: #E64E3B;
    border-radius: clamp(2px, 0.208vw, 8px);
    color: #FFFF;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid #E64E3B;
}

.cus-btn-2 svg {
    position: absolute;
    width: 24px;
    fill: #FFFF;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cus-btn-2 .arr-1 {
    right: 16px;
}

.cus-btn-2 .arr-2 {
    left: -25%;
}

.cus-btn-2 .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #FFFF;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cus-btn-2 .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cus-btn-2:hover {
    color: #E64E3B;
    border: 1px solid #E64E3B;
}

.cus-btn-2:hover .arr-1 {
    right: -25%;
}

.cus-btn-2:hover .arr-2 {
    transform: rotate(45deg);
    left: 16px;
}

.cus-btn-2:hover .arr-2 path {
    fill: #E64E3B;
}

.cus-btn-2:hover .text {
    transform: translateX(12px);
}

.cus-btn-2:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}

.cus-arrow-btn {
    display: inline-flex;
    align-items: center;
    gap: clamp(4px, 0.417vw, 16px);
    color: #1E1F20;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}

.cus-arrow-btn svg path {
    transition: all 0.3s ease-in-out;
}

.cus-arrow-btn:hover {
    transition: 0.2s ease-in-out;
    color: #E64E3B;
    gap: clamp(8px, 0.625vw, 24px);
}

.cus-arrow-btn:hover svg path {
    stroke: #E64E3B;
    transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
    background-color: #E64E3B;
    border: 1px solid #E64E3B;
    border-radius: clamp(4px, 0.417vw, 16px);
    color: #FFFF;
    cursor: pointer;
    font-size: clamp(18px, 1.25vw, 48px);
    line-height: 48px;
    display: grid;
    align-items: center;
    justify-content: center;
    width: clamp(40px, 2.5vw, 64px);
    height: clamp(40px, 2.5vw, 64px);
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.scrollToTopBtn:hover {
    background: #F1D11E;
    color: #E64E3B;
    transition: all 0.3s ease-in-out;
    border: 1px solid #E64E3B;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.slider-arrows {
    display: flex;
    align-items: center;
    gap: clamp(12px, 0.833vw, 32px);
}

.slider-arrows .arrow-btn {
    width: clamp(40px, 2.5vw, 64px);
    height: clamp(40px, 2.5vw, 64px);
    border-radius: clamp(2px, 0.208vw, 8px);
    display: grid;
    align-items: center;
    justify-content: center;
    background: #E64E3B;
    transition: all 0.3s ease-in-out;
    border: 1px solid #F2F1F1;
}

.slider-arrows .arrow-btn svg {
    width: clamp(18px, 1.667vw, 64px);
    height: clamp(19px, 1.719vw, 64px);
    transition: all 0.3s ease-in-out;
}

.slider-arrows .arrow-btn svg path {
    transition: all 0.3s ease-in-out;
}

.slider-arrows .arrow-btn:hover {
    transition: all 0.3s ease-in-out;
    background-color: #0C0C0D;
}

.slider-arrows .arrow-btn:hover path {
    fill: #FFFF;
    transition: all 0.3s ease-in-out;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 20px);
}

@media (max-width: 490px) {
    .social-icons {
        gap: 16px;
    }
}

.social-icons.icon-v2 {
    gap: clamp(16px, 1.042vw, 40px) !important;
}

.social-icons li a {
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    width: clamp(36px, 2.5vw, 64px);
    height: clamp(36px, 2.5vw, 64px);
    background: #1E1F20;
}

.social-icons li a svg {
    width: clamp(20px, 1.25vw, 48px);
    height: clamp(20px, 1.25vw, 48px);
}

.social-icons li a svg path {
    transition: all 0.3s ease-in-out;
}

.social-icons li a:hover svg path {
    fill: #E64E3B;
    transition: all 0.3s ease-in-out;
}

.pagination {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    display: flex;
}

.pagination #border-pagination {
    display: flex;
    gap: 8px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.pagination #border-pagination li {
    display: inline;
}

.pagination #border-pagination li span {
    color: #45474F;
    transition: all 0.3s ease-in-out;
}

.pagination #border-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #E64E3B;
    width: clamp(32px, 2.083vw, 64px);
    height: clamp(32px, 2.083vw, 64px);
    border-radius: clamp(2px, 0.208vw, 8px);
    border: 0;
    background: #F2F1F1;
    float: left;
    transition: all 0.3s ease-in-out;
    font-size: clamp(15px, 0.938vw, 22px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.pagination #border-pagination li a svg path {
    fill: #E64E3B;
    transition: all 0.3s ease-in-out;
}

.pagination #border-pagination li a.active {
    border: 1px solid #E64E3B;
    background-color: #E64E3B;
    color: #FFFF;
}

.pagination #border-pagination li a.active svg path {
    fill: #FFFF;
    transition: all 0.3s ease-in-out;
}

.pagination #border-pagination li a:hover {
    border: 1px solid #E64E3B;
    background-color: #E64E3B;
    color: #FFFF;
}

.pagination #border-pagination li a:hover svg path {
    fill: #FFFF;
    transition: all 0.3s ease-in-out;
}

.pagination #border-pagination li:hover span {
    color: #FFFF;
    transition: all 0.3s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
    min-height: 130px;
    max-height: 150px;
}

@media (max-width: 578px) {
    textarea.form-control {
        min-height: 80px;
        max-height: 80px;
    }
}

.input-wrapper {
    width: 100%;
    position: relative;
}

.input-wrapper svg,
.input-wrapper i {
    position: absolute;
    bottom: 12px;
    right: 0;
    width: clamp(18px, 1.25vw, 28px);
    height: clamp(18px, 1.25vw, 28px);
}

@media (max-width: 1799px) {

    .input-wrapper svg,
    .input-wrapper i {
        top: 16px;
    }
}

@media (max-width: 1499px) {

    .input-wrapper svg,
    .input-wrapper i {
        top: 14px;
    }
}

@media (max-width: 1399px) {

    .input-wrapper svg,
    .input-wrapper i {
        top: 13px;
    }
}

@media (max-width: 992px) {

    .input-wrapper svg,
    .input-wrapper i {
        top: 15px;
    }
}
.entry-header{
	top: 245px !important;
}
.input-wrapper:-webkit-autofill,
.input-wrapper:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.form-control {
    padding: 0;
    padding-bottom: 8px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #92949F;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 0.938vw, 24px);
    /* 14px */
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    color: #0C0C0D;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
    color: #0C0C0D !important;
    background: transparent;
}

.form-control::placeholder {
    color: #92949F;
    opacity: 1;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

label.error {
    color: #ff0000;
}

.cus-checkBox input {
    display: none;
}

.cus-checkBox label {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
    cursor: pointer;
}

.cus-checkBox label::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #92949F;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 300;
}

.cus-checkBox input[type=checkbox]:checked+label {
    color: #E64E3B;
    font-weight: 400;
}

.cus-checkBox input[type=checkbox]:checked+label::before {
    content: "";
    color: #E64E3B;
    font-weight: 600;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #FFFBF2;
    z-index: 9999999;
    display: grid;
    align-content: center;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    /* common */
}

#preloader .loading {
    font-size: 84px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 490px) {
    #preloader .loading {
        letter-spacing: -8px;
    }
}

#preloader .loading span {
    display: inline-block;
    margin: 0 -0.05em;
    font-size: clamp(64px, 5vw, 180px);
}

#preloader .loading07 span {
    position: relative;
    color: rgba(230, 79, 59, 0.2);
}

#preloader .loading07 span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #E64E3B;
    opacity: 0;
    transform: scale(1.5);
    animation: loading07 3s infinite;
}

#preloader .loading07 span:nth-child(2)::after {
    animation-delay: 0.1s;
}

#preloader .loading07 span:nth-child(3)::after {
    animation-delay: 0.2s;
}

#preloader .loading07 span:nth-child(4)::after {
    animation-delay: 0.3s;
}

#preloader .loading07 span:nth-child(5)::after {
    animation-delay: 0.4s;
}

#preloader .loading07 span:nth-child(6)::after {
    animation-delay: 0.5s;
}

#preloader .loading07 span:nth-child(7)::after {
    animation-delay: 0.6s;
}

#preloader .loading07 span:nth-child(8)::after {
    animation-delay: 0.7s;
}

#preloader .loading07 span:nth-child(9)::after {
    animation-delay: 0.8s;
}

#preloader .loading07 span:nth-child(10)::after {
    animation-delay: 0.9s;
}

@keyframes loading07 {

    0%,
    75%,
    100% {
        transform: scale(1.5);
        opacity: 0;
    }

    25%,
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

.wrapper-dropdown {
    padding: 11px 0 7px;
    border-radius: 0;
    background: #F2F1F1;
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper-dropdown .selected-display {
    font-size: clamp(15px, 0.938vw, 19px);
    font-weight: 400;
    color: #92949F;
}

.wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown .topbar-dropdown {
    width: 100%;
    background: #FFFF;
    transition: 0.3s;
    position: absolute;
    top: 104%;
    left: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 0 0 4px 4px;
    box-shadow: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 16px 0px rgba(181, 181, 181, 0.5);
}

.wrapper-dropdown .topbar-dropdown li {
    padding: 4px 16px;
    line-height: 30px;
    border-radius: 0;
    overflow: hidden;
    font-size: clamp(14px, 0.781vw, 18px);
    /* 15px */
    font-family: "Inter", sans-serif;
    color: #92949F;
    font-style: normal;
    font-weight: 400;
}

.wrapper-dropdown .topbar-dropdown li:last-child {
    border-bottom: none;
}

.wrapper-dropdown .topbar-dropdown li:hover {
    background-color: #F1D11E;
    color: #0C0C0D;
}

.wrapper-dropdown.active .topbar-dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 5px;
}

.wrapper-dropdown .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.wrapper-dropdown .arrow {
    float: right;
    rotate: 180deg;
}

.wrapper-dropdown svg {
    transition: all 0.3s;
    width: clamp(13px, 1.042vw, 32px);
    height: clamp(13px, 1.042vw, 32px);
}

.wrapper-dropdown .rotated {
    transform: rotate(-180deg);
}

.video-link {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    background-color: #f03;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}

.player {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.player__video {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 65%;
    height: 77%;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .player__video {
        height: 30%;
    }
}

@media (max-width: 490px) {
    .player__video {
        max-width: 78%;
    }
}

.js--show-video {
    opacity: 1;
}

.video-filler {
    display: block;
    width: 100%;
}

.video-close {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -30px;
    padding: 5px 10px;
    border: none;
    outline: none;
    border-radius: 0 50% 50% 0;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
}

.video-iframe video {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/*-------------------------
  layouts
-------------------------*/
.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    padding: 8px 0;
    width: 100%;
    background: #fff2ddec;
}

.header .navigation {
    width: 100%;
    position: relative;
}

@media (max-width: 1024px) {
    .header .navigation .header-logo {
        width: 80%;
    }
}

.header .navigation .menu-button-right {
    display: flex;
    align-items: center;
    gap: clamp(24px, 3.333vw, 72px);
}

.header .navigation .menu-button-right .main-menu__nav {
    margin-left: auto;
    margin-right: auto;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media screen and (min-width: 1200px) {

    .header .navigation .menu-button-right .main-menu__nav .main-menu__list,
    .header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
    .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
    .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
        display: flex;
        gap: clamp(20px, 1.667vw, 40px);
    }
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li>a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a {
    font-size: clamp(16px, 0.938vw, 22px);
    font-style: normal;
    font-weight: 550;
    line-height: 150%;
    /* 21.6px */
    /* 27.6px */
    letter-spacing: 0.32px;
    text-transform: capitalize;
    color: #0C0C0D;
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 48px) !important;
    position: relative;
    transition: all all 0.3s ease-in-out;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li>a.active,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li>a:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a.active,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li>a:hover {
    color: #E64E3B;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li.current a,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list>li:hover a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li.current a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list>li:hover a {
    color: #E64E3B;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    backface-visibility: hidden;
    transition: opacity all 0.3s ease-in-out, visibility all 0.3s ease-in-out, transform 700ms ease;
    z-index: 99;
    background: #FFFF;
    padding: 0;
    border-radius: 0;
    border: 1px solid #FFFF;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>a {
    font-size: clamp(14px, 0.833vw, 20px);
    line-height: 26px;
    color: #0C0C0D;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    display: flex;
    padding: 7px 12px;
    transition: 400ms;
    border-radius: 0;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current>a,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover>a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current>a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover>a {
    background-color: #E64E3B;
    color: #FFFF;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: calc(100% + 20px);
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>ul.right-align,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li>ul ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li>ul ul {
    display: flex;
}

.header .navigation .menu-button-right .main-menu__nav .main-menu__list li:hover>ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    gap: 0;
    transform: scaleY(1) translateZ(0px);
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li>ul,
    .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li>ul,
    .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li>ul,
    .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li>ul {
        left: auto;
        right: calc(100% + 20px);
    }
}

.header .navigation .main-menu__right {
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 48px) !important;
}

.header .navigation .main-menu__right .input-search {
    display: none;
    position: absolute;
    right: 0px;
    bottom: -56px;
    width: 220px;
    background: #eaeaec88;
}

.header .navigation .main-menu__right .input-search:focus {
    background: #eaeaec88;
}

.header .navigation .main-menu__right .search-block {
    position: relative;
    display: inline-block;
}

.header .navigation .main-menu__right i {
    color: #141516;
    font-size: clamp(20px, 1.25vw, 32px);
}

.mobile-nav__toggler {
    font-size: 24px;
    font-weight: 200;
    color: #FFFF;
    cursor: pointer;
    transition: 500ms;
    display: none;
}

@media (max-width: 1199px) {
    .mobile-nav__toggler {
        display: flex;
        filter: hue-rotate(50deg);
    }
}

.mobile-nav__toggler:hover {
    color: #E64E3B;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__wrapper .mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0C0C0D;
    opacity: 0.3;
}

.mobile-nav__wrapper .mobile-nav__content {
    width: 300px;
    background-color: #FAFAFA;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

@media (max-width: 490px) {
    .mobile-nav__wrapper .mobile-nav__content {
        width: clamp(250px, 55.102vw, 450px);
    }
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0;
}

.mobile-nav__wrapper .mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__wrapper .mobile-nav__content .logo-box img {
    width: clamp(120px, 15.625vw, 320px);
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid RGBA(255, 255, 255, 0.1);
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li>a {
    padding-left: 1em;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
    border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #1E1F20;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    height: 36px;
    letter-spacing: 0.35px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
    color: #E64E3B;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: #E64E3B;
    border: none;
    outline: none;
    color: #FFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #FFFF;
    color: #0C0C0D;
}

.mobile-nav__wrapper .mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #1E1F20;
    cursor: pointer;
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: #1E1F20;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 20px;
}

.mobile-nav__social a:hover {
    color: #E64E3B;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: #FFFF;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #1E1F20;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: #E64E3B;
}

.mobile-nav__contact li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E64E3B;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: #FFFF;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none;
}

.nav-bar .nav-link li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-bar .nav-link li::before {
    content: "";
    width: clamp(4px, 0.417vw, 16px);
    height: clamp(4px, 0.417vw, 16px);
    border: 1px solid #E64E3B;
    border-radius: clamp(4px, 0.417vw, 16px);
}

.nav-bar .nav-link li.active::before {
    display: none;
}

.hero-banner {
    position: relative;
    background: url(../../../wp-content/uploads/2025/07/banner-bg.jpg) no-repeat center center rgb(62 62 62 / 91%);
    background-blend-mode: multiply;
    background-size: cover;
    /* height: 600px; */
}

.hero-banner .banner-wrapper {
    padding-top: 5.654vw;
    position: relative;
}

@media (max-width: 1299px) {
    .hero-banner .banner-wrapper {
        padding-top: 13%;
    }
}

@media (max-width: 1099px) {
    .hero-banner .banner-wrapper {
        padding-top: 20%;
    }
}

.hero-banner .banner-wrapper .arrow-image {
    position: absolute;
    top: 8.333vw;
    right: 19.583vw;
    width: 7.865vw;
    height: 4.219vw;
    animation: arrowAnim 5s linear infinite alternate;
}

@media (max-width: 1399px) {
    .hero-banner .banner-wrapper .arrow-image {
        top: 16%;
        right: 20%;
    }
}

@media (max-width: 1099px) {
    .hero-banner .banner-wrapper .arrow-image {
        display: none;
    }
}

@media (max-width: 820px) {
    .hero-banner .banner-wrapper .arrow-image {
        display: block;
        top: 24%;
        right: unset;
        left: 8%;
    }
}

@media (max-width: 576px) {
    .hero-banner .banner-wrapper .arrow-image {
        top: 44%;
        left: 3%;
        width: 20%;
        height: auto;
    }
}

@keyframes arrowAnim {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.hero-banner .banner-wrapper .circle-image {
    position: absolute;
    top: 139px;
    right: 218px;
    width: clamp(20px, 1.667vw, 64px);
    height: clamp(20px, 1.667vw, 64px);
    animation: circleAnim 1s linear infinite alternate;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
    .hero-banner .banner-wrapper .circle-image {
        top: 17%;
        right: 5%;
    }
}

@media (max-width: 1099px) {
    .hero-banner .banner-wrapper .circle-image {
        display: none;
    }
}

@media (max-width: 820px) {
    .hero-banner .banner-wrapper .circle-image {
        display: block;
        top: 15%;
        right: 50%;
    }
}

@media (max-width: 576px) {
    .hero-banner .banner-wrapper .circle-image {
        top: 30%;
        right: 15%;
    }
}

@media (max-width: 399px) {
    .hero-banner .banner-wrapper .circle-image {
        top: 36%;
    }
}

@keyframes circleAnim {
    0% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

.hero-banner .banner-wrapper .banner-text {
    padding-top: 5%;
}

@media (max-width: 1399px) {
    .hero-banner .banner-wrapper .banner-text {
        padding-top: 15%;
    }
}

@media (max-width: 1099px) {
    .hero-banner .banner-wrapper .banner-text {
        padding-top: 5%;
    }
}

@media (max-width: 820px) {
    .hero-banner .banner-wrapper .banner-text {
        padding-top: 50%;
    }
}

@media (max-width: 576px) {
    .hero-banner .banner-wrapper .banner-text {
        padding-top: 15%;
        padding-bottom: 5%;
    }
}

.hero-banner .banner-wrapper .banner-text h1 span {
    position: relative;
}

.hero-banner .banner-wrapper .banner-text h1 span::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../../../wp-content/uploads/2025/07/banner-line.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1099px) {
    .hero-banner .banner-wrapper .banner-text h1 span::after {
        top: 24px;
    }
}

.hero-banner .banner-wrapper .banner-text .play-btn img {
    animation: circleAnim 1s linear infinite alternate;
    width: clamp(40px, 3.33vw, 96px);
    height: clamp(40px, 3.33vw, 96px);
}

@media (max-width: 576px) {
    .hero-banner .banner-wrapper .banner-image {
        width: 80%;
        margin: auto;
    }
}

.hero-banner .banner-wrapper .banner-form {
    margin-top: 30%;
    padding: clamp(24px, 1.875vw, 64px) clamp(24px, 2.5vw, 72px);
    background: #FFFF;
    border-radius: clamp(4px, 0.417vw, 16px);
    border-top: 4px solid #E64E3B;
    box-shadow: 0 0 30px #24242451;
    margin-bottom: 10px;
}

@media (max-width: 1499px) {
    .hero-banner .banner-wrapper .banner-form {
        margin-top: 30%;
    }
}

@media (max-width: 1399px) {
    .hero-banner .banner-wrapper .banner-form {
        margin-top: 26%;
        margin-left: 10%;
    }
}

@media (max-width: 1299px) {
    .hero-banner .banner-wrapper .banner-form {
        margin-top: 12%;
    }
}

@media (max-width: 1099px) {
    .hero-banner .banner-wrapper .banner-form {
        margin-top: -16%;
        margin-left: 0;
    }
}

.hero-banner .banner-wrapper .banner-form .input-wrapper {
    overflow: hidden;
}

.hero-banner .banner-wrapper .banner-form .wrapper-dropdown {
    border-bottom: 1px solid #92949F;
}

.hero-banner .customer-wrapper {
    margin-top: -12.4%;
    /* 238px */
    padding: clamp(40px, 3.33vw, 96px) 0;
    background: #FBD781;
}

@media (max-width: 1599px) {
    .hero-banner .customer-wrapper {
        margin-top: -12.65%;
    }
}

@media (max-width: 1399px) {
    .hero-banner .customer-wrapper {
        margin-top: -12.7%;
    }
}

@media (max-width: 1199px) {
    .hero-banner .customer-wrapper {
        margin-top: -13.5%;
    }
}

@media (max-width: 1099px) {
    .hero-banner .customer-wrapper {
        margin-top: -14.42%;
    }
}

@media (max-width: 1024px) {
    .hero-banner .customer-wrapper {
        margin-top: -17.6%;
    }
}

@media (max-width: 820px) {
    .hero-banner .customer-wrapper {
        margin-top: -18.87%;
    }
}

@media (max-width: 768px) {
    .hero-banner .customer-wrapper {
        margin-top: -19.5%;
    }
}

@media (max-width: 576px) {
    .hero-banner .customer-wrapper {
        margin-top: 0;
		padding:0;
    }
}

.hero-banner .customer-wrapper .customer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .hero-banner .customer-wrapper .customer-container {
        justify-content: unset;
        gap: clamp(48px, 3.333vw, 128px);
    }
}

@media (max-width: 768px) {
    .hero-banner .customer-wrapper .customer-container {
        gap: clamp(24px, 1.667vw, 64px);
    }
}

/* /./../././././service/././/./././/./. */

.services-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}



.btn-get-started {
    background-color: #dc3545;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-get-started:hover {
    background-color: #c82333;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.service-card {
    background: white;
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 60px;
    height: 60px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #495057;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 15px;
}

.service-description {
    color: #868e96;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.left-content {
    padding-right: 30px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }

    .left-content {
        padding-right: 15px;
        margin-bottom: 40px;
        text-align: center;
    }

    .service-card {
        margin-bottom: 20px;
    }
}

/* /././././././//3rd section/.///../.// */

/* .section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 3rem;
    position: relative;
} */
/* 
.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #e74c3c;
} */

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    position: relative;
}

.feature-card .tt-bg-text {
    font-size: 120px;
    line-height: 1;
    color: #f6f6f6;
    display: inline-block;
    position: absolute;
    z-index: 0;
    right: 15px;
    font-weight: 600;
    top: 0;
    margin-top: 0px;
    font-family: "Poppins", sans-serif;
}



.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #f68b215c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-icon i {
    font-size: 1.5rem;
    color: #f68b21;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.feature-description {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

.image-container {
    position: relative;
    border-radius: 15px;
}

.main-image {
    width: 66%;
    height: 500px;
    object-fit: cover;
    float: right;
    position: relative;
    border-radius: 25px;
}

.main-image-1 {
      width: 64%;
    height: 350px;
    right: 35%;
    object-fit: cover;
    position: absolute;
    border-radius: 25px;
    margin-top: -200px;
}

.play-button {
    position: absolute;
    top: 90%;
    right: 38%;
    z-index: 99;
    transform: translateY(-50%);
    background: white;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.play-button:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.play-button i {
    color: #f68b21;
    font-size: 1.5rem;
    margin-left: 3px;
}

.watch-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.section-bg {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 50px 0;
    background: url(../../../wp-content/uploads/2025/07/bg-3rd-1.png) no-repeat;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        text-align: center;
    }

    .feature-card {
        margin-bottom: 2rem;
    }

    .main-image {
        height: 250px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button i {
        font-size: 1.2rem;
    }
}

/* /././///.4th section/.///..//.././ */


.view-more-btn {
    color: #e74c3c;
    text-decoration: none;
    border: 2px solid #e74c3c;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background-color: #e74c3c;
    color: white;
}



.car-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23dee2e6" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.car-image {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.red-border-accent {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    border: 4px solid #e74c3c;
    border-radius: 10px;
    z-index: 1;
}

.offer-item {
    background: white;
    border-radius: 15px;
    padding: 12px;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.offer-icon {
    width: 50px;
    height: 50px;
    background: #e74c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-bottom: 1rem;
	padding: 15px;
    margin-right: 15px;
}

.offer-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.offer-description {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.section-divider {
    width: 50px;
    height: 3px;
    background: #e74c3c;
    margin: 0 auto 2rem auto;
}

.frth-sec-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/* /././//././././/./.who we are section/./././//./././/.././ */

.who-we-are-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}




.section-description {
    font-size: 1.2rem;
    color: #6c757d;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 3rem;
    text-align: center;
}

.image-container {
    position: relative;
    height: 300px;
    margin: 20px 0;
}

.angled-image {
    position: absolute;
    width: 280px;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 130px 130px 0px 0px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    transform-origin: center;
}

.angled-image:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.left-images .angled-image:first-child {
    transform: rotate(17deg);
    top: 0;
    left: 50px;
    z-index: 2;
}

.left-images .angled-image:last-child {
    transform: rotate(-25deg);
    top: 60px;
    left: 0;
    z-index: 1;
}

.right-images .angled-image:first-child {
    transform: rotate(345deg);
    top: 0;
    right: 50px;
    z-index: 2;
}

.right-images .angled-image:last-child {
    transform: rotate(25deg);
    top: 60px;
    right: 0;
    z-index: 1;
}

.cta-button {
    background: #e74c3c;
    color: white;
    padding: 15px 35px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.cta-button:hover {
    background: #c0392b;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.content-wrapper {
    position: relative;
    z-index: 3;
}

/* Background decorative elements */
.who-we-are-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(231, 76, 60, 0.05);
    border-radius: 50%;
    z-index: 1;
}

.who-we-are-section::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: rgba(52, 152, 219, 0.05);
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }

    .section-description {
        font-size: 1.1rem;
        padding: 0 20px;
    }

    .angled-image {
        width: 220px;
        height: 160px;
    }

    .left-images .angled-image:first-child,
    .right-images .angled-image:first-child {
        top: 20px;
    }

    .left-images .angled-image:last-child,
    .right-images .angled-image:last-child {
        top: 80px;
    }
}


/* /./././//.//././.foooter/./...//.././/./././/././ */


.footer {
    background-color: #1a1a1a;
    color: #ffffff;
}

.contact-banner {
    background-color: #ff3f52;
    padding: 30px 10px;
    position: relative;
    margin-top: -80px;
    border-radius: 16px;
}

.contact-banner h4 {
    margin: 0;
    font-weight: bold;
    font-size: 1.5rem;
}

.contact-banner p {
    margin: 0;
    opacity: 0.9;
}

.footer-main {
    background-color: #1a1a1a;
    padding: 60px 0 40px 0;
}

.footer-section h5 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
font-size:17px;
}

.footer-section h5::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 30px;
    width: 30px;
    height: 2px;
    background-color: #dc3545;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #dc3545;
}

.company-info h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.company-info p {
    color: #cccccc;
    margin-bottom: 10px;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.social-icons a:hover {
    background-color: #dc3545;
    color: #ffffff;
}

.business-hours-text {
    color: #cccccc;
    line-height: 1.6;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.footer-bottom {
    background-color: #111;
    padding: 20px 0;
    border-top: 1px solid #333;
}

.footer-bottom p {
    margin: 0;
    color: #888;
}

.footer-bottom a {
    color: #dc3545;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-links {
    text-align: right;
}

.footer-links a {
    color: #888;
    text-decoration: none;
    margin-left: 20px;
}

.footer-links a:hover {
    color: #dc3545;
}

@media (max-width: 768px) {
    .contact-form {
        flex-direction: column;
    }

    .contact-form input {
        margin-bottom: 10px;
    }

    .footer-links {
        text-align: left;
        margin-top: 10px;
    }

    .footer-links a {
        margin-left: 0;
        margin-right: 20px;
    }
}

/* /../././././././../.service areas/.././/././././ */

.banner-main img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

/* /./././/./././././//./././scarp areas/.././/././/.././. */

.scrap-areas {
    background: url(../images/texture-4.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
    min-height: 500px;
}

.hero-image {
    background: url('../images/g2.jpg') center/cover;
    border-radius: 10px;
    height: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 123, 255, 0.1), rgba(40, 167, 69, 0.1));
}

.hero-content {
    padding: 40px 0;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 30px;
}

.highlight {
    color: #dc3545;
    font-weight: 600;
}

.service-links {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-links:hover {
    color: #0056b3;
    text-decoration: underline;
}

.cta-buttons {
    margin-top: 35px;
}

.btn-get-offer {
    background: linear-gradient(135deg, #dc3545, #c82333);
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 550;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease;
}

.btn-get-offer:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
    background: linear-gradient(135deg, #c82333, #a71e2a);
}

.btn-call {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 550;
    border-radius: 50px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    background: linear-gradient(135deg, #0056b3, #004494);
}

.btn i {
    margin-right: 8px;
}

.stats-section {
    background: #2c3e50;
    color: white;
    padding: 30px 0;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #28a745;
    display: block;
}

.stat-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-image {
        height: 250px;
        margin-bottom: 30px;
    }

    .btn-get-offer,
    .btn-call {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .cta-buttons {
        text-align: center;
    }
}

.vehicle-types {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    border-left: 5px solid #28a745;
}

.vehicle-types h5 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
}

.vehicle-badge {
    display: inline-block;
    background: #d5bd01;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin: 3px;
    font-weight: 500;
}

/* /./././/////../././/./././/./././//. */



.scrap-areas {
    background: url(../images/texture-4.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
    min-height: 500px;
}

.hero-image-1 {
    background: url('../images/g4.jpg') center/cover;
    border-radius: 10px;
    height: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.hero-image-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 123, 255, 0.1), rgba(40, 167, 69, 0.1));
}

.hero-content {
    padding: 40px 0;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 30px;
}

.highlight {
    color: #dc3545;
    font-weight: 600;
}

.service-links {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-links:hover {
    color: #0056b3;
    text-decoration: underline;
}

.cta-buttons {
    margin-top: 35px;
}

.btn-get-offer {
    background: linear-gradient(135deg, #dc3545, #c82333);
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 550;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease;
}

.btn-get-offer:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
    background: linear-gradient(135deg, #c82333, #a71e2a);
}

.btn-call {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 550;
    border-radius: 50px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    background: linear-gradient(135deg, #0056b3, #004494);
}

.btn i {
    margin-right: 8px;
}

.stats-section {
    background: url(https://link.staps.in/umax/wp-content/uploads/2025/07/banner-bg.jpg) no-repeat rgba(0, 0, 0, 0.544);
    background-blend-mode: multiply;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding: 50px 30px;
    margin: 0px;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number img {
    width: 64px;
}

.stat-label {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-top: 15px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-image {
        height: 250px;
        margin-bottom: 30px;
    }

    .btn-get-offer,
    .btn-call {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .cta-buttons {
        text-align: center;
    }
}

.vehicle-types {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    border-left: 5px solid #28a745;
}

.vehicle-types h5 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
}

.vehicle-badge {
    display: inline-block;
    background: #d5bd01;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin: 3px;
    font-weight: 500;
}


.about-sec{
	margin-bottom:70px;
}


/* /./..///.2nd section././././/. */

.scrap-area-srvc {
    background: #f8f9fa;
    padding: 80px 0;
}

.service-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.service-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 50%;
}

.service-card:nth-child(1) .service-icon {
    background: linear-gradient(135deg, #fd7e14, #fd7e14);
}

.service-card:nth-child(2) .service-icon {
    background: linear-gradient(135deg, #007bff, #6f42c1);
}

.service-card:nth-child(3) .service-icon {
    background: linear-gradient(135deg, #fd7e14, #dc3545);
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #6c757d;
    margin: 0;
}


.icon-money-bills {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M2 6h20v2H2V6zm0 5h20v6c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2v-6zm4 4h2v2H6v-2zm4 0h4v2h-4v-2z"/></svg>') center/50% no-repeat;
    width: 100%;
    height: 100%;
}

.icon-clock {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') center/50% no-repeat;
    width: 100%;
    height: 100%;
}

.icon-thumbs-up {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"/></svg>') center/60% no-repeat;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .service-card {
        margin-bottom: 30px;
    }

    .scrap-area-srvc {
        padding: 60px 0;
    }
}

.decoration-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #007bff, #28a745);
    margin: 0 auto 20px;
    border-radius: 2px;
}


/* /././/../././/.//service area enqury/.//.//.///.//.//././ */

.srvc-are-enqr {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.srvc-are-enqr::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--primary-red);
    z-index: 2;
}


.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: var(--gray-text);
    margin-bottom: 40px;
    font-weight: 400;
}

.professional-image {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.professional-image:hover {
    transform: translateY(-5px);
}

.quote-form {
    background: white;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: var(--primary-red);
    box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}

.form-control::placeholder {
    color: #adb5bd;
    font-weight: 400;
}

.btn-quote {
    border: none;
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    width: 100%;
    background-color: #a2a2a2;
}

.btn-quote:hover {
    background: #e02929;
    color: white;
    box-shadow: 0 8px 25px rgba(255, 51, 51, 0.3);
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-group {
    flex: 1;
    min-width: 200px;
}

.image-container {
    position: relative;
    text-align: center;
}

.floating-elements {
    position: absolute;
    opacity: 0.1;
    color: var(--primary-red);
}

.floating-car {
    top: 20%;
    right: 10%;
    font-size: 3rem;
    animation: float 6s ease-in-out infinite;
}

.floating-cash {
    bottom: 20%;
    left: 10%;
    font-size: 2rem;
    animation: float 4s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.features {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    flex-wrap: wrap;
}

.feature-item {
    text-align: center;
    padding: 20px;
    margin: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    flex: 1;
    min-width: 200px;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--primary-red);
    margin-bottom: 15px;
}

.feature-title {
    font-weight: 600;
    color: var(--dark-text);
    margin-bottom: 10px;
}

.feature-text {
    color: var(--gray-text);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-group {
        min-width: 100%;
    }

    .hero-content {
        padding: 30px 0;
    }

    .features {
        flex-direction: column;
    }
}



/* /./..//././././enquiry page/././/.//./. */

.form-container {
    margin-top: 40px;
    margin-bottom: 40px;
    background: rgba(209, 209, 209, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: var(--card-shadow);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.form-container:hover {
    transform: translateY(-5px);
}

.form-header {
    background: linear-gradient(135deg, #15b6c3,  #f68b21);
    color: white;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.form-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.form-header p {
    font-size: 1.1rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

.form-header .icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.form-body {
    padding: 3rem;
}

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

.form-floating .form-control {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1rem 1rem 3rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
}

.form-floating .form-control:focus {
    border-color: #15b6c3;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
    background: white;
    transform: translateY(-2px);
}

.form-floating label {
    padding-left: 3rem;
    color: #6b7280;
    font-weight: 500;
}

.input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #15b6c3;
    font-size: 1.1rem;
}

.form-floating textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.btn-submit {
    background-color: #ff7474;
    border: none;
    color: white;
    padding: 1rem 3rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(245, 158, 11, 0.4);
    background: linear-gradient(135deg, #f97316, var(--accent-color));
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}

.btn-submit:hover::before {
    left: 100%;
}

.required-asterisk {
    color: #ef4444;
    font-weight: bold;
}

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-row .form-floating {
    flex: 1;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-row .form-floating {
        margin-bottom: 1.5rem;
    }

    .form-header h1 {
        font-size: 2rem;
    }

    .form-body {
        padding: 2rem 1.5rem;
    }
}

.floating-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.floating-element {
    position: absolute;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-element:nth-child(2) {
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}

.floating-element:nth-child(3) {
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}













/* my css 6666666666666666666666666666666666666666666666666666666666666666666666666666*/

/* Stylish Loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #061f44;
    /* dark navy like Cripar */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-content {
    position: relative;
    text-align: center;
}

.loader-logo-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
}

.loader-logo {
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}

/* Spinner ring behind logo */
.loader-logo-wrapper::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 180px;
    height: 180px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-top: 5px solid #ffffff;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    z-index: 1;
}

/* Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.header-1.bg-theme {
    position: relative;
    z-index: 999;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.header-1 .header-main-right-item .head-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-1 .header-main-right-item .head-top-wrapper ul {
    display: flex;
    align-items: center;
    gap: 30px;
	padding:0;
	margin:0;
}

.header-1 .header-main-right-item .head-top-wrapper ul li {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
}

.header-1 .header-main-right-item .head-top-wrapper .gt-social-icon {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-1 .header-main-right-item .head-top-wrapper .gt-social-icon a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    color: #161921;
}

.header-1 .header-main-right-item .header-right-area {
    display: flex;
    align-items: center;
    gap: 175px;
    padding: 2px 0 3px;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 31px;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #161921;
/*     padding: 20px 0; */
	 padding: 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 115%;
    inset-inline-start: 0;
    min-width: 240px;
    background: #fff;
    padding: 20px 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: #161921;
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;
    border-top: 6px solid var(--gt-theme);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}


.gt-theme-btn .gt-text-btn {
    font-size: 14px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    letter-spacing: 0.5px;
    background-color:  #f68b21;
    line-height: 1;
    padding: 14px 22px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 700ms ease;
    text-transform: uppercase;
    z-index: 99;
}

.gt-theme-btn .gt-text-btn::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #161921;
    z-index: -1;
    transition: all 500ms ease;
}

.header-1 .header-right .gt-theme-btn .gt-text-btn::after {
    background-color: #f68b21;;
}

.gt-theme-btn {
    color: #fff;
    overflow: hidden;
    transition: 700ms;
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    z-index: 1;
}

.header-1 .header-right .gt-theme-btn .gt-text-btn {
    background-color: #161921;
    color: #fff;
}


@media (max-width: 1899px) {
    .header-1 .header-main-right-item .header-right-area {
        gap: 40px;
    }
        .header-1.bg-theme .bg-shape {
        display: none;
    }
}

.header-1 .header-right .gt-theme-btn:hover .gt-text-btn {
    color: #fff;
}

.gt-theme-btn:hover .gt-text-btn .gt-text-2 {
    animation: slideRight 600ms;
}

.header-1 .header-right .gt-theme-btn .gt-text-btn::after {
    background-color: #f68b21;;
}

.gt-theme-btn:hover .gt-text-btn::after {
    width: 100%;
    left: 0px;
}

.header-1.bg-theme .bg-shape {
    position: absolute;
    top: -14px;
    left: 0px;
    z-index: -1;
    width: 564px;
}

@media (max-width: 1600px) {
    .header-1.bg-theme::before {
        left: 22%;
        width: 78%;
    }
}

.header-1.bg-theme::before {
    position: absolute;
    top: 0;
    left: 26.4%;
    right: 0;
    bottom: 0;
    width: 73.6%;
    clip-path: polygon(50% 0%, 76% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0 113%, 4% 0);
    height: 41%;
    content: "";
    z-index: -1;
    background-color: #f68b21;;
}
.header-1.bg-theme .header-logo1 img {
 width: 160px;
    height: 98px;
}
.header-1.bg-theme::before {
        left: 22%;
        width: 78%;
    }

    
.why-choose-us-serction {
  padding: 120px 0 70px;
  background: url(../images/why-choose-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.why-choose-us-serction .cliff-section-title p {
  padding: 17px 0 0;
  color: #616161;
  width: 76%;
}

.border_solid {
  position: relative;
  z-index: 1;
  margin-top: 38px;
  padding-top: 38px;
}

.border_solid:before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 97%;
  background: rgba(4,28,51,0.10196078431372549);
  height: 1px;
  left: 10px;
  top: 0;
}

.cliff-choose-box {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

/* Fix Bootstrap 4 */
.navbar {
    min-height: 50px !important;/* With this, we can use navbar without navbar-brand */
	padding-top:10px !important;
}

.cliff-choose-icon {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #f68b21;
  line-height: 67px;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  transition: 0.5s;
}
.cliff-choose-box:hover .cliff-choose-icon {
  background: #0495ff;
}
.cliff-choose-box:hover .cliff-choose-icon img {
  filter: brightness(0) invert(1);
}
.choose_content h4 {
  font-size: 20px;
  color: #f68b21;
  font-weight: 500;
  margin: 0 0 7px;
}

.contact-with-mediket {
  background: url(../images/choose_aptmn_img.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 50px 34px 42px;
  border-radius: 10px;
  position: relative;
  top: 130px;
}

.style-2.contact-with-mediket {
  top: 110px;
  z-index: 2;
}


.appoinment_contnet h2 {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 22px;
}

.appoinment_contnet p {
  font-size: 16px;
  color: #ffffff9e;
  margin: 17px 0 192px;
}


.how-to-work-section{
    position: relative;
    padding-bottom: 120px;
    padding-top: 100px;
    
}
.how-to-work-section .shape-two{
    position: absolute;
    top: 0px;
    right: 50px;
}
.colmun:nth-child(2) .work-block-one{
    margin-left: -76px;
}
.colmun:nth-child(3) .work-block-one{
/*     margin-left: 320px; */
    margin-right: -130px;
}
.colmun:nth-child(4) .work-block-one{
    margin-left: -75px;
}
.work-block-one{
    position: relative;
}
.work-block-one .inner-box{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.work-block-one .border-shape{
    position: absolute;
    bottom: -125px;
    left: 60px;
    width: 235px;
    height: 112px;
}
.work-block-one .border-shape-1{
    position: absolute;
    bottom: -30px;
    left: -245px;
    width: 260px;
    height: 48px;
}
.work-block-one .border-shape-2{
    position: absolute;
    bottom: -80px;
    left: 100px;
    width: 189px;
    height: 58px;
}
.work-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    border: 1px dashed #BDBDBD;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.work-block-one .inner-box .icon-box:before{
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 2px;
    height: 14px;
    content: '';
    background-color:  #f68b21;
}
.work-block-one .inner-box .icon-box .step{
    position: absolute;
    bottom: -50px;
    left: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #BDBDBD;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.work-block-one:hover .inner-box .icon-box .step{
    color:  #f68b21;
}
.work-block-one .inner-box .icon-box .img_box{
    width: 100px;
    height: 100px;
    margin: 10px;
    font-size: 50px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #BDBDBD;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.work-block-one:hover .inner-box .icon-box{
    border-color:  #f68b21;
}
.work-block-one:hover .inner-box .icon-box i{
    color:  #f68b21;
}
.work-block-one .inner-box .content-box h6{
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    font-size: 19px;
}
.work-block-one .inner-box .content-box p{
    font-weight: 400;
    color: #000;
        font-size: 15px;
}

.section-title .sub-title{
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
    color:  #f68b21;
}

.section-title .title{
    margin-bottom: 20px;
    color: #000;
    position: relative;
    font-weight: 700;
    margin: 0px;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
}


.section-title.light .title{
    color: #fff;
        position: relative;
    font-weight: 700;
    margin: 0px;
        font-size: 40px;
    line-height: 50px;
}

.section-title .title span{
    color:  #f68b21;
}

.section-title .title-text{
     color: #000;
    position: relative;
    font-size: 17px;
    line-height: 26px;
    margin: 0px;
    font-weight: 500;
    width: 88%;
    margin: 0 auto;
    padding-top: 17px;
    padding-bottom: 30px;
}
.section-title.light .title-text{
    color: #fff;
}


/** Service Style Six **/
.service-006 {
    position: relative;
    background-color: #f1fbff49;
}
.service-block-006{
    margin-bottom: 60px;
}
.service-block-006 .service-inner{
    display: flex;
    align-items: center;
}
.service-block-006 .service-inner .icon-box{
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-right: 30px;
}
.service-block-006 .service-inner .icon-box i{
    padding: 20px;
    font-size: 50px;
    display: block;
    color: #f68b21;
    border-bottom: 1px solid #F2F2F2;
}
.service-block-006 .service-inner .icon-box .tag{
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    color:#BDBDBD;    
}
.service-block-006 .content-box h5 a{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
    color: #1D1D1D;
}
.service-block-006 .content-box h5 a span{
    color: #f68b21;
    font-weight: 600;
}
.service-block-006 .content-box h5 a:hover{
    color: #15b6c3;
}
.service-block-006 .content-box h5 a:before{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 48px;
    content: '';
    background-color:#BDBDBD;
}
.service-006 .link-btn a{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    color:  #282828;
    text-decoration-line: underline;
}
.service-006 .link-btn a:hover{
    color: #f68b21;
}.sec-padd-150 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.mb-10{
    margin-bottom: 70px;
}
.icon-box img{
    width: 76px;
    padding: 8px;
}

.service-002 {
    position: relative;
}

.service-block-002 {
    padding: 20px;
    background-color: #fff; /* var(--white-color) */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.service-002 .shape-five {
    position: absolute;
    left: 30px;
    bottom: 70px;
}

.service-002 .shape-six {
    position: absolute;
    left: 20%;
    top: 20%;
}

.service-002 .shape-seven {
    position: absolute;
    right: 20%;
    top: 15%;
}

.service-block-002 .image-box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
}

.service-block-002 .image-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    transform: scale(0);
    border-radius: 20px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    background: linear-gradient(0.02deg, rgba(27, 67, 196, 0.85) 26.22%, rgba(196, 196, 196, 0) 91.23%);
}

.service-block-002:hover .image-box:before {
    transform: scale(1);
}

.service-block-002 .image-box img {
    width: 100%;
    transform: scale(1);
    border-radius: 15px;
    transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    height: 200px;
	object-fit:cover;
    -o-transition: all 1000ms ease;
}

.service-block-002:hover .image-box img {
    transform: scale(1.15);
}

.service-block-002 .icon-box {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 87px;
    height: 87px;
    font-size: 50px;
    color: #fff; /* var(--white-color) */
    line-height: 70px;
    text-align: center;
    border-radius: 16px;
    z-index: 1;
    background-color: #F68B21; /* var(--secondary-color) */
}

.service-block-002 .content-box {
    padding-left: 15px;
}

.service-block-002 .content-box h5 a {
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
    color: #1D1D1D;
    font-size: 21px;
    color: #f68b21;
    text-transform: capitalize;
}

.service-block-002 .content-box h5 a span {
    color: #F68B21; /* var(--secondary-color) */
}

.service-block-002 .content-box h5 a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 48px;
    content: '';
    background-color: #BDBDBD; /* var(--grey-color-four) */
}

.service-block-002 .content-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 9px;
	margin-bottom:0;
    color: #1D1D1D;
}
.service-002  .icon-box img{
    width: 85%;
    height: 76px;
}
.service-006  .form-group{
    position: relative;
    text-align: center;
}

.button-style-three {
    position: relative;
    padding: 15px 45px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    border: none;
    background: #F68B21;
}
.button-style-three:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);;
    border: 1px solid #F68B21;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.quote-form .form-group button i {
    position: relative;
    bottom: -2px;
    left: 0;
}
@media only screen and (max-width: 1399px){   
  
    .company-about .image-colmun{
        margin: 0;
    }
    .why-choose-us-section .shape-four{
        transform: inherit !important;
        bottom: 60px;
        left: 20px;
    }
    .project-widget .wrapper-box .image{
        width: 30%;
    }
    .service-block-001 .show-content .text-area,
    .service-block-001 .hidden-content .text-area{
        padding-left: 30px;
        padding-right: 30px;
    }
    .cta-001 .cta-inner .title-box i{
        margin-right: 30px;
    }
    .tab-buttons .tab-btn{
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-buttons .tab-btn .icon-one{
        margin-right: 10px;
    }
    .work-block-one .border-shape,
    .work-block-one .border-shape-1,
    .work-block-one .border-shape-2{
        display: none;
    }
    .work-block-one .border-shape:after,
    .work-block-one .border-shape:before{
        display: none;
    }
    .colmun:nth-child(2) .work-block-one{
        margin-left: 0;
    }
    .colmun:nth-child(3) .work-block-one{
        margin-left: 0;
    }
    .colmun:nth-child(4) .work-block-one{
        margin-left: 0;
    }
    .about-image-colmun{
        padding-right: 40px;
    }   
    .about-image-colmun .shape-01{
        display: none;
    }
    .feature-block-one{
        padding: 50px 20px;
    }
    .feature-block-three{
        padding: 50px 20px;
    }
    .quote-section .right-side{
        padding: 130px 70px;
    }
    .service-002 .shape-seven,
    .service-002 .shape-six,
    .service-002 .shape-five{
        display: none;
    }
    .project-block-one{
        padding: 5px;
    }
    .individual-approach .approach-image{
        margin-left: 0;
        margin-right: 0;
    }
    .individual-approach .section-title{
        padding-top: 0;
    }    
    .freight-tab-section .tabs-box{
        display: inline-block;
        border-top: none;
    }
    .freight-tab-section .tabs-box .tab-buttons{
        max-width: 100%;
        border: none;
    }
    .freight-tab-section .tabs-box .tab-buttons .tab-btn{
        border: 1px solid #ededed;
        width: auto;
        margin-right: 10px;
        padding-right: 40px;
        padding-left: 100px;
    }
    .freight-tab-section .tabs-box .tab-buttons .tab-btn:last-child{
        margin-right: 0;
    }
    .freight-tab-section .tabs-box .tab-buttons .tab-btn i{
        left: 40px;
    }
    .freight-tab-section .tabs-box .tabs-content{
        padding: 0;
    }
    .team-block-two .inner-box .image-box{
        margin-right: 20px;
    }
    .video-section .video-content h4 br{
        display: none;
    }
    .featured-tab .tab-buttons .tab-btn{
        margin: 10px 5px;
        padding: 15px 10px;
        max-width: 180px;
    }
    .service-seven-content{
        padding-top: 80px;
    }
    .how-to-work-section .shape-two{
        width: 400px;
    }
    .why-choose-us-section .shape-four{
        width: 500px;
    }
    .our-features .feature-block-three{
        padding: 72px 60px;
    }
    .about-content-colmun .featured-button{
        max-width: 300px;
    }     
}
.centred {
    text-align: center;
}
.cta-inner-box {
    position: relative;
    width: 100%;
    display: flex;
}

.cta-left-image {
    position: relative;
    width: calc(50% - 375px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-left-image .icon-box {
    position: absolute;
    top: calc(50% - 65px);
    right: calc(0% - 65px);
    width: 130px;
    height: 130px;
    font-size: 60px;
    line-height: 145px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    border: 1px solid #15b6c3;
    background-color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.home-five .cta-left-image .icon-box {
    border-color: #F68B21;
    background-color: #F68B21;
}

.cta-left-image .icon-box:hover {
    color: #15b6c3;
    background-color: #fff;
}

.cta-right-content {
    display: inline-flex;
    align-items: center;
    width: calc(50% + 375px);
    justify-content: space-between;
    padding: 92px 103px 92px 137px;
    background-color: #F68B21;
}

.home-two .cta-right-content {
    background-color: #F68B21;
}

.home-five .cta-right-content {
    background-color: #15b6c3;
}

.cta-right-content h4 {
    color: #fff;
    margin-bottom: 5px;
}

.cta-right-content span {
    color: #fff;
}

.home-five .cta-right-content .button-style-three {
    background-color: #F68B21;
}

.home-five .cta-right-content .button-style-three:before {
    border-color: #F68B21;
}

.link-button .button-style-three{
        position: relative;
    padding: 15px 45px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    border: none;
    background: #161921;
}
.link-button  .button-style-three:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid #161921;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}


   .contact-us_section {
       background-color: #f7f7f7;
   }

   .contact-us_area {
       margin-top: -220px;
       position: relative;
   }

   .contact-left_box {
       padding: 80px 40px;
       background-color: #ffff;
   }

   .contact-left_box form .form-control {
       font-size: 13px;
       font-weight: 600;
       text-transform: uppercase;
       background: #f7f7f7;
   }

   .contact-left_box form .form-control::placeholder {
       color: #888;
   }

   .contact-left_box form textarea.form-control {
       height: 218px;
   }

   .contact-us_rightbox {
       height: 100%;
       text-align: -webkit-center;
   }

   .ihbox-section_bg {
       background-color: #f7f7f7;
   }

   label.error {
       background: red;
       color: white;
       border-radius: 0px 0 10px 10px;
       margin-bottom: 15px;
       padding: 0 10px;
       font-size: 12px;
       display: block;
       margin-top: -26px;
       margin-right: 20%;
       margin-left: 1px;
   }

   /**07 - Comment Form **/
   .contact-form .form-control {
       font-size: 16px;
       border-radius: 0px;
       height: 55px;
       display: block;
       width: 100%;
       line-height: normal;
       padding: 0px 15px;
       font-weight: 400;
       border: 0;
       margin-bottom: 25px;
       background-color: #ffff;
       transition: all .5s ease;
   }

   .form-control::placeholder {
       color: #999;
   }

   input:focus,
   .form-control:focus {
       color: #666;
       outline: none !important;
       box-shadow: none !important;
   }

   .contact-form textarea.form-control {
       padding: 12px 15px !important;
       height: 100px;
       resize: none;
   }

   .input-button {
       margin-top: 20px;
   }

   .pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
       font-size: 22px;
       color: #ffff;
       width: 55px;
       height: 55px;
       line-height: 55px;
       text-align: center;
       background-color: #F68B21;
       ;
   }

   .pbmit-ihbox-style-4 .pbmit-ihbox-icon {
       padding-right: 20px;
       padding-top: 6px;
   }

   .pbmit-ihbox-style-4 .pbmit-element-title {
       font-size: 24px;
       line-height: 30px;
       margin-bottom: 0;
       text-transform: uppercase;
   }

   .pbmit-ihbox-style-4 .pbmit-heading-desc {

       margin-top: 5px;
       margin-bottom: 0;
       font-size: 13px;
   }

   /** Style 5 **/
   .pbmit-ihbox-style-5 {
       padding: 0 65px;
       padding-top: 40px;
   }

   .pbmit-ihbox-style-5 .pbmit-element-title {
       font-size: 25px;
       line-height: 30px;
       writing-mode: vertical-rl;
       text-orientation: mixed;
       white-space: nowrap;
       padding: 0;
       margin: 0;
       text-transform: uppercase;
       letter-spacing: 1px;
       color: #ffff;

   }

   .pbmit-element-heading {
       color: #ffff;
   }

   .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
       font-size: 27px;
       line-height: 60px;
       margin-bottom: 20px;
       height: 60px;
       width: 60px;
       border-radius: 50%;
       text-align: center;
       margin-left: -15px;
       margin-top: 20px;
   }

   .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper i {
       color: #F68B21;
       ;
   }

   .pbmit-bg-color-global .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
       background-color: #ffff;
   }

   .pbmit-ihbox-style-5 .pbmit-ihbox-content {
       margin-top: 10px;
   }

   .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
       font-size: 27px;
       line-height: 60px;
       margin-bottom: 20px;
       height: 60px;
       width: 60px;
       border-radius: 50%;
       text-align: center;
       margin-left: -15px;
       margin-top: 20px;
       background-color: #F68B21;
   }

   .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper i {
       color: #F68B21;
   }

   .pbmit-bg-color-global .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
       background-color: #FFF;
   }

   .pbmit-ihbox-style-5 .pbmit-ihbox-content {
       margin-top: 10px;
   }

   body .pbmit-bg-color-global {
       background-color: #F68B21;
   }

   .contact-us_area {
       margin-top: -220px;
       position: relative;
   }

   .form-control::placeholder {
       color: #999;
   }

   input:focus,
   .form-control:focus {
       color: #666;
       outline: none !important;
       box-shadow: none !important;
   }

   textarea.form-control {
       padding: 12px 15px;
       height: 100px;
       resize: none;
   }

   .input-button {
       margin-top: 20px;
   }

   .pbmit-element-heading {
       font-size: 20px;
       line-height: 24px;
       writing-mode: vertical-rl;
       text-orientation: mixed;
       white-space: nowrap;
       padding: 0;
       margin: 0;
       text-transform: uppercase;
       letter-spacing: 1px;
   }


   .banner_wrapper {
position: relative;
    background-image: url(https://link.staps.in/umax/wp-content/uploads/2025/07/inner-page-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-color: #f7f7f7;
    min-height: 300px;
    text-align: center;
    padding-top: 160px;
   }
      .banner_wrapper h1{
        color: #fff;
      }

   .section-xl {
       padding-top: 100px;
       padding-bottom: 50px;
   }

   .pbmit-ihbox-headingicon {
       display: flex;
       align-items: center;
   }
.contact-us_area .col-md-10{
	margin:0;
	padding:0;
}
.contact-us_area .col-md-2{
	margin:0;
	padding:0;
}


   .img-box3 .img3 {
       position: absolute;
       top: 17%;
       right: 15%;
   }

   .movingX {
       -webkit-animation: movingX 8s linear infinite;
       animation: movingX 8s linear infinite;
   }


   @keyframes movingX {
       0% {
           -webkit-transform: translateX(0);
           transform: translateX(0)
       }

       50% {
           -webkit-transform: translateX(50px);
           transform: translateX(50px)
       }

       100% {
           -webkit-transform: translateX(0);
           transform: translateX(0)
       }
   }

   .img-box3 .img3 img {
       border: 10px solid #fff;
   }

   .img-box3 .about-shape {
       position: absolute;
       right: 16%;
       top: 20px;
       z-index: -2;
   }

   @keyframes jumpAni {
       0% {
           -webkit-transform: translateY(0);
           transform: translateY(0)
       }

       40% {
           -webkit-transform: translateY(-30px);
           transform: translateY(-30px)
       }

       100% {
           -webkit-transform: translateY(0);
           transform: translateY(0)
       }
   }

   .jump {
       -webkit-animation: jumpAni 5s linear infinite;
       animation: jumpAni 5s linear infinite;
   }

   .sec-text2 {
       max-width: 500px;
   }

   .about-sec {
       padding-top: 80px;
/*        padding-bottom: 100px; */
   }

   .img-box3 {
       position: relative;
   }

   .achive-wrapper .achive-about-wrap .achive-about {
       max-width: 336px;
       margin-bottom: 25px;
       padding-bottom: 25px;
       display: flex;
       -webkit-box-pack: start;
       justify-content: flex-start;
       gap: 30px;
       margin-top: 20px;
   }

   .achive-about {
       border-bottom: 1px solid #D2D2D2;
   }

   .achive-about-wrap .achive-about:last-child {
       border-bottom: none;
       margin-bottom: 0px;
       padding-bottom: 0px;
   }

   .about-counter1 {
       background-color: #F6F7F9;
       padding: 80px 40px 40px 40px;
       max-width: 164px;
       min-height: 211px;
       position: absolute;
       bottom: 0;
       right: -20px;
       background-position: right;
   }

   @media (max-width: 1399px) {
       .about-counter1 {
           right: 0
       }
   }

   @media (max-width: 767px) {
       .about-counter1 {
           position: relative;
           max-width: 100%;
           margin-bottom: 30px;
           text-align: center
       }
   }

   @media (max-width: 640px) {
       .about-counter1 {
           right: 0
       }
   }

   @media (max-width: 575px) {
       .about-counter1 {
           padding: 40px;
           min-width: 100%;
           gap: 20px
       }
   }

   .about-counter1 .counter-title {
       color: #F68B21;
       font-size: 40px;
       line-height: 60px;
       margin-top: -10px
   }

   .about-counter1 .counter-text {
       text-align: left;
       font-weight: 600;
       font-size: 14px;
       line-height: 24px;
       color: #F68B21;
   }

   .about-counter1 .counter-shape {
       position: absolute;
       bottom: 0;
       right: 0
   }

   .counter-title {

       font-weight: 700;
       font-size: 60px;
       line-height: 70px;
       color: #fff;
       margin-bottom: 0
   }

   @media (max-width: 575px) {
       .counter-title {
           font-size: 30px;
           line-height: 40px
       }
   }

   .counter-text {

       font-weight: 600;
       font-size: 18px;
       line-height: 28px;
       color: #fff;
       max-width: 128px;
       text-align: center
   }

   @media (max-width: 575px) {
       .counter-text {
           font-size: 16px;
           line-height: 26px
       }
   }

   .achive-about_title {
       font-size: 20px;
   }

   .achive-about img {
       filter: invert(46%) sepia(94%) saturate(518%) hue-rotate(357deg) brightness(102%) contrast(101%);
   }
 

   .achive-wrapper {
       position: relative;
   }
@media only screen and (max-width: 600px) {

    /* General Reset for small screens */
    body,
    html {
        font-size: 14px;
        overflow-x: hidden;
    }

    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Headings and Typography */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.2rem !important;
        text-align: center;
    }

    p {
        font-size: 14px;
        text-align: center;
    }

    .sub-title {
        font-size: 13px !important;
    }

    .title {
        font-size: 18px !important;
    }

    .title-text,
    .section-description {
        font-size: 14px !important;
        line-height: 1.6;
    }

    /* Hero Banner */
    .hero-banner .banner-wrapper {
        text-align: center;
    }

    .hero-banner .banner-text {
        margin-bottom: 20px;
    }

    .hero-banner h1 {
        font-size: 28px !important;
        line-height: 1.5;
    }

    .hero-banner .play-btn {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    /* Images */
    img,
    .main-image,
    .main-image-1 {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }

    .angled-image {
        width: 100%;
        height: 200px !important;
        background-size: cover !important;
    }

    /* Form in Banner */
    .banner-form {
        margin-top: 20px;
        padding: 15px;
    }

    .banner-form form input,
    .banner-form form button {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Feature Cards */
    .feature-card {
        text-align: center;
        padding: 15px;
        margin: 10px 0;
    }

    .feature-card .feature-icon {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .customer-block {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* How-to-Work Section */
    .how-to-work-section {
        padding: 30px 10px;
        background-size: cover;
    }

    .work-block-one {
        margin-bottom: 30px;
        text-align: center;
    }

    .work-block-one .icon-box {
        justify-content: center;
    }

    /* Who We Are */
    .who-we-are-section .image-container {
        margin-bottom: 20px;
    }

    .who-we-are-section .content-wrapper {
        padding: 0 15px;
    }

    .link-button {
        text-align: center;
    }

    /* CTA Section */
    .cta-section {
        padding: 20px 10px;
        flex-direction: column !important;
        text-align: center;
    }

    .cta-left-image {
        width: 100% !important;
        height: 284px !important;
        background-position: center center;
    }

    .cta-right-content {
        padding: 20px;
    }

    /* Buttons */
    .button-style-three {
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
    }

    /* Hide unnecessary elements */
    .d-lg-block,
    .d-md-block {
        display: none !important;
    }

    /* Custom layout tweaks */
    .col-lg-6,
    .col-lg-4,
    .col-md-6,
    .col-md-7,
    .col-md-5,
    .col-xl-3 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row {
        flex-direction: column;
    }

    .head-top-wrapper {
        display: none !important;
    }

    .header-1.bg-theme::before {
        display: none !important;
    }

    .header-1.bg-theme .header-logo1 img {
        width: 70px !important;
    }

    .header-main .main-menu ul li {
        display: inherit !important;
        padding-bottom: 13px !important;
    }

    #bootstrap-basic4-topnavbar {
        position: absolute;
        left: -232px;
        background: #D5960A;
        width: 100vw;
        top: 53px;
        text-align: center;
        height: 340px;
    }

    .icon {
        font-size: 27px;
    }

    .hero-banner .banner-wrapper {
        margin: 0;
        padding: 0;
    }

    .hero-banner .banner-wrapper .circle-image {
        top: 5%;
        right: 0;
        width: 27px !important;
    }

    .hero-banner .banner-wrapper .banner-text .play-btn img {
        width: 50px !important;
    }

    .hero-banner .banner-wrapper .arrow-image {
        top: 44%;
        left: 3%;
        width: 36% !important;
        height: auto;
        filter: contrast(0.1);
    }

    .main-image {
        height: 200px !important;
        width: 75% !important;
    }

    .main-image-1 {
        width: 63% !important;
        height: 178px !important;
        right: 35%;
        object-fit: cover;
        position: absolute;
        border-radius: 25px;
        margin-top: -200px;
    }

    .icon-box img {
        width: 47px !important;
        padding: 8px;
    }

    .how-to-work-section .pl-5 {
        padding-left: 0 !important;
    }

    .work-block-one .inner-box {
        margin-top: 0;
        margin-bottom: 0;
    }

    .work-block-one .inner-box .icon-box .img_box {
        width: 70px;
        height: 70px;
        margin: 10px;
        font-size: 50px;
        line-height: 70px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        color: #BDBDBD;
        background-color: #fff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .work-block-one .inner-box .icon-box .step {
        position: absolute;
        bottom: -50px;
        left: 25px;
        font-size: 13px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        color: #BDBDBD;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .colmun:nth-child(3) .work-block-one {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


.banner_wrapper {
    padding-top: 120px;
    min-height: 145px;
}

.entry-header {
    top: 160px !important;
}

.img2 {
    width: 62%;
}

.img-box3 .img3 {
    position: absolute;
    top: 17%;
    left: 24%;
}

.img-box3 .img3 img {
    border: 8px solid #fff;
    width: 64% !important;
}

.about-shape {
    width: 50% !important;
}

.stats-section {
    display: none;
}

}