/* ===== FONTS (import once) ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

@font-face {
    font-family: 'Playfair Display';
    src: url('/primekdpglobal/fonts/PlayfairDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/primekdpglobal/fonts/PlayfairDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Add other weights (500,600,800,900) and italics if you have them */

/* ===== GLOBAL RESETS ===== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif !important;
}
p, a, span, li, button, input, textarea {
  font-family: 'Poppins', sans-serif !important;
}
ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0 !important;
}
html {
  scroll-behavior: smooth !important;
}

/* ===== HEADER & NAVIGATION ===== */
header.main_header {
  padding: 20px 0;
}
.logo a img {
  width: 85%;
}
.menu ul {
  align-items: center;
}
.menu ul li {
  margin: 0 0 0 30px;          /* unified to 30px (last occurrence) */
}
.menu ul li a {
  padding: 0 !important;
  color: #141414 !important;
  font-size: 18px;              /* last value 18px, but earlier had 16px – kept 18px */
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.menu ul li a:hover {
  color: #fd9301 !important;
}
div#navbarSupportedContent {
  justify-content: end;
}

/* ===== GLOBAL BUTTONS ===== */
.global_btn {
  display: flex;
  align-items: center;
}
.global_btn button {
  margin: 0 0 0 15px;
  border: 1px solid #141414;
  border-radius: 6px;            /* last value 6px (from third block) */
  padding: 0 15px;
  height: 40px;                  /* last value 40px */
  background: none;
  color: #000;
}
.global_btn button a {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #141414;
  font-style: normal;
  line-height: normal;
}
.global_btn button:nth-child(2) {
  border: 1px solid #FF9400;
  background: #ff9900;
}
.global_btn button:hover {
  background: #141414;
  transition: 0.5s;
}
.global_btn button:hover a {
  color: #fff !important;
  transition: 0.5s;
}
.global_btn button:nth-child(2):hover {
  background: #FF9400;
}
.global_btn.text-center {
  justify-content: center;
  margin-top: 40px;
}

/* ===== CONTAINER ===== */
.container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

/* ===== FOOTER ===== */
footer.main_footer {
  padding: 60px 0 0 0;           /* last version has top padding only, bottom 0 */
  background: #000;
}
.footer_inner {
  /* display: flex; */           /* commented out – uncomment if needed */
  align-items: center;
}
.footer_inner img {
  margin: 0 30px 0 0px;
  width: 35%;                    /* last value 35% (from third block) */
}
.footer_inner p,
.footer_inner a {
  color: #fff;                   /* footer text white (last) */
  font-size: 16px;               /* last value 16px */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: 'Playfair Display', serif !important;
}
.footer_inner a {
  color: #fff;
  font-family: 'Poppins';
  font-size: 16px;
  text-decoration-line: underline !important;
}
.footer_inner a:hover,
.footer_bottom a:hover,
.links_menu ul li a:hover {
  color: #c9c9c9;
}
.footer_social ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
.footer_social ul li img {
  filter: brightness(0) invert(1);
  width: 40%;
}
.footer_social ul li a {
  display: flex;
  justify-content: end;
  align-items: end;
}
.footer_social ul li img:hover {
  opacity: 0.8;
}
.footer_badge {
  text-align: right;
  margin: 20px 0 0 0;
}
.footer_bottom {
  padding: 0px 0 0px 0;         /* adjust as needed */
}
.footer_bottom ul {
  display: flex;
}
.footer_bottom ul li a,
.footer_bottom ul li {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_bottom ul li {
  position: relative;
  user-select: none;
}

/* ===== SECTION 1 (BANNER) ===== */
section.sec_1 {
  padding: 80px 0 30px 0;        /* last version has bottom 30px */
}
.sec_1.home_banner {
  position: relative;
  background: url(../images/home-banner-bg.webp) #ffffffd9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
}
.sec_1.home_banner.publishing {
  background: url(../images/home-banner-bg-publishing.webp) #ffffffc9;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-blend-mode: overlay;
}
.sec_1.home_banner .banner_inner {
  text-align: left;
}
.sec_1.home_banner .banner_inner h1 {
  text-align: left;
  margin: 0 0 20px;
}
.sec_1.home_banner .global_btn.text-center {
  justify-content: flex-start;
}
section.sec_1 .row {
  padding-bottom: 60px;
  position: relative;
}
section.sec_1 .row:after {
  content: '';
  display: block;
  position: absolute;
  background: #ff9400;
  width: 1050px;
  height: 1px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

/* ===== BANNER INNER ===== */
.banner_inner {
  text-align: center;
  margin: 0 0 60px 0;
}
.banner_inner h1 {
  color: #141414;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 90%;
  margin: auto auto 30px;
}

/* ===== BANNER FORM ===== */
.banner-form {
    position: relative;
    background-color: #1e1e1e;
    color: #fff;
    padding: 30px 45px 50px;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    box-shadow: 2px 2px 5px #ff9900;
}
.banner-form .theme-h3,
.banner-form .theme-p {
  text-align: center;
}
.theme-h3 {
  font-family: "CabinetGrotesk";
  font-size: 26px;
  margin-bottom: 10px;
}
.theme-p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  margin-bottom: 15px;
}
.banner-form .theme-h3 {
  color: #ff9900;
}
.banner-form .theme-p {
  color: #fff;
}
.banner-form .input-field input,
.banner-form .input-field textarea,
.banner-form .input-field select {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: #e5e5e5;
  border: none;
  outline: none;
  color: #000;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  resize: none;
  margin-bottom: 10px;
}
.banner-form .input-field select option {
  color: #000 !important;
}
.banner-form button {
  justify-content: center;
  text-align: center;
  bottom: 0;
  margin: 0 auto;
}
.banner-form .iti.iti--allow-dropdown.iti--show-flags input[type="tel"] {
  padding: 10px 210px 10px 60px;
}
.banner-form .iti.iti--allow-dropdown.iti--show-flags {
  margin: 0 0 12px 0;
}
span.iti__country-name {
  color: black !important;
}

/* ===== THEME BUTTON ===== */
.theme-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  width: fit-content;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 5px;
  border: none;
  outline: none;
  overflow: hidden;
}
.theme-btn:before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229,172,142,0));
  transform: rotateZ(60deg) translate(-5em, 15em);
}
.theme-btn-outline:hover,
.theme-btn-outline.active,
.theme-btn-featured {
  background: linear-gradient(180deg, rgb(251 251 251) 0%, rgb(253 253 253) 100%);
  color: #000;
  border-color: transparent;
}
.theme-btn:hover::before,
.theme-btn:focus::before {
  animation: sheen 1s forwards;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -15em);
  }
}

/* ===== SECTION 2 (WORDS) ===== */
section.sec_2 {
  padding: 80px 0;
}
.words_inner h2 {
  color: #FF9400;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 15px 0;
}
.words_inner p {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.words_inner .global_btn {
  margin: 20px 0 0 0;
}
.words_inner .global_btn button:nth-child(1) {
  margin: 0;
}
.words_img img {
  width: 100%;
}

/* ===== SECTION 3 (TABLE) ===== */
section.sec_3 {
  padding: 40px 0 0 0;
}
.table_inner {
  text-align: center;
}
.table_inner h2 {
  color: #FF9400;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.table_inner p {
  color: #141414;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 75%;
  margin: auto !important;
}
.table_box img {
  margin: 0 0 10px 0;
}
.table_box h4 {
  color: #1E1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.table_box p {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.table_box {
  width: 85%;
  margin: auto;
}
.btn_wrap .global_btn {
  justify-content: center;
}

/* ===== TOP/BOTTOM BORDER DECORATION ===== */
.top_btom_border {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px !important;
}
.top_btom_border:before,
.top_btom_border:after {
  content: '';
  display: block;
  position: absolute;
  /* TODO: Replace with actual image path */
  /* background-image: url(../images/line-decoration.png); */
  background-repeat: no-repeat;
  width: 1030px;
  height: 16px;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
}
.borderChange .top_btom_border:before {
  top: -10%;
}
.top_btom_border:after {
  /* background-image: url(../images/line-decoration.png); */
  top: unset;
  bottom: 5%;
}
.top_btom_border .col-md-4 {
  position: relative;
}
.top_btom_border .col-md-4:nth-child(1):after,
.top_btom_border .col-md-4:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  background: #ffca80;
  width: 1px;
  height: 350px;
  right: 0;
  top: 20px;
  bottom: 0;
}
section.sec_6 .top_btom_border .col-md-4:nth-child(1):after,
section.sec_6 .top_btom_border .col-md-4:nth-child(2):after {
  display: none;
}

/* ===== SECTION 4 (SERVICE) ===== */
section.sec_4 {
  padding: 80px 0;
}
.service_inner h5 {
  color: #1E1E1E;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px 0;
}
.service_inner h2 {
  color: #FF9400;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  margin: 0 0 20px 0;
}
.service_inner ul {
  margin: 30px 0 0 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_inner ul li {
  flex: 0 0 32%;
  margin: 0;
}
.service_inner ul li h4 {
  margin: 0 0 15px 0;
  color: #1E1E1E;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.service_inner ul li p {
  color: #141414;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ===== SECTION 5 (PROCESS) ===== */
section.sec_5 {
  padding: 0 0 60px 0;
}
.process_inner {
  text-align: center;
}
.process_inner h2 {
  color: #FF9400;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  margin: 0 0 15px 0;
}
.process_inner p {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.process_points ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0 !important;
  gap: 20px;
  flex-wrap: wrap;
}
.process_points ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 20%;
}
.process_points ul li span {
  color: #FF9400;
  font-size: 76.657px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 15px 0 0;
}
.process_points ul li .shape_box p {
  color: #141414;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0 0 0 !important;
}

/* ===== SECTION 6 (WORK) ===== */
section.sec_6 {
  padding: 0;
}
.work_inner h2 {
  color: #FF9400;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.spacing_wrap {
  padding-top: 40px !important;
  padding-bottom: 120px !important;
}
.spacing_wrap:before {
  top: 4%;
}
.work_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work_box .item_wrap {
  flex: 0 0 48%;
}
.work_box .item_wrap h3 {
  color: #1E1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 2px solid #FF9400;
  margin: 0px 0 20px 0;
  padding: 0 0 20px 0;
}
.work_box .item_wrap p {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ===== SECTION 7 (CLIENT) ===== */
section.sec_7 {
  padding: 60px 0;
}
.client_inner p {
  margin-top:10px !important;
}
.client_inner h5 {
  color: #1E1E1E;
  font-family: Tobias;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.client_inner h2 {
  color: #FF9400;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  margin: 0;
}

/* ===== CLIENT SLIDER ===== */
.client_sldier_inner .slick-next::before,
.client_sldier_inner .slick-prev::before {
  display: none;
}
.client_sldier_inner button.slick-prev.slick-arrow,
.client_sldier_inner button.slick-next.slick-arrow {
  position: absolute;
  bottom: -70px;
  top: unset;
  left: 30px;
  display: none !important;
}
.client_sldier_inner {
  margin: 0;
  position: relative;
  padding: 80px 0 80px 0;
}
.client_sldier_inner ul li .sldier_wraper {
  display: flex;
  align-items: center;
}
.client_sldier_inner ul li .sldier_wraper .item:nth-child(1) {
  margin: 0 15px 0 0px;
  flex: 0 0 30%;
}
.client_sldier_inner ul li .sldier_wraper .item h2 {
  color: #1E1E1E;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px 0;
}
.client_sldier_inner ul li .sldier_wraper .item p {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.client_sldier_inner ul li .sldier_wraper .item img {
  margin: 20px 0 0 0;
}
.client_sldier_inner ul li .sldier_wraper .item:nth-child(1) img {
  width: 80%;
  display: block;
  margin: auto;
}
.client_sldier_inner:before,
.client_sldier_inner:after {
  content: '';
  display: block;
  position: absolute;
  background: #ff9400;
  width: 1050px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  top: 11%;
}
.client_sldier_inner:after {
  bottom: -40px;
  top: unset;
  display: none;
}

/* ===== LOGO SECTION ===== */
section.logo_sec {
  padding: 60px 0 80px 0;
  position: relative;
  margin-bottom: 80px;
}
section.logo_sec:after {
  content: '';
  display: block;
  position: absolute;
  /* TODO: Replace with actual image */
  /* background-image: url(../images/line-decoration.png); */
  background-repeat: no-repeat;
  width: 1030px;
  height: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.author_inner img {
  width: 180px;
}
.author_inner {
  text-align: center;
}
.author_inner h2 {
  color: #1E1E1E;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 90%;
  margin: auto auto 60px;
}

/* ===== LINKS MENU ===== */
.links_menu {
  margin: 0 0 60px 0;
}
.links_menu ul {
  justify-content: space-between;
  align-items: center;
}
.links_menu ul li a {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: 'Playfair Display' !important;
}
.links_menu h2 {
  color: #fff;
}
.links_menu ul {
  margin-top: 34px !important;
}

/* ===== PORTFOLIO SECTION ===== */
#portfolio .item_wrap img {
  height: auto;
  box-shadow: 0px 0px 10px 0px #0000004f;
}
.sec_4 .tabs_inner h2 span {
  color: #ff9900;
  font-weight: 500;
  font-family: 'Playfair Display', serif !important;
}
.sec_4 .portfolio_images .card .details .center p,
.sec_4 .portfolio_images .card .details .center h1,
.sec_4 .tabs_inner h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 500;
}
section.portfo {
  padding: 80px 0px 40px;
  background: url(../images/port_bg.webp) no-repeat #ffffffe0;
  background-blend-mode: overlay;
  background-size: cover cover;
}
.tabs_inner {
  padding-bottom: 50px;
}
section.our_work_sec {
  background: url(../images/port_bg.webp) no-repeat #ffffffe0;
  background-blend-mode: overlay;
  background-size: cover cover;
}
.sec_4 .portfolio_images .card .details .center h1 span,
.sec_4 .portfolio_images .card .details .center h1 {
  font-size: 17px;
  line-height: 26px;
  color: #000;
  text-align: left;
}
.sec_4 .portfolio_images .card .details .center p {
  font-size: 17px;
  line-height: 23px;
  color: #000;
  text-align: left;
  font-weight: 600;
}
.sec_4 .portfolio_images .card .details .center p span {
  font-size: 18px;
  color: #000;
}
.sec_4 .portfolio_images .card .details .center {
  justify-content: flex-start;
  min-height: 150px;
  border: none;
}
.sec_4 h2 .thin {
  font-weight: 300 !important;
  color: #000 !important;
  font-size: 70px;
}
.portfolio_images .card .details .center p span,
.portfolio_images .card .details .center h1 span {
  font-weight: 600;
}
.portfolio-page .sucess-sec,
.portfolio-page .testimonial-sec,
.portfolio-page .cl-logo-sec,
.portfolio-page .cta-sec-new {
  display: none;
}
.portfolio-page .our_work_sec .hd-txt h2 .green {
  color: #ff9900;
  font-size: inherit;
}
.portfolio_images ul li:hover .author_detail {
  top: -30%;
  transition: transform 1s cubic-bezier(.31,1.21,.64,1.02);
  transform: translateY(450px);
  opacity: 1;
}
.portfolio_images .card {
  position: relative;
  border: none;
}
.portfolio_images .card .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.portfolio_images .card .image img {
  width: 100%;
  transition: 1.5s;
}
.portfolio_images .card:hover .image img {
  opacity: inherit;
  transform: inherit;
}
.portfolio_images .card .details {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  transition: .5s;
  transform-origin: left;
  border: none;
}
.portfolio_images .card:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}
.portfolio_images .card .details .center {
  justify-content: space-between;
  width: 100%;
  padding: 10px 0px;
}
.portfolio_images .card .details .center h1 {
  margin: 0;
  padding: 0;
  color: #0097a2;
  line-height: 20px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 900;
  text-align: center;
}
.portfolio_images .card .details .center h1 span {
  font-size: 18px;
  color: #262626;
}
.portfolio_images .card .details .center p {
  margin: 10px 0;
  padding: 10px 0;
  color: #0097a2;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.portfolio_images .card .details .center ul {
  margin: 10px auto 0;
  padding: 0;
  display: table;
}
.portfolio_images .card .details .center ul li {
  list-style: none;
  margin: 0 5px;
  float: left;
}
.portfolio_images ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px auto;
  gap: 16px;
}
.portfolio_images ul li {
  flex: 0 0 23%;
  position: relative;
  overflow: hidden;
}
.portfolio_images ul li img {
  width: 100%;
  object-fit: fill;
  aspect-ratio: 1/1.4;
}
.publish_link_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.publish_link_wrap a {
  background: #ff9900;
  flex: 1 0 30%;
  text-align: center;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: .2s ease;
  border-radius: 5px;
}
.publish_link_wrap a:hover {
  color: #fff;
  background: #000;
}
.tabs_inner h2 {
  text-align: center;
}
.our_work_sec .hd-txt h2 {
  padding-bottom: 0;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif !important;
}
.hd-txt p {
  margin-bottom: 31px !important;
  letter-spacing: .4px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px !important;
  text-align: center;
}
.our_work_sec h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .01em;
  padding-bottom: 30px;
}
.hd-txt {
  padding-bottom: 30px;
}

/* ===== WORK UNDER HEADER ===== */
.work-under-header .custom-container {
  width: 120%;
}
.work-under-header .slick-list {
  padding: 0 10% 0 0;
}
.work-under-header .work-item {
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-right: 50px;
  height: 50vh;
}
.work-under-header .work-item img {
  height: 100%;
  object-fit: cover;
}
.work-under-header .work-item a {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-in-out 0s;
}
.our-work.work-under-header .tabs-custom.active {
  color: #fff;
  background-color: #0197a1;
}
.our-work.work-under-header .tabs-custom {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  border: 0 solid rgba(112,112,112,.96);
  border-radius: 40px;
  transition: background .2s linear 0s;
  display: inline-block;
  padding: 15px 20px;
  margin: 10px;
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: 600;
}
.our-work.work-under-header {
  padding: 80px 0;
}
.our-work .pricing-txt.price-scroltxt p {
  height: 100px;
  overflow: hidden scroll;
}
.our-work.work-under-header .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-work.work-under-header .tab-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.work-container.pricing-cnt-st {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.work-container.pricing-cnt-st:nth-child(1) .pricing-box {
  margin-right: 28px;
}
.work-container .pricing-box {
  box-shadow: rgba(0,0,0,.25) 0 0 25px;
  border-radius: 10px;
  padding-bottom: 20px;
  width: 50%;
}
.work-container .pricing-img-st img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.pricing-txt {
  padding: 10px 20px;
}
.pricing-txt h4 span {
  font-size: 16px;
}
.work-container .pricing-box .pricing-bt-amnt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 20px;
}
.work-container .pric-btn-am {
  display: flex;
  align-items: flex-end;
}
.work-container a.btn-main-price {
  background: #0b80ba;
  padding: 7px 15px;
  border-radius: 6px;
  color: #fff !important;
}
.work-container .pricing-txt h4 {
  color: #223235;
  text-align: left;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
}
.pric-btn-am img {
  margin-right: 15px;
  position: relative;
  top: 10px;
}
.our-work .pricing-txt.price-scroltxt::-webkit-scrollbar {
  width: 8px;
}
.our-work .pricing-txt.price-scroltxt::-webkit-scrollbar-track {
  box-shadow: grey 0 0 5px inset;
  border-radius: 10px;
}
.our-work .pricing-txt.price-scroltxt::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 8px;
}
.our-work .pricing-txt.price-scroltxt::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.our_work_box img {
  width: 95%;
  margin: auto;
  border-radius: 8px;
  aspect-ratio: 1/1.4;
  object-fit: cover;
}
.our_work_box1 {
  margin: 0 0 20px;
}

/* ===== SLICK DOTS ===== */
ul.slick-dots li button {
  padding: 0;
  background: #0197a1;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.our_work_slider .slick-dots li.slick-active button {
  background-color: rgb(255 153 0);
}
.our_work_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.our_work_slider .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.our_work_slider .slick-dots li button {
  background-color: rgb(255 153 0 / 57%);
  border-radius: 50px;
  width: 50px;
  height: 10px;
  margin: 0;
  font-size: 0px;
  border: none;
}

/* ===== PACKAGES SECTION ===== */
section.packages_sec {
  padding: 50px 0 60px;
}
.packages_iner {
  border: 1px solid #f38f35;
  border-radius: 20px;
  padding: 1px 3px 30px 0 !important;
  text-align: center;
  margin: 40px auto;
  width: 90%;
}
.packages_iner h3 {
  line-height: 30px !important;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 40px 0 47px;
  min-height: 80px;
}
.packages_iner h6 {
  margin: 13px 0 18px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.packages_iner h2 {
  text-align: center;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #f38f35;
  margin: 0 0 20px 0;
}
.packages_iner p {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 30px !important;
  text-align: left;
}
.packages_iner ul {
  margin: 0 0 20px !important;
  padding: 0 10px 1px 20px !important;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 220px;
}
.packages_iner ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background: #f38f35 !important;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #fff;
}
.packages_iner ul li {
  font-size: 14px;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 400;
  margin: 0 0 10px;
  text-align: left;
}
.packages_iner ul li:before {
  content: '';
  display: block;
  position: absolute;
  background: #f38f35;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 4px;
  top: 8px;
}

/* ===== POPUP BUTTON ===== */
button.popup_button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  padding: 1em 1.5em;
  text-transform: uppercase;
  background: #f7922c;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #f6921e;
  -webkit-animation: 2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
  animation: 2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
}
button.btn.popup_button:hover {
  background: #254e60;
  color: white;
}
@keyframes pulse {
  100% {
    box-shadow: 0 0 0 18px rgba(255,255,255,0);
  }
}

/* ===== LOGO IMG LIST (for packages) ===== */
ul.logo_img {
  overflow: hidden;
  text-decoration: none !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  margin: 1px 0 9px 0 !important;
}
ul.logo_img li {
  list-style: none !important;
}
ul.logo_img li::before {
  display: none !important;
}
ul.logo_img li.first.last {
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
ul.logo_img li.first.last img {
  width: 40%;
  margin: 0 auto !important;
}

/* ===== SLICK ARROWS (global) ===== */
.slick-prev::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  content: "\f060";
}
.slick-next::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  content: "\f061";
}
.slick-prev,
.slick-next {
  font-size: 0;
  color: black;
  background: none;
  border: 2px solid black;
  padding: 0;
  border-radius: 350px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  height: 40px;
  width: 40px;
  padding: 6px;
}
button.slick-prev.slick-arrow {
  position: relative;
  top: 420px;
  left: -70px;
}
button.slick-next.slick-arrow {
  position: relative;
  top: -417px;
  left: 1170px;
}

/* ===== SLICK SLIDE ===== */
.slick-slide img {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
.banner_slider .slick-slide img {
  display: block;
  aspect-ratio: 1/1.5 !important;
  object-fit: cover;
}
.banner_slider .slick-slide {
  margin-right: 20px;
}

/* ===== SCROLLBAR (global) ===== */
* {
  scrollbar-width: thin;
  scrollbar-color: #ff9900 #f1f1f1;
}
*::-webkit-scrollbar {
  width: 5px;
  border-radius: 15px;
}
*::-webkit-scrollbar-thumb {
  background-color: #ff9900;
  border-radius: 15px;
}
*::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 5px;
}

/* ===== TOP BAR LINE ===== */
.top-bar-line {
  background: #FF9900;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
.text-white {
  color: #fff !important;
  background: transparent !important;
  top: 0 !important;
  padding: 0 !important;
}

/* ===== DISCLAIMER ===== */
.desclamer {
  margin-bottom: 30px;
}
.desclamer h3 {
  font-family: 'Poppins';
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 0 0 15px 0;
}
.desclamer p {
  color: #fff;
  font-size: 12px;
}

/* ===== NEW BADGES ===== */
ul.new_badgess {
  margin: 30px 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

/* ===== RESPONSIVE (max-width: 1400px) ===== */
@media only screen and (max-width: 1400px) {
  section.portfo {
    padding: 40px 0px 40px;
  }
  .global_btn button a {
    font-size: 14px !important;
  }
}

/* ===== RESPONSIVE (max-width: 767px) ===== */
@media only screen and (max-width: 767px) {
  section.portfo {
    padding: 0px 0px 40px;
  }
  .sec_4 ul.portfolio li .card p,
  .sec_4 ul.portfolio li .card h1 {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 20px;
  }
  .sec_4 ul.portfolio li {
    flex: 1 0 49%;
  }
  .sec_4 .tabs_inner h2 br {
    display: none;
  }
  .sec_4 h2 .thin {
    font-weight: 300 !important;
    color: #000 !important;
    font-size: 40px;
  }
  .sec_4 .portfolio_images .card .details .center p,
  .sec_4 .portfolio_images .card .details .center h1,
  .sec_4 .tabs_inner h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
  }
  .our_work_sec h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .01em;
    padding-bottom: 30px;
  }
  .for-nn {
    text-align: center;
    margin-top:30px !important;
  }
  .packages_iner ul {
    height: 210px;
  }
  .logo a img {
    width: 40%;
  }
  section.sec_1 {
    padding: 40px 0 0px 0;
  }
  button.slick-next.slick-arrow {
    right: 20%;
  }
  section.sec_1 .row:after {
    display: none !important;
  }
  section.sec_4 {
    padding-bottom: 20px;
  }
  .service_inner ul {
    flex-wrap: wrap;
    display: block;
  }
  .service_inner ul li {
    margin: 0 0 20px 0;
  }
  .banner_inner h1 {
    width: 100%;
    font-size: 34px;
  }
  .top_btom_border:before,
  .top_btom_border:after {
    width: 100%;
  }
  .process_points ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .process_points ul li {
    flex: 1 0 50%;
    justify-content: start;
  }
  .words_inner h2 {
    font-size: 40px;
  }
  section.sec_2 {
    padding: 0;
  }
  .words_inner p {
    font-size: 16px;
  }
  .words_img {
    margin: 30px 0 0 0;
  }
  .table_inner h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .table_inner p {
    width: 100%;
    font-size: 16px;
  }
  .client_sldier_inner:before,
  .client_sldier_inner:after {
    width: 100%;
  }
  .links_menu ul {
    flex-wrap: wrap;
    display: block;
  }
  section.logo_sec:after {
    width: 100%;
  }
  .author_inner img {
    width: 100%;
  }
  .banner_images ul li img {
    margin: auto;
  }
  .top_btom_border:before {
    top: 4%;
  }
  .table_box {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .col-md-4.mt-5 {
    margin-top: 0 !important;
  }
  .service_inner h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .service_inner {
    margin: 40px 0 0 0;
  }
  .process_inner h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .process_inner p {
    font-size: 16px;
  }
  .work_inner h2 {
    font-size: 40px;
  }
  .spacing_wrap:before {
    top: 2%;
  }
  .spacing_wrap {
    padding-top: 100px !important;
  }
  .work_box {
    justify-content: start;
    margin: 0 0 20px 0;
  }
  .work_box .item_wrap:nth-child(2) {
    margin: 0 0 0 20px;
  }
  .top_btom_border:after {
    bottom: 40px;
  }
  .client_inner h5 {
    font-size: 24px;
  }
  .client_inner h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .client_sldier_inner ul li .sldier_wraper {
    display: block;
  }
  .client_sldier_inner ul li .sldier_wraper .item:nth-child(1) img {
    width: 50%;
  }
  .client_sldier_inner ul li .sldier_wraper .item h2 {
    font-size: 30px;
  }
  .client_sldier_inner ul {
    margin: 40px 0 0 0 !important;
  }
  .author_inner h2 {
    font-size: 35px;
  }
  .links_menu ul li a {
    font-size: 30px;
  }
  .links_menu ul li {
    margin: 0 0 10px 0;
  }
  .footer_inner {
    display: block;
    text-align: center;
  }
  .footer_inner img {
    margin: 0 0 20px 0;
  }
  .footer_social {
    margin: 0px 0 0 0;
  }
  .footer_bottom {
    padding: 30px 0 0px 0;
  }
  .footer_social ul {
    justify-content: center;
  }
  .footer_badge {
    text-align: center;
  }
  .footer_bottom ul {
    display: block;
  }
  .footer_bottom ul li a,
  .footer_bottom ul li {
    font-size: 14px;
  }
  .footer_bottom ul li {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  button.navbar-toggler {
    position: absolute;
    right: 0;
    top: -50px;
    background: #ff9400;
  }
  div#navbarSupportedContent {
    background: #fb9502;
    padding: 15px 0;
    margin: 20px 0 0 0;
  }
  div#navbarSupportedContent ul.navbar-nav {
    align-items: start;
  }
  div#navbarSupportedContent ul.navbar-nav li a {
    color: #fff !important;
  }
  div#navbarSupportedContent ul.navbar-nav li {
    margin-bottom: 5px;
    margin-left: 15px;
  }
  div#navbarSupportedContent ul.navbar-nav li button {
    background: #000;
    margin: 10px 15px 0 0px !important;
  }
}

/* ===== RESPONSIVE (max-width: 428px) ===== */
@media(max-width: 428px) {
  .process_points ul li {
    flex: 0 0 100%;
    width: 100%;
  }
}